sentry-create-alert
Pass
Audited by Gen Agent Trust Hub on Jul 26, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill utilizes official Sentry API endpoints (sentry.io) for creating and managing alert workflows, consistent with the vendor's intended functionality.
- [COMMAND_EXECUTION]: The skill employs
curlfor API interactions andpython3for local JSON parsing. These commands are used for legitimate data processing of Sentry API responses. - [DATA_EXPOSURE]: The skill requires an authentication token but does not hardcode credentials. It correctly prompts the user for a token and specifies the necessary scopes (alerts:write), adhering to secure access management practices.
Audit Metadata