sentry-python-sdk

Pass

Audited by Gen Agent Trust Hub on Feb 28, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill is authored by 'getsentry', which is a recognized and trusted vendor in the monitoring space. All external documentation links point to the official 'sentry.io' domain.
  • [SAFE]: Phase 1 uses standard, non-destructive shell commands (grep, ls) to detect the project's environment and dependencies. These commands do not execute untrusted code or access sensitive system files outside the project directory.
  • [SAFE]: The installation instructions recommend standard packages (sentry-sdk) from official registries. No remote script execution (e.g., curl|bash) is present.
  • [SAFE]: The provided code examples for sentry_sdk.init() follow security best practices by recommending the use of environment variables for sensitive data like the DSN (os.environ["SENTRY_DSN"]) and explicitly documenting PII (Personally Identifiable Information) controls.
  • [SAFE]: The AI monitoring reference includes clear guidance on PII gating (send_default_pii=False by default) to prevent accidental data exposure of prompts and LLM outputs.
  • [SAFE]: The logging and error monitoring references include documentation on before_send hooks and EventScrubber for manual and automatic scrubbing of sensitive data such as passwords, tokens, and headers before they are transmitted to Sentry.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 28, 2026, 09:00 AM