review-output
Pass
Audited by Gen Agent Trust Hub on Jul 12, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
suspeccommand-line utility to validate review packets and check them against specification files. - [COMMAND_EXECUTION]: The instructions mandate that the agent re-run verification checks by resolving and executing shell commands from the
Commandstable found in an externalAGENTS.mdfile. This introduces a risk where a malicious repository could include dangerous commands intended to be executed during the automated review process. - [PROMPT_INJECTION]: The skill is vulnerable to Indirect Prompt Injection (Category 8) because its primary function involves ingesting and acting upon untrusted project artifacts. • Ingestion points: External files including
AGENTS.md, code diffs, and specification documents. • Boundary markers: The skill recommends a 'refute-by-default' stance and spawning fresh subagents for independence, which acts as a process-level boundary, though it lacks technical data delimiters. • Capability inventory: Shell execution viasuspecand arbitrary command execution sourced fromAGENTS.md. • Sanitization: The instructions do not specify sanitization or validation of the commands retrieved from the project's command table before execution.
Audit Metadata