cobo-agentic-wallet-prod
Pass
Audited by Gen Agent Trust Hub on Mar 21, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The
bootstrap-env.shscript downloads thecawCLI andTSS Nodebinaries from the vendor's infrastructure atdownload.agenticwallet.cobo.comanddownload.tss.cobo.com. - [EXTERNAL_DOWNLOADS]: The skill performs a version check by fetching the
SKILL.mdfile fromhttps://agenticwallet.cobo.comto ensure the local version is up to date. - [EXTERNAL_DOWNLOADS]: Various DeFi strategy recipes fetch data from established technology services, including price information from CoinGecko (
api.coingecko.com), swap routes from Jupiter (jup.ag), and prediction market data from Polymarket (polymarket.com). - [COMMAND_EXECUTION]: The skill executes the downloaded
cawandcobo-tss-nodebinaries to manage wallet state, perform transfers, and interact with smart contracts. - [COMMAND_EXECUTION]: Recipes utilize
node -eto dynamically generate Ethereum calldata for contract interactions and to compute HMAC signatures for API authentication with Polymarket. - [COMMAND_EXECUTION]: The installation process requires
npmto install theetherslibrary, which is used for blockchain data encoding tasks.
Audit Metadata