SENTINEL
ADVANCED THREAT INTELLIGENCE PLATFORM
INITIALIZING CORE SYSTEMS...
BOOT SEQUENCE 0%
NODE     SYS-ALPHA-07 UPLINK   128-BIT ENCRYPTED STATUS   STANDBY
BUILD 4.2.1-RC 2026.04.24
v0.2.0 — Production Ready

Security Scanning.
AI-Powered Fixes.
Under 90 Seconds.

Sentinel orchestrates ZAP, Nuclei & 100+ AI models to scan,
triage, and auto-patch your vulnerabilities — one command.

$ npm install -g sentinel-security
How it works ↓
Scroll
0s
Avg Scan
0+
Security Checks
0+
AI Models
MIT
Open Source
Process

Scan every endpoint.
Thoroughly.
Analyze with
AI triage.
Generate
AI patches.
Report &
compare.

01 Scan
02 Analyze
03 Patch
04 Report
SCROLL
sentinel — scanning
$ sentinel scan --url https://acme.io --deep
Initializing ZAP daemon...
Crawling endpoints 0 found
Nuclei templates loaded
Active scan in progress
Progress0%
sentinel — ai triage
$ sentinel analyze --model deepseek/deepseek-r1
CVE-2024-4577 PHP RCE
9.8
CVE-2024-1086 Kernel UAF
9.1
CVE-2023-44487 HTTP DoS
7.5
CVE-2023-38545 cURL OOB
7.0
CVE-2024-2961 glibc OOB
4.5
sentinel — ai patch engine
$ sentinel patches --apply --cve CVE-2024-4577
deepseek/deepseek-r1 — PHP RCE mitigation
# php.ini — disable dangerous functions
- disable_functions =
+ disable_functions = exec,passthru,shell_exec,system
+ allow_url_include = Off
+ expose_php = Off
+ display_errors = Off
+ session.use_strict_mode = 1
Generate patch
Validate syntax
Apply to target0%
sentinel — report
$ sentinel history --latest
2
Critical
5
High
11
Medium
8
Low
scan_2026-04-24.json saved
report_2026-04-24.md saved
✓ All systems patched — scan complete
Comparison Delta: -26 vulnerabilities
Patch Efficacy: 100% (All criticals resolved)
System Health: Optimal / Hardened
SCROLL
Capabilities

Advanced
Scan Engine.

A unified security stack that orchestrates multiple scan types in parallel to map and secure your entire attack surface.

01 — DAST

Dynamic Analysis

Automated vulnerability discovery using Nuclei. Detects RCE, SQLi, and logic flaws in real-time.

FuzzingTemplates
DAST
02 — RECON

Attack Surface

Full-spectrum reconnaissance via Subfinder. Maps subdomains and hidden assets instantly.

SubdomainsMapping
RECON
03 — HTTP

Header Security

Deep audit of HTTP response headers. Validates CSP, HSTS, and secure cookie configurations.

HSTSX-Frame
HEADERS
04 — NETWORK

Port Intelligence

Native service discovery. Identifies open ports, protocols, and Shadow IT infrastructure.

NmapServices
SCAN
05 — CRYPTO

TLS Analysis

Comprehensive SSL/TLS health check. Flags weak ciphers, expired certs, and Heartbleed risks.

TLS 1.3Ciphers
SSL/TLS
06 — AUTO

AI Remediation

The industry's first self-healing engine. Automatically generates and applies security patches.

GenAIPatch
AUTO
FEATURES
Features

Built for serious security engineers.

Core Scanner

Multi-Engine
Vulnerability Detection

Orchestrates OWASP ZAP active/passive scans with Nuclei templates. Covers SQLi, XSS, SSRF, RCE, IDOR, misconfigurations, outdated headers and CVEs — concurrently.

  • OWASP Top 10 full coverage
  • CVE database cross-referencing
  • Scan depth presets: quick, standard, deep
sentinel scan
$ sentinel scan --url https://acme.io --deep
Crawling 247 endpoints
Running CVE checks
AI triage
Progress73%
AI Intelligence

100+ Models.
Zero Config.

Powered by OpenRouter — switch between GPT-4o, Claude, Gemini, Llama or local Ollama via a single env variable. No API juggling required.

  • OpenRouter integration built-in
  • Local Ollama for air-gapped environments
  • Interactive sentinel chat mode
sentinel — ai models
$ sentinel models --list
✦ gpt-4o PROV: OPENROUTER
✦ claude-3.5-sonnet PROV: OPENROUTER
✦ gemini-1.5-pro PROV: GOOGLE
✦ llama-3.1-405b PROV: META
✦ deepseek-r1 PROV: DEEPSEEK
Loading 100+ endpoints✓ Connected
Install

One command.
Three environments.

NPM Global

Recommended for development & CI environments.

npm install -g sentinel-security
Docker

Containerized deployment with full environment isolation.

docker pull virajsawant06/sentinel
From Source

Direct access to the core engine and custom plugins.

git clone github.com/Virajsawant06/Major_project