Production-grade security for Go

Security Intelligence
SDK for Go

Drop-in WAF, rate limiting, threat detection, AI analysis, and a real-time dashboard for your Gin application. Mount with a single function call.

main.go
r := gin.Default()
sentinel.Mount(r, nil, sentinel.Config{})
r.Run(":8080")
// Dashboard at http://localhost:8080/sentinel/ui
12
Test Suites
15
Benchmarks
13
Dashboard Pages
40+
API Endpoints

Everything you need to secure your app

Sentinel provides a comprehensive security layer with zero mandatory configuration. Enable what you need, when you need it.

Ready to secure your Go application?

Install Sentinel and add enterprise-grade security to your Gin app in under 5 minutes.

go get github.com/MUKE-coder/sentinel