Caveat verdict
stealthy-auto-browse
Fetches from network AND uses eval/Function
The skill is explicitly designed to be undetectable as automation (Camoufox plus OS-level input), which is dual-use; while the skill includes an authorized-use-only disclaimer, the tooling is specifically built to bypass detection systems and could be misused for unauthorized scraping or access.
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
Encodes data AND uses eval — the obfuscated-execution pattern (atob + eval; data-flow not verified)
LLM05 · ASI05 · ASI10
Permission integrity
package_install
Findings (4)
HTTP request to bare IP address — common in malicious payloads
SKILL.md · code · http://127.0.0.1
Sets world-executable permissions
references/setup.md · code · chmod 700
Accesses OpenClaw config/secrets directly
references/setup.md · prose · downgraded · ~/.openclaw/openclaw.json
Python os.environ.get — reads environment variable
scripts/websearch.py · prose · downgraded · os.environ.get(
Permissions & capabilities
Requires 2 system binaries. (2 elevated: docker, curl).
dynamic_evalnetwork_outdata_encodingpackage_install Thanks — recorded.