typescript-sentry
Pass
Audited by Gen Agent Trust Hub on Jun 18, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSDATA_EXFILTRATION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the agent to install official Sentry SDKs from standard package registries (e.g.,
@sentry/bun,@sentry/node,@sentry/nextjs). It also utilizes standard Sentry CLI tools for tasks like source map uploading and project configuration. - [DATA_EXFILTRATION]: While the skill's purpose is to send error and performance data to an external service (Sentry), it provides specific documentation and code examples for implementers to filter and strip sensitive information (such as authorization headers, cookies, and passwords) using the
beforeSendandbeforeSendLoghooks. - [SAFE]: The skill uses environment variables for configuration (
SENTRY_DSN,SENTRY_AUTH_TOKEN) and provides placeholder values rather than hardcoding actual credentials. The overall functionality is standard for enterprise error monitoring and adheres to industry-standard integration patterns.
Audit Metadata