Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/security / / MemoryGuardAuditEvent

Interface: MemoryGuardAuditEvent

Defined in: packages/security/src/guard/audit-emitter.ts:71

One audit event. The payload never contains the raw contents of a memory region — only the digest, the region name, and the actor.

Stable

Properties

PropertyModifierTypeDescriptionDefined in
actionreadonlyMemoryGuardAuditAction-packages/security/src/guard/audit-emitter.ts:72
actor?readonlyMemoryGuardActorOptional actor pointer.packages/security/src/guard/audit-emitter.ts:81
decisionreadonlyMemoryGuardDecision-packages/security/src/guard/audit-emitter.ts:73
metadata?readonlyReadonly<Record&lt;string, unknown&gt;>Optional structured metadata. Must be safe to log.packages/security/src/guard/audit-emitter.ts:83
regions?readonlyreadonly string[]Mismatched region names (only populated on mismatch / rollback).packages/security/src/guard/audit-emitter.ts:79
tierreadonlyMemoryGuardTierStable identifier of the guard tier that fired the event.packages/security/src/guard/audit-emitter.ts:77
tsreadonlynumberEpoch milliseconds at which the event fired.packages/security/src/guard/audit-emitter.ts:75