X Social Manager Dist

WarnAudited by ClawScan on May 17, 2026.

Overview

Review before installing: it is a plausible X/Twitter manager, but it auto-installs an unpinned Twitter CLI and uses live X credentials to post or reply on your account.

Install only if you are comfortable letting an agent-assisted CLI use your X/Twitter credentials. Prefer manually installing and reviewing twitter-cli, do not allow automatic `curl | sh` setup without approval, use a dedicated account/profile or scoped credentials, keep approval required for every public action, and periodically clean the skill's memory and reply archive files.

Findings (5)

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

The agent may run new third-party code on your machine before ordinary use, and that code is then expected to operate your X/Twitter account.

Why it was flagged

The skill instructs the agent to execute a remote installer and install an unpinned external CLI automatically, despite being presented as an instruction-only skill.

Skill content
If `uv` is NOT available, install it first: `curl -LsSf https://astral.sh/uv/install.sh | sh` then `uv tool install twitter-cli`
Recommendation

Install uv and twitter-cli yourself from trusted sources, pin or verify versions where possible, and require explicit approval before any setup command is run.

What this means

If the CLI or agent workflow misbehaves, it could access or mutate your real X/Twitter account using your existing session.

Why it was flagged

The skill relies on live browser/session credentials or X auth tokens and gives the CLI authority to interact with the account; the artifacts do not define a narrow browser profile, token scope, or containment boundary.

Skill content
An active X (Twitter) session in your browser (for cookie-based auth) ... Operates the CLI — can post, reply, search, and analyze directly via `twitter-cli`
Recommendation

Use a dedicated X account or browser profile, prefer explicit environment credentials over broad browser-session access when possible, and verify every account-changing action.

What this means

Approved posts or replies can become public under your account and may affect reputation or relationships.

Why it was flagged

Direct posting is high-impact because it publishes to a public account, but the instruction is purpose-aligned and includes an explicit approval gate.

Skill content
Direct posting — The agent CAN post directly via `twitter post`. Always present final text + char count to user and get explicit approval before executing.
Recommendation

Read the exact text, account, media, and reply target before approving any post, reply, quote, delete, follow, or retweet action.

What this means

Your writing style, profile details, performance history, and leads may persist in local files and influence later outputs.

Why it was flagged

The skill stores exact user voice samples and reuses them for future drafting, which is expected for personalization but creates persistent local context that can become stale, sensitive, or poisoned.

Skill content
This file contains the user's actual replies word-for-word ... Populated during onboarding by fetching the user's real replies via `twitter search`.
Recommendation

Periodically review, edit, or delete the memory and reply archive files, especially before sharing the workspace or using the skill for a different account.

What this means

Sub-agents could operate over the same local files and account tooling as the main agent, so mistakes may propagate across the skill's memory and strategy files.

Why it was flagged

The skill delegates tasks to helper agents that may read files, write files, and run shell commands; this is disclosed, but the exact permission boundary depends on the host IDE.

Skill content
The main agent reads this file and creates the sub-agent files in whatever format the host IDE requires ... `x-intel-updater` ... Tools: Read, Write, Grep, Bash
Recommendation

Enable sub-agents only in environments where you understand their permissions, and review generated sub-agent files before letting them run account or file-writing workflows.