SEO Audit Pro

v1.0.1

Full SEO audit and content brief generator for any website URL. Use when users ask to audit a website's SEO, check technical SEO issues, analyze on-page SEO,...

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 included artifacts: SKILL.md instructs running scripts/seo_audit.py which performs HTTP requests, HTML parsing, robots/sitemap checks, and scoring. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
Instructions are narrowly scoped: run the included Python script with a URL/optional keyword and format output using the provided templates. The runtime will perform network fetches of the supplied URL, robots.txt, and sitemap; this is expected for an SEO audit but means the agent will make arbitrary outbound HTTP requests to targets you provide (including redirects and final URLs).
Install Mechanism
No install spec — instruction-only with an included script. Nothing is downloaded from external, untrusted URLs during install.
Credentials
The skill declares no environment variables, credentials, or config paths. The included code does not read secrets or environment variables in the manifest portion reviewed.
Persistence & Privilege
always:false and normal invocation settings. The skill does not request persistent system-wide privileges or modify other skills' configs in the reviewed materials.
Assessment
This skill appears coherent for an SEO audit: it fetches the target URL(s), parses HTML, checks robots/sitemap, measures TTFB, and generates a markdown report using bundled templates. Before installing or running it, consider: - Source trust: the skill author and homepage are unknown — review the full script yourself. The included script fragment appears reasonable, but the manifest shows the script was truncated in the provided view; full-file review reduces risk. - Network risks: the script will make arbitrary HTTP requests to whatever URL you pass. Do not point it at internal network addresses, cloud metadata endpoints, or other systems you don't want probed by the agent environment. If the agent environment has access to internal services, an attacker could abuse an arbitrary-URL fetch to probe internal infrastructure. - Legal/ethical: only audit sites you own or have permission to scan; repeated automated requests can trigger rate-limiting or blocks. - Output handling: the script returns parsed HTML and headers. If an audited site contains sensitive content (e.g., private pages accidentally exposed), the report will include that content — treat outputs as potentially sensitive. If you trust the author and host this skill in a restricted agent environment (no access to internal-only hosts), it is reasonable to use. If you have doubts, request the full script for review or run it in an isolated environment first.

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

latestvk97fkzmx2332ax12kd0wa039v584b1e4

License

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

Comments