DiffScope is a PR diff inspector that scores risky files and highlights potential regression hotspots.
- Auth/permission paths and logic
- Payment/billing changes
- Migration/schema operations
- Sensitive config/secret handling
- High change-volume files
npm install
npm run build
node dist/cli.js analyze --diff sample.diff --top 10MIT