Seo Audit

v1.0.0

Comprehensive SEO audit and optimization for any website or URL. Use when asked to audit a site's SEO, analyze on-page optimization, check technical SEO issu...

0· 62·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
Name/description match the provided artifacts: SKILL.md describes an SEO audit workflow and included references and a Python audit script implement content, heading, meta, schema, image-alt and scoring checks. Required env vars, binaries, and config paths are none — proportional to the stated purpose.
Instruction Scope
SKILL.md confines actions to fetching pages, analyzing HTML, and using platform web_search/web_fetch. It does not instruct reading unrelated local files or environment variables. Caution: the workflow explicitly fetches arbitrary target and competitor URLs — this is expected for an auditor but introduces network-side risk (possible SSRF / access to internal resources depending on where the agent runs).
Install Mechanism
No install spec present; the skill is instruction-first and ships a small Python script for optional local/bulk use. No external downloads, package installs, or archive extraction are used.
Credentials
No credentials, secrets, or config paths are requested. The skill's needs (none) align with its functionality. Note: SKILL.md references using platform web_search/web_fetch — those platform tools may themselves require credentials or have privacy implications depending on the execution environment; the skill does not ask for any unrelated credentials.
Persistence & Privilege
always:false and normal invocation flags. The skill does not request persistent or elevated privileges and does not modify other skills or global agent settings.
Assessment
This skill appears to do what it says: fetch pages and produce an SEO audit. Before installing, consider: (1) Network fetch risk — the skill (and its script) will retrieve arbitrary URLs you or the agent provide. If the agent runs inside an environment with access to internal services, a malicious or mistaken URL could expose internal endpoints (SSRF). Only allow URLs you trust or run the skill in a network-isolated sandbox. (2) Search usage — SKILL.md expects platform web_search/web_fetch; verify what search provider will be used and whether that provider requires API keys or logs queries you consider sensitive. (3) Data handling — audit reports may include page content; avoid sending private site content to untrusted third parties. (4) The provided python script performs only HTTP fetches and HTML parsing; you can review/execute it locally to validate behavior before enabling the skill in production. If you want a stricter assessment, provide the full, untruncated seo_audit.py or details about the platform web_search/web_fetch implementations and where the agent will run (network access policy).

Like a lobster shell, security has layers — review code before you run it.

latestvk9734j5daqyxgv5hxdn5qgn5a983wka8

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments