Skip to main content

acp-router

Routes plain-language requests for various coding agents into OpenClaw ACP runtime sessions or direct acpx-driven sessions.

Install this skill

or
0/100

Security score

The acp-router skill was audited on Jun 10, 2026 and we found 12 security issues across 2 threat categories, including 5 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 108

Template literal with variable interpolation in command context

SourceSKILL.md
108- verify `${ACPX_CMD} --version`
high line 125

Template literal with variable interpolation in command context

SourceSKILL.md
125- `${ACPX_PLUGIN_ROOT}/node_modules/.bin/acpx`
high line 131

Template literal with variable interpolation in command context

SourceSKILL.md
131- `${ACPX_PLUGIN_ROOT}/node_modules/.bin/acpx --version`
high line 148

Template literal with variable interpolation in command context

SourceSKILL.md
1481. Use `exec` commands that call `${ACPX_CMD}`.
medium line 166

Template literal with variable interpolation in command context

SourceSKILL.md
166```bash
medium line 175

Template literal with variable interpolation in command context

SourceSKILL.md
175```bash
medium line 181

Template literal with variable interpolation in command context

SourceSKILL.md
181```bash
medium line 187

Template literal with variable interpolation in command context

SourceSKILL.md
187```bash
high line 240

Template literal with variable interpolation in command context

SourceSKILL.md
240- `NO_SESSION`: run `${ACPX_CMD} <agent> sessions new --name <sessionName>` then retry prompt.
medium line 225

Access to hidden dotfiles in home directory

SourceSKILL.md
225If `~/.acpx/config.json` overrides `agents`, those overrides replace defaults.
medium line 237

Access to hidden dotfiles in home directory

SourceSKILL.md
237- for thread-spawn ACP requests, first restore built-in defaults by removing broken `~/.acpx/config.json` agent overrides
medium line 127

Access to .env file

SourceSKILL.md
127- `node -e "console.log(require(process.env.ACPX_PLUGIN_ROOT + '/package.json').dependencies.acpx)"`
Scanned on Jun 10, 2026
View Security Dashboard
Installation guide →