azure-ai-textanalytics-py

Warn

Audited by Runlayer on Feb 23, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
78%
Files
2
Flagged
2
Chunks
4
Flagged Files (2)
SKILL.mdHIGH
78.3%

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.

references/acceptance-criteria.mdHIGH
78.3%

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]

Audit Metadata
Max File Score
78%
Classification
UNKNOWN_SERVER
Files Scanned
2
Files Flagged
2
Chunks Analyzed
4
Analyzed
Feb 23, 2026, 06:27 AM
Security Audit — runlayer — azure-ai-textanalytics-py