Community Outreach

PassAudited by ClawScan on May 1, 2026.

Overview

This instruction-only skill is coherent for drafting community outreach, with minor notes that it may read project docs, use external search/MCP tools, and write a local outreach plan.

Before installing, be comfortable with the agent reading relevant project docs, searching public sites or configured MCP providers, and writing docs/outreach-plan.md. Review all drafted community responses yourself before posting, especially to ensure disclosure, accuracy, and compliance with each community's rules.

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 agent may read project documentation, search the web, and create or overwrite an outreach plan in the repository.

Why it was flagged

The skill grants file and web tools and directs the agent to write a local outreach plan. This is aligned with the stated purpose, but users should be aware it can modify a project file.

Skill content
allowed-tools: Read, Grep, Glob, Write, WebSearch, WebFetch...; ... Write outreach plan to `docs/outreach-plan.md`
Recommendation

Review the generated file before relying on it, and confirm the target path is appropriate if an existing docs/outreach-plan.md file matters.

What this means

Project names, competitors, problem descriptions, or keywords could be sent to configured search or MCP providers during research.

Why it was flagged

The workflow may use external MCP/search tools with project names, keywords, or related context. This is expected for community research, but it is still a data-flow users should notice.

Skill content
MCP Tools (use if available) ... `web_search(query, engines, include_raw_content)` ... `kb_search(query)` ... `project_info(name)`
Recommendation

Avoid using this skill with confidential launch details unless you are comfortable sending those terms to the configured search/MCP services.