sentry
Pass
Audited by Gen Agent Trust Hub on Jul 21, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill demonstrates a strong security posture through careful credential handling and data sanitization.\n
- User instructions in SKILL.md emphasize setting the SENTRY_AUTH_TOKEN as a local environment variable, explicitly advising against sharing secrets in the conversation.\n
- The bundled script scripts/sentry_api.py implements a redact_data function that identifies and masks sensitive information such as email addresses and IP addresses before outputting results to the agent.\n- [EXTERNAL_DOWNLOADS]: The skill performs legitimate network operations to fetch data from a well-known service.\n
- The Python script scripts/sentry_api.py makes GET requests to Sentry API endpoints (e.g., sentry.io) to retrieve issue and event details.\n- [COMMAND_EXECUTION]: The skill executes a local Python script to perform its core functions.\n
- Operations are conducted by running the bundled scripts/sentry_api.py script with defined arguments, ensuring deterministic behavior.
Audit Metadata