Use when training Roboflow models, improving accuracy, or setting up a production feedback loop — covers architecture selection, model IDs, checkpoints, evaluation metrics, the iterative improvement playbook, and Active Learning through the Project Model Workflow block.
69
83%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Low
Low-risk findings.
2 low severity findings. 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.
In `roboflow-active-learning`, the skill’s required workflow uses a Project Model block with Active Learning review queues that ingest user-generated production inference images and predictions as pre-annotations, so outsider-authored content can be submitted via the user’s running app inputs into the collection/review loop at runtime.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
The skill explicitly allows fetching MCP resources at roboflow://skills/... (e.g., roboflow://skills/training-and-evaluation/active-learning and roboflow://skills/training-and-evaluation/improvement-playbook) via ReadMcpResourceTool as a runtime fallback, which would load remote skill content that can directly drive agent instructions; therefore these roboflow://skills/... URIs are flagged.
f3b2cbd
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.