FreshRSS

πŸ”’
❌ Secure Planet Training Courses Updated For 2019 - Click Here
There are new available articles, click to refresh the page.
Today β€” January 14th 2026Your RSS feeds

I built a security engine that runs investigations end-to-end, and I need serious reviewers

I’ve been building a program that started as β€œI need to stop wasting time on tool output chaos” and turned into something that feels… different.

This is not a scanner. It’s not a SIEM. It’s not β€œAI security.”

It’s an engine that runs security investigations.

Most security workflows still look like this:

Run tool β†’ stare at output β†’ manually connect dots β†’ rerun different tool β†’ forget what you already tested β†’ repeat

This program tries to turn that into:

Run tool β†’ interpret signals β†’ decide what matters β†’ pick the next action β†’ keep escalating until the lead is either proven or dead

So instead of β€œhere are 900 findings,” the output is closer to: β€’ what was tested β€’ why it was tested β€’ what changed the investigation’s direction β€’ what got confirmed vs ruled out β€’ what the next step would be if you kept going

The part that makes this unusual

I hit the wall where security automation always becomes a dumpster fire: scripts calling scripts calling scripts, YAML pipelines that grow teeth, glue code everywhere, no real structure, no replayability.

So I did something that sounds insane:

I built a purpose-built programming language inside it.

Not because I wanted β€œmy own language,” but because security workflows need a way to be expressed as real programs: repeatable, constrained, auditable, and not dependent on a human remembering the next step.

The language exists for one reason: security automation should not collapse into spaghetti.

What I need help with

I’m not posting the full repo publicly yet, but I do want real critique from people who’ve built: β€’ orchestration engines β€’ DSLs / interpreters β€’ security automation frameworks β€’ pipelines with state, decision-making, and evidence trails

Please let me know if you’re interested in reviewing.

submitted by /u/JBase16
[link] [comments]
❌