Append-only audit trail for security pipeline decisions. Events are bounded by MAX_EVENTS to prevent unbounded growth.
Returns the total number of events.
Appends an event to the trail. Returns the assigned event ID.
Queries events matching the given filter.
Clears all events.
Append-only audit trail for security pipeline decisions. Events are bounded by MAX_EVENTS to prevent unbounded growth.