Caveat verdict

arpc

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

The skill installs via curl -fsSL https://arp.offgrid.ing/install.sh | bash (executes remote untrusted script) and routes all agent messages through a third-party relay at arps.offgrid.ing; while E2E encryption is described, the install pattern and external relay dependency represent genuine risks.

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

0
security
100
transparency
70
maintenance

Findings (9)

Pattern match critical

Pipe-to-shell pattern (curl | sh) — supply chain attack vector

references/installation.md · code · curl -fsSL https://arp.offgrid.ing/install.sh | bash

Pattern match critical

Pipe to bash — executes piped content as shell commands

references/installation.md · code · | bash

Pattern match critical

Possible hardcoded credential

references/installation.md · code · token = "${TOKEN_ESCAPED}

Pattern match critical

Recursive delete from root or home — destructive command

references/uninstall.md · code · rm -rf ~

Pattern match high

Accesses OpenClaw config/secrets directly

references/installation.md · code · ~/.openclaw/openclaw.json

Pattern match high

HTTP request to bare IP address — common in malicious payloads

references/installation.md · code · http://127.0.0.1

Pattern match medium

Instructs covert action — may act without user awareness

SKILL.md · prose · downgraded · silently

Pattern match medium

Accesses shell history/config

references/troubleshooting.md · prose · downgraded · ~/.zshrc

Pattern match low

Opens WebSocket connection

SKILL.md · prose · downgraded · WebSocket

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class A/B). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.

Permissions & capabilities

Requires 1 system binary.

Is this flag fair?

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