azure-ai-document-intelligence-dotnet
Pass
Audited by Gen Agent Trust Hub on Apr 21, 2026
Risk Level: SAFE
Full Analysis
- Official SDK Integration: The skill facilitates the installation of the Azure.AI.DocumentIntelligence and Azure.Identity packages from the official NuGet registry. These are managed libraries provided by a trusted organization for accessing Azure cloud services.
- Credential Management Best Practices: The instructions emphasize secure authentication methods, specifically recommending DefaultAzureCredential for production environments and the use of environment variables for managing sensitive data like API keys and endpoints. It explicitly advises against hardcoding credentials in code.
- Trusted Remote Resources: All external links provided in the documentation, including GitHub samples and API references, point to official repositories and domains managed by Microsoft and Azure.
- Data Processing Considerations: The skill's primary function is to extract structured data from external documents via provided URIs. This represents a standard use of the Document Intelligence service, and the documentation includes checks for field confidence and error handling as part of the implementation guidance.
Audit Metadata