simplify-code
Pass
Audited by Gen Agent Trust Hub on Aug 28, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill ingests and processes untrusted data from the local codebase and git diffs, which are then passed to sub-agents for analysis and subsequent code modification.
- Ingestion points: The skill captures data via
git diffand allows sub-agents to useread_fileandsearch_filesto ingest the wider codebase. - Capability inventory: The agent has the ability to execute shell commands (git, tests, linters) and modify the filesystem via
patchandwrite_filetools. - Boundary markers: The instructions do not specify the use of clear delimiters or instructions to ignore potential embedded commands when passing the diff content to sub-agents.
- Sanitization: There is no evidence of sanitization or filtering of the code content before it is processed by the LLM sub-agents.
- [COMMAND_EXECUTION]: The skill relies on executing various shell commands to function.
- Evidence: It uses
git diffvariants to identify changes and instructs the agent to run project-specific tests and linters to verify the applied fixes. While these are standard developer tools, they represent an interaction with the host environment.
Audit Metadata