harness-review
Pass
Audited by Gen Agent Trust Hub on Mar 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
Bashtool to executegit diffand other system commands to collect context for code and plan reviews. - [PROMPT_INJECTION]: The skill is subject to potential indirect prompt injection as it reads and analyzes external, potentially untrusted content from the workspace.
- Ingestion points: The skill ingests data via
git diffoutput and by using theReadtool onPlans.md(as specified in SKILL.md). - Boundary markers: The skill lacks explicit delimiters or instructions for the agent to ignore embedded commands within the analyzed code or plan files.
- Capability inventory: The skill possesses the
Bashtool for command execution and theTasktool for modifying project state (as specified in SKILL.md). - Sanitization: There is no evidence of content sanitization or validation of the retrieved data before it is presented to the agent's context.
Audit Metadata