11.4 防护栏:工具策略、沙箱与审计联动
11.4.1 工具策略:用 allow/deny 与 channels..groups..tools 收敛能力面
{
tools: {
profile: 'coding',
deny: ['group:runtime', 'write', 'edit', 'apply_patch'],
},
channels: {
whatsapp: {
groups: {
'*': {
tools: { deny: ['group:runtime', 'write', 'edit', 'apply_patch'] },
},
},
},
telegram: {
groups: {
'*': {
tools: { deny: ['group:runtime'] },
toolsBySender: {
'123456789': { alsoAllow: ['write'] },
},
},
},
},
},
}11.4.2 沙箱:把高风险执行域隔离出来
11.4.3 敏感信息与外部执行隔离(防 Leaky Skills 逃逸)
11.4.4 安全审计系统:多维采集架构
采集器
检查内容
规则
严重级别
检测内容
11.4.5 审计与脱敏:诊断配置是防护栏的一部分
11.4.6 最小落地清单
11.4.7 验收与排障命令
最后更新于
