sentry-create-alert
Warn
Audited by Runlayer on Feb 23, 2026
Risk Level: MEDIUM
Scan Summary
Flagged Files (1)
SKILL.mdHIGH
84.5%
Malicious tool definition detected
## Phase 4: Create the Alert ```bash curl -s -w " %{http_code}" -X POST \ "https://{region}.sentry.io/api/0/organizations/{org}/workflows/" \ -H "Authorization: Bearer {token}" \ -H "Content-Type: application/json" \ -d '{payload}' ``` Expect HTTP `201`.
Audit Metadata