Large language models are increasingly being deployed as autonomous agents that use tools, call APIs and cooperate with other agents. This autonomy significantly expands the attack surface: beyond traditional prompt injection, an agent can be manipulated via its execution environment. Numerical anomalies in the inference engine, the serving hardware, or malicious peer agents can influence an agent’s output – none of which are detected by today’s input-level safeguards.
This project treats agentic AI security as a classical systems security problem. You will help build a structured threat taxonomy that maps adversarial capabilities across system layers (input, model, inference stack, multi-agent) and turn it into a reproducible evaluation framework by extending open-source tools such as AgentDojo.