sosa-governor
Installation
SKILL.md
SOSA Governor — On-Demand Audit & Reporting
This skill provides manual governance operations. The hooks handle real-time classification and gating automatically; this skill handles reporting, configuration, and manual overrides.
Audit Report
When the user asks for a SOSA audit or governance report:
- Read the audit log at
${CLAUDE_PLUGIN_ROOT}/audit/for today's date (YYYY-MM-DD.jsonl) - Parse each line as JSON — fields: timestamp, session_id, tool, impact_level, reason, decision
- Summarize:
- Total tool calls today
- Breakdown by impact level (low / medium / high)
- Denied actions (high-impact that were blocked)
- Most active tools
- Sessions with the most activity
- Present as a clear table