Social Media Assistant (via post-bridge.com)

Security checks across static analysis, malware telemetry, and agentic risk

Overview

This skill is clearly meant for social media automation, but it grants an agent authority to post, schedule, update, and delete public social content without clear approval boundaries.

Install only if you are comfortable giving the agent controlled access to your Post Bridge account. Before use, set strict rules that it must show the caption, media, target accounts, timing, and platform settings and get your explicit approval before posting, scheduling, editing, or deleting anything.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

No VirusTotal findings for this skill version.

Malicious
0
Suspicious
0
Harmless
0
Undetected
64
View on VirusTotal

Risk analysis

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 this skill could publish or schedule content on connected social accounts as part of its workflow.

Why it was flagged

The skill explicitly frames public social media management as autonomous, which is high-impact because posts can affect public accounts and reputation.

Skill content
Autonomously manage social media posting via [Post Bridge](https://post-bridge.com) API.
Recommendation

Require explicit user confirmation before publishing, scheduling, updating, or deleting posts; consider using draft mode by default.

What this means

A mistaken or over-eager agent action could post content immediately to one or more connected platforms.

Why it was flagged

The documented workflow supports immediate public posting, but the artifact does not include safeguards such as mandatory draft creation, preview, account allowlisting, or user approval before instant posting.

Skill content
POST /v1/posts ... "scheduled_at": "2026-01-01T14:00:00Z",  // omit for instant post
Recommendation

Add clear operating rules: never post instantly without a final user approval, show the target accounts and caption/media first, and prefer scheduled or draft posts.

What this means

The agent could modify or remove scheduled social posts, potentially disrupting a campaign or publishing plan.

Why it was flagged

The skill documents mutation and deletion of scheduled posts without stating when the agent must ask the user or how changes can be reviewed and reversed.

Skill content
PATCH /v1/posts/<post_id> ... DELETE /v1/posts/<post_id>
Recommendation

Require user confirmation for every update or deletion and log the original post details before changing them.

What this means

Anyone or any agent process with access to this key may be able to act on connected social media accounts through Post Bridge.

Why it was flagged

The API key is expected for Post Bridge, but it represents delegated authority over connected social accounts and should be treated as a sensitive credential.

Skill content
Connect your social accounts (TikTok, Instagram, YouTube, Twitter, etc.) ... Authorization: Bearer <POST_BRIDGE_API_KEY>
Recommendation

Use the least-privileged Post Bridge API key available, limit connected accounts where possible, keep the key out of shared workspaces, and rotate it if exposed.