skills/microsoft/skills/microsoft-azure-webjobs-extensions-authentication-events-dotnet/Gen Agent Trust Hub
microsoft-azure-webjobs-extensions-authentication-events-dotnet
Pass
Audited by Gen Agent Trust Hub on Apr 28, 2026
Risk Level: SAFE
Full Analysis
- [Standard External References]: The skill references official Microsoft resources, including NuGet packages (Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents) and GitHub repositories under the Azure organization. These are standard, trusted sources for .NET development.
- [Data Interaction Surface]: The provided code examples demonstrate how to process user-supplied data during authentication events (e.g., token enrichment and attribute collection). While this represents a surface where external data enters the system, the examples include basic validation practices such as checking string lengths and domain suffixes before processing.
- [Placeholder API Usage]: Example code includes a network request to 'api.example.com'. This is a standard documentation placeholder and does not represent a connection to an unknown or untrusted service.
- [Secret Management Guidance]: The documentation encourages the use of managed identities for secure resource access and emphasizes local testing with Azure Functions Core Tools, aligning with security best practices for cloud development.
Audit Metadata