implement
Pass
Audited by Gen Agent Trust Hub on Aug 29, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill instructions require the agent to ingest and act upon data from external files and ticket trackers, creating a surface for indirect prompt injection where malicious instructions could be embedded in those sources.
- Ingestion points: The agent is instructed to read the
ticket,approved spec,CONTEXT.md,docs/glossary.md,ADRs, andrepository instructionsas part of its workflow defined inSKILL.md. - Boundary markers: There are no explicit instructions or delimiters defined to help the agent distinguish between data and instructions within these ingested sources.
- Capability inventory: The agent has the capability to modify repository code and execute shell commands related to development workflows, such as
typecheck,lint,build, andtestcommands as specified inSKILL.md. - Sanitization: There are no requirements for sanitizing or validating the content of the tickets or specifications before they are processed by the agent.
Audit Metadata