← Back to Skills Marketplace
Pilot Audit Log
by
Calin Teodor
· GitHub ↗
· v1.0.0
· MIT-0
94
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pilot-audit-log
Description
Comprehensive audit trail of all Pilot Protocol activity for security and compliance. Use this skill when: 1. You need detailed logs of all trust decisions a...
Usage Guidance
This skill appears to be an audit logger for Pilot Protocol and is generally coherent, but do the following before installing or running it:
- Confirm what value should populate $AGENT (the SKILL.md uses $AGENT but no env var is declared); add a declared env var or replace with explicit agent IDs.
- Review and sanitize inputs that go into the log (escape JSON and shell metacharacters) to avoid malformed logs or injection via agent names/results.
- Ensure the audit directory (~/.pilot/audit) has correct permissions and a retention/back-up plan—logs may contain sensitive info.
- Verify pilotctl's behavior for the handshake commands used here (they may perform network or trust changes) and ensure you trust the pilotctl binary and daemon being used.
- Consider adding explicit instructions for log rotation, redaction of secrets, and validation of inputs in the SKILL.md.
If you want me to, I can produce a safer, corrected SKILL.md snippet that declares expected env vars, escapes JSON properly, and documents permissions/retention recommendations.
Capability Analysis
Type: OpenClaw Skill
Name: pilot-audit-log
Version: 1.0.0
The pilot-audit-log skill provides standard audit logging functionality for the Pilot Protocol. It uses Bash to manage local log files in ~/.pilot/audit and interacts with the pilotctl binary as expected. No indicators of data exfiltration, malicious execution, or prompt injection were found in SKILL.md or _meta.json.
Capability Assessment
Purpose & Capability
Name and description align with the requested artifacts: it requires pilotctl and creates an audit directory under ~/.pilot/audit, which is appropriate for an audit-log skill. However the SKILL.md assumes an AGENT variable is available (used in pilotctl calls) but the skill metadata does not declare or require any environment variables—this is inconsistent.
Instruction Scope
Instructions instruct creating and appending to files under ~/.pilot/audit and running pilotctl (expected). They reference $AGENT and other shell variables without declaring or validating them. Several log commands concatenate raw variable contents into JSON/plain-text without escaping, which can produce malformed logs or allow injection of unexpected content into the audit file. The instructions do not send data to external endpoints unrelated to pilotctl, but the undeclared env var and unescaped usage are scope/safety issues.
Install Mechanism
Instruction-only skill with no install spec or downloads; lowest install risk. It relies on the existing pilotctl binary and (optionally) jq, which is consistent with the documented dependencies.
Credentials
The skill declares no required credentials or env vars (reasonable for a local audit tool). However the runtime instructions use $AGENT (and $HOME implicitly) without declaring them. The lack of declared env vars makes it unclear what privileges/inputs are expected. Audit files are written to the user's home directory—this is proportionate but may contain sensitive data and should be permissioned and documented.
Persistence & Privilege
always:false and user-invocable:true (defaults) — normal. The skill writes files in the user's home directory but does not request system-wide changes or other skills' configs. No elevated persistence privileges requested.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pilot-audit-log - After installation, invoke the skill by name or use
/pilot-audit-log - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Pilot Audit Log?
Comprehensive audit trail of all Pilot Protocol activity for security and compliance. Use this skill when: 1. You need detailed logs of all trust decisions a... It is an AI Agent Skill for Claude Code / OpenClaw, with 94 downloads so far.
How do I install Pilot Audit Log?
Run "/install pilot-audit-log" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Pilot Audit Log free?
Yes, Pilot Audit Log is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Pilot Audit Log support?
Pilot Audit Log is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Pilot Audit Log?
It is built and maintained by Calin Teodor (@teoslayer); the current version is v1.0.0.
More Skills