📰 Dev.to · Will Velida
Articles from Dev.to · Will Velida · 15 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (9363)
ArXiv cs.AIDev.to · FORUM WEBForbes InnovationDev.to AIOpenAI NewsHugging Face Blog

Dev.to · Will Velida
1mo ago
Preventing Rogue AI Agents
Preventing OWASP ASI10 Rogue Agents in a .NET AI agent with behavioural constraints, kill switches, audit logging, immutable tools, and defence in depth.

Dev.to · Will Velida
1mo ago
Preventing Human-Agent Trust Exploitation in AI Agents
Preventing OWASP ASI09 Human-Agent Trust Exploitation in a .NET AI agent with medical disclaimers, tool-grounded responses, trust calibration, and confidence in

Dev.to · Will Velida
1mo ago
Preventing Cascading Failures in AI Agents
Preventing OWASP ASI08 Cascading Failures in a .NET AI agent with resilience handlers, structured error responses, caching, and distributed tracing.

Dev.to · Will Velida
1mo ago
Preventing Insecure Inter-Agent Communication in AI Agents
Preventing OWASP ASI07 Insecure Inter-Agent Communication in a .NET AI agent with mutual authentication, signed messages, anti-replay, typed contracts, and prot

Dev.to · Will Velida
1mo ago
Preventing Memory and Context Poisoning in AI Agents
Preventing OWASP ASI06 Memory and Context Poisoning in a .NET AI agent with session isolation, content validation, cache TTLs, and immutable configuration.

Dev.to · Will Velida
1mo ago
Preventing Unexpected Code Execution in AI Agents
Preventing OWASP ASI05 Unexpected Code Execution in a .NET AI agent with input validation, non-root containers, static tool registration, and runtime monitoring

Dev.to · Will Velida
1mo ago
Preventing Agentic Supply Chain Vulnerabilities
Preventing OWASP ASI04 Agentic Supply Chain Vulnerabilities in a .NET AI agent with SBOMs, dependency pinning, kill switches, and zero-trust architecture.

Dev.to · Will Velida
1mo ago
Preventing Identity and Privilege Abuse in AI Agents
Preventing OWASP ASI03 Identity and Privilege Abuse in a .NET AI agent with Entra Agent ID, RBAC, federated credentials, and per-action authorization.

Dev.to · Will Velida
1mo ago
Preventing Tool Misuse in AI Agents
Implementing OWASP ASI02 mitigations against Tool Misuse and Exploitation in a .NET 10 AI agent built with the Microsoft Agent Framework.

Dev.to · Will Velida
1mo ago
Preventing Agent Goal Hijack in AI Agents
My side project (Biotrackr) now has an agent! It's essentially a chat agent that interacts with my...

Dev.to · Will Velida
1mo ago
Securing AI Agents: Implementing the OWASP Top 10 for Agentic Applications to my Health Data Agent
A practical walkthrough of the OWASP Agentic Top 10, implemented in a real .NET 10 AI agent built with the Microsoft Agent Framework.

Dev.to · Will Velida
1mo ago
Building a Health Data Chat Agent with Claude and the Microsoft Agent Framework
Using the Microsoft Agent Framework, we can build agents that interact with our data via chat...

Dev.to · Will Velida
1mo ago
How to Call Azure Services from an AI Agent Using Entra Agent ID and the .NET Azure SDK
Introduction: The Identity Problem with AI Agents AI agents are moving beyond simple...

Dev.to · Will Velida
3mo ago
How to Store Chat History Using External Storage in Microsoft Agent Framework
Chat history and memory allow agents to maintain context across conversations and remember user...

Dev.to · Will Velida
3mo ago
Using GitHub Models with the Microsoft Agent Framework
Almost a year ago, I wrote a blog post on how you could use GitHub Models with Semantic Kernel...
DeepCamp AI