DeepSeek AI Search

PassAudited by VirusTotal on May 10, 2026.

Findings (1)

The skill provides a functional interface for performing web searches using AI models via a third-party API proxy (ai.ch66.top). The Python script (scripts/search.py) is straightforward, using the requests library to send user queries to the configured endpoint without any evidence of data exfiltration, local file access, or unauthorized command execution. While the skill provides a hardcoded 'public' API key and defaults to a non-official API gateway, these elements are transparently documented in SKILL.md and README.md, and the user can override them via environment variables.