ClawAudit verdict

clawrtc-pip

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

Skill installs a pip package that mines RTC tokens using hardware fingerprinting and can run as a persistent background service; the core function is autonomous cryptocurrency mining consuming agent compute resources.

⚠ 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.

35
security
60
transparency
80
maintenance

Permission integrity

Installs packages at runtime — transitive dependencies are not auditable

package_install

Findings (9)

Pattern match medium

subprocess execution — runs system commands from Python

clawrtc/cli.py · prose · downgraded · subprocess.run(

Pattern match medium

subprocess with shell=True — command injection vector

clawrtc/cli.py · prose · downgraded · subprocess.run( cmd, shell=True

Pattern match medium

Instructs covert action — may act without user awareness

clawrtc/cli.py · prose · downgraded · silently

Pattern match medium

os.system/popen — direct OS command execution

clawrtc/cli.py · prose · downgraded · os.execvp(

Pattern match medium

HTTP request to bare IP address — common in malicious payloads

README.md · prose · downgraded · https://50.28.86.131

Pattern match low

Python urllib.request — network access

clawrtc/cli.py · prose · downgraded · urllib.request

Pattern match low

Python shutil file operation — copies/moves/deletes files

clawrtc/cli.py · prose · downgraded · shutil.rmtree(

Pattern match low

Python os.environ.get — reads environment variable

clawrtc/coinbase_wallet.py · prose · downgraded · os.environ.get(

Pattern match low

Popular HTTP library — network access

clawrtc/data/miner.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.

package_install

Is this flag fair?

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