# Audit Search

> Search AxonFlow audit trail for recent tool executions, policy decisions, and compliance evidence

- Skill: `thedixitjain/audit-search` (Agent Skill)
- Install (CLI): `npx skillmds add thedixitjain/audit-search`
- Raw SKILL.md: https://api.skillmd.com/api/skills/thedixitjain/audit-search/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: thedixitjain (https://skillmd.com/u/thedixitjain)
- Updated: 2026-09-08
- Page: https://skillmd.com/skills/thedixitjain/audit-search

---



Call the `search_audit_events` MCP tool. Optionally provide:

- `from`: start time (ISO 8601, defaults to last 15 minutes)
- `to`: end time (ISO 8601, defaults to now)
- `limit`: max events to return (default 20, max 100)
- `request_type`: filter by type (e.g., `tool_call_audit`, `llm_call`)

Present results as a summary table with timestamp, tool name, decision, and key details.

---

**Source:** [`hashgraph-online/awesome-codex-plugins`](https://github.com/hashgraph-online/awesome-codex-plugins) → `plugins/getaxonflow/axonflow-codex-plugin/skills/audit-search/SKILL.md`

