Aegis
Enrichment pendingRuntime policy enforcement for AI agents. Cryptographic audit trail, human-in-the-loop approvals, kill switch. Zero code changes.
GraphCanon updated today · GitHub synced today
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Very active (0d since push)
- As of today
- Provenance
- Not a fork · Personal account
- As of today
- Security (OSV)
- No MCP manifest
- As of today
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
npm install Aegis npmSimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
Runtime policy enforcement for AI agents. Cryptographic audit trail, human-in-the-loop approvals, kill switch. Zero code changes.
Capability facts
- Deploy
- Self-host
Source: dockerfile:docker-compose.yml · Jul 15, 2026
- Docker
- Dockerfile present
Source: dockerfile:docker-compose.yml · Jul 15, 2026
- MCP server
- No MCP server detected
Source: repo_scan · Jul 15, 2026
- Languages
- typescript, javascript
Source: github.language+package.json · Jul 15, 2026
Categories
Tags
README
Deployment Mode
Five ready-made templates — one click to apply on the Settings page or
via POST /api/v1/config/apply-template:
| Template | L1 | L2 | L3 | Retention | Best for |
|---|---|---|---|---|---|
dev | ✅ | ❌ | ❌ | 7 d | Local development, minimal cost |
standard | ✅ | ✅ | escalate | 90 d | Default |
strict | ✅ | ✅ | all | 180 d | High-sensitivity workloads |
financial | ✅ | ✅ | all | 7 yr (SOX) | Banking / fintech |
healthcare | ✅ | ✅ | all | 6 yr (HIPAA) | PHI handling |
Per-tenant config is stored in organizations.settings, hot-reloads via
an in-process ConfigBus, and every change is recorded in the admin audit
log.
Public key — commit to your install machine once.
curl -sLo aegis-release-pubkey.pem
https://raw.githubusercontent.com/Justin0504/Aegis/main/.well-known/aegis-release-pubkey.pem
Verify any release (npm tarball, PyPI wheel, Docker manifest).
node tools/release-sign/verify.mjs
--in ./agentguard-1.2.0.tgz
--sig ./agentguard-1.2.0.tgz.sig.json
--pubkey ./aegis-release-pubkey.pem
Docker Compose (recommended)
docker compose up -d # production
docker compose -f docker-compose.dev.yml up # development (hot-reload)
For agents
This page has a .md twin and JSON over the API.