ClawAudit verdict
bitget-wallet
bitget-wallet-skill
Receives external input AND executes processes
Identical to bgw-wallet-api: the skill instructs the agent to fetch and replace all local skill files from https://github.com/bitget-wallet-ai-lab/bitget-wallet-skill when a version update is detected, enabling remote code replacement despite the suggested post-upgrade security check.
Automated static analysis — not a human review. ClawAudit flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.
What it does
These are capability combinations: each listed behavior occurs in the skill, but ClawAudit detects co-occurrence — it does not verify that one flows into another. Read the code to confirm a live chain.
Receives external input AND executes processes — the shape of a command & control channel
LLM05 · LLM06 · ASI10
Findings (7)
subprocess execution — runs system commands from Python
SKILL.md · code · subprocess.run(
Possible hardcoded credential
scripts/bitget_api.py · prose · downgraded · API_KEY = "4843D8C3F1E20772C0E634EDACC5C5F9A0E2DC92
Pipe to python — executes piped content as Python code
scripts/order_sign.py · prose · downgraded · | python3
Instructs covert action — may act without user awareness
SKILL.md · prose · downgraded · silently
Opens WebSocket connection
README.md · prose · downgraded · WebSocket
Python os.environ.get — reads environment variable
scripts/bitget_api.py · prose · downgraded · os.environ.get(
Popular HTTP library — network access
scripts/bitget_api.py · prose · downgraded · got
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
No declared permissions — minimal attack surface.
network_inprocess_exec Thanks — recorded.