Skip to main content
Generalhashgraph-online

audit-search

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

Stars
336
Source
hashgraph-online/awesome-codex-plugins
Updated
2026-05-27
Slug
hashgraph-online--awesome-codex-plugins--audit-search
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/hashgraph-online/awesome-codex-plugins/HEAD/plugins/getaxonflow/axonflow-codex-plugin/skills/audit-search/SKILL.md -o .claude/skills/audit-search.md

Drops the SKILL.md into .claude/skills/audit-search.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

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.