latex-posters
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION] (SAFE): The script executes external commands (pdfinfo, pdffonts, pdfimages) to analyze PDF files.
- Evidence: Uses standard poppler-utils binaries if present on the system.
- Note: Input variables are properly double-quoted, preventing simple command injection via filenames.
- [DATA_EXFILTRATION] (SAFE): No network operations or unauthorized data access were found.
- Evidence: The script only reads the file metadata and prints it to the standard output.
- [EXTERNAL_DOWNLOADS] (SAFE): The script does not download any external content.
- Evidence: All tools are expected to be pre-installed on the host system.
Audit Metadata