Schema Markup Generator

PassAudited by ClawScan on May 1, 2026.

Overview

This instruction-only skill is coherent for generating SEO schema markup, with disclosed web fetching and project-memory handoff notes as the main items to notice.

This skill appears safe to install for schema markup generation. Before using it, be comfortable with it fetching URLs you provide and saving project/schema summaries into memory; always validate the generated JSON-LD before publishing.

Findings (3)

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

If you give the skill a URL, it may retrieve and analyze that page to generate structured data.

Why it was flagged

The skill can fetch web pages to inspect content and existing schema, which is expected for URL-based schema generation but still means external content enters the agent context.

Skill content
allowed-tools: WebFetch ... Optional web crawler integration can extract page content and existing schema automatically
Recommendation

Use it with pages you are comfortable having fetched, and review generated markup before publishing.

What this means

The agent may rely on project-level guidance outside the core schema templates when that guidance is available.

Why it was flagged

The skill references shared guidance in an external GitHub repository in addition to the bundled files. This is not suspicious by itself, but users should know some workflow context may come from linked project documents.

Skill content
Reads ... from [CLAUDE.md] ... and the shared [State Model] ... when available
Recommendation

Review linked project guidance if your workflow depends on it, especially before using the skill in production publishing workflows.

What this means

Content decisions, page details, or schema-related notes may persist for later use by the agent.

Why it was flagged

The skill asks for generated deliverables and decisions to be saved in persistent memory files, which is disclosed and purpose-aligned but can carry project details forward into later tasks.

Skill content
a reusable summary that can be stored under `memory/content/` ... Promotes ... to `memory/hot-cache.md`, `memory/decisions.md`, and `memory/open-loops.md`
Recommendation

Avoid including sensitive unpublished business details unless needed, and periodically review or clear memory files if they should not persist.