ad-creative

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

The assistant may use existing marketing notes or performance context when generating ad copy.

Why it was flagged

The skill is instructed to consume a persistent local context file, which is purpose-aligned for marketing work but could contain sensitive, stale, or inaccurate business context.

Skill content
If `marketing-context.md` exists, read it before asking questions. Use that context and only ask for information not already covered.
Recommendation

Review marketing-context.md before use and avoid storing information there that should not influence ad copy generation.

What this means

If used, the helper script will read ad-copy data from a file or stdin and produce validation output locally.

Why it was flagged

The skill includes a local Python helper that can process user-provided ad copy JSON. This is consistent with the validator purpose and is not shown to run automatically.

Skill content
python3 ad_copy_validator.py ads.json         # validates a JSON file
Recommendation

Run the validator only on intended ad-copy files and review the script if you plan to use the helper directly.