Content Gen

PassAudited by ClawScan on May 1, 2026.

Overview

This instruction-only skill appears benign: it reads project materials to draft social content and writes a scoped draft file, with optional project-search MCP tools users should be aware of.

This skill is suitable for drafting marketing content from project documentation. Before installing or using it, confirm the project path is correct, review the generated docs/content-pack.md before publishing anything, and be mindful that optional solograph MCP tools may access project or code context if available.

Findings (2)

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 create or overwrite a draft content file in the project's docs directory.

Why it was flagged

The skill uses file-writing authority to create a local content-pack document. This is clearly disclosed and scoped to the generated artifact, but it is still a user-visible mutation of the project files.

Skill content
5. **Write content pack** to `docs/content-pack.md`
Recommendation

Run it on the intended project path and review any existing docs/content-pack.md before accepting changes if that file already exists.

What this means

Project names, queries, or retrieved project/code context may be handled through the configured solograph MCP tools.

Why it was flagged

The skill can use MCP-backed tools to retrieve project information and search code. This is purpose-aligned for content generation, but it means project context may depend on an external or separately configured MCP boundary.

Skill content
`mcp__solograph__kb_search`, `mcp__solograph__project_info`, `mcp__solograph__project_code_search`
Recommendation

Use the skill with projects whose PRD, README, and code context are appropriate for the configured MCP environment, or rely on the local Glob/Grep/Read fallback if needed.