agent-code-review-swarm
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill frequently executes shell commands using the
Bashtool to interact with the GitHub CLI (gh) and run orchestration scripts. - [EXTERNAL_DOWNLOADS]: The skill utilizes
npx ruv-swarmto dynamically download and execute the code review suite from the npm registry at runtime. This package aligns with the author's (ruvnet) namespace. - [INDIRECT_PROMPT_INJECTION]: The skill contains an indirect prompt injection surface by processing untrusted data from pull requests.
- Ingestion points: External data enters the agent context via
gh pr viewandgh pr diffcommands withinSKILL.mdto extract PR metadata and source diffs. - Boundary markers: There are no explicit boundaries, delimiters, or guidelines instructing the model to ignore instructions embedded within the pull request content.
- Capability inventory: The system maintains full shell command execution via the
Bashtool and file system modification capabilities viaRead,Write, andTodoWritetools. - Sanitization: Untrusted pull request text is directly assigned to shell variables (
$PR_DATA,$PR_DIFF) and forwarded into the multi-agent system without prior escaping or structural validation.
Audit Metadata