Skip to main content

red-alert

Provides real-time and historical rocket/missile alert data for Israel, enabling users to track alerts and analyze shelter times.

Install this skill

or
87/100

Security score

The red-alert skill was audited on Mar 7, 2026 and we found 5 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 54

Curl to non-GitHub URL

SourceSKILL.md
54curl -s "https://api.tzevaadom.co.il/alerts-history" -o /tmp/alerts.json
medium line 73

Curl to non-GitHub URL

SourceSKILL.md
73curl -s -H "Accept: application/json" "https://redalert.orielhaim.com/api/status"
low line 25

External URL reference

SourceSKILL.md
25Sign up at **<https://redalert.orielhaim.com/>** to get your API key. Store it as env var `RED_ALERT_API_KEY`.
low line 54

External URL reference

SourceSKILL.md
54curl -s "https://api.tzevaadom.co.il/alerts-history" -o /tmp/alerts.json
low line 73

External URL reference

SourceSKILL.md
73curl -s -H "Accept: application/json" "https://redalert.orielhaim.com/api/status"
Scanned on Mar 7, 2026
View Security Dashboard