I've created a 10-part series on securing AI Agents using the OWASP GenAI Security Project Top 10 for Agentic Applications and wanted to share it with anyone building AI Agents (link in the comments). The OWASP Top 10 for Agentic Applications was published in December 2025, and it covers the most critical risks facing autonomous AI systems, from prompt injection and tool misuse to rogue agents and cascading failures. I've applied each of the risks and how we can implement mitigations for them to an agent I've built for my personal health project (Biotrackr) that uses .NET 10 and the Microsoft Agent Framework. Each post covers: ✅ What the risk actually is. ✅ Why it matters in practice. ✅ Concrete mitigations with real C# code. ✅ What my implementation still doesn't cover (it is a side project with a minimal budget after all!) Topics include: → Agent Goal Hijack (ASI01) → Tool Misuse & Exploitation (ASI02) → Cascading Failures (ASI08) → Human-Agent Trust Exploitation (ASI09) → Rogue Agents (ASI10) → ...and the other controls defined in the Top 10. If you're building AI Agents, and you're trying to get your head around agentic security, I hope you find it useful. Any questions or comments, please let me know. #AIAgents #Agents #OWASP #dotnet #MicrosoftAzure #AISecurity #cybersecurity #MicrosoftAgentFramework
Blog series here: https://www.willvelida.com/tags/owasp/
Code here: https://github.com/willvelida/biotrackr