skills/vm0-ai/vm0-skills/pdforge/Gen Agent Trust Hub

pdforge

Pass

Audited by Gen Agent Trust Hub on Mar 18, 2026

Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
  • [COMMAND_EXECUTION]: The skill utilizes bash -c and curl to perform API requests. This approach is explicitly documented within the skill to ensure the PDFORGE_API_KEY environment variable is correctly expanded when using piped commands.
  • [EXTERNAL_DOWNLOADS]: Downloads generated documents from storage.googleapis.com using temporary signed URLs. This is a standard and safe operation using a well-known cloud service provider.
  • [DATA_EXFILTRATION]: Sends user-supplied document data (HTML or template variables) to api.pdfnoodle.com. This is the primary intended functionality of the skill and uses the official service endpoints.
  • [CREDENTIALS_UNSAFE]: References a secret variable PDFORGE_API_KEY via the vm0_secrets configuration. The skill provides clear instructions on how users should securely manage their API keys as environment variables rather than hardcoding them.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 18, 2026, 07:15 AM