Azure AI Vision Image Analysis SDK for captions, tags, objects, OCR, people detection, and smart cropping. Use for computer vision and image understanding tasks.
80
71%
Does it follow best practices?
Impact
97%
1.56xAverage score across 3 eval scenarios
Low
Low-risk findings worth noting
Fix and improve this skill with Tessl
tessl review fix ./skills/azure-ai-vision-imageanalysis-py/SKILL.mdLow
Low-risk findings.
1 low severity finding. Worth noting, but not necessarily harmful.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
The Azure AI Vision Image Analysis workflow ingests free text at runtime only as extracted OCR content from an attacker-supplied image URL passed to `client.analyze_from_url(..., visual_features=[VisualFeatures.READ])`, i.e., outsider-provided image content can contain text that the SDK then reads/returns.
fbdfd63
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.