ClawAudit verdict
agent-p2p
The skill explicitly requests OpenClaw's exec permission restrictions be disabled (security:full, ask:off) to run send.py and SSH to VPS without per-command confirmation, which is a meaningful privilege escalation ask for a P2P messaging tool.
⚠ 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
credential_access
package_install
Findings (15)
HTTP request to bare IP address — common in malicious payloads
SKILL.md · code · http://127.0.0.1
Accesses OpenClaw config/secrets directly
ENV.md · code · ~/.openclaw/openclaw.json
References sudo — requests elevated privileges
SKILL.md · code · sudo
Accesses .ssh directory
SKILL.md · code · .ssh/
References SSH/GPG private keys
CONFIG.md · code · ssh-key
Possible hardcoded credential
auto_install.py · prose · downgraded · TOKEN="):
return line.split(
Opens WebSocket connection
SKILL.md · code · WebSocket
subprocess execution — runs system commands from Python
auto_install.py · prose · downgraded · subprocess.run(
subprocess with shell=True — command injection vector
auto_install.py · prose · downgraded · subprocess.run(cmd, shell=True
apt-get install — installs system packages
auto_install.py · prose · downgraded · apt-get install
Changes file ownership
auto_install.py · prose · downgraded · chown
pip3 install — installs Python packages at runtime
auto_install.py · prose · downgraded · pip3 install
Python urllib.request — network access
local/bridge.py · prose · downgraded · urllib.request
Python os.environ.get — reads environment variable
local/bridge.py · prose · downgraded · os.environ.get(
Python os.getenv — reads environment variable
vps/main.py · prose · downgraded · os.getenv(
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class B/C/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_installcredential_accesscredential_store Is this flag fair?
Thanks — recorded.