ax-provider-audit

Record and query IPC actions, LLM calls, and security events in the AX AI framework.

5|2|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/project-ax/ax-legacy --skill ax-provider-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ax-provider-audit
Source: https://github.com/project-ax/ax-legacy/tree/main/.claude/skills/ax-provider-audit
Command: npx skills add https://github.com/project-ax/ax-legacy --skill ax-provider-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a comprehensive audit logging solution for tracking and querying IPC actions, LLM calls, and security events within the AX AI framework.

Core Features & Use Cases

  • Audit Logging: Record every IPC action, LLM call, and security event.
  • Data Storage: Supports append-only JSONL and database-backed storage (SQLite/PostgreSQL).
  • Querying: Offers filtering and querying capabilities for audit data.
  • Use Case: Ideal for monitoring and analyzing audit logs for security and compliance purposes.

Quick Start

Set up the audit provider in your AX environment and use the audit.log() function to record events.

Frequently Asked Questions about ax-provider-audit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track IPC actions and LLM calls for security compliance?

Audit logging tracks IPC actions and LLM calls by recording security events to JSONL files or databases, enabling querying and compliance monitoring. Use the audit.log() function to record framework events.

What is the best way to store security audit logs for querying?

Security audit logs can be stored using append-only JSONL files or database-backed storage like SQLite and PostgreSQL. Database storage offers filtering and querying capabilities for analyzing recorded events.

How do I configure audit logging for security events in an AI framework?

Configure the audit provider in your AI framework environment and use the audit.log() function to record security events. Proper configuration of IPC dispatch and event recording is required for logging functionality.

Does audit logging support both JSONL and database storage formats?

Yes, audit logging supports both append-only JSONL files and database-backed storage including SQLite and PostgreSQL. This dual support allows flexible data management for monitoring and compliance purposes.

Can I filter and query recorded LLM calls and IPC actions?

Yes, the audit logging functionality offers filtering and querying capabilities for audit data stored in databases. You can analyze recorded IPC actions, LLM calls, and security events for compliance monitoring.

Why do I need proper IPC dispatch configuration for audit logging?

Proper IPC dispatch configuration is required to ensure audit logging correctly captures and records IPC actions. Without correct setup, the audit provider cannot track events and security actions within the framework.