azure-search-documents-ts
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFE
Full Analysis
- Official SDK Integration: The skill utilizes
@azure/search-documentsand@azure/identity, which are standard, official libraries provided by Microsoft for Azure service interaction. - Secure Authentication Patterns: The instructions favor the use of
DefaultAzureCredential, which allows the agent to authenticate using Managed Identities or environment-based credentials, reducing the risk associated with hardcoded API keys. - Data Processing Surface: As a search tool, the skill naturally ingests user-provided queries and documents. This is a standard functional requirement for retrieval-augmented generation (RAG) workflows, and the skill includes specific guidance on using filters to implement document-level security.
Audit Metadata