tech-writer
Pass
Audited by Gen Agent Trust Hub on Feb 22, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- Indirect Prompt Injection (LOW): The skill processes project files which could contain malicious instructions designed to hijack the agent's flow.\n
- Ingestion points: Analyzes project files using
Read,Grep, andGlobas listed in theallowed-toolssection of SKILL.md.\n - Boundary markers: No specific instructions or delimiters are provided to the agent to ensure it ignores or treats as data any instructions found within source code files.\n
- Capability inventory: The agent has access to
BashandWritetools, enabling potential file modification or command execution if triggered by an injection.\n - Sanitization: No sanitization or pre-processing of codebase content is mentioned.\n- Command Execution (LOW): The skill explicitly allows the use of the
Bashtool to perform documentation tasks.\n - Evidence: The
allowed-toolsmetadata field inSKILL.mdincludesBash. While intended for running documentation generators like Sphinx or JSDoc, it represents a high-privilege capability that could be misused if the agent is compromised.
Audit Metadata