sentry-node-sdk
Pass
Audited by Gen Agent Trust Hub on Apr 3, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns, obfuscation, or unauthorized data exfiltration were detected. The skill is instructional and focuses on standard SDK integration procedures.
- [EXTERNAL_DOWNLOADS]: The skill recommends installing official Sentry packages (e.g.,
@sentry/node,@sentry/bun,@sentry/deno) from legitimate package registries. These are standard dependencies for the stated purpose of the skill. - [COMMAND_EXECUTION]: Local shell commands are used during the detection phase (e.g.,
node --version,cat package.json) to identify the project's environment and dependencies. These operations are benign and restricted to environmental discovery. - [CREDENTIALS_SAFE]: The skill correctly identifies sensitive items like
SENTRY_AUTH_TOKENand provides clear instructions to store them in ignored environment files (.env.sentry-build-plugin) to prevent accidental credential exposure.
Audit Metadata