skills/piperubio/ai-agents/pandoc/Gen Agent Trust Hub

pandoc

Pass

Audited by Gen Agent Trust Hub on Mar 2, 2026

Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
  • [EXTERNAL_DOWNLOADS]: The skill includes instructions and automation for fetching resources from external repositories.
  • The assets/templates/Makefile contains a setup target that uses curl to download a validation script from a GitHub placeholder URL (your-repo).
  • Documentation in references/snippets.md provides curl commands to download citation styles (CSL files) from the well-known citation-style-language repository on GitHub.
  • The troubleshooting guide and snippets suggest using pip, apt-get, dnf, and brew to install necessary system dependencies like Pandoc, LaTeX distributions, and PyYAML.
  • [COMMAND_EXECUTION]: The skill relies on shell command execution for its primary functionality.
  • It utilizes docker run to execute Pandoc within a containerized environment, managing file volumes and user permissions.
  • The scripts/validate.py script is executed locally to verify YAML frontmatter and dependencies within Markdown files before conversion.
  • The provided Makefile automates the build process by orchestrating Docker, Python, and shell commands.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 2, 2026, 07:52 AM