Content Production

PassAudited by VirusTotal on May 11, 2026.

Overview

Type: OpenClaw Skill Name: content-production Version: 2.1.1 The content-production skill bundle is a legitimate toolset for automating a marketing pipeline. The included Python scripts (brand_voice_analyzer.py, content_scorer.py, and seo_optimizer.py) are well-written text processing utilities that use standard libraries to calculate readability and SEO metrics without any network calls, file system exploitation, or obfuscation. The SKILL.md instructions are professionally structured for an AI agent and contain no evidence of malicious prompt injection or attempts to exfiltrate data.

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.