Skip to main content

m365-agents-dotnet

Enables the development of multichannel agents for Microsoft 365 and Teams using .NET with ASP.NET Core and MSAL authentication.

Install this skill

or
91/100

Security score

The m365-agents-dotnet skill was audited on Mar 2, 2026 and we found 9 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 50

External URL reference

SourceSKILL.md
50"AuthorityEndpoint": "https://login.microsoftonline.com/{{TenantId}}",
low line 52

External URL reference

SourceSKILL.md
52"https://api.botframework.com/.default"
low line 114

External URL reference

SourceSKILL.md
114app.Urls.Add("http://localhost:3978");
low line 206

External URL reference

SourceSKILL.md
206.WithRedirectUri("http://localhost")
low line 286

External URL reference

SourceSKILL.md
286| Microsoft 365 Agents SDK | https://learn.microsoft.com/en-us/microsoft-365/agents-sdk/ |
low line 287

External URL reference

SourceSKILL.md
287| AddAgent API | https://learn.microsoft.com/en-us/dotnet/api/microsoft.agents.hosting.aspnetcore.servicecollectionextensions.addagent?view=m365-agents-sdk |
low line 288

External URL reference

SourceSKILL.md
288| AgentApplication API | https://learn.microsoft.com/en-us/dotnet/api/microsoft.agents.builder.app.agentapplication?view=m365-agents-sdk |
low line 289

External URL reference

SourceSKILL.md
289| Auth configuration options | https://learn.microsoft.com/en-us/microsoft-365/agents-sdk/microsoft-authentication-library-configuration-options |
low line 290

External URL reference

SourceSKILL.md
290| Copilot Studio integration | https://learn.microsoft.com/en-us/microsoft-365/agents-sdk/integrate-with-mcs |
Scanned on Mar 2, 2026
View Security Dashboard
Installation guide →