implement-spec
Pass
Audited by Gen Agent Trust Hub on Sep 21, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill ingests untrusted external specifications and task tickets, creating a surface for indirect prompt injection where malicious instructions within those documents could influence agent behavior.
- Ingestion points: The skill reads 'spec' and 'tickets' files as defined in SKILL.md.
- Boundary markers: No delimiters or safety instructions are provided to distinguish external data from core instructions.
- Capability inventory: The skill has permissions for file system writes, git branch/PR management, and subagent orchestration as specified in SKILL.md.
- Sanitization: No validation or sanitization of input specification data is performed.
Audit Metadata