pp-nutrition
Pass
Audited by Gen Agent Trust Hub on Jul 9, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user or agent to install an external CLI tool using
npx -y @mvanhorn/printing-press-libraryorgo install github.com/mvanhorn/printing-press-library/.... These resources are hosted on GitHub and NPM under the author's account, which are considered vendor-specific resources for this skill. - [COMMAND_EXECUTION]: The skill relies on the execution of a local binary,
nutrition-pp-cli, via theBashtool to perform nutrition lookups, comparisons, and logging. - [DATA_EXFILTRATION]: The skill documentation describes an
--deliver webhook:<url>feature that allows the tool to POST command output to an arbitrary URL. It also includes afeedbackcommand that can send data to a remote endpoint ifNUTRITION_FEEDBACK_ENDPOINTis configured. While these are documented features, they represent potential pathways for data to leave the local environment. - [CREDENTIALS_UNSAFE]: The tool manages a USDA API key via environment variables (
FDC_API_KEYorUSDA_API_KEY) and stores them in a localcredentials.tomlfile. This is a standard practice for CLI tools and does not involve hardcoded secrets in the skill itself.
Audit Metadata