sentry-integration
Pass
Audited by Gen Agent Trust Hub on Apr 6, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides standard boilerplate for Sentry integration in a TypeScript environment. It correctly advises the use of environment variables for sensitive configuration like the DSN.
- [DATA_EXFILTRATION]: The provided templates enable
sendDefaultPii: trueandattachRpcInput: true. These are standard Sentry features that facilitate debugging by capturing user-identifying information and procedure inputs. While appropriate for monitoring, these represent surfaces where untrusted data (user sessions/input) is collected and transmitted. - Ingestion points: User session data in
useSetSentryContextand TRPC procedure inputs insentryMiddleware. - Boundary markers: Not explicitly present in the provided configuration examples.
- Capability inventory: Network communication with Sentry's ingestion and API endpoints.
- Sanitization: The
beforeSendhook is utilized to filter specific error types, which is the recommended location for implementing custom data scrubbing.
Audit Metadata