ClawAudit verdict

crypto-executor

45
🟠 Risky
Significant concerns — only install if you understand the risks

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.

0
security
80
transparency
90
maintenance

Permission integrity

Installs packages at runtime — transitive dependencies are not auditable

package_install

Findings (8)

Pattern match critical

Possible hardcoded credential

CONFIGURATION.md · code · token = "YOUR_BOT_TOKEN

Pattern match critical

Pipe to python — executes piped content as Python code

CONFIGURATION.md · code · | python3

Pattern match high

References sudo — requests elevated privileges

CONFIGURATION.md · code · sudo

Pattern match high

subprocess execution — runs system commands from Python

CONFIGURATION.md · code · subprocess.run(

Pattern match medium

Opens WebSocket connection

SKILL.md · frontmatter · WebSocket

Pattern match medium

Python os.getenv — reads environment variable

SKILL.md · code · os.getenv(

Pattern match medium

Python urllib.request — network access

CONFIGURATION.md · code · urllib.request

Pattern match medium

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?

Check another skill Browse the registry Auditing your own skills or configs? Use the API