sentry-svelte-sdk
Pass
Audited by Gen Agent Trust Hub on Feb 28, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: Utilizes standard shell commands (cat, ls, grep) to inspect local project files such as package.json and svelte.config.js for environment detection.
- [EXTERNAL_DOWNLOADS]: Recommends installing official Sentry SDK packages (@sentry/sveltekit, @sentry/svelte) and running the Sentry installation wizard via npx. These resources are hosted on the official npm registry and managed by the trusted vendor.
- [CREDENTIALS_UNSAFE]: References environment variables for sensitive data like SENTRY_AUTH_TOKEN and SENTRY_DSN, providing safe configuration examples that avoid hardcoding secrets.
- [REMOTE_CODE_EXECUTION]: Invokes the Sentry wizard tool using 'npx @sentry/wizard@latest', which is the standard automated setup method provided by the vendor.
Audit Metadata