dependency-verification
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is purely instructional and defines a security best practice for validating dependencies. It encourages the use of official registries (PyPI, npm, and crates.io) to verify package existence.
- [EXTERNAL_DOWNLOADS]: The skill mentions using
curlto query official package registries such aspypi.org,registry.npmjs.org, andcrates.io. These are well-known and trusted services used for their intended purpose of dependency verification. - [COMMAND_EXECUTION]: While the skill discusses running package managers (like
pip,npm,cargo), it does not execute them itself. It provides a manualcurlexample for registry lookups, which is a benign diagnostic command. - [PROMPT_INJECTION]: No evidence of malicious instructions or attempts to bypass agent safety filters. The instructions are focused on enhancing the agent's accuracy and security regarding package management.
Audit Metadata