azure-ai-formrecognizer-java
Pass
Audited by Gen Agent Trust Hub on May 11, 2026
Risk Level: SAFE
Full Analysis
- Secure Credential Management: The skill demonstrates how to manage sensitive information like API keys and endpoints using environment variables via
System.getenv(), which aligns with security best practices for avoiding hardcoded secrets. - Authentication Best Practices: The documentation correctly prioritizes the use of
DefaultAzureCredential, which provides a more secure and flexible way to manage identity in Azure environments compared to static API keys. - Trusted Resource Usage: Code examples utilize sample documents hosted on official Azure GitHub repositories (
github.com/Azure), ensuring that external content comes from a verifiable and trusted source. - Defined Capability Scope: The skill focuses on document analysis and management within the Azure AI Document Intelligence service, with no evidence of unexpected network operations or system-level modifications.
Audit Metadata