AI 安全与红队测试实操手册——覆盖 AI 系统六大攻击面(提示注入、越权与工具滥用、数据与隐私泄露、幻觉与质量缺陷、供应链与模型投毒、拒绝服务),OWASP LLM Top 10 风险映射,完整红队测试流程(目标定义/攻击面建模/用例设计/执行/报告/修复复测),直接与间接提示注入测试用例库、Agent 越权与沙箱逃逸测试、训练数据泄露与记忆攻击测试、幻觉检测基准,附漏洞分级与修复建议、零依赖本地工具一键生成风险清单、测试用例与报告模板。面向 AI 工程、安全测试、信息安全负责人,与 AI 治理/智能体治理形成"制度+技术"闭环。
Security
3MPER0RR Red Team & Adversarial Testing
Try itAutomated adversarial testing and red teaming for AI models
What it does
Clear description of what this skill does and when to use it.
The skill document
[Your Skill Title]
Brief intro explaining the goal.
📌 When to Use This Skill
- Scenario 1 (e.g., "Evaluating a new AI model before deployment")
- Scenario 2 (e.g., "Responding to a prompt injection incident")
⚠️ Authorization Limits
- Explicitly state that this skill must only be used on systems you own or have explicit permission to test.
- "Do not produce functional malware or content that violates security for real-world harmful purposes."
🎯 Attack Taxonomy
Define the attack categories your skill will test. Example (inspired by real frameworks):
- Direct Injection: User input that overrides system policies.
- Indirect Injection: Hostile content in documents, web pages, or tool outputs.
- Jailbreak: Role‑playing, hypotheticals, encoding, obfuscation.
- Tool Abuse: Forcing the agent to use tools (e.g., shell, browse) outside its intended scope.
- Data Exfiltration: Attempting to extract system prompts, secrets, training data.
- Agent Hijack: Overwriting the agent's plans, calling unauthorised sub‑agents.
- Resource Exhaustion: DoS attacks via token bombs or recursive calls.
🧪 Evaluation Workflow
Provide a clear step‑by‑step process for each test:
- Mapping – Identify model, system prompt, tools, memories, and output sinks.
- Threat Modelling – Create a threat model for every identified surface.
- Corpus Building – Generate an attack set (
attacks.jsonl) with IDs, techniques, payloads, and severity. - Execution – Run the test harness and log results (pass/fail/partial).
- Scoring – Calculate attack success rate and any "blast radius".
📊 Expected Outputs
List the deliverables the skill should produce:
surface.md– Mapped attack surface.threats.md– Threat model.attacks.jsonl– Attack corpus.results.csv– Test results.report.md– Final vulnerability report with recommendations.
Related skills
Immutable system prompt for AI agents. Blocks jailbreak, prompt injection, role-play, encoding attacks, and goal hijacking. Certified for red-team testing and production hardening.
For authorized security review of code, auth, or APIs you control, model the attacker, map the attack surface, and report only findings with a reproducible exploit path and verified mitigation.
Challenge ML claims with code and falsification
Audit installed AI agent skills against the OWASP Agentic Skills Top 10 and emit text, JSON, SARIF, or HTML reports.
Security scanner for AI agent skills. Detects hardcoded secrets, unsafe code execution, prompt injection, and malware patterns in under 50ms. Scan before you...