federation-audit
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseQuery structured federation audit logs. Supports compliance mode filtering (HIPAA, SOC2, GDPR) and severity filtering.
Steps:
- Parse compliance mode, date range, and severity from arguments
npx -y -p @claude-flow/plugin-agent-federation@latest ruflo-federation audit --compliance MODE --since DATE --severity LEVEL- Summarize findings: total events, PII detections, threat blocks, trust changes
- Highlight any critical or error-severity events
| Compliance Mode | What's Logged |
|---|---|
| HIPAA | Full audit trail, no PII in logs, PHI detection, 6-year retention |
| SOC2 | Access control events, change management, availability monitoring |
| GDPR | Data processing records, consent tracking, right to erasure, data residency |
查询结构化联邦审计日志。支持合规模式过滤(HIPAA、SOC2、GDPR)以及严重程度过滤。
步骤:
- 从参数中解析合规模式、日期范围和严重程度
npx -y -p @claude-flow/plugin-agent-federation@latest ruflo-federation audit --compliance MODE --since DATE --severity LEVEL- 汇总发现结果:事件总数、PII检测情况、威胁拦截记录、信任变更记录
- 突出显示所有严重或错误级别的事件
| 合规模式 | 记录内容 |
|---|---|
| HIPAA | 完整审计追踪,日志中无PII,PHI检测,6年留存 |
| SOC2 | 访问控制事件、变更管理、可用性监控 |
| GDPR | 数据处理记录、同意追踪、删除权、数据驻留 |