Intelligent search for agents. Multi-source retrieval with confidence scoring - web, academic, and Tavily in one unified API
Analysis
This appears to be a coherent search-integration skill that uses an AIsa API key to send user search queries to external web, academic, and Tavily-style search endpoints.
Findings (4)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
Tavily search ... Extract content from URLs ... Crawl web pages ... Site map
The skill exposes URL extraction, crawl, and map operations. These are consistent with the stated search/retrieval purpose but can affect third-party sites if used broadly.
Full text search (with page content)
The skill can return external page content to the agent. Retrieved web content is untrusted data and may contain instructions or misleading text.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
requires:{"bins":["curl","python3"],"env":["AISA_API_KEY"]},"primaryEnv":"AISA_API_KEY"The skill requires an API key and uses it as its primary credential, which is expected for this search service but is still account-authorized access.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
BASE_URL = "https://api.aisa.one/apis/v1"
The client sends searches, URLs, and API-authenticated requests to an external provider endpoint.
