Atested sits in front of governed AI operations. Every action is evaluated against the same logic a well-informed engineer would apply — then the evaluation and the decision are signed and provable.
The governance flow
The core flow is simple. An AI tool routes an action through Atested. Atested evaluates it against verifiable conditions — the scope, evidence, and constraints that any well-informed engineer would require. If the conditions are met, the action proceeds and the decision is recorded. If not, the action is denied and that denial is recorded too.
1
Action request arrives
A tool submits a governed action through the MCP surface with whatever proof, context, or constraints the governance logic requires.
2
Conditions are evaluated
Atested resolves the decision deterministically where it can. Where deterministic resolution is not possible, it uses a structured and recorded judgment process.
3
ALLOW or DENY is issued
ALLOW means the evidence was sufficient, the scope was valid, and the constraints were satisfied. DENY means something verifiable was missing.
4
Signed record is written
Every decision is recorded into a signed immutable chain so it can be checked later without relying on runtime assertions alone.
The record itself is part of the product surface. The point is not only to decide correctly in the moment, but to preserve checkable evidence of what happened.
What ALLOW and DENY actually mean
Atested does not just log actions after the fact. It evaluates governed actions before they proceed. ALLOW means the action met the verifiable conditions — the evidence was sufficient, the scope was valid, the constraints were satisfied. DENY means something was missing, and the record shows exactly what.
ALLOW
Examples of actions that proceed
A coding agent writes inside an approved project path using an allowed tool and the required execution context. An agent sends a message through an approved channel with the expected recipient scope and supporting context.
DENY
Examples of actions that are stopped
An agent tries to edit files outside the approved workspace, touch production configuration without authority, or assert that tests passed without sufficient evidence to support the claim.
Governance transparency
Atested governs every action that flows through it. It cannot force every action to flow through it, because AI tools also have native capabilities that operate outside any governance layer. That is a structural reality in open environments.
What Atested does is make that boundary visible and measurable. Governed operations produce full signed records. Ungoverned native operations can still be observed and counted through action hooks, so you can see how much of your AI activity is actually under governance.
The goal is not pretending you start at 100 percent. The goal is knowing where you are, seeing what remains outside governance, and improving coverage deliberately.
The underlying principle
Deterministic where possible, recorded judgment where necessary
Governance decisions fall into two kinds: those that can be determined logically, and those that require judgment. Atested resolves as many as possible deterministically — is the evidence present, is the scope valid, are the preconditions met. These aren't arbitrary rules. They're the same questions a careful engineer would ask if they were reviewing every action by hand. Atested asks them consistently, every time, and signs the answer.
The conditions aren't invented. They're logical necessities. If an AI agent wants to write to a file, the deterministic questions are: does the file path resolve to a real, approved location? Is the agent authenticated? Is there a valid chain of decisions leading to this action? A well-informed engineer would ask exactly the same things.
Where judgment is needed, you make the call
Where a decision can't be resolved deterministically, Atested says so. Scoped approvals exist for exactly this case — you make the judgment call, and that judgment is recorded alongside the deterministic decisions. The system is honest about what it can prove and what required your judgment.
Approvals are explicit and revocable
Change the approved artifact and the approval expires. Granting and revoking approvals are themselves recorded in the governance chain, so exceptions stay visible and auditable.
Your dashboard
What you see
The Atested Dashboard gives your team a live view of governance activity, decisions, approvals, audit results, and system health — all backed by the same signed chain the governance engine produces.
Atested DashboardGovernance overview
Demo — sample data
Overview
Activity
Approvals
Audit
Reports
Health
This dashboard shows governance activity for your organization. Every governed action produces a signed record in the decision chain. The metrics below reflect the current state of the governance surface.
Full governance decision log. Every governed action — allowed or denied — appears here with its signed record. Click any row in production to inspect the full record and hash chain.
Governance Decisions
Time
Tool
User
Decision
Intent
Record Hash
Mar 30, 1:42 PM
fs_write
bearer:e1f2a3b4
ALLOW
update deployment config
sha256:0a1b2c3d…
Mar 30, 1:38 PM
fs_write
bearer:c8d9e0f1
DENY
edit /etc/hosts
sha256:f0e1d2c3…
Mar 30, 1:35 PM
fs_read
bearer:e1f2a3b4
ALLOW
read project README
sha256:8b1ce3d7…
Mar 30, 1:31 PM
msg_send
bearer:a2b3c4d5
ALLOW
notify team channel
sha256:2d4f6a8b…
Mar 30, 1:28 PM
fs_delete
bearer:c8d9e0f1
DENY
remove .env.production
sha256:c3b4a5f0…
Mar 30, 1:24 PM
fs_write
bearer:e1f2a3b4
ALLOW
update test fixtures
sha256:9e8d7c6b…
Mar 30, 1:19 PM
capabilities_execute
bearer:a2b3c4d5
ALLOW
run lint check
sha256:5a4b3c2d…
Mar 30, 1:15 PM
fs_write
bearer:c8d9e0f1
DENY
write outside workspace
sha256:1b2c3d4e…
Mar 30, 1:11 PM
fs_read
bearer:a2b3c4d5
ALLOW
inspect build output
sha256:e5f6a7b8…
Mar 30, 1:08 PM
fs_write
bearer:e1f2a3b4
DENY
modify CI pipeline
sha256:7c8d9e0f…
Mar 30, 1:04 PM
governance_status
bearer:e1f2a3b4
ALLOW
check governance status
sha256:3d4e5f6a…
Mar 30, 12:58 PM
fs_list
bearer:c8d9e0f1
ALLOW
list project directory
sha256:b8c9d0e1…
Scoped approvals for opaque artifacts that cannot produce inline governance evidence. Each approval is pinned to a specific artifact hash and is revocable at any time.
Active Approvals
Artifact
Hash
Family
Approved By
Granted
Status
deploy-script.sh
sha256:4f2a8b1c…
FS_WRITE
bearer:e1f2a3b4
Mar 28, 2:14 PM
Active
ci-runner.py
sha256:8b1ce3d7…
CAPABILITIES_EXECUTE
bearer:a2b3c4d5
Mar 29, 9:45 AM
Active
Recently Revoked
Artifact
Hash
Revoked By
Revoked
Reason
legacy-migrate.sh
sha256:d7e8f901…
bearer:e1f2a3b4
Mar 27, 4:30 PM
Artifact updated — hash mismatch
Query the governance decision chain by time range, user, tool, or decision outcome. Every record is hash-linked and independently verifiable.
Query Filters
Time rangeLast 24 hours
UserAll users
ToolAll tools
DecisionDENY only
Results — 11 DENY records (last 24h)
Time
Tool
User
Intent
Denial Reason
Mar 30, 1:38 PM
fs_write
bearer:c8d9e0f1
edit /etc/hosts
Path outside governed workspace
Mar 30, 1:28 PM
fs_delete
bearer:c8d9e0f1
remove .env.production
Protected file — requires approval
Mar 30, 1:15 PM
fs_write
bearer:c8d9e0f1
write outside workspace
Path outside governed workspace
Mar 30, 1:08 PM
fs_write
bearer:e1f2a3b4
modify CI pipeline
Insufficient authority for CI scope
Mar 30, 12:52 PM
fs_delete
bearer:a2b3c4d5
remove build cache
Bulk delete not permitted
Aggregate governance reports summarizing operations by user, tool, and decision outcome over a configurable time period. Use these for compliance reviews and management reporting.
Operations by User (7 days)
User
ALLOW
DENY
Total
DENY %
bearer:e1f2a3b4
17
4
21
19.0%
bearer:c8d9e0f1
10
6
16
37.5%
bearer:a2b3c4d5
9
1
10
10.0%
Operations by Tool (7 days)
Tool
ALLOW
DENY
Total
fs_write
14
7
21
fs_read
10
0
10
fs_delete
2
3
5
msg_send
5
0
5
capabilities_execute
3
0
3
governance_status
2
0
2
fs_list
0
1
1
Decision Trend (7 days)
Mon
Tue
Wed
Thu
Fri
Sat
Sun
ALLOW DENY
System health and operational status of the governance infrastructure. Chain integrity is verified continuously — any break in the hash chain triggers an alert.
HealthyOverall Status
14d 6hServer Uptime
ValidLicense Status
Chain Integrity
Check
Status
Last Verified
Hash chain continuity
Pass
Mar 30, 1:42 PM
Signature verification
Pass
Mar 30, 1:42 PM
Record ordering
Pass
Mar 30, 1:42 PM
No orphaned records
Pass
Mar 30, 1:42 PM
Performance
Metric
Value
Avg decision latency
12ms
P95 decision latency
28ms
Chain write latency
4ms
Policy eval cache hit
84%
DENY Rate Trend23.4% (11 of 47) — within normal range
No. Atested's governance logic reflects the conditions any well-informed engineer would apply — is the evidence present, is the scope valid, are the preconditions met. You configure scope and constraints for your environment, but the evaluation logic is built in. Most decisions are resolved deterministically without any rules to write.
Why this matters operationally
Without a governance layer, AI operations often become reconstruction work after something goes wrong. With Atested, many unsupported actions can be denied before they land, and the resulting record gives you and your team a usable account of what happened instead of a black box and a pile of logs.