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.
The assistant may use existing marketing notes or performance context when generating ad copy.
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.
If `marketing-context.md` exists, read it before asking questions. Use that context and only ask for information not already covered.
Review marketing-context.md before use and avoid storing information there that should not influence ad copy generation.
If used, the helper script will read ad-copy data from a file or stdin and produce validation output locally.
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.
python3 ad_copy_validator.py ads.json # validates a JSON file
Run the validator only on intended ad-copy files and review the script if you plan to use the helper directly.
