sentry-node-sdk
Pass
Audited by Gen Agent Trust Hub on Mar 4, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses standard shell utilities such as
cat,grep, andls, along with version checks (e.g.,node --version,bun --version,deno --version), to introspect the local environment and project dependencies for proper configuration. - [EXTERNAL_DOWNLOADS]: Recommends the installation of official Sentry SDK packages (e.g.,
@sentry/node,@sentry/bun,@sentry/deno) from the npm registry. - [REMOTE_CODE_EXECUTION]: Guides the user to utilize the Sentry installation wizard via
npx @sentry/wizard@latest, which is the official interactive setup tool provided by the vendor to automate project configuration.
Audit Metadata