tool_call | ToolCallEventSchema | Tool handler completes (pass or flag) |
tool_call_blocked | ToolCallEventSchema | Policy engine returns deny before execution |
tool_call_failed | ToolCallEventSchema | Tool handler throws (infra error, not policy) |
reasoning_step | ReasoningStepEventSchema | Agent emits a reasoning excerpt (≤200 chars, secrets-safe) |
risk_verdict | RiskVerdictEventSchema | Risk layer returns pass / flag / block |
anomaly_detected | AnomalyDetectedEventSchema | @glideco/anomaly heuristic fires |
step_up_requested | StepUpRequestedEventSchema | Tool needs principal step-up before proceeding |
step_up_completed | StepUpCompletedEventSchema | Principal completes biometric / passkey / hardware-key |
step_up_declined | StepUpRequestedEventSchema | Principal declines or times out (same shape as requested) |
policy_change | PolicyChangeEventSchema | Operator updates the vault’s policy envelope |
policy_stale | PolicyChangeEventSchema | Agent detects its cached policy is behind current version |
agent_install | inline | Skill installed on an entity |
agent_uninstall | inline | Skill removed |
kill_switch | KillSwitchEventSchema | Forensic kill-switch activated (all-agents or scoped) |
dsar_redaction_applied | DsarRedactionEventSchema | @glideco/dsar partial redaction applied |
dsar_tombstone_applied | DsarRedactionEventSchema | @glideco/dsar full-erasure tombstone applied |