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=Trueandinclude_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 thebefore_sendhook andEventScrubberin theerror-monitoring.mdreference file. - [EXTERNAL_DOWNLOADS]: The skill recommends installing the
sentry-sdkpackage 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