sentry-browser-sdk
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references official Sentry CDN domains (
js.sentry-cdn.comandbrowser.sentry-cdn.com) for loading SDK bundles in projects that do not use a build system. - [COMMAND_EXECUTION]: The skill performs project environment detection using standard shell commands such as
ls,cat, andgrepto identify frameworks (e.g., React, Vue, Next.js) and package managers. - [COMMAND_EXECUTION]: The skill provides standard installation commands for the
@sentry/browserpackage and build-tool-specific plugins usingnpm,yarn, andpnpm. - [REMOTE_CODE_EXECUTION]: The skill utilizes
npxto execute official Sentry utilities, including@sentry/cliand@sentry/wizard, for source map management and automated project configuration. - [DATA_EXPOSURE]: The skill provides best-practice guidance for managing sensitive credentials, instructing users to store the
SENTRY_AUTH_TOKENin a.envfile rather than hardcoding it in the project.
Audit Metadata