implement
Pass
Audited by Gen Agent Trust Hub on Aug 18, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill instructions direct the agent to implement work based on a 'spec or set of tickets', which are untrusted external data sources that could contain malicious instructions designed to hijack the agent's behavior.
- Ingestion points: Data enters the agent context through implementation specifications or ticketing systems referenced in SKILL.md.
- Boundary markers: No explicit delimiters or instructions to ignore embedded commands (e.g., 'ignore previous instructions') are present to wrap the untrusted input.
- Capability inventory: While no scripts are provided in this skill, the instructions authorize the agent to perform high-impact actions including running tests, typechecking, and committing code to a repository.
- Sanitization: The skill lacks any instructions for the agent to validate or sanitize the content of the specs or tickets before execution.
Audit Metadata