Aegis logo

Aegis

Enrichment pending
Justin0504/Aegis

Runtime policy enforcement for AI agents. Cryptographic audit trail, human-in-the-loop approvals, kill switch. Zero code changes.

GraphCanon updated today · GitHub synced today

365 stars37 forksLast push today TypeScript MIT

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
npm

Similar 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:

TemplateL1L2L3RetentionBest for
dev7 dLocal development, minimal cost
standardescalate90 dDefault
strictall180 dHigh-sensitivity workloads
financialall7 yr (SOX)Banking / fintech
healthcareall6 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.

Was this helpful?

Anonymous feedback helps us improve pages and translations.