Multi-source retrieval with confidence scoring - web, academic, and Tavily in one unified API
PassAudited by VirusTotal on May 12, 2026.
Findings (1)
The skill bundle provides a client for the AIsa search API, enabling multi-source web and academic searches. The `scripts/search_client.py` uses standard Python libraries (`urllib.request`, `os.environ.get`) to make authenticated HTTP POST requests to `https://api.aisa.one` using the `AISA_API_KEY`. User input for search queries is safely passed as URL parameters or JSON data, without any evidence of command injection or arbitrary code execution. The `SKILL.md` documentation clearly outlines the skill's purpose and usage, and does not contain any prompt injection attempts or instructions for the agent to perform unauthorized actions. All observed behaviors are directly aligned with the stated purpose of providing an intelligent search capability.
