btc
Pass
Audited by Gen Agent Trust Hub on Mar 18, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: The skill follows secure patterns for blockchain interaction. All sensitive operations, such as transaction signing, are performed locally within the trusted environment using a session-based wallet manager.
- [COMMAND_EXECUTION]: Implements a
transfercommand that constructs and signs Bitcoin transactions. This is the primary purpose of the skill and is gated by a wallet-unlock requirement, ensuring the agent only acts when authorized. - [EXTERNAL_DOWNLOADS]: Retrieves real-time blockchain data, UTXOs, and fee estimates from well-known and trusted services, specifically mempool.space and the Hiro Ordinals API. These references are used for data retrieval only and do not involve executing untrusted remote scripts.
Audit Metadata