sentry-node-sdk
Pass
Audited by Gen Agent Trust Hub on May 25, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill facilitates the installation and configuration of the Sentry SDK using official vendor packages such as
@sentry/node,@sentry/bun, and@sentry/deno. These are standard dependencies for the Sentry observability platform. - [SAFE]: The skill recommends using the official Sentry setup wizard (
npx @sentry/wizard@latest -i node). The instructions correctly state that the user should run this interactively due to its requirements for browser-based authentication. - [SAFE]: The environment discovery commands (e.g.,
cat package.json,ls,grep) are used to identify the runtime, framework, and existing integrations to provide tailored setup recommendations. These commands are non-intrusive and limited to project configuration files. - [SAFE]: Best practices for secret management are promoted, such as using environment variables (e.g.,
SENTRY_DSN) instead of hardcoding sensitive credentials.
Audit Metadata