Bitcoin
Analysis
This is a coherent instruction-only Bitcoin guidance skill, with the main notice being that its block-explorer examples may send wallet addresses or transaction IDs to mempool.space.
Findings (1)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Check raw tx with: `curl -s "https://mempool.space/api/tx/{txid}"` ... For address balance: `curl -s "https://mempool.space/api/address/{address}"`The skill suggests querying an external block explorer with transaction IDs or Bitcoin addresses. This is expected for Bitcoin verification, but those lookups can reveal interest in particular addresses or transactions to the external service.
