Caveat verdict
eva-security-audit
Accesses credentials AND makes external network calls
This skill runs the local `openclaw security audit --deep` command and formats its output into a BLUF report; the content explicitly states it reads no credentials, makes no network calls, and writes no files — the capability flags do not match the actual documented behavior.
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.
Accesses credentials AND makes external network calls — potential credential theft
LLM02 · ASI03
Accesses credentials AND writes files — may persist stolen credentials locally
LLM02 · LLM06 · ASI03
Permission integrity
network_out
file_read+write
credential_access
Findings (2)
Python os.getenv — reads environment variable
SKILL.md · code · os.getenv(
Accesses OpenClaw config/secrets directly
SKILL.md · prose · downgraded · ~/.openclaw/openclaw.json
Permissions & capabilities
No declared permissions — minimal attack surface.
file_writenetwork_outcredential_access Thanks — recorded.