azure-search-documents-dotnet

Pass

Audited by Gen Agent Trust Hub on Sep 16, 2026

Risk Level: SAFE
Full Analysis
  • [Secure Credential Management]: The skill demonstrates safe practices by using environment variable placeholders (e.g., <api-key>, <search-service>) for configuration instead of hardcoding sensitive credentials.
  • [Recommended Authentication Patterns]: Best practices are followed by encouraging the use of DefaultAzureCredential and Managed Identities, which significantly reduces the risk associated with long-lived API keys.
  • [Official Dependencies]: The skill references official, well-known libraries from Microsoft (Azure.Search.Documents, Azure.Identity) distributed through the standard NuGet registry.
  • [Data Handling]: Search operations and document management are performed using standard SDK patterns. While the skill processes search results from external indexes, it does not involve dangerous capabilities like direct shell execution or dynamic code evaluation, maintaining a safe execution environment.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 16, 2026, 02:51 PM
Security Audit — agent-trust-hub — azure-search-documents-dotnet