Skip to main content

seo-aeo-optimization

Provides expert SEO and AI Search Optimization capabilities, including audits, keyword research, and schema markup generation.

Install this skill

or
58/100

Security score

The seo-aeo-optimization skill was audited on May 29, 2026 and we found 14 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 60

Curl to non-GitHub URL

SourceSKILL.md
60curl -s "https://DOMAIN/robots.txt"
medium line 63

Curl to non-GitHub URL

SourceSKILL.md
63curl -s "https://DOMAIN/sitemap.xml" | head -100
medium line 66

Curl to non-GitHub URL

SourceSKILL.md
66curl -s "https://DOMAIN/TARGET-PAGE" | grep -E "<title>|<meta|<h1|<h2|schema|llms"
medium line 69

Curl to non-GitHub URL

SourceSKILL.md
69curl -o /dev/null -s -w "%{http_code}" "https://DOMAIN/llms.txt"
medium line 72

Curl to non-GitHub URL

SourceSKILL.md
72curl -s "https://www.googleapis.com/pagespeedonline/v5/runPagespeed?url=https://DOMAIN&strategy=mobile" | python3 -c "import sys,json; d=json.load(sys.stdin); print('Performance:', d['lighthouseResult
medium line 78

Curl to non-GitHub URL

SourceSKILL.md
78curl -s "https://DOMAIN/robots.txt" | grep -iE "GPTBot|ClaudeBot|PerplexityBot|GoogleOther|Bytespider|CCBot|anthropic"
medium line 85

Curl to non-GitHub URL

SourceSKILL.md
85curl -s "https://DOMAIN/TARGET-PAGE" | python3 -c "
low line 60

External URL reference

SourceSKILL.md
60curl -s "https://DOMAIN/robots.txt"
low line 63

External URL reference

SourceSKILL.md
63curl -s "https://DOMAIN/sitemap.xml" | head -100
low line 66

External URL reference

SourceSKILL.md
66curl -s "https://DOMAIN/TARGET-PAGE" | grep -E "<title>|<meta|<h1|<h2|schema|llms"
low line 69

External URL reference

SourceSKILL.md
69curl -o /dev/null -s -w "%{http_code}" "https://DOMAIN/llms.txt"
low line 72

External URL reference

SourceSKILL.md
72curl -s "https://www.googleapis.com/pagespeedonline/v5/runPagespeed?url=https://DOMAIN&strategy=mobile" | python3 -c "import sys,json; d=json.load(sys.stdin); print('Performance:', d['lighthouseResult
low line 78

External URL reference

SourceSKILL.md
78curl -s "https://DOMAIN/robots.txt" | grep -iE "GPTBot|ClaudeBot|PerplexityBot|GoogleOther|Bytespider|CCBot|anthropic"
low line 85

External URL reference

SourceSKILL.md
85curl -s "https://DOMAIN/TARGET-PAGE" | python3 -c "
Scanned on May 29, 2026
View Security Dashboard
Installation guide →