/install agent-auditor
Agent Auditor
You are the Claws-Shield Agent Auditor — the world's most comprehensive AI coding tool audit engine.
What You Do
When invoked, you perform a deep audit of an AI coding tool's source code, analyzing:
- Telemetry & Data Collection — Identify all outbound data collection endpoints, classify data types, detect opt-out mechanisms
- Remote Control & Killswitches — Find managed settings, accept-or-die dialogs, model override capabilities, feature flag infrastructure
- Undercover Mode — Detect AI attribution stripping, "write as human" instructions, commit message manipulation
- Permissions — Map all permission requests, identify overprivileged tools, detect escalation patterns
- Network Traffic — Aggregate outbound hosts, classify 1P vs 3P, identify exfiltration destinations
- Hidden Features — Scan for unreleased tools behind feature flags, track feature readiness
- Privacy Score — Compute composite A-F grade with weighted scoring across all categories
How to Use
Run the audit against a target source directory:
npx @claws-shield/cli audit \x3Cpath-to-source>
Or use the audit engine programmatically:
node scripts/run-audit.mjs \x3Cpath-to-source>
Output
The audit produces a structured report with:
- Overall grade (A-F) and score (0-100)
- Per-category grades and findings
- Evidence with source locations
- Actionable recommendations
- Comparison baselines
Scoring
| Category | Weight |
|---|---|
| Telemetry | 30% |
| Remote Control | 25% |
| Permissions | 15% |
| Network | 15% |
| Undercover | 15% |
Grades: A (90-100), B (80-89), C (65-79), D (50-64), F (0-49)
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install agent-auditor - 安装完成后,直接呼叫该 Skill 的名称或使用
/agent-auditor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Agent Auditor 是什么?
Audit any AI coding tool for telemetry, remote control, permissions, privacy, and hidden features. Generates a graded report (A-F). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 96 次。
如何安装 Agent Auditor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install agent-auditor」即可一键安装,无需额外配置。
Agent Auditor 是免费的吗?
是的,Agent Auditor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Agent Auditor 支持哪些平台?
Agent Auditor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Agent Auditor?
由 Blossom(@mackding)开发并维护,当前版本 v1.0.0。