sentry-create-alert
Pass
Audited by Gen Agent Trust Hub on Aug 29, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
curlto interact with Sentry's REST API. These commands are standard for API interaction and include placeholders for user-provided data such as{token},{org}, and{region}.\n - The shell commands use
python3 -cfor processing JSON responses, which is a standard method for parsing structured data in shell scripts.\n - All sensitive information (Auth Tokens) is handled as user input rather than being stored within the skill itself, which aligns with secure secret management practices.
Audit Metadata