dependency-auditor
Pass
Audited by Gen Agent Trust Hub on Aug 28, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes package manager commands such as
npm audit,pnpm audit, andyarn auditto identify security vulnerabilities in project dependencies. - [EXTERNAL_DOWNLOADS]: The skill uses
npxto download and execute several community-standard developer tools from the npm registry, includingnpm-check-updates,depcheck,package-phobia, andbundlephobia-cli. - [INDIRECT_PROMPT_INJECTION]: The skill involves auditing external project files like
package.jsonand lock files. While these files are processed by standard tools, they represent an entry point for untrusted data into the agent's workflow. - Ingestion points: Project manifest files (
package.json) and lock files (package-lock.json,pnpm-lock.yaml,yarn.lock). - Boundary markers: None specified; relies on the default behavior of the CLI tools.
- Capability inventory: Capability to install/update packages (
npm install,npm update) and execute code vianpx. - Sanitization: Relies on the security auditing and validation logic inherent in the provided npm/yarn/pnpm tools.
Audit Metadata