tech-spec
Warn
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: MEDIUMPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [Indirect Prompt Injection] (MEDIUM): The skill processes untrusted data from the codebase and user input while possessing
WriteandBashcapabilities. - Ingestion points:
SKILL.md(Workflow steps 1 and 2, and the/review-speccommand which reads existing markdown files). - Boundary markers: Absent. There are no explicit instructions or delimiters used to ensure the agent ignores instructions that might be embedded in the files being reviewed.
- Capability inventory:
Write(used to create and modify tech specs in thedocs/directory) andBash(git:*)(used for version control operations). - Sanitization: Absent. The skill reads and interprets file content directly for the purpose of analysis and review.
- [Command Execution] (LOW): The skill requests access to the
Bashtool with a restriction togit:*. While this restriction significantly reduces the attack surface compared to unrestricted bash, it remains a powerful capability that could be leveraged if the agent is successfully influenced by malicious content in a file it is reviewing.
Audit Metadata