azure-ai-textanalytics-py
Audited by Runlayer on Feb 23, 2026
Malicious tool definition detected
Tool: SKILL.md Description: --- name: azure-ai-textanalytics-py description: | Azure AI Text Analytics SDK for sentiment analysis, entity recognition, key phrases, language detection, PII, and healthcare NLP.
Malicious tool definition detected
Tool: references/acceptance-criteria.md [1/3] Description: # Azure AI Text Analytics SDK Acceptance Criteria **SDK**: `azure-ai-textanalytics` **Repository**: https://github.com/Azure/azure-sdk-for-python **Purpose**: Skill testing acceptance criteria for validating generated code correctness --- ## 1.
Tool: references/acceptance-criteria.md [2/3] Description: be English or Spanish based on context"] result = client.detect_language(documents, country_hint="US") ``` ### 6.3 Anti-Patterns (ERRORS) #### ❌ INCORRECT: Wrong attribute names ```python # WRONG - should be iso6391_name, not iso639_name print(doc.primary_language.iso639_name) ``` The correct attribute name is `iso6391_name` (note: "6391", not "639").
Tool: references/acceptance-criteria.md [3/3]