Neckr0ik Socialposter

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

Overview

This skill describes posting and auto-replying from your social accounts using credentials, but the actual CLI/code and safety boundaries are not provided.

Review this carefully before installing or using it. Do not connect real social media accounts or provide API tokens until the actual implementation and install source are available, and require manual approval and clear disable/delete controls for any public posts or auto-replies.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

VirusTotal findings are pending for this skill version.

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

If invoked with real account access, the skill could publish posts or replies that affect your public reputation or business presence.

Why it was flagged

These commands can publish or schedule public content and set automatic replies from social accounts. The artifacts do not describe approval gates, review queues, limits, or rollback for those high-impact actions.

Skill content
neckr0ik-socialposter post --platform twitter,linkedin --content "Blog post alert!" --schedule "2026-03-07 10:00" ... neckr0ik-socialposter auto-reply --platform twitter --keywords "thanks,thank you" --response "You're welcome!"
Recommendation

Use only with explicit per-post approval, limited test accounts first, and clear controls for reviewing, disabling, and deleting scheduled or automatic replies.

What this means

Broad or poorly stored social media tokens could let the tool post, reply, or access account data beyond what you intended.

Why it was flagged

The skill asks for social media API secrets and access tokens, but the registry metadata lists no primary credential or required environment variables, and the artifacts do not explain token scope, storage location, or revocation.

Skill content
neckr0ik-socialposter config set twitter.api_key <key>
neckr0ik-socialposter config set twitter.api_secret <secret>
neckr0ik-socialposter config set linkedin.access_token <token>
Recommendation

Do not provide production credentials until the implementation is available for review; use least-privilege tokens where possible and confirm where credentials are stored.

What this means

A user may be led to run or trust an unreviewed external CLI for social account automation.

Why it was flagged

SKILL.md references an implementation file, but the supplied manifest contains only SKILL.md and there is no install spec or required binary for the referenced `neckr0ik-socialposter` command. For a credentialed social-posting tool, this missing provenance is material.

Skill content
- `scripts/social.py` — Main implementation
Recommendation

Require the publisher to provide the implementation, install instructions, dependency provenance, and metadata declarations before using the skill with real accounts.

What this means

Scheduled posts or auto-replies may continue running later if not monitored or disabled.

Why it was flagged

Long-term scheduling and automatic replies are disclosed and aligned with the stated purpose, but they represent persistent automation that can keep acting after initial setup.

Skill content
**Content Calendar** — Plan weeks/months ahead
**Auto-Reply** — Respond to mentions automatically
Recommendation

Confirm there is a visible queue, audit log, and stop/delete mechanism before enabling scheduled or automatic activity.