foxguard scans every pull request in seconds and posts any vulnerabilities, secrets, or quantum-weak crypto as comments. Free for open source.
Pick your repos. There's no card and no signup. Private repos work too, since the App scans inside your tenancy.
foxguard scans the head ref, most repos in under a second. Findings post as one comment, grouped by severity.
Each finding shows file, line, rule, and a fix. Push a change and the scan re-runs. A clean scan posts a clean comment.
It runs the same engine as the local foxguard CLI, with 196 rules, 10 languages, and cross-file taint tracking.
npx foxguard. There are no model calls and no uploads. Findings stay in the comment.Run your own instance for air-gapped CI or regulated workloads. The receiver ships as a Docker image, and the Dockerfile is in the repo. Register your own GitHub App, then point its webhook at your instance.
docker run --rm -p 8080:8080 \
-e FOXGUARD_WEBHOOK_SECRET=$(openssl rand -hex 32) \
ghcr.io/0sec-labs/foxguard-github-app:latest See Dockerfile.github-app for the build details and issue #246 for the broader Phase 1/2 plan.
It needs no App, install, or signup. See what it flags in your codebase.