YouTube SERP Scout for agents. Search top-ranking videos, channels, and trends for content research and competitor tracking
Analysis
This appears to be a straightforward YouTube search helper; the main things to notice are that it uses an AIsa API key and sends search queries to AIsa.
Findings (2)
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.
Source: unknown
The registry metadata does not identify a source repository or package provenance. The artifacts do not show a risky installer, but provenance is limited.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
self.api_key = api_key or os.environ.get("AISA_API_KEY") ... "Authorization": f"Bearer {self.api_key}"The client reads the AIsa API key from the environment and sends it as a Bearer token to the AIsa API. This is expected for the stated service integration, but it gives the skill access to use that credential.
