Skip to main content

dotnet-microsoft-agent-framework

Integrates AI/LLM via Microsoft Agent Framework for building agentic AI applications in .NET with multi-agent orchestration.

Install this skill

or
90/100

Security score

The dotnet-microsoft-agent-framework skill was audited on Mar 4, 2026 and we found 10 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 131

External URL reference

SourceSKILL.md
131new Uri("https://<resource>.openai.azure.com"),
low line 166

External URL reference

SourceSKILL.md
166"https://<resource>.services.ai.azure.com/api/projects/<project>",
low line 201

External URL reference

SourceSKILL.md
201var client = new OllamaClient(new Uri("http://localhost:11434"));
low line 371

External URL reference

SourceSKILL.md
371var mcpClient = new MCPClient("https://api.example.com/mcp");
low line 595

External URL reference

SourceSKILL.md
595new Uri("https://<resource>.openai.azure.com"),
low line 700

External URL reference

SourceSKILL.md
700- [Microsoft Agent Framework documentation](https://learn.microsoft.com/agent-framework/overview/)
low line 701

External URL reference

SourceSKILL.md
701- [.NET AI ecosystem tools](https://learn.microsoft.com/dotnet/ai/dotnet-ai-ecosystem)
low line 703

External URL reference

SourceSKILL.md
703- [MCP Protocol](https://modelcontextprotocol.io/)
low line 704

External URL reference

SourceSKILL.md
704- [Azure OpenAI documentation](https://learn.microsoft.com/azure/ai-services/openai/)
low line 705

External URL reference

SourceSKILL.md
705- [Microsoft Foundry Agent Service](https://learn.microsoft.com/azure/ai-foundry/agents/overview)
Scanned on Mar 4, 2026
View Security Dashboard
Installation guide →