mithro/Link Check

Check for broken links on a website using muffet

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
urlURL to check for broken linksyes
timeoutHTTP request timeout in secondsno30
max-connectionsMaximum number of concurrent connectionsno10
max-connections-per-hostMaximum connections per hostno5
buffer-sizeBuffer size in bytesno16384
excludeNewline-separated list of regex patterns to excludeno.*mailto:.* .*linkedin\.com.*
include-browser-headersInclude Chrome-like browser headersnotrue
max-redirectsMaximum number of redirects to followno10
skip-tls-verificationSkip TLS certificate verificationnofalse
fail-on-errorFail the workflow if broken links are foundnotrue
verboseShow all checked URLs, not just failuresnofalse
wait-for-urlWait for the URL to be accessible (HTTP 200) before checking linksnofalse
wait-for-contentWait for specific content to appear in the page (regex pattern). Implies wait-for-url.no""
wait-timeoutMaximum time to wait for URL/content in secondsno300
wait-intervalTime between retry attempts in secondsno5
namedescription
successWhether all links are valid (true/false)
broken-links-countNumber of broken links found
report-pathPath to the detailed report file