skills/microsoft/agent-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 May 20, 2026
Risk Level: SAFE
Full Analysis
- [Official SDK Integration]: The skill instructs the use of the
Microsoft.Azure.WebJobs.Extensions.AuthenticationEventsNuGet package. This is a verified Microsoft package hosted on the official NuGet registry and its source is maintained in the Azure SDK for .NET repository. - [Authentication Data Handling]: The examples demonstrate how to process user profile data (such as user IDs and claims) within Azure Functions. This logic is confined to standard claim enrichment and validation workflows required for custom authentication extensions.
- [External Data Retrieval]: One example includes a network request using
HttpClientto an external API (api.example.com) to fetch user claims. This is a common pattern for token enrichment, and the code uses standard .NET libraries for secure communication. - [Validation and Error Handling]: The skill emphasizes best practices such as validating all input data and handling exceptions gracefully to ensure the authentication flow is not inadvertently interrupted.
- [Secure Configuration]: Configuration examples for
local.settings.jsonandhost.jsonuse standard development placeholders and do not contain hardcoded credentials or sensitive secrets.
Audit Metadata