Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,21 +66,16 @@ jobs:

AI agents can deploy code, delete data, and modify infrastructure.

Today, they do this with:
Today, they often do this with no approval, no accountability, and no audit trail. That's a production risk.

- ❌ No explicit approval
- ❌ No accountability
- ❌ No audit trail

"Approved" is a mutable DB flag. An agent, a backend, or a bug can flip it.
"Approved" is a mutable DB flag. An agent, a backend, or a bug can flip it. There's no proof a human authorized *this specific action* with *these exact arguments*.

Deploy Gate enforces:

- ✅ Explicit human signer (Ed25519)
- ✅ Signature bound to exact args (commit, repo, environment)
- ✅ Single-use receipt (replay fails)
- ✅ Tamper-evident — any post-signing mutation fails verification
- ✅ Verifiable audit trail

It does not trust database state. Only the signed receipt.

Expand Down
Loading