Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/security / / AuditContext
Interface: AuditContext
Defined in: packages/security/src/audit/types.ts:90
Optional context surfaced alongside an audit entry. Each field is filtered to safe metadata (no raw secret values) by the calling site.
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
runId? | readonly | string | packages/security/src/audit/types.ts:91 |
sessionId? | readonly | string | packages/security/src/audit/types.ts:92 |
toolName? | readonly | string | packages/security/src/audit/types.ts:93 |