bitflow-limit-order
Pass
Audited by Gen Agent Trust Hub on Apr 30, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONCREDENTIALS_UNSAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches market data, pool information, and active bin prices from Bitflow's official API (https://bff.bitflowapis.finance). It also retrieves account balances from the Stacks blockchain via the Hiro API (https://api.mainnet.hiro.so). Both are well-known services within the Stacks ecosystem.
- [COMMAND_EXECUTION]: The
install-packscommand utilizeschild_process.execSyncto runbun addfor installing a hardcoded list of required npm dependencies. This is a standard installation pattern for this type of utility. - [CREDENTIALS_UNSAFE]: The script accesses sensitive wallet credentials, including mnemonic phrases and private keys, from the
STACKS_PRIVATE_KEYenvironment variable or by decrypting local keystore files located in~/.aibtc/. This access is necessary for the skill's primary function of signing on-chain transactions.
Audit Metadata