Last 30 Days (Lite)

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

Running the skill may use the user's existing X/Twitter account session for searches, exposing queries to that service and relying on local account credentials beyond a simple anonymous web search.

Why it was flagged

The skill says it needs no API keys but uses a logged-in X/Twitter cookie session through bird. Cookies are credentials, and the artifacts do not define which profile/session is used, what access is granted, or how the user approves or limits it.

Skill content
No extra API keys needed ... Bird requires X/Twitter cookies (already configured)
Recommendation

Before use, require explicit consent for X/Twitter access, document the exact bird credential/profile used, keep it read-only/search-only, and provide revocation or disable instructions such as a web-only mode.

What this means

The safety of the X/Twitter portion depends on whatever bird binary is present on the user's machine.

Why it was flagged

The skill depends on an external bird CLI, but the artifacts do not include install or provenance details. This is purpose-aligned for X/Twitter search, but users must trust a separately installed tool.

Skill content
Required binaries (all must exist): bird; Install specifications: No install spec — this is an instruction-only skill.
Recommendation

Install bird only from a trusted source, verify its configuration, and prefer pinned or documented installation instructions from the skill publisher.

What this means

Research topics may be sent to Brave Search, Reddit/web pages, and X/Twitter via bird.

Why it was flagged

The skill instructs the agent to fetch web pages and invoke a local CLI using the user's topic. This matches the research purpose and is not destructive, but it sends queries/content to external services and should remain user-directed.

Skill content
web_fetch(url="https://reddit.com/...", maxChars=10000) ... bird search "[topic]" -n 10 --plain
Recommendation

Use it for topics you are comfortable searching publicly, and confirm before fetching sensitive or private URLs or running CLI searches tied to an authenticated account.