Content Creator Bundle
Analysis
This bundle is not clearly malicious, but it asks for broad social-platform account authority, scheduled public posting/comment automation, and an unreviewed external install path that users should review carefully.
Findings (4)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
多平台定时发布、内容日历、批量排期 ... 提前规划,自动执行 ... 评论自动回复、粉丝互动、私信管理
The intended workflow includes scheduled/bulk publishing plus automatic comment and private-message handling. These are high-impact account mutations, and the artifacts do not define strict confirmation or scope limits.
git clone https://github.com/clawhub/content-creator-bundle.git cd content-creator-bundle ./install.ps1
The README directs users to clone a remote repository and run an install script that is not present in the supplied artifact set, while the registry has no install spec. That creates a provenance gap for setup code.
定时发布 (cron / qqbot-cron) ... scheduled_posts: ... status: "scheduled"
The bundle is designed to schedule future actions through cron-style tools, but the artifacts do not describe expiration, cancellation, review, or re-approval controls for those scheduled jobs.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
app_id: "${WECHAT_APP_ID}"
app_secret: "${WECHAT_APP_SECRET}"
... - 各平台账号权限The skill instructs users to configure social-platform app secrets and account permissions, while the registry metadata declares no credentials. This grants delegated authority over user platform accounts.
