literature-review-writer
Pass
Audited by Gen Agent Trust Hub on Mar 31, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill directs the agent to execute shell commands to create a temporary markdown file in
/tmp/and subsequently run a local Python script (scripts/generate_docx.py) to convert it into a Word document. This involves writing directly to the user's~/Desktop/folder. - [EXTERNAL_DOWNLOADS]: The
scripts/generate_docx.pyfile requires thepython-docxlibrary, which is an external dependency. - [PROMPT_INJECTION]: The skill ingests untrusted data from web search results (SKILL.md). Boundary markers include the verification workflow in Step 3 and the
verification-guide.mdreference. Capabilities include file system writes viascripts/generate_docx.py. Sanitization is attempted via theliterature-verifierskill and manual verification guides. This represents an indirect prompt injection surface.
Audit Metadata