RedirectProof detects redirect loops, duplicate sources, self-redirects, invalid status codes, and rules hidden behind an earlier catch-all.
Supported formats:
- Netlify-style
_redirects, includingpublic/_redirects; vercel.jsonredirects.
It runs offline with no runtime dependencies.
pip install git+https://github.com/ericz218/redirectproof.git
redirectproof .
redirectproof vercel.json --json- uses: ericz218/redirectproof@v0.1.0
with:
path: .See examples/ci.yml.
MIT