fdcnal-usda-fooddata-central-agent
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill's primary function is to wrap the official USDA FoodData Central API (api.nal.usda.gov). All network operations target this well-known government domain.
- [COMMAND_EXECUTION]: Static analysis identified subprocess and shell execution patterns in the
scripts/directory. These were found to be benign wrappers that usesubprocess.run(Python) andspawnSync(Node.js) to execute the localrun_apiexecution engine with specific arguments for each API endpoint. This is a standard architectural pattern for this type of generated skill. - [CREDENTIALS_UNSAFE]: The skill uses the
DEEPNLP_ONEKEY_ROUTER_ACCESSenvironment variable for authentication, which is a recommended security practice. While the metadata files (api_list.json) containvalue_encodefields with Base64-encoded strings, these appear to be non-sensitive encrypted routing tokens used by the platform's API gateway rather than plain-text secrets. - [PROMPT_INJECTION]: The skill instructions in
SKILL.mdare purely technical documentation for the API and do not contain any instructions that attempt to override or bypass agent safety guidelines.
Audit Metadata