literature-review
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- COMMAND_EXECUTION (LOW): The script
scripts/generate_pdf.pyusessubprocess.runto call external toolspandocandxelatexfor document conversion. - Evidence: Found in
scripts/generate_pdf.pywhere it constructs a command list and executes it viasubprocess.run(cmd, ...). It uses list-based arguments which mitigates shell injection risks. - EXTERNAL_DOWNLOADS (LOW): The script
scripts/verify_citations.pyperforms network requests to external academic APIs to verify citation data. - Evidence:
requests.getcalls tohttps://doi.org/api/handles/andhttps://api.crossref.org/works/inscripts/verify_citations.py. These are legitimate academic sources for citation metadata. - DATA_EXFILTRATION (SAFE): While the skill makes network requests, they are limited to DOI verification and do not transmit sensitive local files or hardcoded credentials.
- PROMPT_INJECTION (SAFE): No patterns of prompt injection, role-play instructions, or instruction-override markers were detected in the markdown or script files.
Audit Metadata