verify-diff
Pass
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection. It reads the contents of files and unified diffs, which may contain untrusted data, and passes them to a sub-agent dispatched via the
Agenttool. A malicious actor could embed instructions within these files to manipulate the sub-agent's behavior or influence the generatedsuggested_edits. - Ingestion points: File contents and diffs are read using the
ReadandBash(git diff)tools inSKILL.md(Workflow Step 3a) and during auto-derive mode (A2 § Per-iter snapshot). - Boundary markers: The skill uses labeled sections such as
--- TARGET FILE ---,--- UNIFIED DIFF ---, and--- SCENARIOS ---to separate components of the prompt, providing some structural boundaries. - Capability inventory: The skill has the capability to modify the filesystem using the
Edittool and execute restricted git commands using theBashtool. - Sanitization: No explicit sanitization or escaping of the ingested file content is performed before it is interpolated into the prompt for the sub-agent.
- [COMMAND_EXECUTION]: The skill uses the
Edittool to apply code changes suggested by a sub-agent. This allows for automated, multi-iteration modification of the codebase based on LLM-generated content. Additionally, it utilizes theBashtool to rungit diffandgit checkoutcommands to capture changes and enforce scope restrictions.
Audit Metadata