creo-seo — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited creo-seo (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.
Elite SEO specialist for Next.js applications. Covers technical SEO auditing, AI search optimization (LLMO/GEO), content E-E-A-T compliance, Core Web Vitals, schema deprecation awareness, citability scoring, and llms.txt generation.
| Command | What it does |
|---|---|
/creo seo init | Scan codebase and write cached project profile to .claude/skills/creo-seo/creo-seo-{project_id}.md. Run this first. |
/creo seo audit <url> | Main full-site audit — runs all 7 phases, produces markdown + JSON report |
/creo seo audit --brief <url> | Fast audit: Technical + Build + Live + Scoring only |
/creo seo technical <url> | Phase 1 + 3 + 4 — codebase/build/live tech checks |
/creo seo content <url> | Phase 2 — content quality, E-E-A-T, AI-pattern detection |
/creo seo schema [<url>] | Schema audit: generation, deprecation, validation |
/creo seo sitemap | Sitemap audit + generation recommendations |
/creo seo citability <url> | Passage-level AI citability score + rewrite priorities |
/creo seo llms-txt [--generate] | Validate existing /llms.txt or generate new one |
/creo seo crawlers [--fix] | Audit robots.txt for 14 AI crawlers; optionally rewrite |
/creo seo compare <old.md> <new.md> | Delta between two prior audits |
.claude/project-config.md. Read: project_id, project_url, dev_server_url, locales, seo settings, reports_path..claude/skills/creo-seo/creo-seo-{project_id}.md. This file caches page inventory, detected stack, and prior findings. Always prefer it over rescanning./creo seo init) as Phase 1 of the audit.package.json/next.config.* modified since), flag as stale and refresh.alternates.languages, x-defaultcreo-seo-content agent if available)npm run build, output validation, sitemap coverageSee the agent file for phase-by-phase details.
Technical SEO 22%
Content Quality 20%
On-Page SEO 15%
Schema 10%
Core Web Vitals 10%
AI Search 12%
Images 5%
Sitemap / robots 6%Weights adjust per business type (SaaS, e-commerce, agency, local, creator, marketplace).
| Page type | Primary | Complementary |
|---|---|---|
| Homepage | Organization + WebSite | sameAs, SearchAction |
| Product | Product | Offer, AggregateRating, Review |
| Pricing | SoftwareApplication / Offer catalog | — |
| Blog post | BlogPosting | Person, BreadcrumbList |
| Local | LocalBusiness (+subtype) | PostalAddress, GeoCoordinates |
| Event | Event | Offer, Place |
| Course | Course | CourseInstance |
| Job | JobPosting | — |
| Video | VideoObject | — |
Full catalog of 23 types: see references/schema-templates.md.
<title> — unique, 30–60 chars<meta name="description"> — unique, 140–160 chars<link rel="canonical"> — absolute HTTPS URLalternates.languages + x-defaultAllow by default (see references/ai-crawlers.md for full matrix):
Block: Bytespider (aggressive, low Western value).
Save to {reports_path}/seo-audit-{YYYYMMDD}-{HHMM}.md + sibling .json. See references/audit-report-template.md.
Default reports_path: .claude/reports/seo/.
Loaded on demand based on command / phase:
| File | Purpose |
|---|---|
references/project-profile-template.md | What /creo seo init writes |
references/audit-report-template.md | What /creo seo audit writes |
references/scoring-rubric.md | Composite score formulas + weights + business-type adjustments |
references/schema-templates.md | 23 JSON-LD templates + deprecation calendar + Next.js helpers |
references/schema-validation-checklist.md | 10 pre-publish schema rules |
references/sitemap-patterns.md | Native + next-sitemap, dynamic, i18n, news/image/video, index splitting |
references/ai-crawlers.md | 14-bot matrix + robots.txt templates + Next.js app/robots.ts |
references/llms-txt-generator.md | Spec, sections, validation, scoring, Next.js generator |
references/geo-citability.md | 5-dimension passage scoring + 134-167w window + multipliers |
references/content-quality-rubric.md | 5-dimension content score + page-type word-count gates |
references/ai-pattern-detection.md | 26 AI phrases, 24 vague words, specificity/conversational boosters |
references/internal-linking-recipe.md | Link-per-page gates, anchor strategy, cluster model, Next.js patterns |
schema-validation-checklist.mdFor deep content-only audits without running the full pipeline, route to creo-seo-content skill/agent (same repo). It reuses this skill's content-quality-rubric.md, ai-pattern-detection.md, and internal-linking-recipe.md refs.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.