pub const TARGET_GUEST: &str = "act::guest";Expand description
Target reserved for guest-emitted telemetry (wasi:otel, deferred — see
the design doc §4.2). Guest events are untrusted input and must never
reach the audit stream, so they are kept on a separate target that the
audit layer’s filter structurally excludes.