← Use Cases

AI connection evidence for the EU AI Act

Every decision logged, retained and exportable.

The connection-layer evidence chain compliance teams need for AI governance frameworks.

control.securd.com/gateway/acme/changelog
Traffic Logs
TimestampActionSiteQuery NameSource IPReason
2026-09-15 10:04:11acceptj.riverapolicy: corp-officegreylist.modedisabled to enabled
2026-09-15 09:12:02acceptm.chenlist: approved-aientry+app.summarizeit-pro.io
2026-09-15 08:40:55blockm.chenlist: prohibited-aientry+beta.voice-clone-studio.app
2026-09-15 08:40:55acceptsystempublish #4409autosucceeded
Approvals and restrictions as list entries, with the user and the publish that enforced them.
The problem

The framework asks who approved this and when

Record-keeping and human oversight are the two obligations every AI governance framework shares. Both require a record that an approval happened, by whom, and that the control operated afterward. Email threads do not survive an audit.

Inventory

Which AI services and agent destinations are in use, by team, since when.

Approval

Who allowed each one, on what basis, with what expiry.

Operation

Evidence the control enforced the decision on every lookup afterward.

How it works

Evidence kept by default

Capabilities

Compliance capabilities

AI service inventory

By site and month, exportable. The list the acceptable use policy is written against.

Approval record

Every allow entry with user, source and expiry. Revocable and logged.

Change log

Every configuration change and publish. Rollback recorded like any other change.

Decision events

Every lookup with the action and reason. Retained per plan; forwarded for longer.

Human oversight

The Greywall hold is a documented review step. Held names wait for a person or a policy.

Roles

Console roles separate who can approve from who can view. API keys carry scopes.

Export

One query for the assessor

Every first-seen AI service on the corporate policy in the assessment period, with the approval that followed. Same data from the API as CSV or JSON.

splunk.spl
index=securd dns_q.event="new"
| eval site=coalesce('server.mobile_name','site_name')
| stats dc(dns_q.name) as new_names, values(dns_q.name) as names by site

Questions teams ask

Which frameworks does this support?

EU AI Act record-keeping and human oversight, NIST AI RMF map and manage, and the boundary and audit controls in NIST SP 800-171 and CMMC. The mapping page states where each artifact applies.

Can we prove the control operated?

Yes. Every lookup after an approval or block is an event with the action. Export by policy and period.

Who can change a policy?

Users with the console role that permits it, and API keys with policies:write. Both are recorded in the change log.

Have the record before the audit

Inventory, approvals and events from one console, exported on request.