Skip to main content

acp-router

Routes plain-language requests for various AI coding platforms 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 106

Template literal with variable interpolation in command context

SourceSKILL.md
106- verify `${ACPX_CMD} --version`
high line 123

Template literal with variable interpolation in command context

SourceSKILL.md
123- `${ACPX_PLUGIN_ROOT}/node_modules/.bin/acpx`
high line 129

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

SourceSKILL.md
1461. Use `exec` commands that call `${ACPX_CMD}`.
medium line 164

Template literal with variable interpolation in command context

SourceSKILL.md
164```bash
medium line 173

Template literal with variable interpolation in command context

SourceSKILL.md
173```bash
medium line 179

Template literal with variable interpolation in command context

SourceSKILL.md
179```bash
medium line 185

Template literal with variable interpolation in command context

SourceSKILL.md
185```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 125

Access to .env file

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