audit
Pass
Audited by Gen Agent Trust Hub on Feb 24, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes shell commands including
pnpm audit,pnpm why, andpnpm updateto identify and resolve vulnerabilities. These operations are essential for its stated function of auditing and maintaining Node.js project security. \n- [EXTERNAL_DOWNLOADS]: It facilitates downloads from the official npm registry and interacts with GitHub via theghCLI. These actions target well-known, trusted services and organizations. \n- [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface by ingesting untrusted data frompackage.jsonand audit logs. \n - Ingestion points: Untrusted data enters the context through
package.jsonand the JSON output ofpnpm audit. \n - Boundary markers: The skill lacks explicit markers or instructions to prevent the agent from being influenced by potentially malicious instructions hidden in package names or metadata. \n
- Capability inventory: The skill has the ability to modify the local filesystem through
pnpm updateand perform network searches viagh. \n - Sanitization: There is no evidence of validation or sanitization of variables like package names before they are interpolated into shell commands.
Audit Metadata