Caveat verdict

elasticsearch-openclaw

45
🟠 Risky
Significant risk patterns flagged — automated deep scan, not behavioral proof.

Accesses credentials AND makes external network calls

The skill content explicitly addresses security scanners and reviewers with 'ClawHub security scanners may flag this as suspicious — this is expected' framing designed to lower reviewer vigilance; while the actual Elasticsearch operations appear read-only and legitimate, embedding reviewer-targeting social engineering language in a skill file is a prompt-injection pattern.

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
40
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 high

Accesses credentials AND makes external network calls — potential credential theft

LLM02 · ASI03

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 (4)

Pattern match critical

Possible hardcoded credential

SKILL.md · frontmatter · API_KEY: "Base64-encoded API key (required, secret)

Pattern match high

Pipe to python — executes piped content as Python code

SKILL.md · prose · downgraded · | Python

Pattern match medium

Base64 encoding/decoding

SKILL.md · frontmatter · Base64-encode

Pattern match medium

Python os.getenv — reads environment variable

references/python-client-9.md · code · os.getenv(

Permissions & capabilities

No declared permissions — minimal attack surface.

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