ClawAudit verdict
crypto-executor
Fully autonomous trading bot with real Binance execution using API credentials, and references an external dependency (crypto-sniper-oracle from GitHub) that executes as a subprocess; the skill itself labels it L3 Financial Execution Real Money and advises auditing the subprocess code.
⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.
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.
Permission integrity
package_install
Findings (8)
Possible hardcoded credential
CONFIGURATION.md · code · token = "YOUR_BOT_TOKEN
Pipe to python — executes piped content as Python code
CONFIGURATION.md · code · | python3
References sudo — requests elevated privileges
CONFIGURATION.md · code · sudo
subprocess execution — runs system commands from Python
CONFIGURATION.md · code · subprocess.run(
Opens WebSocket connection
SKILL.md · frontmatter · WebSocket
Python os.getenv — reads environment variable
SKILL.md · code · os.getenv(
Python urllib.request — network access
CONFIGURATION.md · code · urllib.request
Changes file ownership
CONFIGURATION.md · code · chown
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
Requires 2 environment variables. (2 sensitive: BINANCE_API_KEY, BINANCE_API_SECRET). Requires 1 system binary.
network_incredential_accesspackage_install Is this flag fair?
Thanks — recorded.