Skip to main content

prediction-market-arbitrage

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

Install this skill

or
52/100

Security score

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

Categories Tested

Security Issues

medium line 99

Curl to non-GitHub URL

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

Curl to non-GitHub URL

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

Curl to non-GitHub URL

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

Curl to non-GitHub URL

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

Curl to non-GitHub URL

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

Curl to non-GitHub URL

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

Curl to non-GitHub URL

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

External URL reference

SourceSKILL.md
9homepage: https://aisa.one
low line 39

External URL reference

SourceSKILL.md
39Works with any [agentskills.io](https://agentskills.io)-compatible harness, including:
low line 46

External URL reference

SourceSKILL.md
46- and other harnesses that implement the [Agent Skills specification](https://agentskills.io/specification)
low line 48

External URL reference

SourceSKILL.md
48Requires Python 3, a POSIX shell, and `AISA_API_KEY` from [aisa.one](https://aisa.one).
low line 99

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

SourceSKILL.md
1971. Sign up at [aisa.one](https://aisa.one)
low line 204

External URL reference

SourceSKILL.md
204See [API Reference](https://aisa.one/docs/api-reference/) for complete endpoint documentation.
Scanned on Jun 14, 2026
View Security Dashboard
Installation guide →