Skip to main content

blog-post-counter

Analyzes blog post counts and keyword gaps against competitors to enhance content strategy and SEO performance.

Install this skill

or
64/100

Security score

The blog-post-counter skill was audited on Jun 5, 2026 and we found 10 security issues across 2 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 25

Curl to non-GitHub URL

SourceSKILL.md
252. If only a name was given, run `curl -sL "https://<likely-domain>/robots.txt"` to confirm the site exists and find the sitemap. If that 404s, do a quick web search for `"<company name>" official web
medium line 50

Curl to non-GitHub URL

SourceSKILL.md
50curl -sL -A "Mozilla/5.0" "https://example.com/sitemap.xml" \
medium line 61

Curl to non-GitHub URL

SourceSKILL.md
61curl -sL -A "Mozilla/5.0" "https://example.com/sitemap-index.xml" \
medium line 110

Curl to non-GitHub URL

SourceSKILL.md
110curl -sL "https://example.com/sitemap.xml" \
low line 25

External URL reference

SourceSKILL.md
252. If only a name was given, run `curl -sL "https://<likely-domain>/robots.txt"` to confirm the site exists and find the sitemap. If that 404s, do a quick web search for `"<company name>" official web
low line 32

External URL reference

SourceSKILL.md
32- Single sitemap: `Sitemap: https://example.com/sitemap.xml`
low line 50

External URL reference

SourceSKILL.md
50curl -sL -A "Mozilla/5.0" "https://example.com/sitemap.xml" \
low line 53

External URL reference

SourceSKILL.md
53| grep -v -E '^<loc>https://[^/]+/blog/?</loc>$' \
low line 61

External URL reference

SourceSKILL.md
61curl -sL -A "Mozilla/5.0" "https://example.com/sitemap-index.xml" \
low line 110

External URL reference

SourceSKILL.md
110curl -sL "https://example.com/sitemap.xml" \
Scanned on Jun 5, 2026
View Security Dashboard
Installation guide →