X / Twitter Search

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

Findings (0)

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

Your search terms are sent to xAI or X, and X API mode may incur provider usage charges.

Why it was flagged

The skill performs network API calls as its core function. This is purpose-aligned and disclosed, but users should understand that searches are sent to external providers.

Skill content
Calls xAI's `/v1/responses` endpoint (Grok mode) or X's `/2/tweets/search/recent` endpoint (X API mode)
Recommendation

Use the skill only for queries you are comfortable sending to those providers, and verify command flags such as --x-api, --days, and --max before running.

What this means

The API key or bearer token can consume your provider quota or billing allowance if misused outside this skill.

Why it was flagged

The script uses bearer credentials to authenticate to the provider API. This is expected for the integration and the visible code sends them only to the disclosed API hosts.

Skill content
headers: { 'Authorization': `Bearer ${apiKey}`, }
Recommendation

Use least-privilege provider credentials where available, store them securely, and revoke or rotate them if you no longer use the skill.

What this means

It may be harder to confirm that the installed code matches a trusted upstream source.

Why it was flagged

The registry metadata does not identify a verified source repository, which limits provenance assurance even though the visible package is small and dependency-free.

Skill content
Source: unknown
Recommendation

Review the installed scripts/search.js before first use and install only from a trusted ClawHub entry or repository.