orphan-pages-internal-linking-opportunities
Conducts comprehensive orphan page audits using Ahrefs to enhance internal linking and content discoverability.
Install this skill
Security score
The orphan-pages-internal-linking-opportunities skill was audited on Jun 5, 2026 and we found 27 security issues across 2 threat categories, including 3 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
Curl to non-GitHub URL
| 87 | curl -sI https://example.com/sitemap.xml |
Curl to non-GitHub URL
| 88 | curl -sI https://example.com/sitemap_index.xml |
Curl to non-GitHub URL
| 89 | curl -sI https://example.com/blog-sitemap.xml |
Curl to non-GitHub URL
| 90 | curl -sI https://example.com/post-sitemap.xml |
Curl to non-GitHub URL
| 95 | curl -s https://example.com/robots.txt | grep -i sitemap |
Curl to non-GitHub URL
| 102 | curl -s https://example.com/sitemap.xml | grep -oP '(?<=<loc>)[^<]+' |
Curl to non-GitHub URL
| 110 | curl -s https://example.com/sitemap_index.xml | grep -oP '(?<=<loc>)[^<]+' |
Curl to non-GitHub URL
| 113 | curl -s https://example.com/blog-sitemap.xml | grep -oP '(?<=<loc>)[^<]+' |
Curl to non-GitHub URL
| 121 | curl -s https://example.com/sitemap.xml \ |
Curl to non-GitHub URL
| 151 | curl -s https://example.com/sitemap.xml.gz | gunzip | grep -oP '(?<=<loc>)[^<]+' |
Curl to non-GitHub URL
| 153 | curl -s https://example.com/blog/ | grep -oP 'href="\K/blog/[^"]+' | sort -u |
Curl to non-GitHub URL
| 456 | curl -s https://example.com/sitemap.xml.gz | gunzip | grep -oP '(?<=<loc>)[^<]+' |
External URL reference
| 49 | - A domain URL (e.g. `example.com` or `https://example.com`) |
External URL reference
| 50 | - A sitemap URL (e.g. `https://example.com/sitemap.xml`) |
External URL reference
| 51 | - A blog prefix URL (e.g. `https://example.com/blog/`) |
External URL reference
| 87 | curl -sI https://example.com/sitemap.xml |
External URL reference
| 88 | curl -sI https://example.com/sitemap_index.xml |
External URL reference
| 89 | curl -sI https://example.com/blog-sitemap.xml |
External URL reference
| 90 | curl -sI https://example.com/post-sitemap.xml |
External URL reference
| 95 | curl -s https://example.com/robots.txt | grep -i sitemap |
External URL reference
| 102 | curl -s https://example.com/sitemap.xml | grep -oP '(?<=<loc>)[^<]+' |
External URL reference
| 110 | curl -s https://example.com/sitemap_index.xml | grep -oP '(?<=<loc>)[^<]+' |
External URL reference
| 113 | curl -s https://example.com/blog-sitemap.xml | grep -oP '(?<=<loc>)[^<]+' |
External URL reference
| 121 | curl -s https://example.com/sitemap.xml \ |
External URL reference
| 151 | curl -s https://example.com/sitemap.xml.gz | gunzip | grep -oP '(?<=<loc>)[^<]+' |
External URL reference
| 153 | curl -s https://example.com/blog/ | grep -oP 'href="\K/blog/[^"]+' | sort -u |
External URL reference
| 456 | curl -s https://example.com/sitemap.xml.gz | gunzip | grep -oP '(?<=<loc>)[^<]+' |