Skip to main content

delphi-terminal

Queries unified prediction market data and facilitates trades via the Delphi Terminal API, offering insights across multiple exchanges.

Install this skill

or
85/100

Security score

The delphi-terminal skill was audited on Jun 5, 2026 and we found 11 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 49

Curl to non-GitHub URL

SourceSKILL.md
49curl -X POST https://api.delphiterminal.co/api/v1/test-key
low line 292

Access to .env file

SourceSKILL.md
292"wss://api.delphiterminal.co/ws/kalshi?api_key=" + process.env.API_KEY
low line 36

External URL reference

SourceSKILL.md
36| REST API | `https://api.delphiterminal.co` |
low line 49

External URL reference

SourceSKILL.md
49curl -X POST https://api.delphiterminal.co/api/v1/test-key
low line 59

External URL reference

SourceSKILL.md
593. For production usage, direct the user to `https://delphimarkets.com` to request a permanent key (300 req/min).
low line 96

External URL reference

SourceSKILL.md
96All paths are relative to `https://api.delphiterminal.co`. Send `X-API-Key` on every call except where noted.
low line 271

External URL reference

SourceSKILL.md
271"https://api.delphiterminal.co/api/v1/search/semantic?q=will%20bitcoin%20hit%20100k%20this%20year" | jq
low line 278

External URL reference

SourceSKILL.md
278"https://api.delphiterminal.co/api/v1/klsi/KXBTCD-25FEB14-B55000/orderbook" | jq
low line 285

External URL reference

SourceSKILL.md
285"https://api.delphiterminal.co/api/v1/poly/0xb09a659b55f0eab385d75ef14d180e9a6b2f02290a427504e38bf803e35d25d6/tradehistory?limit=50" | jq
low line 310

External URL reference

SourceSKILL.md
310"https://api.delphiterminal.co/api/v1/data/rfqs?date=2026-02-13" > export.json
low line 326

External URL reference

SourceSKILL.md
326- **Surface the API key source.** If you minted a test key, tell the user it expires in 10 minutes and point them to `https://delphimarkets.com` for a production key.
Scanned on Jun 5, 2026
View Security Dashboard
Installation guide →