Content Production

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 skill may ask the agent or user to run a local analysis script against draft content.

Why it was flagged

The checklist directs use of a local Python helper script to score content. This is aligned with the skill's optimization purpose, and the provided script evidence does not show network access, destructive behavior, or hidden execution.

Skill content
Run `scripts/content_scorer.py` — overall score ≥ 70
Recommendation

Run helper scripts only on intended draft files and review script output before applying changes.

What this means

Content in marketing-context.md can affect generated drafts and optimization decisions.

Why it was flagged

The skill uses an existing local context file to shape outputs. This is expected for brand-consistent content, but that file can influence the agent's writing and may contain private marketing information.

Skill content
If `marketing-context.md` exists, read it before asking questions. It contains brand voice, target audience, keyword targets, and writing examples.
Recommendation

Keep marketing-context.md accurate, avoid placing secrets in it, and review generated content for brand and factual correctness.