sentry-cloudflare-sdk
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONCREDENTIALS_UNSAFE
Full Analysis
- [SAFE]: The skill provides official documentation and instructions for setting up Sentry's error monitoring and observability tools in Cloudflare environments. The author 'getsentry' is the legitimate vendor for the referenced services.- [EXTERNAL_DOWNLOADS]: The skill instructs users to install official packages from the npm registry, including
@sentry/cloudflare,@sentry/hono, and@sentry/vite-plugin. These are well-known libraries from a trusted service.- [COMMAND_EXECUTION]: Includes diagnostic shell commands (e.g.,ls,cat,grep) used in Phase 1 to detect project structure, configuration files likewrangler.toml, and existing dependencies. These operations are standard for a developer tool providing setup recommendations and do not perform unauthorized actions.- [CREDENTIALS_UNSAFE]: The skill demonstrates secure handling of sensitive data. It uses non-functional placeholders for DSNs and Auth Tokens and explicitly directs users to use Cloudflare's secret management (wrangler secret put SENTRY_DSN) and local environment files (.dev.vars) instead of hardcoding credentials in source control.
Audit Metadata