ai-agent-redteam

仓库创建 2026年5月19日最近提交 24 天前SkillHot 收录 21 天前
▸ 精选理由

聚焦代理链路的攻击面,涵盖无点击注入与持久记忆投毒等实战载具。

▸ 风险提示

含针对代理/工具链的攻击方法,具备被滥用的风险,需受控使用。

这个 Skill 做什么

用于对具备工具与记忆的代理化 LLM 做红队测试与攻击演练。

帮你找出把模型做成“会用工具、有记忆、会规划”的代理型 LLM 应用里的安全漏洞:比如通过工具或持久化记忆注入恶意指令、借多轮对话越狱、或毒化第三方工具接口。适合在部署前或合规/红队评估时用来模拟真实攻击路径,检验代理管道的薄弱环节。特别之处是关注“代理化流水线”的攻击面(工具集成、内存、检索和授权委派),不是只盯着模型本身。

▸ 展开 SKILL.md 英文原文

Use when red-teaming an agentic AI / LLM application — indirect & zero-click prompt injection, MCP tool poisoning, persistent memory poisoning, excessive-agency tool abuse, multi-turn jailbreaks, PyRIT/Garak/Promptfoo harnesses

研究检索代理红队提示注入记忆投毒通用
326
Stars
58
Forks
37
仓库内 Skill
+15
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/hypnguyen1209/offensive-claude/main/skills/ai-agent-redteam/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/hypnguyen1209/offensive-claude/main/skills/ai-agent-redteam/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# AI Agent Red Teaming

Offensive testing of **autonomous LLM agents** — systems that combine model reasoning with
tools, memory, retrieval, and multi-step planning. This is distinct from model-level testing
(see `ai-security`): the attack surface here is the *agentic pipeline* — untrusted data channels,
tool/MCP integrations, persistent memory, and delegated authority. Assumes authorized engagement.

## When to Activate

- Pentesting an LLM agent with tool/function-calling, an MCP client, or a code interpreter
- Testing RAG / email / browser assistants for indirect or zero-click prompt injection
- Auditing MCP server integrations for tool poisoning, rug-pull, or line-jumping
- Assessing per
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有