Cross Platform Content Syncer

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.

ConcernMedium Confidence
ASI02: Tool Misuse and Exploitation
What this means

A mistaken, private, or poorly transformed article could be published or scheduled across multiple public channels before the user reviews the final platform-specific versions.

Why it was flagged

The skill is designed to perform high-impact write actions on public publishing platforms. The visible artifact does not require a final preview or explicit confirmation before publishing or scheduling.

Skill content
"automatically sync to all others" and "Publish immediately or schedule for specific dates/times"
Recommendation

Require explicit user confirmation before each publish, schedule, batch sync, or subscriber distribution action; prefer draft creation and preview links as the default.

ConcernMedium Confidence
ASI03: Identity and Privilege Abuse
What this means

If the tokens are broad, the agent may be able to publish, notify, or alter content across several business or creator accounts.

Why it was flagged

These credentials grant delegated authority over multiple external accounts. The artifact does not visibly specify minimal token scopes, organization/account boundaries, or whether credentials are limited to draft-only or publish-capable actions.

Skill content
"WORDPRESS_API_KEY", "SUBSTACK_API_KEY", "MEDIUM_API_TOKEN", "LINKEDIN_ACCESS_TOKEN", "SLACK_WEBHOOK_URL"
Recommendation

Use least-privilege credentials, separate draft-only and publish-capable tokens where possible, and document exactly which scopes and accounts the skill is allowed to use.

ConcernMedium Confidence
ASI08: Cascading Failures
What this means

A single bad instruction, wrong article, or formatting error could be amplified into multiple public posts or emails.

Why it was flagged

The examples show batch and delayed cross-platform publishing. Without visible containment or checkpointing, one incorrect source selection or transformation could propagate across multiple platforms over time.

Skill content
"Sync my last 5 published WordPress articles to Medium" and "then Medium (24 hours later), then LinkedIn (48 hours later)"
Recommendation

Add dry-run summaries, per-item approval for batch jobs, platform-by-platform checkpoints, and an easy cancellation path for scheduled jobs.

What this means

Private drafts, unpublished edits, or older versions may remain accessible in Google Drive or related backup locations.

Why it was flagged

The skill discloses persistent external storage of original and synced content. This is purpose-aligned for backups, but users should understand that drafts and historical versions may remain stored outside the publishing platforms.

Skill content
"Auto-backup all synced content to Google Drive" and "Maintain version history"
Recommendation

Clearly define backup folders, retention periods, access controls, and whether unpublished drafts are included.

NoteMedium Confidence
ASI10: Rogue Agents
What this means

A queued or retried publishing action could happen later than expected unless the user can inspect and cancel it.

Why it was flagged

The skill describes ongoing queued and retrying behavior. This appears related to the publishing workflow, but users need visibility and cancellation controls for actions that may continue after the initial prompt.

Skill content
"Queue management with priority levels" and "Automatic retry on failed syncs (with exponential backoff)"
Recommendation

Expose queue status, retry limits, expiration times, and a clear stop/cancel command for every scheduled or retrying job.