风险合规组


适用方向:Finance(金融)/Compliance(合规)/Legal(法务)/Audit(审计)/Security(安全)

规范性质:本组文档为行业调研与工程实践汇总,其中引用的法律法规、国家/国际标准以原文为准;文中给出的 AGENTS.md 与 SKILL.md 为工程约定,非标准组织发布的正式标准。

1. 介绍

1.1 组的定位

风险合规组覆盖金融、合规、法务、审计、安全五个方向。按 AI Harness 六层能力模型(L1 上下文工程层、L2 工具与执行层、L3 编排与控制层、L4 记忆与状态层、L5 评估与观测层、L6 治理与安全层),本组是六组中 L6 治理与安全层权重最高的一组

这五个方向的共同点不是"用 AI 提效",而是:AI 的输出会被第三方(监管机构、司法机关、客户、对手方、攻击者)当作证据来审查

在软件工程组,模型写错一行代码,最坏的后果是构建失败或被代码评审打回;在风险合规组,模型编造一条法条、漏报一笔可疑交易、误判一次告警,后果可能是行政处罚、败诉、资金损失或安全事件。这一差别决定了本组的技术重点不在"如何让模型更聪明",而在如何让模型的行为可被举证、可被复核、可被追责

图 1-1|AI Harness 六层体系与风险合规组的定位

风险合规组在 AI Harness 六层体系中的定位 左栈为 Harness 六层能力(L1 → L6);右侧为五个方向及其共同点、L6 交付物(基于本文分析绘制) L1 上下文工程 外规图谱 · 带时间戳与来源权重的上下文 L2 工具与执行 只读为主 · 写操作需审批 · dry-run 预演 L3 编排与控制 带状态机的审批工单流 · 信号与决策分离 L4 记忆与状态 不可篡改的 append-only 审计轨迹 L5 评估与观测 误报率 · 幻觉率 · 回测 L6 治理与安全 审计轨迹 · 人工确认记录 · SoA · 技术文件 本组权重最高 本组五个方向 Finance — 风控 / 反洗钱 Compliance — 外规内化 / 报送 Legal — 合同 / 诉讼 Audit — 元审计 Security — 基座 · 数据不出域 AI 输出被第三方作为证据审查 L6 交付物 · 本组主产品 审计轨迹 → 监管机构 工作底稿 → 注协质量检查 人工确认记录 → 董事会 / 法院 SoA → 认证机构 技术文件 + 日志 → 欧盟监管机构 L6 不是约束,而是产品 结构解读:技术重点不在让模型更聪明,而在让模型行为可被举证、可被复核、可被追责——L6 不是约束,而是产品。 三条主线贯穿全组:可审计(结论还原到依据)· 可追溯(还原到语料与规则版本)· 人在回路(不可逆动作不自主执行)。

数据来源:基于本文分析绘制的示意图。

1.2 为什么 L6 在本组是"主产品"而非"配套"

在其他组里,L6 是约束条件——它限制 Agent 能做什么;在本组里,L6 的输出物本身就是交付给监管、董事会、法庭的最终交付物

L6 输出物交付对象对应的法定/准则依据
审计轨迹(谁在何时依据什么做了什么)监管机构、质量检查《生成式人工智能服务管理暂行办法》第十九条(对训练数据来源、规模、类型、标注规则、算法机制机理等予以说明)
审计工作底稿(AI 使用过程与结果记录)财政部门、注协质量检查《中国注册会计师审计准则第 1131 号——审计工作底稿》
人工确认记录(谁在哪个节点批准)董事会/审计委员会、法院金融监管总局《银行业保险业数字金融高质量发展实施方案》"覆盖重要业务流程和关键节点的人工干预机制"
适用性声明(SoA)与控制项清单认证机构ISO/IEC 42001:2023 Clause 6.1.3
技术文件与自动留存日志欧盟市场监管机构EU AI Act, Regulation (EU) 2024/1689 高风险系统义务

这张表说明一件事:本组的 Harness 建设如果只做 L1~L5,交付物是不完整的——它缺少了真正被外部审查的那一部分。

三条主线贯穿全组:

  • 可审计:外部审查的不是"模型好不好",而是"你当时依据什么做出这个判断、依据是否真实、过程是否可重现"。
  • 可追溯:一份监管报送、一份合同审查意见、一份审计底稿,在数月乃至数年后被抽检时,必须能还原到当时的语料版本与规则版本。
  • 人在回路:本组大量动作具有不可逆性,不可逆动作绝不能由模型自主执行。

1.3 与其他五组的边界

相邻组关注点与本组的边界
软件工程组交付可运行的软件其 AI 系统是被审计/被评估的对象;本组为其提供证据链与留痕要求
硬件研发组交付可流片的物理设计工具链确定性高,L6 主要是 IP 与数据保护;本组的 L6 面向外部审查
知识协同组交付知识的可复用其 RAG 是 L1 的通用实现;本组的 L1 额外要求效力层级与时间效力过滤
数据科学组交付可信的分析结论与 Finance 的量化/投研重叠,但本组结论要承担模型风险管理(SR 11-7 三支柱)义务
创意产业组交付内容资产内容标识义务(《暂行办法》第十二条)与本组合规方向交叉

2. 五个方向定位对比

2.1 定位对比表

方向核心交付物主要外部约束主导层级最危险的失效模式
01 Finance风险评分、授信/投研意见、可疑交易告警《银行业保险业数字金融高质量发展实施方案》、SR 11-7 / OCC 2011-12L1 + L5 + L6过期行情/过期财报进入上下文,模型给出看似合理的错误估值
02 Compliance监管报送报文、KYC/AML 结论、内控检查报告ISO 37301:2021 / GB/T 35770—2022、《中央企业合规管理办法》、EU AI ActL1 + L3 + L6引用了已废止或尚未生效的法规版本
03 Legal合同审查意见、尽调报告、诉讼材料、法规检索结论《生成式人工智能服务管理暂行办法》、最高法"辅助审判"定位L1 + L2 + L6编造法条、判例或条款;涉密材料进入公共模型平台
04 Audit审计工作底稿、异常清单、内审发现、取证报告中注协 2026-03-05 风险防范提示、IAASB ISA 500/330/520、IIA 2024 全球准则L4 + L5 + L6AI 标记的异常未经进一步程序即被当作审计证据
05 Security告警分诊结论、漏洞与 PoV、应急响应动作、取证时间线《网络安全法》新增第二十条、GB/T 45654—2025、OWASP LLM Top 10 2025、MITRE ATLASL2 + L3 + L6Agent 被提示词注入劫持后执行了封禁/隔离等破坏性动作

2.2 不可逆动作与权限对比

方向典型不可逆动作默认授权强制人工确认点
Finance放款、授信额度调整、下单交易只输出信号与建议,不执行授信审批、超阈值交易
Compliance向监管机构报送、对外披露生成报文草稿,不提交报送提交前、对外披露前
Legal对外签署、发出律师函、起诉/应诉文件提交生成草稿与批注,不签署用印/签署前、对外发送前
Audit出具审计意见、签署报告生成底稿与异常清单,不出意见意见形成、报告签署
Security隔离主机、封禁 IP、断网、删除证据性数据可在隔离沙箱与预授权范围内执行,其余需审批影响生产的遏制动作、涉及关键资产的取证动作

Security 是本组唯一允许 Agent 在限定范围内执行破坏性动作的方向,因此其 L2 工具与执行层(沙箱、最小权限、dry-run 预演)要求最高。

2.3 方向之间的耦合关系

                 ┌──────────── Security(基座:数据不出域 / 沙箱 / 日志 / AI BOM)────────────┐
                 │                                                                          │
        ┌────────┴────────┐   ┌──────────────┐   ┌──────────────┐   ┌──────────────┐        │
        │    Finance      │   │  Compliance  │   │    Legal     │   │    Audit     │        │
        │(风控/反洗钱)  │◄─►│(外规内化/报送)│◄─►│(合同/诉讼) │   │(元审计)    │        │
        └─────────────────┘   └──────────────┘   └──────────────┘   └──────┬───────┘        │
                                                                            │               │
                                                            审计覆盖其余四个方向的 AI 系统 ◄┘
  • Finance ↔ Compliance:金融机构的同一个 AI 应用同时受"模型风险"(SR 11-7 三支柱)与"合规义务"(ISO 37301)约束;AML 同时属于两个方向——Finance 讲检测技术,Compliance 讲报送义务与治理架构。
  • Compliance ↔ Legal:外规内化(Compliance)与合同条款落地(Legal)是同一条链路的两端。
  • Audit ↔ 全部:审计是对 Finance / Compliance / Legal / Security 四个方向 AI 系统的元审计
  • Security ↔ 全部:Security 提供其余四方向共享的基座能力(数据不出域、沙箱、日志、AI 物料清单)。

3. 五个方向与 Harness 六层的映射

3.1 方向 × 六层映射表

FinanceComplianceLegalAuditSecurity
L1 上下文工程行情/公告/研报/监管文件,带时间戳与来源权重外规图谱:生效日期、效力层级、适用范围、修订历史法规/判例检索的效力层级与时间效力结构化过滤准则 + 历史底稿 + 账套与序时账威胁情报 + 资产台账 + 历史工单
L2 工具与执行只读为主:行情接口、财报解析;写操作需审批报送系统写工具默认关闭OCR + 版面解析为前置工具底稿工作台、CAAT 数据分析沙箱内可执行破坏性动作,强制 dry-run
L3 编排与控制信号生成与决策分离带状态机的审批工单流条款级状态机(抽取 → 比对 → 判定 → 建议 → 复核)程序化审计流程 + 职业怀疑插桩LLM 编排经典工具(见第 5 章)
L4 记忆与状态会话态 + 模型版本登记规则库版本与外规快照条款库与所内范本库不可篡改的 append-only 审计轨迹取证链(Chain of Custody)
L5 评估与观测误报率、召回率、AUC/KS、返回测试报送差错率、规则命中分布条款抽取 F1、幻觉率底稿完整性、异常确认率MTTD / MTTR、误报率、PoV 复现率
L6 治理与安全模型风险分类分级 + 人工干预红线来自外部且会变化 → 规则外部化与热更新客户保密义务;责任主体不可转移自身受治理 + 治理他人(双重性)双向:对外防御 + 对内治理自身 AI 资产

3.2 各方向瓶颈层识别

方向瓶颈层判断依据
FinanceL1输入多源异构且时效敏感,过期法规/过期财报进入上下文是最危险的失效模式
ComplianceL1合规的本质是"外规内化",法规版本错误是合规方向最严重的事故类型
LegalL1 + L2效力层级过滤是 Legal 最本质的 Harness 差异;文档解析(OCR/版面)准确率决定下游一切质量
AuditL4交付物是工作底稿,本质是"过程证据的持久化",且需支持监管调阅
SecurityL2唯一允许执行破坏性动作的方向,沙箱、最小权限、动作预演是核心

4. 共性挑战与对策

4.1 挑战一:可审计——结论必须能还原到依据

问题:大模型输出是概率性的,而监管要求"依据什么做出这个判断"是确定性的。

对策:把每次输出强制绑定为五元组——输入快照 + 工具调用日志 + 输出 + 人工确认记录 + 哈希。这与《生成式人工智能服务管理暂行办法》第十九条要求提供者对"训练数据来源、规模、类型、标注规则、算法机制机理"予以说明在结构上是同构的。

验收口径:任意一条历史结论,能在 10 分钟内还原出"当时看到了什么、用了哪个规则版本、哪个模型版本、谁批准的"。

4.2 挑战二:可追溯——版本漂移导致"依据已失效"

问题:法规会修订、判例会被推翻、内部制度会更新。语义相似度检索无法区分"现行有效"与"已废止"。

对策:L1 检索必须做结构化过滤(效力层级 + 生效/失效日期 + 适用范围),并在输出中强制携带出处与生效日期标记。ISO 37301:2021 / GB/T 35770—2022 要求组织识别并维护合规义务,合规义务的"时效性"是其中的隐含要求。

验收口径:检索结果集中不得出现已失效版本;如确需引用历史版本(如判断行为时的法律状态),必须显式标注"历史版本,仅用于判断当时状态"。

4.3 挑战三:人在回路流于形式

问题:把"人工确认"实现成一个点掉的弹窗,等于没有确认。

对策

  • 人工确认必须是带身份、带时间戳、带确认内容快照的留痕动作,而非布尔开关。
  • 依据 GB/T 45654—2025 第 4.3.1 条"在同一项标注任务中,标注执行人员和标注审核人员不应由同一人员承担",把职责分离(SoD)直接实现为:生成 Agent 与审核 Agent 不得共用同一身份与同一凭证。
  • 触发条件外部化为清单(金额阈值、不可逆动作、跨法域、监管报送),而非依赖模型自我判断。

4.4 挑战四:幻觉的代价不对称

问题:通用场景下一个幻觉答案是"体验问题";在本组,编造一条法条、一个判例、一个监管口径是执业事故

对策

  • 禁止把模型输出当作已核实事实(对应 OWASP LLM Top 10 2025 的 LLM09 错误信息)。
  • 引用必须返回原文片段与出处链接;无法返回出处的引用一律作废。
  • 对法律、判例、监管口径类内容,采用"先检索后生成",未命中检索结果时输出"未检索到依据"而非推测。
  • 广发证券公开指出的实践方向值得借鉴:建立场景幻觉容忍度分级标准与容错机制,运用约束性指令框架控制幻觉(据 21 世纪经济报道 2026-04 报道)。

4.5 挑战五:数据分级与出域控制

问题:合规、法务、审计场景处理的往往是客户涉密信息与个人信息。

对策(直接引用监管原话):中国注册会计师协会 2026-03-05 风险防范提示明确要求——未经客户授权或法律法规允许,不得将涉密信息输入或上传至公共的人工智能平台;在使用人工智能工具处理客户数据之前,必须确保技术环境、数据流转和访问权限处于安全和严格受控的状态

技术侧落地:数据分级标签(公开 / 内部 / 秘密 / 涉密 / 个人信息)+ 出域拦截 + 脱敏(PII scrubbing)+ 最小必要采集。GB/T 45654—2025 第 4.2.3 条要求使用含敏感个人信息的训练数据前应取得单独同意,第 4.1.1 条则给出量化门槛:采集前随机抽样安全评估,含违法不良信息超过 5% 的不应采集

4.6 挑战六:AI 自身成为被攻击与被审计对象

问题:IBM《Cost of a Data Breach Report 2025》(2025-07-30 发布)显示:13% 的组织报告其 AI 模型或应用遭到泄露,另有 8% 不确定;在被攻陷的组织中,97% 报告未部署 AI 访问控制63% 的被攻陷组织要么没有 AI 治理政策,要么仍在制定中;五分之一的组织报告因影子 AI(Shadow AI)发生泄露。

对策:AI 资产台账化(AI BOM)、AI 遥测日志、护栏(Guardrails)与最小权限——这三项正是 MITRE ATLAS 给出的关键缓解措施类别。本组因此要求:AI 系统自身的访问控制、日志与治理政策,必须与被其处理的业务数据同等保护


5. AIxCC 范式:模型不确定性如何被工程可判定性调和

5.1 范式的提出

DARPA AI Cyber Challenge(AIxCC)决赛于 2025 年 8 月在 DEF CON 33 举行,七支决赛队伍的 Cyber Reasoning System(CRS)在5400 万行代码上针对合成漏洞做识别与修补。DARPA 官方公布的结果为:

指标半决赛决赛
漏洞识别率37%86%
漏洞修补率25%68%
合成漏洞发现/修补63 个挑战中发现 54 个唯一合成漏洞,其中 43 个被成功修补
额外发现真实 0day18 个(6 个 C 代码库、12 个 Java 代码库),团队为其中 11 个提供了补丁
平均每项竞赛任务成本约 152 美元

冠军为 Team Atlanta(ATLANTIS,奖金 400 万美元),亚军 Trail of Bits(Buttercup,300 万美元),季军 Theori(150 万美元)。

这些数字本身很亮眼,但对 AI Harness 而言,真正有价值的是七支队伍收敛出的共同架构

5.2 三层架构拆解

┌─────────────────────────────────────────────────────────────┐
│  第 3 层:编排层(LLM)                                      │
│  语义推理:发现可疑模式 / 生成假设 / 决定调哪个工具 /         │
│  读取结果 / 精炼假设 / 迭代 / 编写 PoV 与补丁                 │
└───────────────────────────┬─────────────────────────────────┘
                            │ 编排调用
┌───────────────────────────▼─────────────────────────────────┐
│  第 2 层:经典确定性分析工具                                  │
│  定向 fuzzing(AFL++ / libFuzzer)                           │
│  符号执行(KLEE / angr / Mayhem)                            │
│  静态分析(CodeQL / Semgrep / Joern)                        │
└───────────────────────────┬─────────────────────────────────┘
                            │ 输出可复现证据
┌───────────────────────────▼─────────────────────────────────┐
│  第 1 层:判定层                                              │
│  漏洞以可复现的崩溃(Proof of Vulnerability, PoV)确认,      │
│  而非模型的"直觉"                                            │
└─────────────────────────────────────────────────────────────┘

一句话概括:LLM 不做漏洞挖掘,它编排做挖掘的工具并解释结果;漏洞以可复现的 PoV 确认,而非模型的"直觉"。

5.3 向全组推广:判定权归属的通用原则

AIxCC 范式回答了本组最根本的问题——模型的不确定性与工程的可预期性如何共存。答案是分层的,而不是靠"模型更强"来解决:

角色承担者允许的不确定性判定方式
假设生成模型(L3 编排)高——允许猜错、允许冗余假设不直接采信,进入下一步验证
证据获取确定性工具(L2 执行)低——工具行为可重复工具输出本身即可复现
事实判定确定性工具 + 人工(L6 治理)零——判定必须可复现、可追责PoV / 原文片段 / 余额重算 / 人工签字

这一原则在本组五个方向上有一致的映射:

  • Security:漏洞以 PoV 崩溃确认,而非模型说"这里可能有洞"。Google Big Sleep 的每一个发现在披露前均由 Project Zero 分析师验证——2025 年基于威胁情报发现的 SQLite 漏洞 CVE-2025-6965(CVSS 7.2) 即按此流程处理。
  • Audit:中注协要求对 AI 识别出的异常情况"采取进一步审计程序确认是否存在重大错报风险",并可通过官方平台获取的信息数据进行核实——AI 给的是线索,审计程序给的才是证据
  • Legal:条款抽取的结论必须能回指到合同原文的具体位置与页码;法条引用必须回指到法规原文。
  • Compliance:报送报文的每一个字段必须能回指到源系统数据与映射规则版本。
  • Finance:风控信号给出的是"值得人工关注的候选",授信决策由人做出(signal vs. decision separation)。

贯穿性结论:AIxCC 中"识别率 37%→86%"的跃升,不是因为模型变强,而是因为编排层学会了何时调用哪个确定性工具、以及何时放弃一个假设。这提示本组的 Harness 投资重点应当是"工具编排与证据判定链路",而不是"更大的模型"。

一个佐证:CyberSentinel-LLM(发表于 Computers, Materials & Continua vol.89 no.1, 2025)在 HDFS 日志流上的调研显示,8 名 SOC 分析师对"重复性分诊工作减少"的评分达 4.6/5.0,但对自主响应建议的信任度仅 3.9/5.0——论文因此建议先以"仅检测"模式发布,后续再启用自动响应。能力认可高于信任度,是"先检测、后自动响应"渐进授权路线最直接的实证。


6. 监管与标准基座概览

6.1 中国侧

文件发布/实施对本组的约束力
《生成式人工智能服务管理暂行办法》(七部门令第 15 号)2023-08-15 施行第三条分类分级监管;第四条第(五)项透明度与准确性双义务;第七条训练数据质量;第八条标注规则与质量评估;第十二条生成内容标识;第十七条安全评估与算法备案;第十九条说明义务(可解释性/证据链的法定表述)
《中华人民共和国网络安全法》修改决定新增第二十条2026-01-01 施行"运用人工智能等新技术,提升网络安全保护水平"——安全方向"用 AI 做安全"的法律依据;同时要求形成覆盖算法设计、数据训练、模型部署、应用运行全生命周期的风险监测评估机制
GB/T 45654—2025《网络安全技术 生成式人工智能服务安全基本要求》2025-11-01 实施4.1.1 违法不良信息 >5% 不采集;4.2.3 敏感个人信息单独同意;4.3.1 标注执行与审核人员不得同一人;4.3.2 功能性标注抽样人工审核、安全性标注全量人工审核
《银行业保险业数字金融高质量发展实施方案》(金融监管总局办公厅)2025-12人工智能应用分类分级管理框架 + 覆盖重要业务流程和关键节点的人工干预机制 + 企业级模型风险管理平台 + 算法透明度和可解释性;监管侧"一表通"与穿透式监管
中注协《关于做好上市公司 2025 年年报审计工作的通知》2026-01"对于采用新技术的领域,如业务流程自动化、人工智能、云平台、大数据分析等,需要执行针对性的审计程序"
中注协《中注协提示会计师事务所在 2025 年年报审计中使用人工智能技术的风险防范》2026-03-05"不能替代注册会计师专业判断,不减轻注册会计师对审计意见承担的责任";不得将涉密信息上传至公共 AI 平台;按审计准则第 1131 号充分适当记录 AI 使用过程与结果
《中国注册会计师审计准则问题解答第 18 号 / 第 19 号》2025-01-07 发布施行第 19 号给出可直接工程化的技术示例(银行流水 OCR 清洗 + 余额重算比对 + 与序时账一一匹配)
ISO 37301:2021 等同转化 GB/T 35770—2022《合规管理体系 要求及使用指南》2022-10-12 发布并实施由指南类转为要求类;附录 NA 增补"数字化与合规管理"——合规方向引用 AI Harness 的直接依据

6.2 国际侧

框架/标准版本与时间与本组的接口点
NIST AI RMF 1.02023-01-26GOVERN / MAP / MEASURE / MANAGE 四大功能,19 个类别、72 个子类别;自愿使用。修订进行中(白宫 AI 行动计划框架下;2026-04-07 NIST 发布关键基础设施可信 AI 的 Profile 概念说明)
NIST AI 600-1(GenAI Profile)2024-07-26跨行业 Profile,围绕 12 类 GenAI 特有/加剧风险提出 400+ 项行动
ISO/IEC 42001:20232023-12全球首个可认证 AI 管理体系标准;附录 A 含 38 项控制、9 个控制目标(A.2–A.10);Clause 6.1.3 要求产出 Statement of Applicability不是 EU AI Act 的协调标准,不赋予合规推定
EU AI Act, Regulation (EU) 2024/16892024-08-01 生效2025-02-02 禁止类与 AI 素养;2025-08-02 GPAI;2026-08-02 主体适用与附件 III 高风险;2027-08-02 嵌入式高风险。高风险义务含日志留存、技术文件、上市前人工监督机制
SR 11-7《Supervisory Guidance on Model Risk Management》(美联储 + OCC)2011-04-04三支柱:模型开发与实施 / 模型验证 / 治理;验证三要素:概念合理性评价、持续监测、结果分析(含返回测试)
IAASB ISA 330 / 500 / 520 修订提议2026-08-05修订审计证据定义以反映数字技术;强化职业怀疑与证据相关性/可靠性评价
IIA《Global Internal Audit Standards》2024-01-09 发布,2025-01-09 生效Standard 10.3 要求内审职能确保获取履行职责所必需的工具与技术
OWASP Top 10 for LLM Applications2025 版LLM01 提示词注入、LLM02 敏感信息泄露、LLM03 供应链、LLM04 数据与模型投毒、LLM05 不当输出处理、LLM06 过度授权、LLM07 系统提示泄露、LLM08 向量与嵌入弱点、LLM09 错误信息、LLM10 无限制消耗
MITRE ATLAS2026 年 4 月更新AI 侧对抗战术知识库,覆盖 Agentic AI 矩阵;关键缓解措施含 GenAI 护栏、AI 物料清单(AI BOM)、AI 遥测日志

7. 组级规范与文档导航

7.1 文档清单

文件内容适用读者
README.md组概述:定位、五方向对比、六层映射、共性挑战、AIxCC 范式、监管基座全部
AGENTS.md组级上位规范:不可豁免的底线(证据链、人在回路、数据分级、审计留痕、禁止事项)构建合规类 Agent 的工程团队
SKILL.md组级标准技能:法规检索与效力核验、证据链打包、人工确认门、PII 脱敏同上
01-finance.mdFinance:投研、风控、量化、财报分析、反洗钱银行/券商/资管
02-compliance.mdCompliance:监管报送、AML、KYC、内控合规部、RegTech
03-legal.mdLegal:合同审查、尽调、诉讼支持、法规检索律所、企业法务
04-audit.mdAudit:内审、IT 审计、持续审计、取证会计师事务所、内审部
05-security.mdSecurity:威胁检测、SOC、渗透测试、应急响应、应用安全SOC、安全工程

7.2 阅读路径

  • 架构决策者:README → AGENTS.md → 05-security.md(AIxCC 范式)→ 04-audit.md(元审计视角)
  • 合规/法务负责人:README 第 4 章 → 02-compliance.md → 03-legal.md
  • 金融机构模型风险负责人:01-finance.md → 02-compliance.md(AML 报送义务)→ 04-audit.md
  • 安全工程负责人:05-security.md → README 第 5 章 → AGENTS.md(权限红线)

规范层级原则:组级 AGENTS.md 定义"不可豁免的底线",方向级 AGENTS.md(在各方向文档 4.1 节)定义"本场景的 SOP"。方向级可更严,不可更松


8. 总结

风险合规组的立组之本是一句话:在这里,L6 不是约束,而是产品

三个判断值得记住:

  1. 责任不可转移。 中注协(2026-03-05)"不减轻注册会计师对审计意见承担的责任"、IESBA(2026)"无论自动化或技术复杂程度如何,专业会计师仍对其判断与决策负责"、最高人民法院(2025-04)"作出司法裁判和承担司法责任的主体是审判人员"、HKMA(2026-06-22)"technology does not replace governance"——四家机构在三个法域给出了同一结论。这意味着本组的 Harness 设计目标不是"替代人",而是"让人能够负责"。
  1. 判定权不能交给概率。 AIxCC 的 PoV 可复现确认范式给出了工程答案:模型负责假设与编排,确定性工具与签字的人负责判定。这一范式在 Security 之外同样适用于审计取证、合同比对、流水核对与合规映射。
  1. 先检测、后自动响应。 能力认可(4.6/5.0)高于信任度(3.9/5.0)的调研结论,加上 Google Big Sleep"所有发现须经分析师验证后披露"的实践,共同指向渐进授权路线。

如果说软件工程组的 Harness 追求"更快地产出可验证变更",那么风险合规组的 Harness 追求的是"更慢但可被举证地做出可追责判断"。慢,是本组的设计目标,不是缺陷。


信息缺口声明

以下内容在检索中未能取得 A/B 级一手证据,文中已按"不编造"原则处理,使用时须另行取证:

  1. 《金融领域科技伦理指引》的原文文号、发布日期与条款号——仅取得人民银行官员讲话引述与媒体转载,7 个方面(守正创新、数据安全、包容普惠、公开透明、公平竞争、风险防控、绿色低碳)可靠,条款号未确认。
  2. 《人工智能算法金融应用评价规范》(2021)、《人工智能算法金融应用信息披露指南》(2023)的行业标准编号(JR/T 编号)与条文。
  3. 最高人民法院《关于规范和加强人工智能司法应用的意见》的全称、发布日期与条款——仅取得"到 2025 年基本建成较为完备的司法人工智能技术应用体系"的转述。
  4. ISO/IEC 27001:2022 的 Annex A 控制项细节与 AI 相关扩展——仅确认标准版本与发布日期。
  5. 中国律所与企业法务的 AI 落地案例——检索到的全部为 C 级来源,本组文档已弃用,未写入正文。
  6. 中国侧的应急响应(IR)与持续审计的量化落地案例。
  7. 应用安全(AppSec)方向"AI 代码审计 / SAST 减误报"的可核实落地案例。
  8. 券商 IT 投入存在两套统计口径(34 家 / 275.9 亿元 / 占营收 6.2%;28 家 / 约 250 亿元 / 占比 6%),本文档采用前者并注明出处,不得混用。
  9. EU AI Act 时间线因 AI Omnibus(2026-05 临时协议)存在版本冲突,本文以欧盟官方服务台公布的时间线为基准,Omnibus 调整按"拟议"处理。
  10. 深圳中院 AI 辅助审判的结案时效存在"缩短 25.6%"与"缩短 38 天"两个口径,本文并列呈现。
  11. GB/T 45654—2025 "生成合规内容合格率不低于 90%""附录列明 31 类风险"两项为二级解读,未查证标准原文,本文未采用。
  12. NIST AI 600-1 的 12 类风险完整清单(另有来源称 13 类)与 400+ 行动的分类细节未取得原文。

9. 参考资料

  1. 《生成式人工智能服务管理暂行办法》(国家互联网信息办公室等七部门令第 15 号),2023。https://www.cac.gov.cn/2023-07/13/c_1690898327029107.htm
  2. 《中华人民共和国网络安全法》修改决定(主席令第六十一号)新增第二十条,全国人民代表大会,2025。http://www.npc.gov.cn/c2/c30834/202601/t20260105_450980.html
  3. GB/T 45654—2025《网络安全技术 生成式人工智能服务安全基本要求》,全国网络安全标准化技术委员会(SAC/TC260),2025。https://www.tc260.org.cn/tc260/hygd1/202403/b429d868525e48c3b7d12a0ec8f82e5e.shtml
  4. 《银行业保险业数字金融高质量发展实施方案》,国家金融监督管理总局办公厅,2025-12。https://www.nfra.gov.cn/cn/view/pages/ItemDetail.html?docId=1239741
  5. 中注协提示会计师事务所在 2025 年年报审计中使用人工智能技术的风险防范,中国注册会计师协会,2026-03-05。https://cicpa.org.cn/xxfb/news/202603/t20260305_65842.html
  6. NIST AI Risk Management Framework (AI RMF 1.0),NIST,2023。https://www.nist.gov/itl/ai-risk-management-framework
  7. NIST AI 600-1《Generative Artificial Intelligence Profile》,NIST,2024。https://www.nist.gov/publications/artificial-intelligence-risk-management-framework-generative-artificial-intelligence
  8. ISO/IEC 42001:2023《Information technology — Artificial intelligence — Management system》,ISO/IEC JTC 1/SC 42,2023。https://www.iso.org/standard/42001
  9. ISO 37301:2021 / GB/T 35770—2022《合规管理体系 要求及使用指南》,中国标准化研究院,2022。https://www.cnis.ac.cn/bydt/zhxw/202210/t20221020_54060.html
  10. EU AI Act, Regulation (EU) 2024/1689 — Implementation Timeline,European Commission AI Act Service Desk。https://ai-act-service-desk.ec.europa.eu/en/ai-act/timeline/timeline-implementation-eu-ai-act
  11. SR 11-7《Supervisory Guidance on Model Risk Management》,Federal Reserve & OCC,2011(经 BPI 汇编)。https://bpi.com/wp-content/uploads/2024/04/Navigating-Artificial-Intelligence-in-Banking.pdf
  12. IAASB 提议修订 ISA 330 / 500 / 520,IAASB,2026。https://www.iaasb.org/news-events/2026-02/iaasb-publishes-global-roundtable-feedback-technology-and-quality-management
  13. IIA《Global Internal Audit Standards》(2024),The Institute of Internal Auditors。https://www.theiia.org/en/standards/documents/
  14. OWASP Top 10 for LLM Applications(2025 版),OWASP GenAI Security Project。https://genai.owasp.org/llm-top-10/
  15. MITRE ATLAS(Adversarial Threat Landscape for Artificial-Intelligence Systems),MITRE。https://atlas.mitre.org
  16. DARPA AI Cyber Challenge 决赛结果,DARPA,2025。https://www.darpa.mil/news/2025/aixcc-results
  17. Google《Cybersecurity updates: Summer 2025》(Big Sleep、Timesketch + Sec-Gemini、FACADE),Google,2025。https://blog.google/technology/safety-security/cybersecurity-updates-summer-2025/
  18. IBM《Cost of a Data Breach Report 2025》,IBM / Ponemon Institute,2025-07-30。https://newsroom.ibm.com/2025-07-30-ibm-report-13-of-organizations-reported-breaches-of-ai-models-or-applications,-97-of-which-reported-lacking-proper-ai-access-controls
  19. HKMA《Supporting Adoption of Artificial Intelligence in Fighting Financial Crime》,香港金融管理局,2026-06-22。https://brdr.hkma.gov.hk/eng/doc-ldg/current/20260622-1-EN
  20. CyberSentinel-LLM,Computers, Materials & Continua, vol.89, no.1, 2025, Tech Science Press。https://www.techscience.com/cmc/v89n1/68397/html

Risk & Compliance Group

Applicable directions: Finance / Compliance / Legal / Audit / Security

Nature of the specification: the documents in this group are a compilation of industry research and engineering practice, in which the cited laws, regulations and national/international standards are subject to the original text; the AGENTS.md and SKILL.md given here are engineering conventions, not official standards issued by standards organizations.

1. Introduction

1.1 Positioning of the Group

The Risk & Compliance group covers five directions: Finance, Compliance, Legal, Audit, and Security. Under the AI Harness six-layer capability model (L1 Context Engineering, L2 Tools & Execution, L3 Orchestration & Control, L4 Memory & State, L5 Evaluation & Observation, L6 Governance & Security), this group carries the highest weight on the L6 Governance & Security layer of the six groups.

What these five directions have in common is not "using AI to boost efficiency", but this: the output of AI gets examined as evidence by third parties (regulators, judicial authorities, clients, counterparties, and attackers).

In the software engineering group, if the model makes a mistake in a line of code, the worst outcome is a failed build or a rejection in code review; in the Risk & Compliance group, if the model fabricates a legal provision, misses a suspicious transaction, or misjudges an alert, the consequences can be administrative penalties, lost lawsuits, financial losses, or security incidents. This difference determines that this group's technical focus is not "how to make the model smarter", but on how to make the model's behavior provable, reviewable, and accountable.

图 1-1|AI Harness 六层体系与风险合规组的定位

风险合规组在 AI Harness 六层体系中的定位 左栈为 Harness 六层能力(L1 → L6);右侧为五个方向及其共同点、L6 交付物(基于本文分析绘制) L1 上下文工程 外规图谱 · 带时间戳与来源权重的上下文 L2 工具与执行 只读为主 · 写操作需审批 · dry-run 预演 L3 编排与控制 带状态机的审批工单流 · 信号与决策分离 L4 记忆与状态 不可篡改的 append-only 审计轨迹 L5 评估与观测 误报率 · 幻觉率 · 回测 L6 治理与安全 审计轨迹 · 人工确认记录 · SoA · 技术文件 本组权重最高 本组五个方向 Finance — 风控 / 反洗钱 Compliance — 外规内化 / 报送 Legal — 合同 / 诉讼 Audit — 元审计 Security — 基座 · 数据不出域 AI 输出被第三方作为证据审查 L6 交付物 · 本组主产品 审计轨迹 → 监管机构 工作底稿 → 注协质量检查 人工确认记录 → 董事会 / 法院 SoA → 认证机构 技术文件 + 日志 → 欧盟监管机构 L6 不是约束,而是产品 结构解读:技术重点不在让模型更聪明,而在让模型行为可被举证、可被复核、可被追责——L6 不是约束,而是产品。 三条主线贯穿全组:可审计(结论还原到依据)· 可追溯(还原到语料与规则版本)· 人在回路(不可逆动作不自主执行)。

数据来源:基于本文分析绘制的示意图。

1.2 Why L6 Is the "Main Product" Here, Not the "Support"

In other groups, L6 is a constraint — it limits what an Agent can do; in this group, L6's outputs themselves are the final deliverables handed to regulators, boards of directors, and courts:

L6 OutputDeliverable ToCorresponding Statutory/Standard Basis
Audit trail (who did what at what time based on what)Regulators, quality inspectionsArticle 19 of the Interim Measures for the Administration of Generative AI Services (requiring explanation of the source, scale, type, annotation rules, and algorithm mechanism/handling of training data)
Audit working papers (records of the AI usage process and results)Finance departments, CICPA quality inspectionsChina Standards on Auditing No. 1131 — Audit Working Papers
Manual confirmation records (who approved at which node)Board of Directors / Audit Committee, courtsNFRA's "Digital Finance High-Quality Development Implementation Plan for the Banking and Insurance Industry" — "human intervention mechanism covering important business processes and key nodes"
Statement of Applicability (SoA) and control item listCertification bodiesISO/IEC 42001:2023 Clause 6.1.3
Technical documentation and auto-retained logsEU market surveillance authoritiesEU AI Act, Regulation (EU) 2024/1689, high-risk system obligations

This table makes one thing clear: if this group's Harness build only covers L1–L5, the deliverables are incomplete — it omits precisely the part that gets externally scrutinized.

Three main threads run throughout the group:

  • Auditable: external review is not about "whether the model is good", but "what you relied on when making this judgment, whether that basis was real, and whether the process is reproducible".
  • Traceable: a regulatory filing, a contract review opinion, or an audit working paper, when spot-checked months or even years later, must be reproducible back to the corpus version and the rules version in force at the time.
  • Human in the loop: a large number of actions in this group are irreversible, and irreversible actions must never be executed autonomously by the model.

1.3 Boundaries with the Other Five Groups

Adjacent GroupFocusBoundary with This Group
Software EngineeringDeliver runnable softwareIts AI systems are the objects being audited/evaluated; this group provides it with evidence-chain and record-keeping requirements
Hardware R&DDeliver physical designs ready for tape-outThe toolchain is highly deterministic; L6 is mainly IP and data protection; this group's L6 faces external scrutiny
Knowledge CollaborationDeliver reusable knowledgeIts RAG is a general L1 implementation; this group's L1 additionally requires effectiveness-tier and time-effectiveness filtering
Data ScienceDeliver trustworthy analytical conclusionsOverlaps with Finance's quant/investment-research work, but this group's conclusions must bear the obligations of model risk management (the three pillars of SR 11-7)
Creative IndustryDeliver content assetsContent-marking obligations (Article 12 of the Interim Measures) intersect with this group's Compliance direction

2. Positioning Comparison of the Five Directions

2.1 Positioning Comparison Table

DirectionCore DeliverablesPrimary External ConstraintsDominant Layer(s)Most Dangerous Failure Mode
01 FinanceRisk scores, credit/investment-research opinions, suspicious transaction alertsBanking and Insurance Industry Digital Finance High-Quality Development Implementation Plan, SR 11-7 / OCC 2011-12L1 + L5 + L6Stale market data / stale financial statements enter the context, and the model gives seemingly plausible but wrong valuations
02 ComplianceRegulatory filing messages, KYC/AML conclusions, internal-control inspection reportsISO 37301:2021 / GB/T 35770—2022, Measures for the Compliance Administration of Central Enterprises, EU AI ActL1 + L3 + L6Cite a version of a regulation already repealed or not yet in force
03 LegalContract review opinions, due-diligence reports, litigation materials, regulatory-research conclusionsInterim Measures for the Administration of Generative AI Services, the SPC's "assist adjudication" positioningL1 + L2 + L6Fabricate legal provisions, precedents, or clauses; confidential materials enter public model platforms
04 AuditAudit working papers, anomaly lists, internal-audit findings, forensic reportsCICPA 2026-03-05 risk-prevention notice, IAASB ISA 500/330/520, IIA 2024 Global StandardsL4 + L5 + L6Anomalies flagged by AI are treated as audit evidence without further procedures
05 SecurityAlert triage conclusions, vulnerabilities and PoV, incident-response actions, forensic timelinesArticle 20 newly added to the Cybersecurity Law, GB/T 45654—2025, OWASP LLM Top 10 2025, MITRE ATLASL2 + L3 + L6After being hijacked by prompt injection, the Agent executes destructive actions such as blocking/isolation

2.2 Irreversible Actions vs. Permissions

DirectionTypical Irreversible ActionsDefault AuthorizationMandatory Human Confirmation Points
FinanceLoan disbursement, credit-limit adjustments, executing tradesOnly outputs signals and recommendations; does not executeCredit approval, above-threshold transactions
ComplianceFiling to regulators, external disclosureGenerates message drafts; does not submitBefore filing submission, before external disclosure
LegalExternal signing, sending lawyer's letters, submitting litigation/defense documentsGenerates drafts and annotations; does not signBefore stamping/signing, before external sending
AuditIssuing audit opinions, signing reportsGenerates working papers and anomaly lists; does not issue opinionsOpinion formation, report signing
SecurityIsolating hosts, blocking IPs, disconnecting networks, deleting evidentiary dataMay execute within the isolated sandbox and pre-authorized scope; everything else requires approvalContainment actions affecting production, forensic actions involving critical assets

Security is the only direction in this group that allows the Agent to execute destructive actions within a limited scope, so its requirements on the L2 Tools & Execution layer (sandbox, least privilege, dry-run rehearsal) are the highest.

2.3 Coupling Relationships between Directions

                 ┌──────────── Security(基座:数据不出域 / 沙箱 / 日志 / AI BOM)────────────┐
                 │                                                                          │
        ┌────────┴────────┐   ┌──────────────┐   ┌──────────────┐   ┌──────────────┐        │
        │    Finance      │   │  Compliance  │   │    Legal     │   │    Audit     │        │
        │(风控/反洗钱)  │◄─►│(外规内化/报送)│◄─►│(合同/诉讼) │   │(元审计)    │        │
        └─────────────────┘   └──────────────┘   └──────────────┘   └──────┬───────┘        │
                                                                             │               │
                                                             审计覆盖其余四个方向的 AI 系统 ◄┘
  • Finance ↔ Compliance: the same AI application in a financial institution is simultaneously bound by "model risk" (the three pillars of SR 11-7) and "compliance obligations" (ISO 37301); AML belongs to both directions — Finance deals with detection technology, Compliance deals with filing obligations and governance architecture.
  • Compliance ↔ Legal: internalizing external regulations (Compliance) and implementing contract clauses (Legal) are the two ends of the same chain.
  • Audit ↔ All: audit is a meta-audit of the AI systems across the four directions Finance / Compliance / Legal / Security.
  • Security ↔ All: Security provides the foundational capabilities shared by the other four directions (data never leaves the domain, sandboxing, logging, and the AI bill of materials).

3. Mapping the Five Directions to the Harness Six Layers

3.1 Direction × Six-Layer Mapping Table

LayerFinanceComplianceLegalAuditSecurity
L1 Context EngineeringMarket data / announcements / research reports / regulatory documents, with timestamps and source weightsExternal-regulation graph: effective dates, effectiveness tiers, scope of application, revision historyStructured filtering of the effectiveness tier and time effectiveness of law/precedent searchStandards + historical working papers + ledger accounts and journal chronological recordsThreat intelligence + asset register + historical tickets
L2 Tools & ExecutionRead-only primarily: market-data interfaces, financial-statement parsing; write operations require approvalWrite tools in the filing system are off by defaultOCR + layout parsing as pre-toolsWorking-paper workbench, CAAT data analysisDestructive actions can be executed inside the sandbox, with mandatory dry-run
L3 Orchestration & ControlSeparation of signal generation from decision-makingApproval ticket flow with a state machineClause-level state machine (extraction → comparison → determination → recommendation → review)Programmatic audit process + professional-skepticism instrumentationLLM orchestrates classic tools (see Chapter 5)
L4 Memory & StateSession state + model-version registrationRules-library version and external-regulation snapshotsClause library and in-house template libraryTamper-proof append-only audit trailForensic chain (Chain of Custody)
L5 Evaluation & ObservationFalse-positive rate, recall, AUC/KS, backtestingFiling error rate, rules-hit distributionClause-extraction F1, hallucination rateWorking-paper completeness, anomaly confirmation rateMTTD / MTTR, false-positive rate, PoV reproduction rate
L6 Governance & SecurityModel-risk classification and grading + human interventionRed lines come from outside and change → externalize rules and hot-update themClient confidentiality obligations; accountability cannot be transferredBeing governed itself + governing others (duality)Bidirectional: defending externally + governing its own AI assets internally

3.2 Identifying the Bottleneck Layer for Each Direction

DirectionBottleneck LayerBasis
FinanceL1Inputs are multi-source, heterogeneous, and time-sensitive; stale regulations / stale financial statements entering the context are the most dangerous failure mode
ComplianceL1The essence of compliance is "internalizing external regulations"; a wrong regulation version is the most severe type of incident in the Compliance direction
LegalL1 + L2Effectiveness-tier filtering is the most essential Harness difference for Legal; document-parsing (OCR/layout) accuracy determines the quality of everything downstream
AuditL4The deliverable is the working paper, essentially the "persistence of process evidence", and it must support regulatory inspection
SecurityL2The only direction allowed to execute destructive actions; sandboxing, least privilege, and action rehearsal are core

4. Common Challenges and Countermeasures

4.1 Challenge One: Auditable — Conclusions Must Be Reproducible Back to Their Basis

Problem: LLM output is probabilistic, while the regulatory requirement "what you relied on when making this judgment" is deterministic.

Countermeasure: bind every output to a five-tuple — input snapshot + tool-call log + output + manual confirmation record + hash. This is structurally isomorphic to Article 19 of the Interim Measures for the Administration of Generative AI Services, which requires providers to explain the "source, scale, type, annotation rules, and algorithm mechanism/handling of training data".

Acceptance criterion: any historical conclusion must be reproducible within 10 minutes back to "what was seen at the time, which rule version and which model version were used, and who approved it".

4.2 Challenge Two: Traceable — Version Drift Causes the "Basis to Become Invalid"

Problem: regulations get revised, precedents get overturned, internal policies get updated. Semantic-similarity retrieval cannot distinguish "currently in force" from "repealed".

Countermeasure: L1 retrieval must perform structured filtering (effectiveness tier + effective / expiry dates + scope of application), and forcibly carry source and effective-date markers in the output. ISO 37301:2021 / GB/T 35770—2022 require organizations to identify and maintain compliance obligations; the "time effectiveness" of compliance obligations is an implicit requirement within this.

Acceptance criterion: no expired versions may appear in the retrieval result set; if a historical version must genuinely be cited (e.g., the legal status at the time of an action), it must be explicitly marked "historical version, for determining the state at that time only".

4.3 Challenge Three: The Human-in-the-Loop Becomes a Mere Formality

Problem: implementing "manual confirmation" as a pop-up you just click away is the same as not confirming at all.

Countermeasure:

  • Manual confirmation must be a recorded action that carries identity, timestamp, and a snapshot of the confirmed content, not a boolean switch.
  • Under Article 4.3.1 of GB/T 45654—2025, according to which "in the same annotation task, the annotation executor and the annotation reviewer should not be the same person", implement segregation of duties (SoD) directly as: the generation Agent and the review Agent must not share the same identity or the same credentials.
  • Externalize trigger conditions into a checklist (amount thresholds, irreversible actions, cross-jurisdiction, regulatory filing) rather than relying on the model's own judgment.

4.4 Challenge Four: The Asymmetric Cost of Hallucination

Problem: in general scenarios a hallucinated answer is a "UX issue"; in this group, fabricating a legal provision, a precedent, or a regulatory stance is a professional incident.

Countermeasure:

  • Never treat model output as verified fact (corresponding to LLM09 — Misinformation in OWASP LLM Top 10 2025).
  • Citations must return the original-text snippet and the source link; any citation that cannot return a source is void.
  • For law, precedent, and regulatory-stance content, adopt "retrieve first, generate after"; when no search result is hit, output "no basis found" instead of speculating.
  • The direction publicly pointed out by GF Securities is worth borrowing: establish scenario-based hallucination-tolerance grading standards and fault-tolerance mechanisms, and use a constrained instruction framework to control hallucination (per the 21st Century Business Herald, April 2026 report).

4.5 Challenge Five: Data Classification and Exit-Domain Control

Problem: the compliance, legal, and audit scenarios often process clients' confidential information and personal information.

Countermeasure (direct quote from the regulator): the CICPA's 2026-03-05 risk-prevention notice explicitly requires that, without client authorization or legal/regulatory permission, confidential information must not be entered into or uploaded to public AI platforms; before using AI tools to process client data, one must ensure that the technical environment, data flow, and access permissions are in a secure and strictly controlled state.

Technical implementation: data-classification labels (public / internal / secret / confidential / personal information) + exit-domain interception + desensitization (PII scrubbing) + minimal-necessary collection. Article 4.2.3 of GB/T 45654—2025 requires obtaining separate consent before using training data containing sensitive personal information; Article 4.1.1 gives a quantitative threshold: conduct a randomized-sample security assessment before collection, and data containing more than 5% illegal/harmful information should not be collected.

4.6 Challenge Six: AI Itself Becoming an Object of Attack and Audit

Problem: IBM's Cost of a Data Breach Report 2025 (released 2025-07-30) shows: 13% of organizations reported breaches of their AI models or applications, with another 8% uncertain; among the breached organizations, 97% reported having no AI access controls deployed; 63% of breached organizations either had no AI governance policy or were still drafting one; one in five organizations reported a breach due to shadow AI.

Countermeasure: AI-asset registration (AI BOM), AI telemetry logging, guardrails, and least privilege — these three are precisely the categories of key mitigation measures given by MITRE ATLAS. This group therefore requires: the access controls, logging, and governance policies of AI systems themselves must be protected to the same degree as the business data they process.


5. The AIxCC Paradigm: How Model Uncertainty Is Reconciled by Engineering Determinability

5.1 The Origin of the Paradigm

The DARPA AI Cyber Challenge (AIxCC) finals were held in August 2025 at DEF CON 33. The Cyber Reasoning Systems (CRS) of the seven finalist teams performed identification and patching of synthetic vulnerabilities across 54 million lines of code. The official results published by DARPA are:

MetricSemifinalFinal
Vulnerability identification rate37%86%
Vulnerability patch rate25%68%
Synthetic vulnerability discovery / patch54 unique synthetic vulnerabilities found across 63 challenges, of which 43 were successfully patched
Additional real 0-days discovered18 (6 C codebases, 12 Java codebases), with the team providing patches for 11 of them
Average cost per contest taskabout 152 USD

The champion was Team Atlanta (ATLANTIS, $4 million prize), runner-up Trail of Bits (Buttercup, $3 million), and third place Theori ($1.5 million).

These numbers are impressive on their own, but for AI Harness, what is truly valuable is the common architecture that the seven teams converged on.

5.2 Dissecting the Three-Layer Architecture

┌─────────────────────────────────────────────────────────────┐
│  第 3 层:编排层(LLM)                                      │
│  语义推理:发现可疑模式 / 生成假设 / 决定调哪个工具 /         │
│  读取结果 / 精炼假设 / 迭代 / 编写 PoV 与补丁                 │
└───────────────────────────┬─────────────────────────────────┘
                            │ 编排调用
┌───────────────────────────▼─────────────────────────────────┐
│  第 2 层:经典确定性分析工具                                  │
│  定向 fuzzing(AFL++ / libFuzzer)                           │
│  符号执行(KLEE / angr / Mayhem)                            │
│  静态分析(CodeQL / Semgrep / Joern)                        │
└───────────────────────────┬─────────────────────────────────┘
                            │ 输出可复现证据
┌───────────────────────────▼─────────────────────────────────┐
│  第 1 层:判定层                                              │
│  漏洞以可复现的崩溃(Proof of Vulnerability, PoV)确认,      │
│  而非模型的"直觉"                                            │
└─────────────────────────────────────────────────────────────┘

In one sentence: the LLM does not do vulnerability hunting — it orchestrates the tools that do the hunting and interprets the results; vulnerabilities are confirmed by reproducible PoVs, not by the model's "intuition".

5.3 Rolling Out to the Whole Group: The General Principle of Determining Where Judgment Resides

The AIxCC paradigm answers this group's most fundamental question — how do model uncertainty and engineering predictability coexist. The answer is layered, not solved by "a stronger model":

RolePerformed ByAllowed UncertaintyHow Judgment Is Made
Hypothesis generationModel (L3 orchestration)High — allowed to guess wrong, allowed redundant hypothesesNot directly accepted; proceeds to the next verification step
Evidence acquisitionDeterministic tools (L2 execution)Low — tool behavior is repeatableTool output itself is reproducible
Fact determinationDeterministic tools + human (L6 governance)Zero — judgment must be reproducible and accountablePoV / original-text snippet / balance recalculation / human signature

This principle has a consistent mapping across this group's five directions:

  • Security: vulnerabilities are confirmed by PoV crashes, not by the model saying "there might be a bug here". Every finding from Google Big Sleep was validated by Project Zero analysts before disclosure — the SQLite vulnerability CVE-2025-6965 (CVSS 7.2), found via threat intelligence in 2025, was handled through exactly this process.
  • Audit: the CICPA requires that for anomalies identified by AI, "further audit procedures be taken to confirm whether there is a risk of material misstatement", and the data obtainable from official platforms may be used for verification — AI provides clues; audit procedures provide the evidence.
  • Legal: the conclusion of clause extraction must be traceable back to the specific location and page number in the original contract; legal-provision citations must trace back to the original regulation text.
  • Compliance: every field of a filing message must be traceable back to the source-system data and the mapping-rule version.
  • Finance: a risk-control signal gives "a candidate worth human attention"; the credit decision is made by humans (signal vs. decision separation).

Cross-cutting conclusion: the jump in AIxCC from an "identification rate of 37%→86%" happened not because the model got stronger, but because the orchestration layer learned when to call which deterministic tool, and when to abandon a hypothesis. This suggests that this group's Harness investment focus should be the "tool-orchestration and evidence-judgment chain", rather than "a bigger model".

One piece of supporting evidence: CyberSentinel-LLM (published in Computers, Materials & Continua vol.89 no.1, 2025), in a study on HDFS log streams, showed that 8 SOC analysts rated the reduction of "repetitive triage work" at 4.6/5.0, but trust in autonomous response suggestions was only 3.9/5.0 — the paper therefore recommends first releasing in "detection-only" mode and enabling automated response later. Capability recognition exceeding trust is the most direct empirical support for the "detect first, auto-respond later" progressive-authorization path.


6. Overview of the Regulatory and Standards Foundation

6.1 China Side

DocumentRelease / EffectiveConstraint on This Group
Interim Measures for the Administration of Generative AI Services (Order No. 15 of seven departments)Effective 2023-08-15Article 3 categorized and graded supervision; Article 4(5) dual obligations of transparency and accuracy; Article 7 training-data quality; Article 8 annotation rules and quality assessment; Article 12 content marking of generated output; Article 17 security assessment and algorithm filing; Article 19 duty of explanation (the statutory expression of explainability / the evidence chain)
Decision amending the Cybersecurity Law of the People's Republic of China, newly adding Article 20Effective 2026-01-01"Use new technologies such as AI to raise the level of cybersecurity protection" — the legal basis of the Security direction's "using AI to do security"; it also requires a risk monitoring and assessment mechanism covering the entire lifecycle of algorithm design, data training, model deployment, and application operation
GB/T 45654—2025, Cybersecurity Technology — Basic Requirements for the Safety of Generative AI ServicesEffective 2025-11-014.1.1 illegal/harmful information >5%: not collected; 4.2.3 separate consent for sensitive personal information; 4.3.1 the annotation executor and reviewer must not be the same person; 4.3.2 functional annotation subject to sampled manual review, safety annotation subject to full manual review
Digital Finance High-Quality Development Implementation Plan for the Banking and Insurance Industry (General Office of the National Financial Regulatory Administration)2025-12A categorized and graded management framework for AI applications + a human intervention mechanism covering important business processes and key nodes + an enterprise-level model-risk management platform + algorithm transparency and explainability; on the supervisory side, the "one-table reporting" (一表通) and look-through supervision
CICPA Notice on Doing a Good Job in the 2025 Annual Report Audit of Listed Companies2026-01"for areas adopting new technologies, such as business-process automation, AI, cloud platforms, big-data analytics, etc., targeted audit procedures need to be performed"
CICPA Notice on Preventing the Risks of Using AI Technology in Accounting Firms' 2025 Annual Report Audits2026-03-05"cannot replace the professional judgment of CPAs, nor reduce the responsibility CPAs bear for audit opinions"; confidential information must not be uploaded to public AI platforms; fully and appropriately record the AI usage process and results per Auditing Standard No. 1131
Q&A No. 18 / No. 19 on China Standards on AuditingPublished and effective 2025-01-07No. 19 provides directly engineerable technical examples (bank-statement OCR cleaning + balance recalculation comparison + one-to-one matching with the journal chronological records)
ISO 37301:2021 equivalently converted into GB/T 35770—2022, Compliance Management Systems — Requirements with Guidance for UsePublished and effective 2022-10-12Converted from guideline-type to requirements-type; Annex NA adds "digitalization and compliance management" — the direct basis for the Compliance direction to invoke AI Harness

6.2 International Side

Framework / StandardVersion & TimeInterface Point with This Group
NIST AI RMF 1.02023-01-26The four functions GOVERN / MAP / MEASURE / MANAGE, 19 categories and 72 subcategories; voluntary use. Revision in progress (under the White House AI Action Plan framework; on 2026-04-07 NIST published a concept note for a Profile on trustworthy AI for critical infrastructure)
NIST AI 600-1 (GenAI Profile)2024-07-26Cross-industry Profile proposing 400+ actions around 12 categories of GenAI-specific / aggravated risks
ISO/IEC 42001:20232023-12The world's first certifiable AI management-system standard; Annex A contains 38 controls across 9 control objectives (A.2–A.10); Clause 6.1.3 requires producing a Statement of Applicability. Not a harmonized standard under the EU AI Act; it confers no presumption of conformity
EU AI Act, Regulation (EU) 2024/1689Effective 2024-08-012025-02-02: prohibited practices and AI literacy; 2025-08-02: GPAI; 2026-08-02: general applicability and Annex III high risk; 2027-08-02: embedded high risk. High-risk obligations include log retention, technical documentation, and pre-market human oversight mechanisms
SR 11-7, Supervisory Guidance on Model Risk Management (Federal Reserve + OCC)2011-04-04Three pillars: model development and implementation / model validation / governance; three elements of validation: conceptual-soundness evaluation, ongoing monitoring, and outcomes analysis (including backtesting)
IAASB ISA 330 / 500 / 520 proposed revisions2026-08-05Revising audit-evidence definitions to reflect digital technology; strengthening professional skepticism and the evaluation of evidence relevance / reliability
IIA, Global Internal Audit StandardsPublished 2024-01-09, effective 2025-01-09Standard 10.3 requires the internal-audit function to ensure it obtains the tools and technology necessary to perform its duties
OWASP Top 10 for LLM Applications2025 editionLLM01 prompt injection, LLM02 sensitive-information disclosure, LLM03 supply chain, LLM04 data and model poisoning, LLM05 improper output handling, LLM06 excessive agency, LLM07 system-prompt leakage, LLM08 vector and embedding weaknesses, LLM09 misinformation, LLM10 unbounded consumption
MITRE ATLASUpdated April 2026An AI-side adversarial-tactics knowledge base covering the Agentic AI matrix; key mitigations include GenAI guardrails, the AI bill of materials (AI BOM), and AI telemetry logging

7. Group-Level Specifications and Document Navigation

7.1 Document List

FileContentIntended Readership
README.mdGroup overview: positioning, five-direction comparison, six-layer mapping, common challenges, AIxCC paradigm, regulatory foundationAll
AGENTS.mdGroup-level governing spec: non-waivable baselines (evidence chain, human in the loop, data classification, audit trail, prohibited matters)Engineering teams building compliance-type Agents
SKILL.mdGroup-level standard skills: regulation search and effectiveness verification, evidence-chain packaging, manual confirmation gate, PII desensitizationSame as above
01-finance.mdFinance: investment research, risk control, quant, financial-statement analysis, anti-money-launderingBanks / brokerages / asset managers
02-compliance.mdCompliance: regulatory filing, AML, KYC, internal controlCompliance departments, RegTech
03-legal.mdLegal: contract review, due diligence, litigation support, regulation searchLaw firms, in-house legal
04-audit.mdAudit: internal audit, IT audit, continuous audit, forensicsAccounting firms, internal-audit departments
05-security.mdSecurity: threat detection, SOC, penetration testing, incident response, application securitySOC, security engineering

7.2 Reading Paths

  • Architecture decision-makers: README → AGENTS.md → 05-security.md (AIxCC paradigm) → 04-audit.md (meta-audit perspective)
  • Compliance / legal leads: README Chapter 4 → 02-compliance.md → 03-legal.md
  • Model-risk leads at financial institutions: 01-finance.md → 02-compliance.md (AML filing obligations) → 04-audit.md
  • Security-engineering leads: 05-security.md → README Chapter 5 → AGENTS.md (authorization red lines)

Specification-hierarchy principle: the group-level AGENTS.md defines the "non-waivable baselines", and the direction-level AGENTS.md (in Section 4.1 of each direction document) defines the "SOP for that scenario". The direction level may be stricter, never looser.


8. Summary

The founding principle of the Risk & Compliance group is one sentence: here, L6 is not a constraint but a product.

Three judgments are worth remembering:

  1. Accountability cannot be transferred. CICPA (2026-03-05) "does not reduce the responsibility CPAs bear for audit opinions", IESBA (2026) "regardless of the degree of automation or technical complexity, professional accountants remain responsible for their judgments and decisions", the Supreme People's Court (2025-04) "the subjects that make judicial decisions and bear judicial responsibility are the adjudicators", and HKMA (2026-06-22) "technology does not replace governance" — four institutions across three jurisdictions reached the same conclusion. This means this group's Harness design goal is not to "replace people", but to "enable people to be accountable".
  1. Determination authority must not be handed to probability. The AIxCC PoV reproducible-confirmation paradigm gives the engineering answer: the model is responsible for hypotheses and orchestration, while the deterministic tools and the people who sign are responsible for determination. Beyond Security, this paradigm also applies to audit forensics, contract comparison, flow verification, and compliance mapping.
  1. Detect first, auto-respond later. The research conclusion that capability recognition (4.6/5.0) exceeds trust (3.9/5.0), combined with Google Big Sleep's practice that "all findings must be validated by analysts before disclosure", together point to the progressive-authorization path.

If the software engineering group's Harness pursues "producing verifiable changes faster", then the Risk & Compliance group's Harness pursues "making accountable judgments more slowly, but in a way that can be evidenced". Slowness is this group's design goal, not a defect.


Information-Gap Statement

The following content could not be substantiated with A/B-grade first-hand evidence during research; the text has been handled per the "no fabrication" principle, and the items must be separately verified when used:

  1. The original document number, release date, and clause numbers of the Financial Sector Science and Technology Ethics Guidelines — only quotations from PBOC officials' speeches and media republications were obtained; the 7 aspects (upholding integrity and innovation, data security, inclusive and universal benefit, openness and transparency, fair competition, risk prevention and control, green and low-carbon) are reliable, but the clause numbers were not confirmed.
  2. The industry-standard numbers (JR/T numbers) and provisions of the Assessment Specification for AI Algorithm Financial Applications (2021) and the Information Disclosure Guidelines for AI Algorithm Financial Applications (2023).
  3. The full name, release date, and clauses of the Supreme People's Court's Opinion on Standardizing and Strengthening the Judicial Application of AI — only the paraphrase that "by 2025 a fairly complete judicial-AI technology application system should basically be built" was obtained.
  4. The details of the Annex A controls and the AI-related extensions of ISO/IEC 27001:2022 — only the standard version and release date were confirmed.
  5. AI deployment cases of Chinese law firms and in-house corporate legal teams — everything retrieved was C-grade sources, which this group's documents have discarded and not included in the body text.
  6. Quantified deployment cases of incident response (IR) and continuous audit on the China side.
  7. Verifiable deployment cases in the AppSec direction of "AI code review / SAST false-positive reduction".
  8. Securities-firm IT spending has two sets of statistical calibers (34 firms / RMB 27.59 billion / 6.2% of revenue; 28 firms / about RMB 25 billion / 6% share). This document adopts the former and notes the source; the two must not be mixed.
  9. The EU AI Act timeline has version conflicts due to the AI Omnibus (provisional May 2026 agreement); this document uses the timeline published by the EU's official service desk as the baseline, and treats the Omnibus adjustments as "proposed".
  10. The Shenzhen Intermediate Court's AI-assisted adjudication case-closure efficiency has two calibers — "a 25.6% reduction" and "a 38-day reduction" — and this document presents them side by side.
  11. The two items of GB/T 45654—2025 — "the pass rate for generated compliant content is no less than 90%" and "the appendix lists 31 categories of risks" — are second-level interpretations whose original standard text was not verified, and are therefore not adopted in this document.
  12. The complete list of the 12 categories of risks in NIST AI 600-1 (other sources claim 13 categories) and the classification details of the 400+ actions were not obtained from the original text.

9. References

  1. Interim Measures for the Administration of Generative AI Services (Order No. 15 of seven departments including the Cyberspace Administration of China), 2023. https://www.cac.gov.cn/2023-07/13/c_1690898327029107.htm
  2. Decision amending the Cybersecurity Law of the People's Republic of China (Presidential Order No. 61), newly adding Article 20, National People's Congress, 2025. http://www.npc.gov.cn/c2/c30834/202601/t20260105_450980.html
  3. GB/T 45654—2025, Cybersecurity Technology — Basic Requirements for the Safety of Generative AI Services, National Cybersecurity Standardization Technical Committee (SAC/TC260), 2025. https://www.tc260.org.cn/tc260/hygd1/202403/b429d868525e48c3b7d12a0ec8f82e5e.shtml
  4. Digital Finance High-Quality Development Implementation Plan for the Banking and Insurance Industry, General Office of the National Financial Regulatory Administration, 2025-12. https://www.nfra.gov.cn/cn/view/pages/ItemDetail.html?docId=1239741
  5. CICPA Notice on Preventing the Risks of Using AI Technology in Accounting Firms' 2025 Annual Report Audits, Chinese Institute of Certified Public Accountants, 2026-03-05. https://cicpa.org.cn/xxfb/news/202603/t20260305_65842.html
  6. NIST AI Risk Management Framework (AI RMF 1.0), NIST, 2023. https://www.nist.gov/itl/ai-risk-management-framework
  7. NIST AI 600-1, Generative Artificial Intelligence Profile, NIST, 2024. https://www.nist.gov/publications/artificial-intelligence-risk-management-framework-generative-artificial-intelligence
  8. ISO/IEC 42001:2023, Information technology — Artificial intelligence — Management system, ISO/IEC JTC 1/SC 42, 2023. https://www.iso.org/standard/42001
  9. ISO 37301:2021 / GB/T 35770—2022, Compliance Management Systems — Requirements with Guidance for Use, China National Institute of Standardization, 2022. https://www.cnis.ac.cn/bydt/zhxw/202210/t20221020_54060.html
  10. EU AI Act, Regulation (EU) 2024/1689 — Implementation Timeline, European Commission AI Act Service Desk. https://ai-act-service-desk.ec.europa.eu/en/ai-act/timeline/timeline-implementation-eu-ai-act
  11. SR 11-7, Supervisory Guidance on Model Risk Management, Federal Reserve & OCC, 2011 (compiled by BPI). https://bpi.com/wp-content/uploads/2024/04/Navigating-Artificial-Intelligence-in-Banking.pdf
  12. IAASB proposed revisions to ISA 330 / 500 / 520, IAASB, 2026. https://www.iaasb.org/news-events/2026-02/iaasb-publishes-global-roundtable-feedback-technology-and-quality-management
  13. IIA, Global Internal Audit Standards (2024), The Institute of Internal Auditors. https://www.theiia.org/en/standards/documents/
  14. OWASP Top 10 for LLM Applications (2025 edition), OWASP GenAI Security Project. https://genai.owasp.org/llm-top-10/
  15. MITRE ATLAS (Adversarial Threat Landscape for Artificial-Intelligence Systems), MITRE. https://atlas.mitre.org
  16. DARPA AI Cyber Challenge final results, DARPA, 2025. https://www.darpa.mil/news/2025/aixcc-results
  17. Google, Cybersecurity updates: Summer 2025 (Big Sleep, Timesketch + Sec-Gemini, FACADE), Google, 2025. https://blog.google/technology/safety-security/cybersecurity-updates-summer-2025/
  18. IBM, Cost of a Data Breach Report 2025, IBM / Ponemon Institute, 2025-07-30. https://newsroom.ibm.com/2025-07-30-ibm-report-13-of-organizations-reported-breaches-of-ai-models-or-applications,-97-of-which-reported-lacking-proper-ai-access-controls
  19. HKMA, Supporting Adoption of Artificial Intelligence in Fighting Financial Crime, Hong Kong Monetary Authority, 2026-06-22. https://brdr.hkma.gov.hk/eng/doc-ldg/current/20260622-1-EN
  20. CyberSentinel-LLM, Computers, Materials & Continua, vol.89, no.1, 2025, Tech Science Press. https://www.techscience.com/cmc/v89n1/68397/html