unusual-whales-api
Queries the Unusual Whales API for insights on options flow, dark pool prints, and market sentiment for trading analysis.
Install this skill
or
72/100
Security score
The unusual-whales-api skill was audited on Mar 7, 2026 and we found 12 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 117
Template literal with variable interpolation in command context
SourceSKILL.md
| 117 | ```python |
medium line 170
Template literal with variable interpolation in command context
SourceSKILL.md
| 170 | ```python |
medium line 188
Template literal with variable interpolation in command context
SourceSKILL.md
| 188 | ```python |
medium line 209
Template literal with variable interpolation in command context
SourceSKILL.md
| 209 | ```python |
low line 40
External URL reference
SourceSKILL.md
| 40 | - Unusual Whales API key (get one at https://unusualwhales.com/api_lander) |
low line 48
External URL reference
SourceSKILL.md
| 48 | **Base URL:** Always use `https://api.unusualwhales.com` |
low line 121
External URL reference
SourceSKILL.md
| 121 | url = "https://api.unusualwhales.com/api/option-trades/flow-alerts" |
low line 145
External URL reference
SourceSKILL.md
| 145 | url = "https://api.unusualwhales.com/api/screener/option-contracts" |
low line 174
External URL reference
SourceSKILL.md
| 174 | url = "https://api.unusualwhales.com/api/darkpool/NVDA" |
low line 192
External URL reference
SourceSKILL.md
| 192 | url = "https://api.unusualwhales.com/api/market/market-tide" |
low line 213
External URL reference
SourceSKILL.md
| 213 | url = "https://api.unusualwhales.com/api/stock/RIVN/spot-exposures/strike" |
low line 230
External URL reference
SourceSKILL.md
| 230 | url = "https://api.unusualwhales.com/api/congress/recent-trades" |
Scanned on Mar 7, 2026
View Security Dashboard