pilot-audit-log

Generate structured audit trails for Pilot Protocol activity.

7|3|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/TeoSlayer/pilot-skills --skill pilot-audit-log
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pilot-audit-log
Source: https://github.com/TeoSlayer/pilot-skills/tree/main/skills/pilot-audit-log
Command: npx skills add https://github.com/TeoSlayer/pilot-skills --skill pilot-audit-log

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides comprehensive, structured audit trails for Pilot Protocol activity to support security, compliance, and investigations.

Core Features & Use Cases

  • Structured event capture for trust handshakes, connections, and policy decisions.
  • Retention and export options for reporting, audits, and forensic analysis.
  • Queryable logs and reports to satisfy security reviews and regulatory requirements.

Quick Start

Start auditing by ensuring the Pilot Protocol daemon is running and enabling the audit log configuration.

Frequently Asked Questions about pilot-audit-log

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

FAQPage Schema
How do I create structured audit trails for Pilot Protocol activity?

To create structured audit trails for Pilot Protocol activity, you need to enable the audit log configuration on a running pilotctl daemon. This captures trust handshakes, connections, and policy decisions into a queryable format for security reviews.

What is the best way to query compliance logs for incident investigations?

The best way to query compliance logs for incident investigations is by using jq to parse and filter the JSON querying outputs generated by the audit log. This approach allows you to extract specific forensic data from trust decisions and policy events.

Do I need jq and pilotctl to generate regulatory compliance reports?

Yes, you need jq and the pilotctl daemon to generate regulatory compliance reports. The daemon captures the structured audit events, while jq provides the JSON querying capabilities required to filter and extract the necessary reporting data.

Can I export Pilot Protocol security logs for forensic analysis?

Yes, you can export Pilot Protocol security logs for forensic analysis. The audit system provides retention and export options specifically designed to support reporting, regulatory audits, and deep forensic investigations of agent trust decisions.

When do I need audit logging for agent trust decisions?

You need audit logging for agent trust decisions when you must satisfy regulatory compliance requirements, conduct security reviews, or perform incident investigations. It provides a structured record of policy decisions and trust handshakes for accountability.