20260514:增加新内容

This commit is contained in:
2026-05-14 13:54:52 +08:00
parent 56c4d3ef7c
commit b116710e4c
294 changed files with 10682 additions and 255 deletions

View File

@@ -1,3 +1,12 @@
---
title: ClawLess: AI 代理安全模型
created: 2025-04-15
updated: 2026-05-01
type: paper
tags: []
sources: []
---
# ClawLess: AI 代理安全模型
**作者**: Hongyi Lu, Nian Liu, Shuai Wang, Fengwei Zhang
@@ -49,13 +58,13 @@ ClawLess建立了一个细粒度的安全模型捕获系统多个领域中的
本文涉及以下关键概念:
- [[ClawLess]] - AI代理安全框架
- [[AI代理安全]] - 自主AI系统的安全挑战
- [[形式化安全模型]] - 使用数学方法定义的安全规范
- [[用户空间内核]] - 在用户空间实现的内核功能
- [[BPF系统调用拦截]] - 使用BPF技术拦截和控制系统调用
- [[安全容器]] - 提供隔离和保护的容器技术
- [[最坏情况威胁模型]] - 假设系统可能面临的最坏攻击场景
- [[clawless]] - AI代理安全框架
- [[ai-agent-security]] - 自主AI系统的安全挑战
- [[formal-security-model]] - 使用数学方法定义的安全规范
- [[userspace-kernel]] - 在用户空间实现的内核功能
- [[bpf-syscall-interception]] - 使用BPF技术拦截和控制系统调用
- [[secure-containers]] - 提供隔离和保护的容器技术
- [[worst-case-threat-model]] - 假设系统可能面临的最坏攻击场景
## 技术实现
@@ -82,9 +91,9 @@ ClawLess为保护系统免受潜在恶意自主AI代理的攻击提供了原则
## 相关论文
- [[ACE-LLM集成应用系统安全架构]]
- [[IsolateGPT-LLM代理系统执行隔离架构]]
- [[NeuroFilter-对话LLM代理隐私护栏]]
- [[ai-agent-security]]
- [[userspace-kernel]]
- [[secure-containers]]
## 参考文献