intercept

Static Application Security Testing tool for analyzing code vulnerabilities

brewmacoslinux
Try with needOr install directly
Source

About

Static Application Security Testing (SAST) tool

Commands

intercept

Examples

Scan a directory for security vulnerabilities$ intercept scan /path/to/project
Generate a detailed security report in JSON format$ intercept scan /path/to/project --format json --output report.json
Scan specific file types with custom rules$ intercept scan /path/to/project --include '*.java' --severity high