review-seo — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited review-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.
Can users find this?
An AI would ask:
<title>Page Title</title>
<meta name="description" content="What this does">| Check | Look For | Issue |
|---|---|---|
| Title | Unique, descriptive | Missing |
| Description | < 160 chars | Missing |
| h1 | One per page | Missing |
<h1>Main Topic</h1>
<h2>Sub-topic</h2>
<h3>Detail</h3>| Check | Issue | Fix |
|---|---|---|
| h1 present | No topic | Add h1 |
| Order correct | h1→h6 broken | Fix |
| One h1 | Multiple | Keep one |
<a href="/page">Page</a>| Check | Issue |
|---|---|
| Internal links work | 404 |
| External links work | Dead |
| Anchor works | Dead |
# What does agent see?
curl -s URL | grep <title>| Check | Issue | Fix |
|---|---|---|
| Descriptive | /item?id=123 | /item/blue-shirt |
| Lowercase | camelCase | lowercase |
| No spaces | my page | my-page |
## SEO Review - [URL]
### Keywords
- [OK/MISSING] Title: [text]
- [OK/MISSING] Description: [text]
- [OK/MISSING] h1: [text]
### Structure
- [OK/ISSUE] h1 present
- [OK/ISSUE] h order correct
### Links
- Internal: [count] links
- External: [count] links
- Issues: [list]
### URL
- [OK/BAD] URL: [url]Role: SEO Reviewer Input: URL or page Output: Findable?
Make it findable.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.