Caveat verdict

tavily-web-search

tavily-web-search-full

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

Accesses credentials AND writes files

Legitimate Tavily API wrapper for web search with documented API key usage via environment variable; file_write is for local log files and query cache, both transparently documented.

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
80
transparency
90
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 writes files — may persist stolen credentials locally

LLM02 · LLM06 · ASI03

Permission integrity

Performs file operations but does not declare file-accessing binaries

file_read+write

Findings (6)

Pattern match critical

Possible hardcoded credential

SKILL.md · code · API_KEY="tvly-your-key-here

Pattern match critical

Recursive delete from root or home — destructive command

SKILL.md · code · rm -rf ~

Pattern match high

Accesses OpenClaw config/secrets directly

SKILL.md · code · ~/.openclaw/.env

Pattern match medium

subprocess execution — runs system commands from Python

scripts/test_all.py · prose · downgraded · subprocess.run(

Pattern match low

Python urllib.request — network access

scripts/crawl.py · prose · downgraded · urllib.request

Pattern match low

Python os.environ.get — reads environment variable

scripts/crawl.py · prose · downgraded · os.environ.get(

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.

Permissions & capabilities

Requires 1 environment variable. (1 sensitive: TAVILY_API_KEY). Requires 1 system binary.

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