pandoc-pdf-generation
Pass
Audited by Gen Agent Trust Hub on Apr 2, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill provides Bash scripts and instructions for executing system utilities to handle document conversion.
- The
assets/build-pdf.shandassets/build-pdf-example.shscripts usepandocandxelatexfor PDF generation. - The scripts include robust error handling (
set -euo pipefail) and argument quoting to prevent common shell injection vulnerabilities. - Documentation in
SKILL.mdincludes instructions for using thelprcommand to print documents, accompanied by explicit warnings to obtain user approval first. - [SAFE]: The skill implements security and operational best practices throughout its design.
- Scripts use local file paths and environment variables relevant to the agent's environment.
- No hardcoded credentials, network exfiltration patterns, or obfuscated code were detected.
- The skill focuses on canonical implementations and automated verification, reducing the likelihood of accidental misconfiguration.
Audit Metadata