@agentprodready/audit
v1.0.1
Published
**Audit & compliance fact ingestion contracts — immutable audit records for hosts.**
Readme
@agentprodready/audit
Audit & compliance fact ingestion contracts — immutable audit records for hosts.
| | |
|---|---|
| Status | Production contracts published |
| Install | npm install @agentprodready/audit |
| Module | ESM · Node.js >=22 <25 |
| License | MIT |
| Repository | ameenmari/agentprodready |
When to use
Your host records governed audit facts from Security / Runtime / tools.
Prefer not to start here if you are prototyping with Simple Agent API only.
Install
npm install @agentprodready/auditSample
import type { AuditIngestor } from '@agentprodready/audit';
declare const audit: AuditIngestor;
await audit.ingest(/* AuditIngestRequest */);Ownership
| Owns | Does not own | |---|---| | Audit ingestion / record contracts | Authorization decisions; event bus transport; Persistence drivers |
Documentation
License
MIT © 2026 ameenmari
