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 May 12, 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 109

Template literal with variable interpolation in command context

SourceSKILL.md
109- verify `${ACPX_CMD} --version`
high line 126

Template literal with variable interpolation in command context

SourceSKILL.md
126- `${ACPX_PLUGIN_ROOT}/node_modules/.bin/acpx`
high line 132

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

SourceSKILL.md
1491. Use `exec` commands that call `${ACPX_CMD}`.
medium line 167

Template literal with variable interpolation in command context

SourceSKILL.md
167```bash
medium line 176

Template literal with variable interpolation in command context

SourceSKILL.md
176```bash
medium line 182

Template literal with variable interpolation in command context

SourceSKILL.md
182```bash
medium line 188

Template literal with variable interpolation in command context

SourceSKILL.md
188```bash
high line 243

Template literal with variable interpolation in command context

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to .env file

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