Large language models are increasingly deployed as autonomous agents that use tools, call APIs, and cooperate with other agents. This autonomy sharply enlarges the attack surface: beyond classical prompt injection, an agent can be manipulated through its execution environment. Numerical quirks of the inference engine, the serving hardware, or malicious peer agents can influence an agent's output - none of which today's input-level guardrails detect.
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 harness by extending open-source tooling such as AgentDojo.