15 articles

📰 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
Preventing Memory and Context Poisoning in AI Agents
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.
Preventing Unexpected Code Execution in AI Agents
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
Preventing Agentic Supply Chain Vulnerabilities
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.
Preventing Identity and Privilege Abuse in AI Agents
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.
Preventing Tool Misuse in AI Agents
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.
Preventing Agent Goal Hijack in AI Agents
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...
Securing AI Agents: Implementing the OWASP Top 10 for Agentic Applications to my Health Data Agent
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.
Building a Health Data Chat Agent with Claude and 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...
How to Call Azure Services from an AI Agent Using Entra Agent ID and the .NET Azure SDK
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...
How to Store Chat History Using External Storage in Microsoft Agent Framework
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...
Using GitHub Models with the Microsoft Agent Framework
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...