Skip to main content

bitcoin-core-rpc

Facilitates interaction with Bitcoin Core via JSON-RPC, enabling wallet management and transaction handling for developers.

Install this skill

or
88/100

Security score

The bitcoin-core-rpc skill was audited on Jun 5, 2026 and we found 8 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 18

Access to hidden dotfiles in home directory

SourceSKILL.md
18- File `~/.bitcoin/.cookie` is auto-generated; format `__cookie__:<random>`.
low line 110

Access to hidden dotfiles in home directory

SourceSKILL.md
110curl -u "$(cat ~/.bitcoin/.cookie)" \
low line 116

Access to hidden dotfiles in home directory

SourceSKILL.md
116curl -u "$(cat ~/.bitcoin/.cookie)" \
low line 121

Access to hidden dotfiles in home directory

SourceSKILL.md
121curl -u "$(cat ~/.bitcoin/.cookie)" \
low line 44

External URL reference

SourceSKILL.md
44http://127.0.0.1:8332/wallet/hot
low line 113

External URL reference

SourceSKILL.md
113http://127.0.0.1:8332/
low line 118

External URL reference

SourceSKILL.md
118http://127.0.0.1:8332/wallet/hot
low line 125

External URL reference

SourceSKILL.md
125]' http://127.0.0.1:8332/
Scanned on Jun 5, 2026
View Security Dashboard
Installation guide →