Caveat verdict

guomeiqing-safe-install

88
🟢 Trusted
No high-risk patterns surfaced by the deep scan — automated capability review, not behavioral proof.

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.

0
security
50
transparency
70
maintenance

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.

Capability combination critical

Fetches from network AND uses eval/Function — the remote-code-execution pattern (data-flow not verified)

LLM05 · LLM06 · ASI05

Capability combination critical

Encodes data AND uses eval — the obfuscated-execution pattern (atob + eval; data-flow not verified)

LLM05 · ASI05 · ASI10

Capability combination high

Executes processes AND makes external network calls — may exfiltrate command output

LLM02 · LLM06 · ASI03

Capability combination high

Accesses credentials AND makes external network calls — potential credential theft

LLM02 · ASI03

Capability combination high

Accesses credentials AND encodes data — may obfuscate stolen credentials

LLM02 · ASI03 · ASI04

Permission integrity

Makes network requests but does not declare curl/wget in required binaries

network_out

Code accesses API keys/tokens but declares no environment variables

credential_access

Findings (9)

Pattern match critical

Pipe to python — executes piped content as Python code

SKILL.md · code · |python

Pattern match high

References child_process — can spawn system processes

SKILL.md · code · child_process

Pattern match high

References sudo — requests elevated privileges

SKILL.md · code · sudo

Pattern match high

Recursive delete from root or home — destructive command

SKILL.md · prose · downgraded · rm -rf /

Pattern match high

setuid — privilege escalation mechanism

SKILL.md · code · setuid

Pattern match medium

Popular HTTP library — network access

SKILL.md · code · axios

Pattern match medium

Accesses OpenClaw config/secrets directly

SKILL.md · prose · downgraded · ~/.openclaw/openclaw.json

Pattern match medium

Sets world-executable permissions

SKILL.md · code · chmod 777

Pattern match medium

Changes file ownership

SKILL.md · code · chown

Permissions & capabilities

No declared permissions — minimal attack surface.

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