Sentinel Featured
Autonomous AppSec Agent
- An AI agent that finds, proves, and fixes vulnerabilities in source code: an LLM hunts candidate bugs, then a validator must prove each one with a proof-of-concept exploit run in a locked-down Docker sandbox — unproven claims are discarded, driving false positives toward zero.
- Provider-agnostic model layer (LiteLLM) runs the same pipeline on local Ollama, Claude, or OpenAI; a patcher then proposes secure-fix diffs behind a human-approval gate.
- On a small, hand-labeled benchmark across five vulnerability classes (SQL/command/path/deserialization, hardcoded secrets), a self-correction loop raised recall from 60% to 100% with precision holding at 100%, measured by a reproducible eval harness. Inspired by DARPA's AI Cyber Challenge.


