A GitHub leak scanning tool
OpenRadar scans GitHub repositories and commits in real-time to detect accidentally pushed credentials and secrets.
- Go 1.26+
- Node.js 22.20.0+
- PostgreSQL
1. Clone the repository
git clone https://github.com/officialmelon/openradar.git
cd openradar2. Install dependencies
cd app && npm install && cd ..
go mod download3. Configure environment
Copy the example .env file and fill in your credentials:
DATABASE_URL- your PostgreSQL connection stringGITHUB_TOKEN- generate one from GitHub Developer Settings
4. Start the server
go run cmd/server/main.goThe app will be available at localhost:8080 (or the port specified in your .env).
Full API docs are available at open-radar.live/docs.
This project is for educational and informational purposes only. The author is not liable for any misuse or damage arising from this tool.
Built by @officialmelon. Inspired by apiradar.live - check them out!



