Skip to content

Aegis v0.1.0-alpha.1

Pre-release
Pre-release

Choose a tag to compare

@lemkyz lemkyz released this 22 Jul 01:42
· 96 commits to main since this release

Aegis follows a security finding beyond detection.

This first public alpha establishes the evidence-first fix verification chain:

  • source, workspace, and Git change analysis
  • scanner evidence correlation
  • attack-surface mapping and threat modeling
  • reviewable secure patch application
  • syntax, test, and build verification
  • static before-and-after comparison
  • explicit authorization for dynamic validation
  • isolated Podman or Docker execution
  • read-only repository mounts
  • restricted networking and resource limits
  • dynamic evidence evaluation
  • before-and-after validation replay
  • unified VERIFIED, PARTIAL, or FAILED verdicts
  • persistent verification reports in VS Code

The repository includes a deterministic local smoke fixture demonstrating authorized sandbox execution and exploit evidence capture.

Current verification status:

  • 133 backend tests passing
  • VS Code extension compiles successfully
  • real Podman validation smoke test completed successfully

This is an early development release. Interfaces, schemas, setup steps, and extension behavior may change before the first stable version.