Vigil is the leading open source AI SOC, Apache 2.0, built in the open by the community.
Lessons Learned Building a Harness for Cyber Security
Mayank Kumar · August 27
Drawing on experience building foundation models at the Allen Institute and automation engines like StackStorm, this deep dive explains why Vigil abandoned fragile SOAR playbooks and endless prompt-tweaking. The core thesis: a prompt is not an instruction, it is a coordinate. Inference weights are frozen; a prompt merely selects existing capability. Vigil frames the harness as a deterministic selection function where a Python controller runs a fixed state machine with a closed schema (INVESTIGATE, EXPAND, PIVOT, DEEPEN, ABANDON, VALIDATE, HANDOFF_IR, CHECKPOINT, CONCLUDE).
The model recommends; the controller decides. Gating relies on verifiable evidence_strength rather than self-reported confidence, and prompt injection in logs, for example fake pentest claims arguing for ABANDON, is neutralized in code: code may promote salience, only humans may demote, and self-exonerating telemetry can never trigger an exit.
Read here
VigilSOC 0.5.0 Release: Upgrades, Governance, and Office Hours
John Van Lowe · August 20
VigilSOC 0.5.0 is live on GitHub, featuring optimized event processing pipelines that slash latency under high load, an expanded telemetry rule engine, streamlined CLI and APIs, and major stability fixes. The release also formalizes our repository discipline: a pull-based queue with a strict WIP cap of 10 open issues per milestone, a 15-label taxonomy (P0 to P3 urgency), explicit Definition of Done standards, and formalized security reporting mechanisms.
A massive thank you to our 0.5.0 contributors: craig-dt, cyforkk, G-r-ay, jmurph1, josiahlashley21, joshuacox, mattmorr1, mgalore, nestor-deeptempo, pollychen-lab, samarmstrong, thetosy, and tomatotomata. Community Office Hours are now running regularly on Discord.
Read here
GitHub: github.com/Vigil-SOC/vigil
Discord: discord.gg/SBtSHzMYFZ
Benchmarks: socbench.org
Everyone welcome: transparent nomination for AI Cyber Alliance speakers and hosts
You might have heard about a community for technical conversations and demonstrations of AI and Cybersecurity called the AI Cyber Alliance. Recently the AI Cyber Alliance established ongoing chapters in San Francisco, Austin, Boston, DC (Northern Virginia), and the SF Bay Area. There is now enthusiasm for these and other communities to organize themselves, much like DevOps days became a local phenomenon across the United States and around the world. With that in mind, the AI Cyber Alliance website and underlying GitHub is evolving towards self organization. If you or someone you know would be a great speaker at an AI Cyber Alliance meeting, please take a look at the new site and get involved. You can also nominate yourself to host an event.
Read here
AI powered attackers have already transformed themselves. How are we going to do the same? Hype based superficial marketing is unlikely to help. Technical, real world, no BS conversations are required for useful patterns to be rapidly discovered and shared. If you agree, the AI Cyber Alliance is for you.