unusual-whales-api
Pass
Audited by Gen Agent Trust Hub on Aug 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill integrates with the official Unusual Whales API at
api.unusualwhales.com. All network operations are directed to this legitimate service domain for the purpose of fetching financial data. - [SAFE]: Authentication is handled via standard Bearer tokens passed through headers. The documentation correctly instructs users to store sensitive API keys in environment variables (
UNUSUAL_WHALES_API_TOKEN) rather than hardcoding them into scripts or prompts. - [SAFE]: Code examples provided in the documentation use the well-known and trusted Python library
httpxfor making HTTP requests. No suspicious or unverified dependencies are introduced. - [SAFE]: The skill includes explicit anti-hallucination protocols and an endpoint whitelist, which enhances the security and reliability of the agent by preventing it from attempting to access non-existent or potentially malicious fabricated URLs.
Audit Metadata