AIsa Youtube Serp Scout
PassAudited by ClawScan on May 8, 2026.
Overview
This appears to be a purpose-aligned YouTube search client for AIsa; the main items to review are the required AIsa API key, external requests to AIsa, and the truncated source view.
This skill looks coherent and purpose-aligned for YouTube research through AIsa. Install it only if you are comfortable sending search queries to AIsa, use a dedicated AISA_API_KEY, and review the full Python script from the source package because the provided source excerpt is truncated.
Findings (3)
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.
Using the skill grants it access to your AIsa API quota or account for YouTube search requests.
The client uses the AIsa API key as a bearer credential for outbound API requests; this is declared and aligned with the stated AIsa search-client purpose.
"Authorization": f"Bearer {self.api_key}"Use a dedicated, rotatable AIsa API key and avoid exposing it in prompts, shell history, or logs.
Your research queries, locale/filter parameters, and API authentication are sent to AIsa rather than staying local.
The skill clearly discloses the external provider endpoint; YouTube search terms and related parameters are sent outside the local environment.
All search requests go to `api.aisa.one`.
Use the skill only for queries you are comfortable sending to AIsa, and review AIsa's privacy or retention terms for sensitive research.
The visible behavior is benign, but the provided artifact set does not let a reviewer inspect every line of the script in this prompt.
The supplied review artifact omits the end of the bundled Python client, limiting direct review of the full script despite the clean static scan and coherent visible code.
"truncated": true
Before installing, inspect the full scripts/youtube_client.py from the published package or source repository.
