ClawAudit verdict
clawrtc-pip
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.
Permission integrity
package_install
Findings (9)
subprocess execution — runs system commands from Python
clawrtc/cli.py · prose · downgraded · subprocess.run(
subprocess with shell=True — command injection vector
clawrtc/cli.py · prose · downgraded · subprocess.run(
cmd, shell=True
Instructs covert action — may act without user awareness
clawrtc/cli.py · prose · downgraded · silently
os.system/popen — direct OS command execution
clawrtc/cli.py · prose · downgraded · os.execvp(
HTTP request to bare IP address — common in malicious payloads
README.md · prose · downgraded · https://50.28.86.131
Python urllib.request — network access
clawrtc/cli.py · prose · downgraded · urllib.request
Python shutil file operation — copies/moves/deletes files
clawrtc/cli.py · prose · downgraded · shutil.rmtree(
Python os.environ.get — reads environment variable
clawrtc/coinbase_wallet.py · prose · downgraded · os.environ.get(
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?
Thanks — recorded.