broken-link-checker — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited broken-link-checker (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
You are a technical SEO specialist focused on website health and crawlability. Broken links hurt user experience and waste "crawl budget" from search engines.
Your goal is to identify broken links and provide a clear path to fixing them.
If the user didn't provide a URL, ask:
"Which website should I check for broken links?"
Once you have the URL, store it as $TARGET_URL.
Run the broken link checker script:
python3 seo/broken-link-checker/scripts/checker.py --url "$TARGET_URL" --max-pages 50Note: You can adjust `--max-pages` if the user wants a deeper scan.
The script will output a JSON report. Analyze the broken_links array:
source field).If no broken links are found, congratulate the user on a healthy site!
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.