validate-plan
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes implementation plans (markdown files) as a source of truth for validation steps. A malicious plan could contain instructions that trick the agent into executing unintended commands during the validation phase.
- Ingestion points:
SKILL.mdStep 1: "Read the implementation plan completely" and Step 2: "Systematic Validation". - Boundary markers: Absent; there are no instructions to treat the plan content as untrusted data rather than a set of instructions.
- Capability inventory: Access to
BashandTasktools, with instructions to runmaketargets and git commands based on plan content. - Sanitization: Absent; plan content directly influences the agent's research tasks and verification steps.
- [COMMAND_EXECUTION]: The skill invokes shell commands to perform its primary function of code validation.
- Evidence: Execution of
git log,git diff, andmaketargets (check,test,build,lint) defined in the project's build system via theBashtool.
Audit Metadata