Enterprise API Security Scanner
A mission-critical security tool designed to identify exposed API credentials in public repositories. Features a high-performance .NET 9 backend with CQRS architecture, a Next.js frontend for real-time monitoring via SignalR, and an automated verification bot engine. Deployed via Docker Compose with PostgreSQL persistence.
1The Challenge
DevOps teams often leak credentials in CI/CD logs or public repos. Manual detection is slow and error-prone. The challenge was to build a system that could scan millions of lines of code in real-time and verify key validity without triggering rate limits.
2The Solution
Engineered a distributed scanning architecture. The Scraper Bot feeds potential keys into a localized queue, which the Verifier Bot processes using a plugin-based provider system. Used SignalR to push live alerts to the dashboard instantly. Implemented comprehensive rate-limiting and user-managed overrides.
3The Results
Tech Stack
Technologies
Interested in working together?