Creator Campaign Planner

PassAudited by ClawScan on May 1, 2026.

Overview

This skill appears to generate reviewable creator campaign planning drafts, with only a disclosed optional local Python helper for reading chosen inputs and writing chosen outputs.

This looks safe for drafting creator campaign plans. Before using the optional script, choose non-sensitive input files where possible, write outputs to a known location, and manually review any plan before publishing, sending, or changing external systems.

Findings (1)

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, the skill may run a local helper script against files the user provides and may create an output file.

Why it was flagged

The skill discloses optional execution of a bundled local Python script that reads a chosen input and writes a chosen output. This is expected for the workflow, but users should notice the local file access.

Skill content
如运行环境允许 shell / exec,可使用:`python3 "{baseDir}/scripts/run.py" --input <输入文件> --output <输出文件>`
Recommendation

Use scoped input and output paths, prefer dry-run or stdout when unsure, and review generated drafts before taking any external action.