Landing Gen

PassAudited by ClawScan on May 10, 2026.

Overview

This instruction-only skill mostly does what it says, but it can edit project files and optionally use external MCP/web search, so users should review generated changes and avoid sharing secrets.

This appears safe for normal landing-page drafting. Before installing or invoking it, be aware that it can create or modify local site files, including an Astro homepage path, and can use optional external search/MCP tools. Review file changes before committing, and keep confidential PRD details local if needed.

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 change local website source files; if an existing page is overwritten, the change could affect the site after deployment.

Why it was flagged

The skill can create or modify project files, including a likely homepage path, and declares Bash even though visible instructions do not require shell execution.

Skill content
allowed-tools: Read, Grep, Glob, Write, Edit, Bash... If astro-static detected: scaffold page at `src/pages/index.astro` or new route. Otherwise: write to `docs/landing-content.md`
Recommendation

Review diffs before accepting generated files, and ask the agent to create a new route or draft file if you do not want the current homepage changed.

What this means

Project names, market positioning, or competitor details could be shared with an external search/MCP provider during optional analysis.

Why it was flagged

The skill can use MCP and web-search tools to gather methodology, project details, and competitor information, which may send query terms or project context outside the local workspace.

Skill content
mcp__solograph__kb_search, mcp__solograph__project_info, mcp__solograph__web_search ... `web_search(query)` — competitor landing analysis
Recommendation

Avoid including confidential product details in web-search queries, or ask the agent to work only from local files when handling sensitive PRDs.