Postsyncer

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

If used with the wrong workspace or text, the agent could create an unwanted social media post.

Why it was flagged

The skill documents a command that can create a social media post. This is aligned with the stated PostSyncer purpose, but posting content can affect public or business-facing accounts.

Skill content
postsyncer create-post -w <workspace_id> -t "Hello world"
Recommendation

Review the target workspace and post text before allowing the command to run, and prefer draft/approval workflows where available.

What this means

Anyone or any agent process with access to this key may be able to act on the linked PostSyncer account according to the key's permissions.

Why it was flagged

The skill requires a PostSyncer API key, which is expected for managing a PostSyncer account but grants delegated account authority.

Skill content
requires:\n      env: ["POSTSYNCER_API_KEY"]
Recommendation

Use a revocable, least-privileged API key if PostSyncer supports scopes, and rotate it if it is exposed.

What this means

A user could accidentally run an untrusted or unrelated local postsyncer executable if they have not verified where it came from.

Why it was flagged

The skill itself does not install code, but its documentation assumes a postsyncer command exists while the registry provides no source or install provenance.

Skill content
Source: unknown; Homepage: none; No install spec — this is an instruction-only skill.
Recommendation

Install or use the PostSyncer CLI only from an official, verified source before following the command examples.