Skip to main content

request-agent-routing

Facilitates agent routing decisions using Kafka for optimized task handling with confidence scoring.

Install this skill

or
4/100

Security score

The request-agent-routing skill was audited on Mar 1, 2026 and we found 12 security issues across 2 threat categories, including 4 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

medium line 51

Template literal with variable interpolation in command context

SourceSKILL.md
51```bash
high line 60

Template literal with variable interpolation in command context

SourceSKILL.md
60- `${USER_REQUEST}` - User's task description (required)
high line 61

Template literal with variable interpolation in command context

SourceSKILL.md
61- `${CORRELATION_ID}` - Correlation ID for traceability (optional, auto-generated)
medium line 69

Template literal with variable interpolation in command context

SourceSKILL.md
69```bash
medium line 78

Template literal with variable interpolation in command context

SourceSKILL.md
78```bash
medium line 104

Template literal with variable interpolation in command context

SourceSKILL.md
104```bash
medium line 112

Template literal with variable interpolation in command context

SourceSKILL.md
112```bash
high line 214

Template literal with variable interpolation in command context

SourceSKILL.md
214**Claude Code Access**: `${CLAUDE_PLUGIN_ROOT}/skills/` (symlinked to repository)
high line 217

Template literal with variable interpolation in command context

SourceSKILL.md
217Skills are version-controlled in the repository and symlinked to `${CLAUDE_PLUGIN_ROOT}/skills/` so Claude Code can access them.
medium line 245

Template literal with variable interpolation in command context

SourceSKILL.md
245```bash
low line 139

Access to hidden dotfiles in home directory

SourceSKILL.md
139"definition_path": "~/.claude/agent-definitions/agent-performance.yaml"
medium line 227

Access to hidden dotfiles in home directory

SourceSKILL.md
227- Agent registry: `~/.claude/agent-definitions/agent-registry.yaml`
Scanned on Mar 1, 2026
View Security Dashboard