damage-control
Pass
Audited by Gen Agent Trust Hub on Feb 27, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill performs management tasks using
git merge,git commit, andgit difffor file conflict resolution, andtmux list-panesandtmux kill-panefor process monitoring and recovery. These actions are consistent with the infrastructure purpose of the skill. - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection because it processes untrusted data from other agents without adequate isolation.
- Ingestion points: Reads agent-generated
handoff summaryblocks andtask metadatacheckpoints in thecontext-overflowandagent-crash-recoverymodules. - Boundary markers: The skill does not use explicit delimiters or instructions to ignore embedded commands when processing agent outputs.
- Capability inventory: The framework can modify Git repository state and terminate processes based on the content of ingested task and status data.
- Sanitization: No input validation or filtering is performed on the summaries or metadata before they are used to guide subsequent recovery actions.
Audit Metadata