azure-ai-document-intelligence-dotnet
Audited by Gen Agent Trust Hub on Feb 13, 2026
================================================================================
✅ VERDICT: SAFE
This skill is documentation and code examples for the Azure AI Document Intelligence SDK for .NET. It does not contain any executable scripts or direct malicious behavior. It correctly advises users on secure practices for handling sensitive credentials (API keys, SAS URLs) by recommending environment variables and Microsoft Entra ID, and explicitly warns against hardcoding them. The external dependencies are official Microsoft SDKs from trusted sources.
Total Findings: 2
🔵 LOW Findings: • Unverifiable Dependencies (Trusted Source)
- Line 10: Installation instructions
dotnet add package Azure.AI.DocumentIntelligenceanddotnet add package Azure.Identityrefer to official Microsoft Azure SDKs, which are trusted external sources (github.com/Azure, nuget.org). This is noted as an informational finding.
ℹ️ TRUSTED SOURCE References: • https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/documentintelligence/Azure.AI.DocumentIntelligence
- Line 10: Reference to the official GitHub repository for the SDK. • https://www.nuget.org/packages/Azure.AI.DocumentIntelligence
- Line 10: Reference to the official NuGet package for the SDK.
================================================================================