seo-ecommerce — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited seo-ecommerce (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Conditional commerce module: it only runs when commerce signals are detected, then audits and completes product structured data. Reference: references/schema-tier1.md (Product + Offer, Review/AggregateRating rows).
Working from the PageSnapshot (rendered_dom if present, else raw_html):
Product/Offer schema, og:type=product). If none, every M18 finding is not_applicable (severity 0) — do not force product schema onto non-commerce pages.Product has name, image; Offer has price, priceCurrency, availability (schema.org/InStock etc.). Per references/schema-tier1.md.AggregateRating (ratingValue, reviewCount/bestRating) and/or Review (author). Never mark up ratings not visible on the page.price/priceCurrency/availability must match visible on-page values and the Merchant Center feed. Mismatches risk disapproval and lost rich results.?color=, ?sort=) should canonicalize to the clean product/category URL or be noindex, to avoid index bloat and duplicate-content dilution.ProductGroup with hasVariant and variesBy, not duplicate standalone Product blocks per SKU.fixable: auto): generate complete, valid Product/Offer/AggregateRating JSON-LD inferred from the DOM (name, image, price, currency, availability, visible rating) inside a single @graph with a stable @id. The block is a diff for fix.fixable: proposed): canonical/noindex tags for faceted URLs and ProductGroup restructuring — drafts requiring per-item accept.fixable: advisory): price / availability mismatches between page, schema, and feed — the store backend/feed is the source of truth, so the tool never writes these. Never invent prices, currencies, availability, or ratings — ask the user or leave a clearly-marked TODO placeholder.node ${CLAUDE_SKILL_DIR}/../../scripts/validate-jsonld.mjs --url <u> (schema_validator) — JSON validity + required Product/Offer properties.rich_results_api) for merchant-listing eligibility.price/availability. When the required data tier (feed/API) is unavailable, status is needs_api, never a false pass.Emit findings per schema/finding.schema.json. Severity 5 on ecommerce pages, 0 (not_applicable) otherwise; axis both. Examples:
M18.offer.missing_price — Product without Offer.price/priceCurrency (status fail, severity 5, fixable: auto, axis both, confidence established).M18.offer.price_feed_mismatch — schema price differs from on-page/feed price (status warn, severity 5, fixable: advisory, axis both, confidence directional; needs feed → may be needs_api).M18.facets.uncanonicalized — indexable faceted URLs lack canonical/noindex (status warn, severity 5, fixable: proposed, axis both, confidence directional).Each finding: evidence.observed quotes the page (e.g. the rendered price text or the offending ?filter= URL); verification.reproduce is a runnable command; expected_impact is banded + confidence-tagged (no naked %).
directional, not a guaranteed gain.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.