anvil
Pass
Audited by Gen Agent Trust Hub on Jul 2, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill directs the agent to execute a variety of system commands and development utilities (such as
go run,cargo test,npm test,rg,vulture, andstaticcheck) to gather evidence, run tests, and identify dead code within a target backend repository. - [EXTERNAL_DOWNLOADS]: In the
references/dead-code.mdfile, the skill suggests usingnpx knip, which can download and execute packages from the public NPM registry, an established well-known service. - [PROMPT_INJECTION]: The skill processes external, untrusted content from the repositories it audits, creating an indirect prompt injection surface.
- Ingestion points: Target directory files (source code, README files, OpenAPI specifications) and outputs from discovery commands (
references/evidence.md). - Boundary markers: The skill does not use specific delimiters but relies on its own instructional flow to contextualize data.
- Capability inventory: The agent possesses capabilities for shell command execution, file system modification, and deletion of source code (via the
--sweepparameter). - Sanitization: To mitigate risks,
references/verbs/study.mdincludes a mandatory 'Safety/source check' rule that instructs the agent to extract factual data only and explicitly ignore any embedded instructions encountered in the studied source material.
Audit Metadata