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: true and attachRpcInput: 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 useSetSentryContext and TRPC procedure inputs in sentryMiddleware.
  • Boundary markers: Not explicitly present in the provided configuration examples.
  • Capability inventory: Network communication with Sentry's ingestion and API endpoints.
  • Sanitization: The beforeSend hook is utilized to filter specific error types, which is the recommended location for implementing custom data scrubbing.
Audit Metadata
Risk Level
SAFE
Analyzed
Apr 6, 2026, 04:55 AM