azure-ai-agents-persistent-dotnet
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references official Microsoft Azure SDK packages, specifically
Azure.AI.Agents.PersistentandAzure.Identity, which are hosted on the public NuGet registry. - [COMMAND_EXECUTION]: Documentation includes standard .NET CLI commands (
dotnet add package) for managing project dependencies. - [SAFE]: All external references point to trusted domains, including official Microsoft documentation (learn.microsoft.com), the Microsoft Azure GitHub organization, and the NuGet package repository.
- [SAFE]: The code samples demonstrate the use of
DefaultAzureCredential, which is the recommended secure pattern for Azure authentication, avoiding the use of hardcoded secrets.
Audit Metadata