harness-plan
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
Bashtool to execute shell commands for gathering project context. These commands includegit status,git log,git diff,cat,grep,tail, andjqto read planning files and system metadata. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection due to its reliance on processing untrusted external data to influence agent actions.
- Ingestion points: The skill reads data from
Plans.md(user-editable task list),git log(commit messages), and.claude/state/agent-trace.jsonl(agent history log). - Boundary markers: No specific delimiters or "ignore instructions" warnings are provided to separate user-controllable data from the skill's operational instructions.
- Capability inventory: The agent has access to
Bash(command execution) andWrite/Edit(file modification) tools while processing this data. - Sanitization: The instructions do not describe any filtering or validation of the input data before it is used to generate progress summaries or update task statuses.
Audit Metadata