monitoring
Pass
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements production observability using well-known industry services including Sentry for error tracking, structlog for logging, and Prometheus for metrics.
- [SAFE]: Adheres to security best practices by explicitly disabling the transmission of personally identifiable information (PII) in the Sentry configuration (
send_default_pii=False). - [SAFE]: Utilizes environment variables (e.g.,
settings.SENTRY_DSN,process.env.NEXT_PUBLIC_SENTRY_DSN) for sensitive configuration rather than hardcoding credentials. - [EXTERNAL_DOWNLOADS]: Installs standard, well-known integration packages from official registries such as
sentry-sdkandprometheus-fastapi-instrumentator. - [COMMAND_EXECUTION]: Uses the official Sentry wizard (
npx @sentry/wizard) to automate the configuration of error tracking in Next.js applications.
Audit Metadata