Maintenance in progress: we are indexing a large batch of new skills. Some pages may load slowly or briefly show no results. Nothing is lost, and everything is back to normal within the hour.

Post Execute Audit

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

thedixitjain 7155190 910 B Updated 2 repo stars

File contents

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-pluginsplugins/getaxonflow/axonflow-codex-plugin/skills/post-execute-audit/SKILL.md

thedixitjain/the-mega-skill-library/tree/main/library/security-and-compliance/post-execute-audit commit 71551905a1

Frequently asked questions

npx skillmds add thedixitjain/post-execute-audit