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
| 81 | curl -H "X-API-KEY: $AGENT_API_KEY" http://127.0.0.1:38084/sync |
medium line 130
Curl to non-GitHub URL
SourceSKILL.md
| 130 | curl -H "X-API-KEY: $AGENT_API_KEY" http://127.0.0.1:38084/transactions |
medium line 137
Curl to non-GitHub URL
SourceSKILL.md
| 137 | curl -i https://api.example.com/protected |
medium line 141
Curl to non-GitHub URL
SourceSKILL.md
| 141 | curl -H "X-API-KEY: $AGENT_API_KEY" http://127.0.0.1:38084/transactions |
medium line 154
Curl to non-GitHub URL
SourceSKILL.md
| 154 | curl -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
| 81 | curl -H "X-API-KEY: $AGENT_API_KEY" http://127.0.0.1:38084/sync |
low line 86
External URL reference
SourceSKILL.md
| 86 | This skill supports the [XMR402 protocol](https://xmr402.org) for accessing Monero-paywalled APIs and resources. |
low line 121
External URL reference
SourceSKILL.md
| 121 | http://127.0.0.1:38084/get_proof |
low line 130
External URL reference
SourceSKILL.md
| 130 | curl -H "X-API-KEY: $AGENT_API_KEY" http://127.0.0.1:38084/transactions |
low line 137
External URL reference
SourceSKILL.md
| 137 | curl -i https://api.example.com/protected |
low line 141
External URL reference
SourceSKILL.md
| 141 | curl -H "X-API-KEY: $AGENT_API_KEY" http://127.0.0.1:38084/transactions |
low line 151
External URL reference
SourceSKILL.md
| 151 | http://127.0.0.1:38084/get_proof |
low line 154
External URL reference
SourceSKILL.md
| 154 | curl -H 'Authorization: XMR402 txid="...", proof="..."' https://api.example.com/protected |
Scanned on Mar 8, 2026
View Security DashboardInstall this skill with one command
/learn @kyc-rip/monero-walletGitHub Stars 2
Rate this skill
Categoryfinance accounting
UpdatedMarch 29, 2026
KYC-rip/ripley-xmr-gateway