Tavily

Security checks across malware telemetry and agentic risk

Overview

This is a straightforward Tavily web-search integration skill with expected external API use and no evidence of hidden, destructive, or automatic behavior.

Install this only if you intend to use Tavily. Treat queries, URLs, and extracted or crawled page content as data shared with Tavily, avoid submitting sensitive or unauthorized targets, keep the API key in a secret manager or environment variable, and monitor usage for crawl and research workflows.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • MCP Least PrivilegeUnderdeclared Capability, Wildcard Permission, Missing Permission Declaration
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
Findings (7)

Lp3

Medium
Category
MCP Least Privilege
Confidence
70% confidence
Finding
Without declared permissions the skill's intent is opaque and cannot be validated.

Missing User Warnings

Medium
Confidence
89% confidence
Finding
This is a markdown file, so SQP-2 applies to omissions in the skill description. The document describes multiple POST endpoints that send user queries, URLs, and extracted page content to an external service, including raw-content extraction and site crawling, but it does not warn users that submitted data and target URLs are transmitted to a third-party API and may affect privacy or external systems.

External Transmission

Medium
Category
Data Exfiltration
Content
---

## 1. Search API (`POST https://api.tavily.com/search`)

| Parameter | Type | Required | Default | Allowed Values / Ranges |
| :--- | :--- | :--- | :--- | :--- |
Confidence
50% confidence
Finding
https://api.tavily.com/

External Transmission

Medium
Category
Data Exfiltration
Content
---

## 2. Extract API (`POST https://api.tavily.com/extract`)

Extracts raw content from specific URLs without executing a search.
Confidence
50% confidence
Finding
https://api.tavily.com/

External Transmission

Medium
Category
Data Exfiltration
Content
---

## 3. Crawl API (`POST https://api.tavily.com/crawl`)

Traverses a website's link graph and extracts content.
Confidence
50% confidence
Finding
https://api.tavily.com/

External Transmission

Medium
Category
Data Exfiltration
Content
---

## 4. Map API (`POST https://api.tavily.com/map`)

Quickly maps the URL topology of a target domain without extracting page content.
Confidence
50% confidence
Finding
https://api.tavily.com/

External Transmission

Medium
Category
Data Exfiltration
Content
---

## 5. Research API (`POST https://api.tavily.com/research`)

Asynchronous deep research execution.
Confidence
50% confidence
Finding
https://api.tavily.com/

VirusTotal

65/65 vendors flagged this skill as clean.

View on VirusTotal