azure-search-documents-py
Pass
Audited by Gen Agent Trust Hub on May 4, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: Validated dependencies. The skill utilizes the official Microsoft Azure SDKs (
azure-search-documentsandazure-identity), which are established and trusted packages for cloud operations. - [SAFE]: Secure credential handling. The skill does not contain hardcoded secrets. It provides placeholders for sensitive values and correctly recommends using
DefaultAzureCredentialfor production environments to avoid long-lived API keys. - [PROMPT_INJECTION]: The skill provides patterns for retrieving data from search indexes, which constitutes an indirect prompt injection surface. No malicious instructions were detected in the skill itself.
- Ingestion points: Data enters the agent context via search results and suggestions through the
SearchClient.searchandSearchClient.suggestmethods. - Boundary markers: Absent. The code snippets do not include explicit delimiters or instructions to ignore embedded commands in the retrieved search data.
- Capability inventory: The skill performs network operations to the Azure AI Search API for indexing and querying.
- Sanitization: Absent. The snippets do not demonstrate validation or filtering of the content retrieved from the external index.
Audit Metadata