Epstein Files Search
PassAudited by ClawScan on May 1, 2026.
Overview
This skill is a coherent public-document search tool that sends search terms to a disclosed external API and does not show credential use, persistence, or destructive behavior.
This appears safe for its stated purpose. Before installing, note that searches are performed through the DugganUSA API, so avoid using sensitive private queries if you do not want them sent to that service.
Findings (1)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Your search terms are sent to the DugganUSA analytics service to retrieve results.
The user-provided search query is sent to a third-party API. This is disclosed and central to the skill's search function, but users should understand their queries leave the local environment.
const API_BASE = 'https://analytics.dugganusa.com/api/v1'; ... const apiUrl = `${API_BASE}/search?q=${encodeURIComponent(query)}&indexes=epstein_files`;Avoid entering private or sensitive personal information as search terms unless you are comfortable sending it to that external service.
