ccdawn-bug-review
Pass
Audited by Gen Agent Trust Hub on Jul 13, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it processes untrusted external data such as logs, code, and bug symptoms which may contain malicious instructions.
- Ingestion points: Data enters the agent context via logs, code, and failure commands described in the 'Context Boundary' of SKILL.md.
- Boundary markers: No explicit delimiters or instructions to ignore embedded instructions in the data are provided.
- Capability inventory: The skill explicitly allows the agent to read files, modify code, and execute commands for reproduction and verification as stated in 'Allowed Action'.
- Sanitization: There is no evidence of sanitization or validation of the ingested content.
- [COMMAND_EXECUTION]: The skill permits the agent to execute shell commands to reproduce bugs and verify fixes. This is a powerful capability that could be abused if the agent's instructions are overridden by malicious content in the logs or code it reviews.
Audit Metadata