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.

What this means

Using the skill grants it access to your AIsa API quota or account for YouTube search requests.

Why it was flagged

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.

Skill content
"Authorization": f"Bearer {self.api_key}"
Recommendation

Use a dedicated, rotatable AIsa API key and avoid exposing it in prompts, shell history, or logs.

What this means

Your research queries, locale/filter parameters, and API authentication are sent to AIsa rather than staying local.

Why it was flagged

The skill clearly discloses the external provider endpoint; YouTube search terms and related parameters are sent outside the local environment.

Skill content
All search requests go to `api.aisa.one`.
Recommendation

Use the skill only for queries you are comfortable sending to AIsa, and review AIsa's privacy or retention terms for sensitive research.

What this means

The visible behavior is benign, but the provided artifact set does not let a reviewer inspect every line of the script in this prompt.

Why it was flagged

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.

Skill content
"truncated": true
Recommendation

Before installing, inspect the full scripts/youtube_client.py from the published package or source repository.