azure-ai-document-intelligence-dotnet
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFE
Full Analysis
- [Standard Security Practices]: The skill correctly identifies and promotes the use of
DefaultAzureCredentialfrom theAzure.Identitypackage, which is a recommended security practice for managing authentication in cloud environments without hardcoding secrets. - [Credential Management]: Instructions for using environment variables (e.g.,
DOCUMENT_INTELLIGENCE_API_KEY) follow standard developer workflows for secret externalization. The use of placeholders like<your-api-key>prevents the exposure of actual credentials. - [External Resource Validation]: All referenced domains (azure.com, microsoft.com, nuget.org) are official and trusted resources associated with the vendor, Microsoft. The package installation commands target the official NuGet registry.
Audit Metadata