Skip to main content

prediction-market-arbitrage

Analyzes arbitrage opportunities across prediction markets like Polymarket and Kalshi for potential profit.

Install this skill

or
56/100

Security score

The prediction-market-arbitrage skill was audited on Apr 21, 2026 and we found 16 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 67

Curl to non-GitHub URL

SourceSKILL.md
67curl -X GET "https://api.aisa.one/apis/v1/matching-markets/sports?polymarket_market_slug={polymarket_market_slug}" \
medium line 71

Curl to non-GitHub URL

SourceSKILL.md
71curl -X GET "https://api.aisa.one/apis/v1/matching-markets/sports?kalshi_event_ticker={kalshi_event_ticker}" \
medium line 79

Curl to non-GitHub URL

SourceSKILL.md
79curl -X GET "https://api.aisa.one/apis/v1/matching-markets/sports/{sport}?date={date}" \
medium line 91

Curl to non-GitHub URL

SourceSKILL.md
91curl -X GET "https://api.aisa.one/apis/v1/polymarket/market-price/{token_id}" \
medium line 99

Curl to non-GitHub URL

SourceSKILL.md
99curl -X GET "https://api.aisa.one/apis/v1/kalshi/market-price/{market_ticker}" \
medium line 111

Curl to non-GitHub URL

SourceSKILL.md
111curl -X GET "https://api.aisa.one/apis/v1/polymarket/orderbooks?token_id={token_id}" \
medium line 119

Curl to non-GitHub URL

SourceSKILL.md
119curl -X GET "https://api.aisa.one/apis/v1/kalshi/orderbooks?ticker={ticker}" \
low line 8

External URL reference

SourceSKILL.md
8homepage: https://aisa.one
low line 67

External URL reference

SourceSKILL.md
67curl -X GET "https://api.aisa.one/apis/v1/matching-markets/sports?polymarket_market_slug={polymarket_market_slug}" \
low line 71

External URL reference

SourceSKILL.md
71curl -X GET "https://api.aisa.one/apis/v1/matching-markets/sports?kalshi_event_ticker={kalshi_event_ticker}" \
low line 79

External URL reference

SourceSKILL.md
79curl -X GET "https://api.aisa.one/apis/v1/matching-markets/sports/{sport}?date={date}" \
low line 91

External URL reference

SourceSKILL.md
91curl -X GET "https://api.aisa.one/apis/v1/polymarket/market-price/{token_id}" \
low line 99

External URL reference

SourceSKILL.md
99curl -X GET "https://api.aisa.one/apis/v1/kalshi/market-price/{market_ticker}" \
low line 111

External URL reference

SourceSKILL.md
111curl -X GET "https://api.aisa.one/apis/v1/polymarket/orderbooks?token_id={token_id}" \
low line 119

External URL reference

SourceSKILL.md
119curl -X GET "https://api.aisa.one/apis/v1/kalshi/orderbooks?ticker={ticker}" \
low line 167

External URL reference

SourceSKILL.md
1671. Sign up at [aisa.one](https://aisa.one)
Scanned on Apr 21, 2026
View Security Dashboard
Installation guide →