Seo Optimizer
Analysis
The skill appears to do the disclosed SEO analysis and sitemap-generation work, with only normal local script and file-access cautions.
Findings (3)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
python scripts/seo_analyzer.py <directory_or_file> python scripts/generate_sitemap.py <directory> <base_url> [output_file]
The skill explicitly instructs running local Python helper scripts. This is central to the SEO analysis and sitemap purpose, but it is still local code execution.
for root, dirs, files in os.walk(directory): ... with open(output_file, 'w', encoding='utf-8') as f:
The sitemap script recursively scans a user-provided directory for HTML files and writes an output file. This is expected for sitemap generation, but path selection controls what is scanned and where output is written.
Source: unknown Homepage: none No install spec — this is an instruction-only skill.
The artifact provenance is limited: no source repository or homepage is listed. The included files are simple and static scan results are clean, so this is a review note rather than a concern.
