simplify
Pass
Audited by Gen Agent Trust Hub on Apr 18, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [SAFE]: No malicious patterns or high-risk behaviors were detected in the skill's logic or referenced documentation. The skill's behavior is consistent with its stated purpose of simplifying code changes.- [COMMAND_EXECUTION]: The skill executes shell commands like
git diff HEADand verification tools (tests, linters, type checkers). These are standard operations for a code simplification and verification workflow.- [PROMPT_INJECTION]: The skill processes untrusted data from git diffs and pull request comments, creating a surface for indirect prompt injection. - Ingestion points: Phase 1 and Phase 2 read code changes from
git diff HEADand PR comments into the agent's context. - Boundary markers: None; the skill does not use specific delimiters to isolate untrusted code from instructions.
- Capability inventory: The skill is capable of modifying local files and executing shell commands for verification.
- Sanitization: No explicit sanitization or validation of the ingested content is performed.
Audit Metadata