Short Drama Publisher

WarnAudited by ClawScan on May 10, 2026.

Overview

This skill asks for browser session cookies and persistent automation to publish to Facebook, but the runnable publishing scripts are not included for review.

Review carefully before installing or using. Do not provide Facebook or MoboBoost cookies until the actual scripts are available and audited, use dedicated accounts if testing, disable scheduled cron automation unless explicitly needed, require approval before every post, and ensure you have rights to publish the downloaded content.

Findings (5)

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 those cookie files are mishandled or used by unreviewed code, someone or something could act as the user's MoboBoost or Facebook session.

Why it was flagged

The skill requests raw browser session cookies for two services. These can grant broad account access and are not reflected in the registry credential declarations.

Skill content
MOBOBOOST_COOKIES: "MoboBoost login cookies (JSON format, exported from browser)"
FACEBOOK_COOKIES: "Facebook login cookies (JSON format, exported from browser)"
Recommendation

Avoid using personal accounts; prefer scoped OAuth/API tokens where possible, use dedicated test accounts, store cookies securely, and do not provide cookies until the actual code has been reviewed.

What this means

The agent or referenced scripts could publish unwanted or incorrect videos to Facebook under the user's account.

Why it was flagged

The workflow includes automated public posting, but the artifact does not define a required human confirmation step, target page/account scope, content preview, or reversal process.

Skill content
📤 Auto-publish to Facebook
Recommendation

Require explicit per-post approval, show the final video and caption before upload, document the exact Facebook destination, and provide a dry-run mode and deletion/rollback guidance.

What this means

The workflow could continue posting on a schedule after the user forgets about it or after cookies/accounts change state.

Why it was flagged

The documented cron job enables ongoing background execution of the full workflow, including downloads and Facebook posting.

Skill content
0 9 * * * cd /path/to/short-drama-publisher && python scripts/daily_workflow.py >> logs/cron.log 2>&1
Recommendation

Do not enable the cron job unless ongoing automation is intended; add clear stop/uninstall instructions, logging review, rate limits, and a confirmation gate before publishing.

What this means

A user would need to obtain or create unreviewed scripts to run the advertised workflow, which is risky because those scripts would receive account cookies and publish publicly.

Why it was flagged

SKILL.md describes required helper scripts, but the supplied manifest contains only SKILL.md and no code files. The high-impact automation code is therefore not available for review.

Skill content
├── scripts/
│   ├── moboboost_downloader.py
│   ├── facebook_publisher.py
│   └── daily_workflow.py
Recommendation

Publish the referenced scripts in the reviewed artifact set, pin dependencies, document provenance, and ensure credential handling and posting behavior can be audited.

What this means

The workflow may create social-media activity that appears less automated than it really is, potentially affecting account reputation or platform compliance.

Why it was flagged

The wording suggests making automated posting appear organic, which is a trust and platform-integrity concern when paired with cookie-based Facebook automation.

Skill content
Recommend 1-3 videos per day to simulate organic posting rhythm
Recommendation

Use transparent scheduling language, comply with Facebook policies, and avoid instructions that disguise automation as human activity.