azure-ai-textanalytics-py
Pass
Audited by Gen Agent Trust Hub on Aug 9, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the installation of the
azure-ai-textanalyticspackage. This is the official Python SDK for Microsoft Azure's AI Language service, which is a well-known and trusted technology service. - [INDIRECT_PROMPT_INJECTION]: The skill is designed to process untrusted text data for natural language processing tasks (sentiment analysis, entity recognition, PII detection). This represents a data ingestion surface inherent to the skill's primary purpose.
- Ingestion points: The
documentsarray passed to various client methods inSKILL.md(e.g.,analyze_sentiment,recognize_pii_entities). - Boundary markers: None are present in the example implementations provided.
- Capability inventory: The skill is limited to making API calls to Azure AI services; no dangerous capabilities such as local file writing, subprocess execution, or arbitrary network requests were identified.
- Sanitization: The skill passes data directly to the Azure SDK; no additional sanitization or filtering of input text is performed within the skill logic.
Audit Metadata