Broken Link Checker
PassAudited by VirusTotal on May 12, 2026.
Findings (1)
The 'broken-link-checker' skill is benign. The `index.js` code correctly implements its stated purpose of checking URL availability using standard Node.js `http`/`https` modules with `HEAD` requests. It filters command-line arguments to ensure they start with 'http', and there are no signs of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts in `SKILL.md`. All observed behavior aligns with a safe and functional link checker.
