AISecOps
AISecOps
Secure Agentic AI Systems

Threat Model

Starter map of risks for agentic workflows.

flowchart TD
  I[Untrusted Input] --> A[Agent]
  A -->|Calls tools| T[Tools]
  A -->|Retrieves| R[Retrieval / Memory]
  P[Policy Engine] --> A
  A --> O[Outputs]