deps-audit
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes local commands
npm auditandnpm outdatedto perform its primary function. - [COMMAND_EXECUTION]: To check for unused dependencies, the skill utilizes
grepon the project's source directory (src/). - [COMMAND_EXECUTION]: The error handling logic suggests running
npm installto generate a lockfile if one is missing, which is a standard procedure in Node.js environments but involves executing package lifecycle scripts. - [COMMAND_EXECUTION]: The skill instructs the agent to report findings from
npm auditincluding CVEs and fix commands likenpm audit fix --forcewhich modifies the local dependency tree.
Audit Metadata