nodejs-expert
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION] (SAFE): The skill uses 'node -e' and shell commands for environment detection. These are standard developer tools used to identify the project environment and do not process untrusted input.
- [DATA_EXPOSURE] (SAFE): The skill accesses 'package.json' to determine project configuration. This is expected behavior for a Node.js development tool.
- [REMOTE_CODE_EXECUTION] (SAFE): No remote scripts are downloaded or executed.
- [PROMPT_INJECTION] (SAFE): No instructions found that attempt to override agent behavior.
Audit Metadata