Deployment option comparison (serverless, dedicated, self-hosted, batch) and Workflow execution patterns. For raw API URL patterns, auth, and request/response formats, see roboflow-api-reference.
53
58%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Advisory
Suggest reviewing before use
Optimize this skill with Tessl
npx tessl skill review --optimize ./skills/inference/SKILL.mdSecurity
1 medium severity finding. This skill can be installed but you should review these findings before use.
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.
Third-party content exposure detected (high risk: 0.70). The skill's docs and workflow examples show the agent accepting and running workflows on external image inputs (Workflows SDK code: images can be local paths, base64, or "https://..." URLs) and ingesting batches from cloud-storage / signed-URL references (batch-staging.md), which the agent is expected to process and whose outputs (counts, branch decisions, OCR results, etc.) can materially influence subsequent tool use and actions — therefore it clearly consumes untrusted third‑party content that can affect behavior.
02936d5
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.