d3
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill includes a script
scripts/check-updates.pythat connects toregistry.npmjs.orgto check for the latest version of the D3.js library. This targets a well-known and trusted package registry. - [COMMAND_EXECUTION]: The documentation and
SKILL.mdprovide standard commands for installing the D3.js library using common package managers such asnpm,yarn, andpnpm. - [INDIRECT_PROMPT_INJECTION]: The reference files (specifically
references/06-data-utilities.md) describe patterns for fetching and processing external data viad3.csv(),d3.json(), andd3.tsv(). This identifies an ingestion surface for potentially untrusted data typical of data visualization workflows. - [DATA_EXFILTRATION]: The maintenance script
scripts/check-updates.pyreads local skill files (VERSION.json,SKILL.md, and thereferences/directory) to verify file integrity and check for staleness. No access to sensitive user files or environment variables was detected.
Audit Metadata