paper-poster-html
Pass
Audited by Gen Agent Trust Hub on Jun 28, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads the
tex-svg.jslibrary from the jsDelivr CDN to enable MathJax formula rendering. It also executesplaywright install chromiumto fetch the headless browser necessary for PDF generation and layout measurement. - [COMMAND_EXECUTION]: The core orchestrator
scripts/run_gates.pyusessubprocess.runto execute internal validation scripts (style_check.py,asset_check.py, etc.). Additionally,scripts/_posterly/verify_final.pyusessubprocess.check_outputto call thepdfinfosystem utility for PDF metadata verification. All commands are restricted to the skill's own internal logic and standard document utilities. - [PROMPT_INJECTION]: The skill processes untrusted input in the form of academic papers (PDF/TeX) and venue instruction pages (via WebFetch). This constitutes an indirect prompt injection surface; however, the skill uses an
ascii_safeutility to sanitize data used in logging and provides a deterministic audit mechanism (CLAIM_EVIDENCE.md), which aligns with safe document-processing practices.
Audit Metadata