ai-agent-safety-and-red-team

Solid

Use when red-teaming agent tool and data perimeters for indirect prompt injection, action escalation, tenant exfiltration, unsafe tool chains, self-modification, or containment regressions.

AI & Automation 25 stars 6 forks Updated 3 days ago MIT

Install

View on GitHub

Quality Score: 85/100

Stars 20%
47
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# AI Agent Safety and Red-Team Acknowledgement: Shared by Peter Bamuhigire, techguypeter.com, +256 784 464178. <!-- dual-compat-start --> ## Use When - Hardening an agent against **indirect prompt injection** — instructions embedded in the data the agent reads (KB chunk, web page, tool response, email body the agent summarises). - Defending against **action escalation** — agent chains a benign read tool with a high-privilege write tool to do something the user didn't authorise. - Defending against **tenant data exfiltration** — agent extracts tenant data and embeds it in a tool call argument that exits the boundary (webhook URL, email recipient, log message). - Defending against **recursive self-modification** — agent updates its own prompt, memory, or tool registry. - Standing up a **red-team CI suite** that fires nightly and on every prompt / tool / runtime change. ## Do Not Use When - The task is direct prompt injection in single-shot features — `ai-prompt-injection-and-tenant-safety`. - The task is generic AI security checklist — `ai-security`. - The task is platform-wide security review — `vibe-security-skill`. - The task is the tool registry / classification — `ai-agent-tool-catalogue-and-action-gating`. ## Required Inputs - Threat model from `ai-prompt-injection-and-tenant-safety`. - Tool registry with reversibility classification (`ai-agent-tool-catalogue-and-action-gating`). - Agent runtime trace schema (`ai-agent-observability-and-replay`). - Eval harness (`ai...

Details

Author
peterbamuhigire
Repository
peterbamuhigire/chwezi-dev-engine
Created
7 months ago
Last Updated
3 days ago
Language
HTML
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category