Crypto Regime Report
PassAudited by VirusTotal on May 14, 2026.
Findings (1)
The skill bundle is classified as benign. The `SKILL.md` provides clear instructions without attempting prompt injection. The Python scripts (`alert_poller.py`, `regime_report.py`) and the shell script (`alert_poller.sh`) use `curl` to interact with the legitimate OKX API for data fetching and the Telegram API for alert delivery, which aligns with the skill's stated purpose. Crucially, the scripts implement robust path sanitization for configuration files to prevent directory traversal, and the Telegram message content is URL-encoded to mitigate injection risks. There is no evidence of intentional harmful behavior such as data exfiltration to unauthorized endpoints, persistence mechanisms, or arbitrary code execution.
