sentry-python-sdk

Pass

Audited by Gen Agent Trust Hub on Mar 12, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill serves its primary purpose of providing official configuration guidance for the Sentry Python SDK, a well-known monitoring service.
  • [DATA_EXPOSURE]: Several configuration examples include send_default_pii=True and include_prompts=True. While these enable the collection of potentially sensitive data (IP addresses, cookies, AI conversation history), the documentation explicitly notes these behaviors and provides remediation guidance via the before_send hook and EventScrubber in the error-monitoring.md reference file.
  • [EXTERNAL_DOWNLOADS]: The skill recommends installing the sentry-sdk package and its framework-specific extras from the official Python Package Index (PyPI). These are standard dependencies for the stated task.
  • [COMMAND_EXECUTION]: The discovery phase uses standard shell commands (grep, ls, cat) to detect project dependencies and frameworks. These commands are used for local project analysis and do not incorporate untrusted input into execution strings.
  • [CREDENTIALS_UNSAFE]: No hardcoded API keys or DSNs were found. The skill correctly instructs users to use environment variables (e.g., os.environ["SENTRY_DSN"]) for sensitive configuration.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 12, 2026, 08:37 PM