plan-deep-review
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill leverages the
Bashtool to execute standard development commands such asgit log,git diff, andgh. These operations are limited to gathering repository context and are aligned with the skill's intended purpose. - [PROMPT_INJECTION]: The skill processes untrusted external data by reading project files like
CLAUDE.md,TODOS.md, and git history. This creates an indirect prompt injection attack surface (Category 8). - Ingestion points: Reads local files (
CLAUDE.md,TODOS.md, architecture docs) and shell command outputs (git log,grep). - Boundary markers: The instructions do not define explicit boundary markers or directives to ignore instructions embedded within the data being reviewed.
- Capability inventory: The agent has access to
BashandWebSearchtools, which could potentially be abused if an injection is successful. - Sanitization: There is no evidence of sanitization or filtering of the content read from external files.
- Mitigation: The skill enforces a human-in-the-loop approach using
AskUserQuestionand a structured review pacing, which acts as a safeguard against autonomous malicious actions.
Audit Metadata