no-outlinks-audit
Conducts comprehensive audits to identify dead-end pages on websites, enhancing internal linking and improving SEO performance.
Install this skill
Security score
The no-outlinks-audit skill was audited on Jun 5, 2026 and we found 21 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 532 | `<div class="sug-from-label">Link To</div> |
Python subprocess execution
| 177 | result = subprocess.run([ |
Python subprocess execution
| 275 | result = subprocess.run([ |
Curl to non-GitHub URL
| 63 | curl -sL --max-time 15 "https://www.DOMAIN.com/sitemap.xml" | head -50 |
Curl to non-GitHub URL
| 64 | curl -sL --max-time 15 "https://www.DOMAIN.com/sitemap_index.xml" | head -50 |
Curl to non-GitHub URL
| 65 | curl -sL --max-time 15 "https://www.DOMAIN.com/robots.txt" | grep -i sitemap |
Curl to non-GitHub URL
| 70 | curl -sL "https://www.DOMAIN.com/blog/" | grep -oP 'href="[^"]*"' | grep '/blog/' |
Curl to non-GitHub URL
| 76 | curl -sL "https://www.DOMAIN.com/sitemap.xml" \ |
Curl to non-GitHub URL
| 100 | curl -sI "https://www.DOMAIN.com" | grep -i "x-powered-by\|x-nextjs\|x-vercel\|server\|generator" |
Curl to non-GitHub URL
| 103 | curl -sL "https://www.DOMAIN.com" \ |
External URL reference
| 63 | curl -sL --max-time 15 "https://www.DOMAIN.com/sitemap.xml" | head -50 |
External URL reference
| 64 | curl -sL --max-time 15 "https://www.DOMAIN.com/sitemap_index.xml" | head -50 |
External URL reference
| 65 | curl -sL --max-time 15 "https://www.DOMAIN.com/robots.txt" | grep -i sitemap |
External URL reference
| 70 | curl -sL "https://www.DOMAIN.com/blog/" | grep -oP 'href="[^"]*"' | grep '/blog/' |
External URL reference
| 76 | curl -sL "https://www.DOMAIN.com/sitemap.xml" \ |
External URL reference
| 100 | curl -sI "https://www.DOMAIN.com" | grep -i "x-powered-by\|x-nextjs\|x-vercel\|server\|generator" |
External URL reference
| 103 | curl -sL "https://www.DOMAIN.com" \ |
External URL reference
| 264 | base = "https://www." + domain |
External URL reference
| 479 | Site URL: https://www.DOMAIN.com/blog/ |
External URL reference
| 507 | url: "https://www.DOMAIN.com/blog/page-slug", // dead-end page URL |
External URL reference
| 515 | fromUrl: "https://www.DOMAIN.com/blog/target", // target URL |