Caveat verdict
server-browser-automation
Fetches from network AND uses eval/Function
Configures a headless VNC+Chrome environment on a user-owned Ubuntu server for browser automation; all setup commands are standard system administration (apt-get, Chrome remote debugging) with no external data exfiltration.
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.
What it does
These are capability combinations: each listed behavior occurs in the skill, but Caveat detects co-occurrence — it does not verify that one flows into another. Read the code to confirm a live chain.
Fetches from network AND uses eval/Function — the remote-code-execution pattern (data-flow not verified)
LLM05 · LLM06 · ASI05
Receives external input AND uses eval — the remote code-injection pattern (data-flow not verified)
LLM01 · LLM05 · ASI01 · ASI05
Permission integrity
network_out
file_read+write
package_install
Findings (7)
Recursive delete from root or home — destructive command
SKILL.md · code · rm -rf ~
References sudo — requests elevated privileges
SKILL.md · code · sudo
Accesses OpenClaw config/secrets directly
SKILL.md · code · ~/.openclaw/openclaw.json
apt-get install — installs system packages
SKILL.md · code · apt-get install
HTTP request to bare IP address — common in malicious payloads
SKILL.md · code · http://127.0.0.1
Opens WebSocket connection
SKILL.md · code · WebSocket
Changes file ownership
install.sh · prose · downgraded · chown
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class C). 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.
network_innetwork_outfile_writepackage_installdynamic_eval Thanks — recorded.