team-review
Pass
Audited by Gen Agent Trust Hub on Mar 8, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
Bashtool to run standard developer utilities such astsc,eslint,semgrep, andpytestfor code analysis and verification. These actions are within the scope of a code review tool. - [PROMPT_INJECTION]: The skill has an indirect prompt injection surface (Category 8) due to its multi-stage data processing pipeline.
- Ingestion points: Source code is ingested by
scanner.md, and scan results/reports are processed byreviewer.mdandfixer.md. - Boundary markers: Prompts constructed for background agents in
roles/coordinator/commands/monitor.mdandrole-specs/fixer.mddo not include explicit delimiters or instructions to ignore embedded commands in the ingested data. - Capability inventory: The pipeline can modify source code via the
Edittool (infixer.md), run shell commands viaBash(inscanner.mdandfixer.md), and spawn new agents via theAgenttool (inmonitor.md). - Sanitization: No input validation or sanitization is performed for code content or tool findings before they are interpolated into agent prompts.
Audit Metadata