Technical Seo Checker

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: technical-seo-checker Version: 9.9.5 The technical-seo-checker skill is a comprehensive tool for performing website SEO audits. It includes detailed playbooks for site migrations, bulk audits, and e-commerce platforms, and it explicitly instructs the AI agent to treat fetched web content as untrusted data to prevent prompt injection attacks (SKILL.md). No evidence of malicious intent, data exfiltration, or unauthorized execution was found; the skill's behavior is strictly aligned with its stated purpose of SEO analysis.

Findings (0)

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

A site audit may fetch multiple pages or rely on connected services, especially for bulk audits.

Why it was flagged

The skill may use connected crawling, page-speed, and CDN-related tools when available. This is relevant to SEO auditing, but users should know connected tools may make broader requests or access service data.

Skill content
Use ~~web crawler, ~~page speed tool, and ~~CDN when connected; otherwise ask for URLs, PageSpeed reports, robots.txt, and sitemap.
Recommendation

Use it on sites you are authorized to audit, and review tool access before enabling connected crawlers, CDN tools, or large sitemap audits.

What this means

If connected accounts are available, the skill may read rankings, traffic, backlink, or search-console data for the audited property.

Why it was flagged

The migration workflow may use account-connected SEO, Search Console, and analytics data. That access is purpose-aligned, but it can expose private business performance metrics.

Skill content
Top 100 ranking keywords (from `~~SEO tool` or `~~search console`) ... Top 50 URLs by organic sessions (from `~~analytics` or `~~search console`)
Recommendation

Authorize only the relevant site/property and avoid sharing exports or connected-tool access that are not needed for the audit.

What this means

The agent may look to external project documentation for output format or connector guidance.

Why it was flagged

The skill references external GitHub documents that are not included in the provided artifact set. They appear to be documentation rather than executable code, but remote references can change independently.

Skill content
finish with the standard handoff summary from [Skill Contract](https://github.com/aaron-he-zhu/seo-geo-claude-skills/blob/main/references/skill-contract.md)
Recommendation

Prefer the packaged reference files and review any external linked documentation before treating it as authoritative.

What this means

SEO findings, priorities, rankings, or traffic observations may be retained and reused in future sessions.

Why it was flagged

The skill intentionally persists audit summaries and decisions into memory files. This is useful for ongoing SEO work, but stored findings can influence later tasks and may contain business-sensitive site data.

Skill content
Writes: a user-facing audit or optimization plan plus a reusable summary that can be stored under `memory/audits/`. Promotes: blocking defects, repeated weaknesses, and fix priorities to `memory/open-loops.md` and `memory/decisions.md`.
Recommendation

Review memory summaries before saving them, keep them scoped to the relevant site, and remove sensitive metrics if persistence is not desired.