simplify
Pass
Audited by Gen Agent Trust Hub on Apr 23, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes the
git diffcommand to retrieve codebase changes for review and cleanup purposes. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection due to its handling of untrusted code changes.
- Ingestion points: The skill ingests raw diff output from the
git diffcommand (SKILL.md). - Boundary markers: Absent; the instruction explicitly tells the agent to pass the full diff to sub-agents without using delimiters or protective warnings.
- Capability inventory: The skill has the capability to write directly to files in the repository ("fix each issue directly") and execute shell commands via
git. - Sanitization: There is no evidence of sanitization, validation, or escaping of the diff content before it is processed by the agent.
Audit Metadata