schema-markup

PassAudited by ClawScan on May 1, 2026.

Overview

This skill is a coherent schema-markup helper with a local validator script and no evidence of credential use, exfiltration, persistence, or destructive behavior.

This appears safe to install for schema-markup work. Be aware that it may consult marketing-context.md if present, and only run the included validator on HTML you intend to analyze.

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

If used, the script will process the HTML file or stdin you provide and print a schema validation report.

Why it was flagged

The skill includes a local Python helper intended to be run against page HTML; this command execution is central to the validation purpose and no artifact evidence shows shelling out, network access, or unrelated behavior.

Skill content
Usage:
    python3 schema_validator.py [file.html]
    cat page.html | python3 schema_validator.py
Recommendation

Run the helper only on intended page HTML and review any generated or corrected schema before deploying it to a website.

What this means

Business details or outdated instructions in marketing-context.md could affect the schema recommendations the agent gives.

Why it was flagged

The skill may use an existing local context file to shape its recommendations; this is purpose-aligned for marketing work but means that file content can influence outputs.

Skill content
If `marketing-context.md` exists, read it before asking questions. Use that context and only ask for what's missing.
Recommendation

Keep marketing-context.md accurate, avoid storing secrets in it, and review recommendations if that file may contain stale or unintended guidance.