# Post Execute Audit

> Record tool execution in AxonFlow audit trail after tool calls complete. Use after any tool call for compliance evidence.

- Skill: `thedixitjain/post-execute-audit` (Agent Skill)
- Install (CLI): `npx skillmds add thedixitjain/post-execute-audit`
- Raw SKILL.md: https://api.skillmd.com/api/skills/thedixitjain/post-execute-audit/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/post-execute-audit

---



After tool calls complete, call the `audit_tool_call` MCP tool with:

- `tool_name`: the tool that was called (e.g., "Bash", "Write")
- `input`: the tool input (command, file content, etc.)
- `success`: whether the tool call succeeded
- `output`: summary of the result (truncate if large)

This creates a compliance-grade audit record with timestamp, policy context, and execution details.

Note: For Bash tool calls, this is handled automatically by the PostToolUse hook. Use this skill for other tool types that are not hook-governed.

---

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

