seo-geo-answerblocks — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited seo-geo-answerblocks (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.
AI engines cite passages they can lift whole, without surrounding context — so passage structure is the highest-leverage on-page AI signal. This module checks extractability; for who is allowed to fetch and cite the page, see references/ai-crawlers.md.
Working from the PageSnapshot (rendered_dom if present, else raw_html):
fix_preview diff only after acceptance.TODO placeholder for the user. No finding here is auto.manual_review. The deterministic part is reproducible offline: word-count windows (answer 40-60w; passage 134-167w), question-heading detection, anaphora openers, and TL;DR presence via node ${CLAUDE_SKILL_DIR}/../../scripts/check-answerblocks.mjs --url <u> (or --file <path>). Use manual_review as the finding's verification.method (the enum has no heuristic value); the script is the verification.reproduce command.needs_api (or warn), never a false pass.Findings conform to schema/finding.schema.json. Examples:
M11.heading.no_direct_answer — a question H2 followed by a windup, not an answer (status fail, severity 5, fixable: proposed, axis ai, confidence directional).M11.passage.unresolved_anaphora — passage opens with "As mentioned above…" and is not self-contained (status warn, severity 5, fixable: proposed, axis ai, confidence directional).M11.summary.missing_tldr — no up-front summary/key-takeaways block on a long-form page (status warn, severity 2, fixable: proposed, axis ai, confidence directional).Each finding's evidence.observed quotes the page (heading text + first sentence, or the offending clause) and verification.reproduce is the runnable command above; expected_impact is banded + confidence-tagged with no naked percentage.
directional, not established; flag a passage, don't hard-fail purely on length.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.