
Federation Audit
- 641 installs
- 67k repo stars
- Updated August 4, 2026
- ruvnet/ruflo
federation-audit is an agent skill that queries federation audit logs with compliance and severity filtering for developers who must investigate PII detections, threat blocks, and trust changes.
About
federation-audit is a ruvnet/ruflo skill that queries structured federation audit logs with compliance mode filtering for HIPAA, SOC2, and GDPR plus severity filtering across critical, error, warn, and info levels. Agents parse --compliance, --since DATE, and --severity arguments, then run npx -y -p @claude-flow/plugin-agent-federation@latest ruflo-federation audit with the selected filters. The workflow summarizes total events, PII detections, threat blocks, and trust changes, highlighting critical findings for review. Allowed tools include Bash(npx *), mcp__claude-flow__memory_search, Read, and Grep. Developers reach for federation-audit when multi-agent federation deployments need compliance-scoped log review or incident triage on federated trust boundaries. Catalog metadata lists 440 installs. federation-audit fits Claude-flow security workflows where regulated environments require filtered audit trails instead of raw unscoped log dumps.
- federation-audit
Federation Audit by the numbers
- 641 all-time installs (skills.sh)
- +6 installs in the week ending Aug 5, 2026 (Skillselion tracking)
- Ranked #595 of 4,347 Backend & APIs skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/ruvnet/ruflo --skill federation-auditAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 641 |
|---|---|
| repo stars | ★ 67k |
| Last updated | August 4, 2026 |
| Repository | ruvnet/ruflo ↗ |
How do you audit federated agent compliance logs?
Use federation-audit for development tasks
Who is it for?
Developers reviewing Claude-flow federation audit logs under HIPAA, SOC2, or GDPR compliance with severity-scoped incident summaries.
Skip if: Developers auditing single-app application logs without federation plugin or teams without @claude-flow/plugin-agent-federation installed.
When should I use this skill?
User asks to audit federation logs, filter HIPAA/SOC2/GDPR compliance events, or summarize PII detections and threat blocks.
What you get
Filtered federation audit summary with event totals, PII detections, threat blocks, trust changes, and critical findings.
- Compliance-filtered audit summary
- Critical finding highlights
By the numbers
- Supports 3 compliance modes: HIPAA, SOC2, and GDPR
- Filters 4 severity levels: critical, error, warn, and info
Files
Query structured federation audit logs. Supports compliance mode filtering (HIPAA, SOC2, GDPR) and severity filtering.
Steps: 1. Parse compliance mode, date range, and severity from arguments 2. npx -y -p @claude-flow/plugin-agent-federation@latest ruflo-federation audit --compliance MODE --since DATE --severity LEVEL 3. Summarize findings: total events, PII detections, threat blocks, trust changes 4. 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 |
Related skills
How it compares
Pick federation-audit for compliance-scoped federation log review instead of generic grep on unstructured application logs without PII or trust-change summaries.
FAQ
Which compliance modes does federation-audit support?
federation-audit supports HIPAA, SOC2, and GDPR compliance mode filtering via --compliance arguments. Agents parse date ranges with --since and severity with critical, error, warn, or info levels.
What CLI does federation-audit run?
federation-audit runs npx -y -p @claude-flow/plugin-agent-federation@latest ruflo-federation audit with parsed compliance, since, and severity flags, then summarizes total events, PII detections, threat blocks, and trust changes.
What findings does federation-audit highlight?
federation-audit summarizes total audit events, PII detections, threat blocks, and trust changes from structured federation logs. Critical severity findings receive explicit highlight for security review.