Audit log
Every install, uninstall, team change, and asset mutation in Sleuth Skills is recorded in an append-only audit log. Use it for compliance reviews, incident reconstruction, and operational debugging.
Last updated
Was this helpful?
Was this helpful?
sx audit # last 7 days
sx audit --since 30d # widen the window
sx audit --since all # whole log
sx audit --actor alice@acme.com # one actor
sx audit --event install.set # one event type
sx audit --target code-reviewer # one asset / team
sx audit --since 7d --json # machine-readable
sx audit --limit 20 # cap output{
"ts": "2026-04-17T10:04:12.445Z",
"actor": "alice@acme.com",
"event": "install.set",
"target_type": "installation",
"target": "code-reviewer",
"data": { "kind": "team", "team": "platform" }
}