AI Company Audit (EN)
/install ai-company-audit
\r \r
Audit Logging Standard — audit日志standard\r
\r
7类audit日志\r
\r | Log Type | Description | Retention |\r |----------|-------------|----------|\r | Decision | strategy/战术决策record | 2 years |\r | Action | Agent execute的操作 | 90 days |\r | Error | 系统异常和错误 | 90 days |\r | Security | authenticate/authorize/security incident | 2 years |\r | Performance | latency/吞吐量/KPI | 30 days |\r | Access | data访问record | 2 years |\r | Data | data变更历史 | 7 years |\r \r
Log Entry Schema\r
\r
log_entry:\r
timestamp: "ISO 8601 format (YYYY-MM-DDTHH:MM:SS.SSSZ)"\r
agent_id: "e.g., CFO-001, CEO-001"\r
log_type: "decision|action|error|security|performance|access|data"\r
action: "string (what happened)"\r
target: "string (affected resource/endpoint)"\r
result: "success|failure|partial"\r
duration_ms: 0\r
metadata:\r
task_id: "TASK-001"\r
confidence: 0.95\r
[敏感]: "redacted"\r
trace_id: "uuid (for cross-agent correlation)"\r
```\r
\r
## Compliance Checkpoints\r
\r
| Checkpoint | Standard | Enforcement |\r
|-----------|---------|-------------|\r
| P0 SLA 达成 | 95% P0 event在 SLA 内完成 | CQO monitor |\r
| 敏感data标注 | 所有 PII 字段含 `[敏感]` 标注 | CISO audit |\r
| 跨 Agent audittrack | trace_id 贯穿完整调用链 | CTO 技术实现 |\r
| audit日志不可篡改 | append-only + hash chain | CTO 技术实现 |\r
| audit日志保留期 | 详见上表(7类)| CTO storestrategy |\r
\r
## P0 Incident Compliance\r
\r
| P0 standard | respond要求 | audit要求 |\r
|---------|---------|---------|\r
| respond时间 | 15 分钟内初始respond | 时间戳record |\r
| CEO 通报 | 立即通报 | 决策日志 |\r
| 根因analyze | 48 小时内完成 | analyzereport存档 |\r
| improve项 | 7 天内入 backlog | trackrecord |\r
\r
## Audit Log Storage Policy\r
\r
```yaml\r
storage_policy:\r
format: "structured JSON (CloudWatch/Elasticsearch/Splunk compatible)"\r
encryption: "AES-256-GCM at rest"\r
replication: "3 copies across regions"\r
access_control: "CQO + CISO read-only; CTO write-only"\r
retention:\r
decision: "2 years"\r
security: "2 years"\r
access: "2 years"\r
performance: "30 days"\r
action: "90 days"\r
error: "90 days"\r
data: "7 years"\r
```\r
\r
## Natural Language Commands\r
\r
```\r
"Audit all decisions this week" → Decision logs filtered by date range\r
"Check compliance for P0 SLAs" → P0 compliance report\r
"Review access logs for sensitive data" → Access log audit\r
"Export audit trail for INC-001" → Trace by trace_id\r
```\r
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ai-company-audit - After installation, invoke the skill by name or use
/ai-company-audit - Provide required inputs per the skill's parameter spec and get structured output
What is AI Company Audit (EN)?
跨Agentaudit日志standard。7类日志(决策/操作/错误/security/性能/访问/data)+ compliance检查点 + audittrackstandard,适配fully AI companygovernframework。 It is an AI Agent Skill for Claude Code / OpenClaw, with 121 downloads so far.
How do I install AI Company Audit (EN)?
Run "/install ai-company-audit" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is AI Company Audit (EN) free?
Yes, AI Company Audit (EN) is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does AI Company Audit (EN) support?
AI Company Audit (EN) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created AI Company Audit (EN)?
It is built and maintained by JohnSmithfan (@johnsmithfan); the current version is v1.0.0-en2.