Scan Report
0 /100
tickerapi
Query TickerAPI.ai for pre-computed categorical market intelligence — scan for oversold stocks, breakouts, unusual volume, valuation extremes, and insider activity.
Pure documentation/API reference skill for TickerAPI market data service with fully declared network access, no code execution, and no suspicious behavior.
Safe to install
This skill is safe to use. It only performs documented HTTP requests to api.tickerapi.ai and handles API key authentication through standard OAuth-like email flow.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | SKILL.md does not describe any file operations |
| Network | READ | READ | ✓ Aligned | All API calls documented in SKILL.md lines 24-538 |
| Shell | NONE | NONE | — | No subprocess or shell commands in documentation |
| Environment | READ | READ | ✓ Aligned | TICKERAPI_KEY read from env for Bearer token authentication |
| Skill Invoke | NONE | NONE | — | No skill_invoke capabilities described |
| Clipboard | NONE | NONE | — | No clipboard operations in documentation |
| Browser | NONE | NONE | — | No browser automation described |
| Database | NONE | NONE | — | No database operations in documentation |
25 findings
Medium External URL 外部 URL
https://tickerapi.ai SKILL.md:12 Medium External URL 外部 URL
https://api.tickerapi.ai/auth SKILL.md:25 Medium External URL 外部 URL
https://api.tickerapi.ai/auth/verify SKILL.md:27 Medium External URL 外部 URL
https://tickerapi.ai/dashboard SKILL.md:28 Medium External URL 外部 URL
https://api.tickerapi.ai/v1 SKILL.md:65 Medium External URL 外部 URL
https://api.tickerapi.ai/v1/scan/oversold?asset_class=stock&min_severity=deep_oversold&limit=5 SKILL.md:148 Medium External URL 外部 URL
https://api.tickerapi.ai/v1/scan/breakouts?direction=bullish&asset_class=stock&limit=10 SKILL.md:179 Medium External URL 外部 URL
https://api.tickerapi.ai/v1/scan/unusual-volume?min_ratio_band=high&asset_class=crypto&limit=5 SKILL.md:210 Medium External URL 外部 URL
https://api.tickerapi.ai/v1/scan/valuation?direction=undervalued&min_severity=deep_value&limit=10 SKILL.md:240 Medium External URL 外部 URL
https://api.tickerapi.ai/v1/scan/insider-activity?direction=buying&sort_by=zone_severity&limit=10 SKILL.md:268 Medium External URL 外部 URL
https://api.tickerapi.ai/v1/summary/NVDA SKILL.md:305 Medium External URL 外部 URL
https://api.tickerapi.ai/v1/compare?tickers=NVDA SKILL.md:331 Medium External URL 外部 URL
https://api.tickerapi.ai/v1/watchlist SKILL.md:385 Medium External URL 外部 URL
https://api.tickerapi.ai/v1/watchlist/changes?timeframe=daily SKILL.md:478 Medium External URL 外部 URL
https://tickerapi.ai/docs/bands SKILL.md:510 Medium External URL 外部 URL
https://api.tickerapi.ai/v1/events?ticker=AAPL&field=rsi_zone&band=deep_oversold&limit=5 SKILL.md:518 Medium External URL 外部 URL
https://api.tickerapi.ai/v1/events?ticker=AAPL&field=rsi_zone&band=deep_oversold&context_ticker=SPY&context_field=trend_... SKILL.md:524 Medium External URL 外部 URL
https://api.tickerapi.ai/v1/assets SKILL.md:538 Medium External URL 外部 URL
https://api.tickerapi.ai/v1/list/sectors SKILL.md:552 Medium External URL 外部 URL
https://api.tickerapi.ai/v1/scan/oversold?sector=Technology SKILL.md:570 Medium External URL 外部 URL
https://tickerapi.ai/pricing**. SKILL.md:758 Medium External URL 外部 URL
https://tickerapi.ai/pricing** SKILL.md:797 Medium External URL 外部 URL
https://tickerapi.ai/pricing SKILL.md:814 Medium External URL 外部 URL
https://tickerapi.ai/pricing. SKILL.md:913 Medium External URL 外部 URL
https://tickerarena.com SKILL.md:954 File Tree
1 files · 49.8 KB · 1008 lines Markdown 1f · 1008L
└─
SKILL.md
Markdown
Security Positives
✓ Pure documentation skill with no executable code
✓ All network requests explicitly declared and documented (api.tickerapi.ai)
✓ API key authentication uses standard email verification flow
✓ Webhook signature verification uses HMAC-SHA256 (secure)
✓ Webhook URLs must be HTTPS (enforced)
✓ No sensitive file path access (no ~/.ssh, ~/.aws, .env access)
✓ No obfuscation (no base64, no encoded commands)
✓ No credential harvesting beyond the declared TICKERAPI_KEY
✓ No persistence mechanisms (no cron, no backdoors)
✓ Clear documentation with comprehensive usage guidelines