Caveat verdict

clawrtc

45
🟠 Risky
Significant risk patterns flagged — automated deep scan, not behavioral proof.

Installs a pip package that runs a persistent background hardware attestation/mining service accumulating RTC tokens in a wallet, and optionally integrates Coinbase CDP credentials for token swaps — this is a resource-consuming financial operation beyond normal skill scope.

⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.

Automated static analysis — not a human review. Caveat flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.

28
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

clawrtc/data/fingerprint_checks.py · prose · downgraded · http://169.254.169.254

Pattern match medium

Long base64 string (100+ chars) — likely obfuscated payload

README.md · prose · downgraded · PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIg

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/cli.py · prose · downgraded · os.environ.get(

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