PerspectiveGraph - an attack-path engine, in the open
2026Open source - my own work · Security tooling
An open-source engine that asks one question of every pull request: does this change open a path from the internet, through too much privilege, to something worth stealing? Each hop gets a probability instead of a severity label, and where the engine isn't sure, it says so rather than rounding up. I also built a red-team oracle that checks its conclusions against the live AWS policy-evaluation API - and it caught my own engine treating an IAM permission boundary as a grant, when a boundary only ever caps. That false positive is a regression test now.
- Apache 2.0, public repository, CI running on every commit
- Container images signed with cosign, with SBOM and SLSA build provenance
- Graded in CI against four CloudGoat-shaped scenarios, including two that must produce no finding
- Privilege hops validated against the live AWS policy-evaluation API
