ai-pdf-builder
Pass
Audited by Gen Agent Trust Hub on Jun 21, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to install the
ai-pdf-builderpackage from npm and system-level dependencies likepandocandbasictexvia Homebrew or apt-get. These are standard development tools and the package is hosted on the official npm registry. - [COMMAND_EXECUTION]: The skill utilizes
npx ai-pdf-builderto execute the PDF generation logic. It also usessudo tlmgrto install LaTeX packages, which is a standard procedure for TeX Live management. - [CREDENTIALS_UNSAFE]: The documentation provides standard instructions for setting the
ANTHROPIC_API_KEYenvironment variable. This is a common and safe practice for providing API access to tools, as it does not hardcode any specific keys.
Audit Metadata