← 返回 Skills 市场
Pilot Audit Log
作者
Calin Teodor
· GitHub ↗
· v1.0.0
· MIT-0
94
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pilot-audit-log - 安装完成后,直接呼叫该 Skill 的名称或使用
/pilot-audit-log触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 94 次。
如何安装 Pilot Audit Log?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pilot-audit-log」即可一键安装,无需额外配置。
Pilot Audit Log 是免费的吗?
是的,Pilot Audit Log 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Pilot Audit Log 支持哪些平台?
Pilot Audit Log 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Pilot Audit Log?
由 Calin Teodor(@teoslayer)开发并维护,当前版本 v1.0.0。
推荐 Skills