Aegis AI Agent Security & AST Invariant Guard
Version updated for https://github.com/Snehgabani/aegis-kernel to version diagnostics@vv1.2.1.
- This action is used across all versions by 0 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
Aegis is an open-source safety kernel that verifies AI agent tool calls against deterministic invariants before execution. It parses SQL into abstract syntax trees, applies tautology detection via constant folding, enforces numeric bounds, and masks secrets through salted token vaults. The core observation behind Aegis is that structural violations can be caught deterministically rather than probabilistically through AST analysis.
What’s Changed
1.2.1 (2026-08-21)
🐛 Bug Fixes & Invariant Patches
- release: add repository provenance metadata across all packages and fix CI Python test paths (6d41f24)