tavily-search — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited tavily-search (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Web search returning LLM-optimized results with content snippets and relevance scores.
Check tvly --status. If tvly is not on PATH:
pip install -q tavily-cli || uv tool install tavily-cliAuth comes from the TAVILY_API_KEY environment variable (already set in this environment). Never print it. If it is unset, report that and fall back to the built-in web tools.
# Basic search
tvly search "your query" --json
# Precision search with more results
tvly search "trellis coded quantization LLM" --depth advanced --max-results 10 --json
# Recent items only
tvly search "open-weight model release" --time-range week --topic news --json
# Primary sources only
tvly search "KV cache quantization" --include-domains arxiv.org,github.com --json
# Full page content inline (saves a separate extract call)
tvly search "vLLM disaggregated serving" --include-raw-content --max-results 3 --json| Option | Description |
|---|---|
--depth | ultra-fast, fast, basic (default), advanced (highest relevance) |
--max-results | 0–20 (default 5) |
--topic | general (default), news, finance |
--time-range | day, week, month, year |
--start-date / --end-date | Bound results by date (YYYY-MM-DD) |
--include-domains / --exclude-domains | Comma-separated domain filters |
--include-raw-content | Full page content (markdown or text) |
--chunks-per-source | Chunks per source (advanced/fast depth) |
--json / -o FILE | Structured output / save to file |
--include-domains arxiv.org,github.com,huggingface.co biases toward primary sources.the tavily-extract skill first (see radar-source-verify).
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.