risk art agent
Analysis
This is a disclosed Bankr crypto/LLM integration, but it can control real wallet funds, submit raw blockchain transactions, create persistent trading automations, and route model traffic through Bankr, so it needs careful review before use.
Findings (5)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
Submit raw EVM transactions with explicit calldata to any supported chain ... Call any function on any contract
The skill documents a raw transaction escape-hatch that can execute arbitrary contract calls rather than only constrained, purpose-specific workflows.
Set up automated orders and scheduled trading strategies ... Scheduled Commands: Run any Bankr command on a schedule.
The automation feature can create persistent scheduled actions, including broad scheduled Bankr commands, that continue beyond the immediate user prompt.
bun install -g @bankr/cli ... npm install -g @bankr/cli
The skill depends on a globally installed external CLI package. That is central to the stated purpose, but it means users are trusting code outside the instruction-only skill artifact.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
`--read-write` — enables swaps, transfers, orders, token launches, leverage, Polymarket bets. **Without this flag, the key is read-only**
A Bankr API key can be upgraded from read-only to authority over trades, transfers, token launches, leverage, and betting, which are high-impact financial/account actions.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Auto-install the Bankr provider into `~/.openclaw/openclaw.json` ... This writes the following provider config (with your key and all available models)
The LLM gateway setup can place a Bankr key into local agent configuration and make Bankr an LLM provider for future model calls.
