Caveat verdict
guomeiqing-safe-install
Fetches from network AND uses eval/Function
Security review skill that downloads third-party skills to isolated /tmp directories and runs a 7-point audit before installation; the content itself performs legitimate security scanning work with no exfiltration patterns.
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
Executes processes AND makes external network calls — may exfiltrate command output
LLM02 · LLM06 · ASI03
Accesses credentials AND makes external network calls — potential credential theft
LLM02 · ASI03
Accesses credentials AND encodes data — may obfuscate stolen credentials
LLM02 · ASI03 · ASI04
Permission integrity
network_out
credential_access
Findings (9)
Pipe to python — executes piped content as Python code
SKILL.md · code · |python
References child_process — can spawn system processes
SKILL.md · code · child_process
References sudo — requests elevated privileges
SKILL.md · code · sudo
Recursive delete from root or home — destructive command
SKILL.md · prose · downgraded · rm -rf /
setuid — privilege escalation mechanism
SKILL.md · code · setuid
Popular HTTP library — network access
SKILL.md · code · axios
Accesses OpenClaw config/secrets directly
SKILL.md · prose · downgraded · ~/.openclaw/openclaw.json
Sets world-executable permissions
SKILL.md · code · chmod 777
Changes file ownership
SKILL.md · code · chown
Permissions & capabilities
No declared permissions — minimal attack surface.
network_outcredential_accessprocess_execdynamic_evaldata_encoding Thanks — recorded.