azure-ai-textanalytics-py
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches and installs the official
azure-ai-textanalyticslibrary from Microsoft's public repository. - [PROMPT_INJECTION]: The skill processes external text input, which constitutes an attack surface for indirect prompt injection.
- Ingestion points: Documents provided to analysis methods like
analyze_sentiment,recognize_entities, andrecognize_pii_entitiesinSKILL.md. - Boundary markers: No specific delimiters or boundary markers are used for the processed text documents.
- Capability inventory: The skill is limited to text analysis operations; it lacks any capabilities for file writing, system command execution, or unauthorized network communication.
- Sanitization: No input sanitization is performed on the text documents before they are sent to the Azure API for analysis.
Audit Metadata