Back to skill
v1.0.1

Tweet Processor

BenignClawScan verdict for this skill. Analyzed May 1, 2026, 5:53 AM.

Analysis

The skill is coherent and purpose-aligned: it processes user-provided tweet links and appends structured summaries to local note files.

GuidanceThis appears safe to install if you want an agent to process tweet URLs into local notes. Be aware that it will append to tweet-notes/*.md files and may preserve tweet URLs or summaries, so review entries before relying on them or using it with sensitive/private content.

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.

Abnormal behavior control

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.

Tool Misuse and Exploitation
SeverityLowConfidenceHighStatusNote
SKILL.md
When user sends a tweet URL, automatically: 1. Navigate to the tweet ... 3. Categorize into tweet-notes/ files 4. Append with proper formatting

The skill directs the agent to use browser/navigation capability and make local file changes. This is disclosed and purpose-aligned, but users should know it will act automatically after receiving a tweet URL.

User impactSending a tweet URL can cause the agent to open that URL and change local note files without a separate confirmation step.
RecommendationUse it only for tweet links you want saved, and review the appended Markdown entries if accuracy or privacy matters.
Sensitive data protection

Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.

Memory and Context Poisoning
SeverityLowConfidenceHighStatusNote
SKILL.md
Appends to: - `tweet-notes/tools.md` ... - `tweet-notes/misc.md`

The skill persists summaries of external tweet content into local notes. This is the intended behavior, but external content can be inaccurate, misleading, or later over-trusted if reused.

User impactTweet-derived summaries may become part of your persistent notes and could influence later work if you rely on them.
RecommendationReview saved entries for accuracy and avoid processing private or sensitive tweets unless you are comfortable storing their content or URL.