Skip to main content

mithril

Mithril enables AI agents to manage on-chain spending with USDC, offering credit and financial tracking without interest if bills are paid on time.

Install this skill

or
38/100

Security score

The mithril skill was audited on Mar 8, 2026 and we found 26 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 95

Curl to non-GitHub URL

SourceSKILL.md
95curl -sS https://api.trymithril.com/v1/agent \
medium line 99

Curl to non-GitHub URL

SourceSKILL.md
99curl -sS https://api.trymithril.com/v1/agent/spending-power \
medium line 103

Curl to non-GitHub URL

SourceSKILL.md
103curl -sS https://api.trymithril.com/v1/wallets \
medium line 134

Curl to non-GitHub URL

SourceSKILL.md
134curl -sS -X POST https://api.trymithril.com/v1/agent/transfer \
medium line 211

Curl to non-GitHub URL

SourceSKILL.md
211curl -sS -X POST https://api.trymithril.com/v1/agent/purchase \
medium line 336

Curl to non-GitHub URL

SourceSKILL.md
336curl -sS -X POST https://api.trymithril.com/v1/wallets/YOUR_WALLET_ID/repay \
medium line 342

Curl to non-GitHub URL

SourceSKILL.md
342curl -sS -X POST https://api.trymithril.com/v1/wallets/YOUR_WALLET_ID/repay \
medium line 348

Curl to non-GitHub URL

SourceSKILL.md
348curl -sS -X POST https://api.trymithril.com/v1/wallets/YOUR_WALLET_ID/repay \
medium line 243

Base64 decode operation

SourceSKILL.md
243- `response.body` is base64-encoded. Decode it to get the service's actual response.
low line 12

External URL reference

SourceSKILL.md
12Base: https://api.trymithril.com
low line 54

External URL reference

SourceSKILL.md
541. Your human operator signs up at https://app.trymithril.com/signup, creates your agent, and gives you an API key.
low line 95

External URL reference

SourceSKILL.md
95curl -sS https://api.trymithril.com/v1/agent \
low line 99

External URL reference

SourceSKILL.md
99curl -sS https://api.trymithril.com/v1/agent/spending-power \
low line 103

External URL reference

SourceSKILL.md
103curl -sS https://api.trymithril.com/v1/wallets \
low line 134

External URL reference

SourceSKILL.md
134curl -sS -X POST https://api.trymithril.com/v1/agent/transfer \
low line 211

External URL reference

SourceSKILL.md
211curl -sS -X POST https://api.trymithril.com/v1/agent/purchase \
low line 215

External URL reference

SourceSKILL.md
215"url": "https://api.service.com/data",
low line 259

External URL reference

SourceSKILL.md
259GET /v1/wallets/:id/purchase/preview?url=https://api.service.com/data&method=GET
low line 273

External URL reference

SourceSKILL.md
273"url": "https://api.service.com/data",
low line 294

External URL reference

SourceSKILL.md
294"url": "https://api.service.com/data",
low line 336

External URL reference

SourceSKILL.md
336curl -sS -X POST https://api.trymithril.com/v1/wallets/YOUR_WALLET_ID/repay \
low line 342

External URL reference

SourceSKILL.md
342curl -sS -X POST https://api.trymithril.com/v1/wallets/YOUR_WALLET_ID/repay \
low line 348

External URL reference

SourceSKILL.md
348curl -sS -X POST https://api.trymithril.com/v1/wallets/YOUR_WALLET_ID/repay \
low line 689

External URL reference

SourceSKILL.md
689- **Sign up (human):** https://app.trymithril.com/signup
low line 690

External URL reference

SourceSKILL.md
690- **Dashboard:** https://app.trymithril.com
low line 691

External URL reference

SourceSKILL.md
691- **API base:** https://api.trymithril.com
Scanned on Mar 8, 2026
View Security Dashboard