05What is 'excessive agency' in an agentic system, and what controls actually limit it?▼easyOpenAIAnthropicSalesforce1 repliesunlockedOWASP LLM06 is where AI security stops being novel and becomes a least-privilege problem, which is exactly why interviewers love it. The control list is short; knowing which control to lead with is the test.Open full answer →
10How do tool poisoning and prompt injection apply to MCP servers and agentic AI, and how do you defend them?▼mediumAnthropicOpenAISalesforce2 repliesunlockedMCP turned 'install a plugin' into 'inject text into every conversation.' Interviewers ask this to see if you understand why tool descriptions are an attack surface, and what a least-privilege agent runtime looks like.Open full answer →
31Design defense-in-depth for a support agent that can issue refunds and update customer records.▼hardSalesforceOpenAIStripe1 replies◆ premiumThe agent has real money authority and a write path into the system of record, which is the exact shape attackers want. The strong answer is layered enforcement outside the model, with the spend cap and the chain rule in code, not in the prompt.Open full answer →