bitflow-hodlmm-deposit
Pass
Audited by Gen Agent Trust Hub on Apr 30, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements a specific DeFi operation (liquidity deposit) on the Stacks blockchain. Its behavior aligns with the stated purpose in the documentation.
- [COMMAND_EXECUTION]: The skill uses the
@stacks/transactionslibrary to construct and broadcast blockchain transactions. This is the primary function of the skill and is handled safely using explicit confirmation tokens. - [EXTERNAL_DOWNLOADS]: The script fetches pool and bin data from well-known services, including the official Hiro API (
api.hiro.so) and the Bitflow API (bff.bitflowapis.finance). These requests are necessary for retrieving live blockchain and protocol state. - [DATA_EXPOSURE]: The skill accesses local wallet information stored in the
~/.aibtc/directory to facilitate transaction signing. This is standard behavior for tools within the aibtcdev ecosystem and is used only to resolve the local signer for the transaction.
Audit Metadata