sentry-setup-metrics
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [PROMPT_INJECTION] (SAFE): No instructions found that attempt to override agent behavior or bypass safety filters. All instructions are focused on the stated purpose of setting up Sentry metrics.
- [DATA_EXFILTRATION] (SAFE): The skill provides examples for sending observability data to Sentry, a standard developer practice. It correctly uses placeholders for sensitive values like DSNs and provides specific filtering logic to prevent the accidental transmission of sensitive attributes.
- [REMOTE_CODE_EXECUTION] (SAFE): No patterns for downloading or executing remote code were detected. The snippets consist of standard API calls to official Sentry SDKs.
- [COMMAND_EXECUTION] (SAFE): The skill does not invoke system commands or shell scripts.
- [CREDENTIALS_UNSAFE] (SAFE): No hardcoded credentials were found. The Python example uses a clear placeholder
YOUR_DSN.
Audit Metadata