Token导航 LogoToken导航TokenDH.com
运维操作浏览器clawhub未标认证来源可访问clear审计通过

afrexai-ai-governanceAfrexai AI 治理

Agent Skill

afrexai-ai-governance 用于补充运维相关能力,适合在 OpenClaw 中需要让 Agent 承接运维相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

20,098

周安装

821

GitHub Stars

公开资料未说明

下载量

6,502
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:afrexai-ai-governance(Afrexai AI 治理)
来源仓库:https://github.com/1kalin/afrexai-ai-governance
安装命令:
openclaw skills install afrexai-ai-governance
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install afrexai-ai-governance

简介

Afrexai AI Governance 构建符合欧盟人工智能法案等法规的风险管控框架。

  • 适用于高风险 AI 系统的算法审计、影响评估与责任归属定义。
  • 提供成熟度评分与补救措施清单,辅助合规团队快速响应监管要求。
  • 实施前应明确系统风险等级,避免过度配置增加运营负担。
  • 需定期更新控制项以匹配法规变化,保持治理体系时效性。

SKILL.md

AI Governance Policy Builder

Build internal AI governance policies from scratch. Covers acceptable use, model selection, data handling, vendor contracts, compliance mapping, and board reporting.

When to Use

  • Writing or reviewing internal AI acceptable use policies
  • Establishing AI governance committees or review boards
  • Mapping AI usage to regulatory frameworks (EU AI Act, NIST, ISO 42001)
  • Evaluating vendor AI terms and liability clauses
  • Preparing board-level AI governance reports

Governance Policy Framework

1. Acceptable Use Policy (AUP)

Every organization running AI needs a written AUP covering:

Permitted Uses

  • List approved AI tools by department and function
  • Define data classification tiers (public, internal, confidential, restricted)
  • Map which data tiers can enter which AI systems
  • Specify approved vendors vs. shadow AI (employees using personal ChatGPT accounts)

Prohibited Uses

  • Customer PII in non-SOC2 models without anonymization
  • Autonomous financial decisions above $[threshold] without human review
  • HR screening/scoring without bias audit documentation
  • Any use violating sector regulations (HIPAA, GDPR, SOX, PCI-DSS)

Shadow AI Detection

SignalRisk LevelAction
API calls to unknown AI endpointsHIGHBlock + investigate
Browser extensions with AI featuresMEDIUMAudit + approve/deny
Personal accounts on company devicesMEDIUMPolicy reminder + monitor
Exported data to AI training setsCRITICALImmediate review

2. AI Model Selection & Procurement

Evaluation Scorecard (100 points)

CriteriaWeightWhat to Check
Data residency & sovereignty20Where is data processed? Stored? Can you choose region?
Security certifications20SOC2 Type II, ISO 27001, HIPAA BAA, FedRAMP
Model transparency15Training data provenance, bias testing, version control
Contract terms15Data usage rights, indemnification, SLA, exit clauses
Performance & cost15Latency, accuracy benchmarks, token pricing, rate limits
Integration & support15API stability, documentation quality, support SLA

Minimum score for production deployment: 70/100

Red Flags (automatic disqualification):

  • Vendor trains on your data without opt-out
  • No data processing agreement (DPA) available
  • Indemnification excluded for AI outputs
  • No incident response SLA

3. Data Handling & Classification

AI Data Flow Audit Template

For each AI integration, document:

  1. Input data: What goes in? Classification tier? PII present?
  2. Processing: Where? Which model? Hosted or API? Region?
  3. Output data: What comes out? Stored where? Retention period?
  4. Training: Does vendor use your data for training? Opt-out confirmed?
  5. Logging: Are prompts/responses logged? Where? Who has access?
  6. Deletion: Can you request data deletion? Verified how?

Data Minimization Checklist

  • [ ] Only send minimum necessary data to AI systems
  • [ ] Strip PII before processing where possible
  • [ ] Use synthetic data for testing and development
  • [ ] Implement input sanitization for prompt injection prevention
  • [ ] Audit output for data leakage (model regurgitating training data)

4. Regulatory Compliance Mapping

EU AI Act (effective Aug 2025, enforcement Feb 2025)

Risk CategoryExamplesRequirements
UnacceptableSocial scoring, real-time biometric ID (most cases)Banned
High-riskHR screening, credit scoring, medical devicesConformity assessment, human oversight, transparency
LimitedChatbots, deepfakesTransparency obligations (disclose AI use)
MinimalSpam filters, game AINo requirements

NIST AI RMF (Risk Management Framework)

  • Map: Identify AI systems in use
  • Measure: Quantify risks per system
  • Manage: Implement controls proportional to risk
  • Govern: Establish oversight structure and accountability

ISO 42001 (AI Management System)

  • Useful for organizations wanting certified AI governance
  • Aligns with ISO 27001 (already have it? Easier path)
  • Covers: AI policy, risk assessment, objectives, competence, documentation

5. AI Governance Committee Structure

Recommended Composition

  • Chair: CTO or Chief AI Officer
  • Legal: 1 representative (contracts, compliance)
  • Security: CISO or delegate (data protection, incident response)
  • Business: 1-2 department heads (use case prioritization)
  • Ethics: External advisor or designated internal role
  • Finance: CFO delegate (budget, ROI tracking)

Meeting Cadence

  • Monthly: Review new AI use cases, vendor changes, incidents
  • Quarterly: Policy updates, compliance audit, budget review
  • Annually: Full governance framework review, board report

Decision Authority

DecisionAuthority Level
New AI tool (< $5K/year)Department head + security review
New AI tool (> $5K/year)Governance committee approval
Customer-facing AICommittee + legal + CEO sign-off
AI incident responseSecurity lead (immediate) → Committee (48h review)

6. Vendor Contract Checklist

Before signing any AI vendor contract, confirm:

  • [ ] Data processing agreement (DPA) signed
  • [ ] Your data is NOT used for model training (or explicit opt-out confirmed)
  • [ ] Data residency requirements met (specify regions)
  • [ ] Indemnification clause covers AI-generated output liability
  • [ ] SLA includes uptime, latency, and support response time
  • [ ] Exit clause: data export format, deletion timeline, transition support
  • [ ] Security certifications current and verified (not expired)
  • [ ] Incident notification timeline specified (72h or less)
  • [ ] Subprocessor list provided with change notification rights
  • [ ] Insurance coverage for AI-specific risks confirmed
  • [ ] Price lock or cap on increases for contract duration
  • [ ] Right to audit (or audit report access)

7. Board Reporting Template

Quarterly AI Governance Report

AI GOVERNANCE REPORT — Q[X] [YEAR]

1. AI PORTFOLIO SUMMARY
   - Active AI systems: [count]
   - New deployments this quarter: [count]
   - Retired/replaced: [count]
   - Total AI spend: $[amount] (vs budget: $[amount])

2. RISK DASHBOARD
   - High-risk systems: [count] — all compliant: [Y/N]
   - Open incidents: [count] — resolved this quarter: [count]
   - Shadow AI detections: [count] — remediated: [count]
   - Compliance gaps: [list]

3. VALUE DELIVERED
   - Hours saved: [estimate]
   - Revenue attributed to AI: $[amount]
   - Cost reduction: $[amount]
   - Customer satisfaction impact: [metric]

4. KEY DECISIONS NEEDED
   - [Decision 1: context + recommendation]
   - [Decision 2: context + recommendation]

5. NEXT QUARTER PRIORITIES
   - [Priority 1]
   - [Priority 2]

8. Incident Response for AI Systems

AI-Specific Incident Categories

CategoryExampleResponse Time
Data breach via AIModel leaks PII in outputImmediate — invoke security IR plan
Hallucination causing harmWrong medical/legal/financial advice acted on4h — document, notify affected parties
Bias detectedDiscriminatory output in hiring/lending24h — suspend system, audit, remediate
Prompt injectionAttacker manipulates AI behaviorImmediate — block vector, patch
Cost overrunRunaway API calls4h — rate limit, investigate, cap
Vendor incidentProvider breach or outagePer vendor SLA — activate backup

Post-Incident Review Template

  1. What happened (factual timeline)
  2. Impact (who/what affected, cost, duration)
  3. Root cause (not blame — systems thinking)
  4. Fixes applied (immediate + permanent)
  5. Policy/process changes needed
  6. Board notification required? (Y/N + rationale)

Cost of NOT Having AI Governance

Company SizeAnnual Risk Without Governance
15-50 employees$50K-$200K (shadow AI waste, compliance fines)
50-200 employees$200K-$800K (data incidents, vendor lock-in, redundant tools)
200-1000 employees$800K-$3M (regulatory penalties, IP exposure, audit failures)
1000+ employees$3M-$15M+ (class action, regulatory enforcement, reputational damage)

90-Day Implementation Roadmap

Month 1: Foundation

  • Draft acceptable use policy
  • Inventory all AI systems in use (including shadow AI)
  • Classify data flowing through each system
  • Identify governance committee members

Month 2: Controls

  • Finalize and distribute AUP
  • Implement vendor evaluation scorecard for new purchases
  • Set up AI incident response procedures
  • Begin regulatory compliance mapping

Month 3: Operationalize

  • First governance committee meeting
  • Deliver first board report
  • Establish monitoring for shadow AI
  • Schedule quarterly policy review cycle

*Built by AfrexAI — AI operations infrastructure for mid-market companies.*

Get the full industry-specific context pack for your sector ($47): https://afrexai-cto.github.io/context-packs/

Calculate your AI automation ROI: https://afrexai-cto.github.io/ai-revenue-calculator/

Set up your AI agent workforce in 5 minutes: https://afrexai-cto.github.io/agent-setup/

Need all 10 industry packs? $197 for the complete bundle: https://buy.stripe.com/aEUaGJ2Xd0rI6zKfZ7

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

79.02%
按下载量换算5,138

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills