Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions cheatsheets/AI_Agent_Security_Cheat_Sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ AI agents are autonomous systems powered by Large Language Models (LLMs) that ca
- **Cascading Failures**: Compromised agents in multi-agent systems propagating attacks to other agents.
- **Denial of Wallet (DoW)**: Attacks causing excessive API/compute costs through unbounded agent loops.
- **Sensitive Data Exposure**: PII, credentials, or confidential data inadvertently included in agent context or logs.
- **Supply Chain Attacks**: Compromising third-party tools, APIs, or data sources used by agents.
- **AI Console Malicious Configuration**: Malicious input consumed by the underlying AAL that prompts a change in the configuration of a poorly protected developer console.

## Best Practices

Expand Down