Social Intelligence

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

An agent using the skill may retrieve and export large amounts of social-media data.

Why it was flagged

The skill documents bulk export capability through MCP tools. This is consistent with social intelligence research, but users should be aware that queries can produce large datasets.

Skill content
Every search generates a full CSV export — up to 64K rows per query.
Recommendation

Use explicit user intent for large searches or exports, and handle exported data according to privacy, compliance, and platform-use expectations.

What this means

The agent may act through the user's authenticated Xpoz account to access the service.

Why it was flagged

The skill requires delegated Xpoz account authentication. This is expected for the Xpoz MCP service and is disclosed in SKILL.md, though it is not reflected as a primary credential in the registry summary.

Skill content
"credentials": "Xpoz account (free tier) — auth via xpoz-setup skill (OAuth 2.1)"
Recommendation

Authenticate only with an account you intend to use for this service, and review the xpoz-setup skill and Xpoz account permissions before use.

What this means

Installing the skill requires trusting the mcporter npm package and its provenance.

Why it was flagged

The skill relies on an external npm package to provide the mcporter binary. This appears central to the MCP-based purpose, but it is still an external dependency.

Skill content
node | package: mcporter | creates binaries: mcporter
Recommendation

Install from the expected package source, keep dependencies updated, and review the related xpoz-setup skill before authenticating.

What this means

Search terms, social-media research activity, and returned datasets may pass through Xpoz's MCP service.

Why it was flagged

The skill routes activity through a shared external MCP backend. This is disclosed and purpose-aligned, but it creates a provider boundary for queries, results, and account access.

Skill content
All skills share the same Xpoz MCP backend — authenticate once, use everywhere.
Recommendation

Avoid sending confidential research queries unless you are comfortable with Xpoz handling them, and review Xpoz's service and privacy terms.