sentry-node-sdk
Pass
Audited by Gen Agent Trust Hub on Apr 20, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill employs basic shell commands such as
node --version,cat package.json, andlsto detect project environments and existing configurations. These commands are localized to the project directory and intended for diagnostic purposes. - [EXTERNAL_DOWNLOADS]: Recommends the installation of official Sentry SDK packages (e.g.,
@sentry/node,@sentry/bun,@sentry/deno) from standard package registries. It also suggests using the official Sentry wizard vianpx @sentry/wizard@latestfor automated setup. - [CREDENTIALS_UNSAFE]: The skill provides guidance on using environment variables and placeholders (e.g.,
SENTRY_DSN,___DSN___) to manage API keys and tokens, which aligns with best practices for preventing hardcoded credentials.
Audit Metadata