aeon-monitor-kalshi
Monitors Kalshi prediction markets for price moves and volume spikes, enabling cross-venue arbitrage detection with Polymarket.
Install this skill
or
83/100
Security score
The aeon-monitor-kalshi skill was audited on May 25, 2026 and we found 5 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 43
Template literal with variable interpolation in command context
SourceSKILL.md
| 43 | ```bash |
medium line 45
Curl to non-GitHub URL
SourceSKILL.md
| 45 | curl -s "https://trading-api.kalshi.com/trade-api/v2/markets/${ticker}" \ |
medium line 49
Curl to non-GitHub URL
SourceSKILL.md
| 49 | curl -s "https://trading-api.kalshi.com/trade-api/v2/markets/${ticker}/orderbook" \ |
low line 45
External URL reference
SourceSKILL.md
| 45 | curl -s "https://trading-api.kalshi.com/trade-api/v2/markets/${ticker}" \ |
low line 49
External URL reference
SourceSKILL.md
| 49 | curl -s "https://trading-api.kalshi.com/trade-api/v2/markets/${ticker}/orderbook" \ |
Scanned on May 25, 2026
View Security Dashboard