Skip to main content

seo-geo

Enhances website visibility through SEO and GEO optimization, focusing on AI and traditional search engines for improved rankings.

Install this skill

or
76/100

Security score

The seo-geo skill was audited on Feb 19, 2026 and we found 12 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 32

Curl to non-GitHub URL

SourceSKILL.md
32curl -sL "https://example.com" | grep -E "<title>|<meta name=\"description\"|<meta property=\"og:|application/ld\+json" | head -20
medium line 41

Curl to non-GitHub URL

SourceSKILL.md
41curl -s "https://example.com/robots.txt"
medium line 50

Curl to non-GitHub URL

SourceSKILL.md
50curl -s "https://example.com/sitemap.xml" | head -50
low line 24

External URL reference

SourceSKILL.md
24python3 scripts/seo_audit.py "https://example.com"
low line 32

External URL reference

SourceSKILL.md
32curl -sL "https://example.com" | grep -E "<title>|<meta name=\"description\"|<meta property=\"og:|application/ld\+json" | head -20
low line 41

External URL reference

SourceSKILL.md
41curl -s "https://example.com/robots.txt"
low line 50

External URL reference

SourceSKILL.md
50curl -s "https://example.com/sitemap.xml" | head -50
low line 103

External URL reference

SourceSKILL.md
103"@context": "https://schema.org",
low line 165

External URL reference

SourceSKILL.md
165open "https://search.google.com/test/rich-results?url={encoded_url}"
low line 168

External URL reference

SourceSKILL.md
168open "https://validator.schema.org/?url={encoded_url}"
low line 174

External URL reference

SourceSKILL.md
174open "https://www.google.com/search?q=site:{domain}"
low line 177

External URL reference

SourceSKILL.md
177open "https://www.bing.com/search?q=site:{domain}"
Scanned on Feb 19, 2026
View Security Dashboard