From sentinel-stack
AI risk classification and governance skill. Classifies AI use cases by EU AI Act risk tier (Unacceptable/High/Limited/Minimal), enforces organizational AI acceptable use policies, determines transparency and human oversight requirements, tracks data lineage for AI-assisted outputs, and generates compliance artifacts for model governance. Use when evaluating AI use cases, building AI workflows, or assessing regulatory compliance.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sentinel-stack:ai-governanceThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Aliases:** AI usage policy, EU AI Act, AI risk classification, model governance, responsible AI, AI compliance, acceptable use policy for AI, AI risk assessment
Aliases: AI usage policy, EU AI Act, AI risk classification, model governance, responsible AI, AI compliance, acceptable use policy for AI, AI risk assessment
Maturity: Production
Description: Classify AI use cases by regulatory risk tier, enforce organizational AI acceptable use policies, determine transparency and human oversight requirements, track data lineage for AI-assisted outputs, and generate compliance artifacts for model governance.
AI is moving from experimental to mission-critical, but governance hasn't kept pace. This skill embeds AI risk assessment and compliance into your operational workflows — not as a retrospective audit, but as a real-time guard rail.
The skill maps every proposed AI use case against:
config/org-config.yaml)This is not optional compliance theater. If your use case triggers a High or Unacceptable risk classification, the skill surfaces mandatory obligations that must be satisfied before deployment.
Input: Description of a proposed AI use case (e.g., "Using an LLM to generate hiring recommendations based on CV analysis")
Process:
Output Example:
Risk Tier: HIGH
Rationale: AI system used to support hiring decisions. EU AI Act Article 6(2) classifies
employment decisions as high-risk. Impacts fundamental rights (employment opportunity).
Applicable Obligations:
- High-quality training data (Article 10)
- Documented risk assessment (Article 9)
- Performance monitoring (Article 26)
- Human oversight by qualified personnel (Article 26(3))
- Transparent documentation (Article 13)
Input: Proposed AI use case (description + risk tier classification result)
Process:
config/org-config.yaml → ai-policies sectionConfiguration Reference:
ai-policies:
prohibited-uses:
- hiring-decisions-unreviewed
- autonomous-financial-transfers
- special-category-processing
- real-time-biometric-id
oversight-thresholds:
high-risk-review: true
approval-required-by: ["Chief Risk Officer", "Chief Compliance Officer"]
disclosure-required: true
data-retention-limits: "P1Y" # 1 year post-decision
Output:
Input: Risk tier + use case description + affected audience (employees, customers, public)
Process:
Output: Generates disclosure language like:
TRANSPARENCY DISCLOSURE (Required)
[Your interaction with] this system uses artificial intelligence to [summarize: function].
The AI system processes [data categories] to generate [output type].
A human [job title] has reviewed [frequency] of outputs before [action taken].
To appeal or request human review, contact [support channel].
Data generated from this interaction will be retained for [duration] and used for [purposes].
Also produces:
For High and Unacceptable risk tiers, the skill doesn't just say "require human oversight" — it defines what that means operationally.
Input: Risk tier + use case + available data + existing guardrails
Output Example:
MANDATORY HUMAN OVERSIGHT SPECIFICATION
Risk Tier: HIGH
Use Case: AI-assisted hiring recommendation system
REVIEW TRIGGER: Every candidate recommendation for roles above Director level
REVIEWER QUALIFICATION: Hiring Manager + Talent Acquisition Lead (segregation required)
REVIEW SCOPE (Minimum):
- Verify AI reasoning aligns with legal criteria (EEOC Article 106)
- Check for disparate impact signals in recommendation patterns
- Validate training data quality assumptions
- Confirm no personal data from external sources was used without consent
DECISION AUTHORITY:
- Reviewer may override AI recommendation without escalation
- Reviewer must document override rationale in decision log
- Overrides >10% of AI recommendations → trigger root cause analysis
DOCUMENTATION REQUIRED:
- Reviewer name, date, time of review
- Override decision (if applicable) + justification
- Feedback to ML team for model retraining signal
- Audit trail (immutable, tamper-evident log)
AUDIT & EFFECTIVENESS:
- Monthly sample audit (10% of reviewed decisions)
- Quarterly effectiveness metrics: false positive rate, override frequency
- Report to Chief Risk Officer if override rate diverges >5% from baseline
Input: Any content or data artifact (generated, augmented, or influenced by AI)
Process:
AI_GENERATED: AI created this from scratchAI_AUGMENTED: Human + AI collaborative outputAI_INFLUENCED: AI provided input; human made final decisionHUMAN_ONLY: No AI involvementOutput: Metadata object for every artifact:
{
"ai-lineage": {
"status": "AI_AUGMENTED",
"models": [
{
"name": "claude-opus-4",
"version": "20250201",
"timestamp": "2026-04-12T14:32:00Z",
"training-data-cutoff": "2025-02-01"
}
],
"human-involvement": {
"created-by": "[email protected]",
"reviewed-by": "[email protected]",
"review-date": "2026-04-12",
"override": false
},
"disclosure-required": true,
"retention-until": "2027-04-12"
}
}
Downstream systems use this to:
This skill consumes signals from the core toolkit:
| Guardrail Signal | AI Governance Response |
|---|---|
| DLP hard block (data classified as sensitive) | Check if high-risk AI use case is attempting to process it → escalate |
| DLP soft block (confidence below threshold) | Tag AI output with lower confidence; require human oversight |
| 4-eyes review gate triggered | Automatically log as "human oversight satisfied" for that decision |
| Behavioral pattern anomaly | Flag as potential prohibited use pattern (e.g., social scoring) |
References guardrail detections and logs, not just forward-facing use cases.
Trigger Phrases:
Example Prompt:
Skill: ai-governance
We're building an AI system that:
- Analyzes job applicants' written responses to structured questions
- Generates a shortlist of top 10 candidates for HR review
- HR may override the shortlist but 95% of recommendations are implemented
Classify risk tier, flag policy issues, define required human oversight,
and generate employee transparency disclosure.
Expects config/org-config.yaml to provide:
ai-governance:
# Applicable regulatory frameworks
frameworks: ["EU AI Act", "GDPR", "internal-policy"]
# Risk classification scheme (you may extend)
risk-tiers: ["Unacceptable", "High", "Limited", "Minimal"]
# Who can approve high-risk use cases?
high-risk-approval-required-by:
- "Chief Risk Officer"
- "Chief Compliance Officer"
- "Legal Counsel"
# Transparency & consent defaults
transparency:
disclosure-required-for-tiers: ["High", "Limited"]
explicit-consent-required: true
consent-audit-required: true
# Human oversight defaults
oversight:
minimum-qualifications: "Domain expert or manager"
documentation-required: true
audit-frequency: "quarterly"
# AI acceptable use policy
ai-policies:
prohibited-uses:
- hiring-decisions-unreviewed
- autonomous-financial-transfers
- special-category-processing
- real-time-biometric-id
approval-required-for: ["High", "Unacceptable"]
disclosure-required: true
data-retention-limits: "P1Y"
ai-governance/references/ai-risk-tiers.md — Detailed EU AI Act risk tier definitionsrisk-register skill — Auto-populates from AI governance decisionscompliance-evidence skill — Generates control evidence for auditsnpx claudepluginhub aadityaparab/sentinel-stack --plugin sentinel-stackGuides AI governance and compliance including EU AI Act risk classification, NIST AI RMF assessments, responsible AI principles, ethics reviews, and regulatory requirements for AI systems.
Runs structured AI impact assessments with intake, risk analysis, regulatory classification, policy diff, and conditions. Useful for documenting AI systems and compliance decisions.
Conducts AI governance and responsible AI assessments using EU AI Act and NIST AI RMF, with risk classification, compliance evaluation, ethical reviews, and remediation roadmaps.