Skip to main content

monero-wallet

Enables secure management of Monero wallets via a local gateway, supporting transactions and balance checks through Python and REST API.

Install this skill

or
65/100

Security score

The monero-wallet skill was audited on Mar 8, 2026 and we found 15 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 81

Curl to non-GitHub URL

SourceSKILL.md
81curl -H "X-API-KEY: $AGENT_API_KEY" http://127.0.0.1:38084/sync
medium line 130

Curl to non-GitHub URL

SourceSKILL.md
130curl -H "X-API-KEY: $AGENT_API_KEY" http://127.0.0.1:38084/transactions
medium line 137

Curl to non-GitHub URL

SourceSKILL.md
137curl -i https://api.example.com/protected
medium line 141

Curl to non-GitHub URL

SourceSKILL.md
141curl -H "X-API-KEY: $AGENT_API_KEY" http://127.0.0.1:38084/transactions
medium line 154

Curl to non-GitHub URL

SourceSKILL.md
154curl -H 'Authorization: XMR402 txid="...", proof="..."' https://api.example.com/protected
low line 18

External URL reference

SourceSKILL.md
18- **Official Setup**: [kyc.rip/ripley](https://kyc.rip/ripley)
low line 33

External URL reference

SourceSKILL.md
33- **Official Swap**: [kyc.rip/swap](https://kyc.rip/swap)
low line 81

External URL reference

SourceSKILL.md
81curl -H "X-API-KEY: $AGENT_API_KEY" http://127.0.0.1:38084/sync
low line 86

External URL reference

SourceSKILL.md
86This skill supports the [XMR402 protocol](https://xmr402.org) for accessing Monero-paywalled APIs and resources.
low line 121

External URL reference

SourceSKILL.md
121http://127.0.0.1:38084/get_proof
low line 130

External URL reference

SourceSKILL.md
130curl -H "X-API-KEY: $AGENT_API_KEY" http://127.0.0.1:38084/transactions
low line 137

External URL reference

SourceSKILL.md
137curl -i https://api.example.com/protected
low line 141

External URL reference

SourceSKILL.md
141curl -H "X-API-KEY: $AGENT_API_KEY" http://127.0.0.1:38084/transactions
low line 151

External URL reference

SourceSKILL.md
151http://127.0.0.1:38084/get_proof
low line 154

External URL reference

SourceSKILL.md
154curl -H 'Authorization: XMR402 txid="...", proof="..."' https://api.example.com/protected
Scanned on Mar 8, 2026
View Security Dashboard