sentry-node-sdk
Pass
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill uses standard shell commands (
cat,ls,grep) to detect the project environment and existing configurations. These commands are limited to project metadata files likepackage.jsonanddeno.jsonand do not perform any destructive actions. - [SAFE]: All external URLs and package references target official Sentry domains (
sentry.io) or official package registries. These are verified as belonging to the trusted vendor 'getsentry'. - [SAFE]: The skill uses placeholders like
___DSN___ando<ORG_ID>.ingest.sentry.iofor configuration values and correctly instructs users to manage secrets using environment variables (e.g.,SENTRY_DSN), following security best practices. - [SAFE]: The skill recommends using
npx @sentry/wizard, which is an official interactive setup tool from Sentry. It explicitly advises the user to run this command manually in their own terminal due to its interactive nature, which maintains user control.
Audit Metadata