sentry-observability
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- Standard Integration Patterns (SAFE): The skill contains architectural guidance and code snippets for observability integrations (Sentry, Datadog, New Relic, Prometheus). The logic is consistent with official documentation.
- Credential Handling (SAFE): Code snippets use
process.env.SENTRY_DSNrather than hardcoding credentials, which is the recommended security practice for API keys. - Dependency Analysis (SAFE): The referenced Node.js packages (
@sentry/node,dd-trace,newrelic,pino,winston,prom-client) are industry-standard libraries for observability and logging. - No Dangerous Operations (SAFE): The skill does not request or use high-risk tools such as shell execution or arbitrary network requests. All tools (
Read,Write,Edit,Grep) are limited to file system management.
Audit Metadata