paper2poster
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- Internal Subprocess Execution: The skill executes several internal scripts and system utilities using Python's
subprocessmodule to perform layout measurement, logo fitting, and PDF verification. These operations use local paths and parameters derived from the document structure, which is a standard pattern for multi-stage rendering workflows. - Cloud Service Integration: The audio generation script integrates with Microsoft Azure and Microsoft Edge text-to-speech services. It retrieves API credentials from the environment, which is a secure method for managing secrets, and communicates with established vendor endpoints.
- Local Resource Fulfillment: To improve reliability and user privacy, the skill intercepts browser requests for math rendering libraries and fulfills them using local files. This prevents dependency on external CDNs during the rendering process and ensures consistent results regardless of network availability.
- Automated Layout Fitting: The skill utilizes an iterative measured-fill loop using a headless browser to ensure paper content fits the poster canvas exactly. This automated approach includes preflight checks and safety gates to maintain document integrity and visual quality.
Audit Metadata