azure-ai-contentsafety-py
Warn
Audited by Snyk on Jun 23, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.70). The required runtime workflow calls
client.analyze_text(request)withAnalyzeTextOptions(text=...), so any free-formtextsupplied by an outsider (e.g., user comments/messages) would be ingested into the LLM context via the SDK’s request payload; the SKILL.md itself doesn’t constrain the source of thattext.
Issues (1)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata