bios-deep-research
Warn
Audited by Gen Agent Trust Hub on Apr 5, 2026
Risk Level: MEDIUMCREDENTIALS_UNSAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTION
Full Analysis
- [CREDENTIALS_UNSAFE]: The Python implementation in
references/python-script.mdattempts to read sensitive credential files from hardcoded system paths, including~/.openclaw/credentials/cdp_api_key.jsonand/data/.clawdbot/credentials/cdp_api_key.json, to obtain API keys and wallet secrets. - [COMMAND_EXECUTION]: The script
references/python-script.mduses thesubprocessmodule to execute shell commands, specificallynpm installfor dependency management andnodeto run the local signer script. - [EXTERNAL_DOWNLOADS]: The skill performs dynamic package installation at runtime. If the required Node.js modules are missing, it automatically executes
npm installto download@coinbase/cdp-sdk,@x402/core,@x402/evm, andviemfrom the NPM registry. - [REMOTE_CODE_EXECUTION]: The skill implements a multi-language execution flow where a Python controller generates inputs for and executes a local Javascript script (
research_signer.mjs) using thenoderuntime to perform EIP-712 and SIWE signing operations.
Audit Metadata