Framework for building durable workflows with orchestrated activities, used for background jobs, multi-step pipelines, scheduled tasks, LLM agents, or any process requiring fault tolerance, retries, and long-running execution. This skill provides comprehensive documentation and guidance for working with the Mistral Workflows framework.
53
27%
Does it follow best practices?
Impact
100%
1.21xAverage score across 3 eval scenarios
Advisory
Suggest reviewing before use
Optimize this skill with Tessl
npx tessl skill review --optimize ./template/.agents/skills/workflows/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: 1.00). The documentation explicitly instructs workflows to download and process user-provided file URLs (references/guides/assist-workflows.mdx, FileField) and also documents durable agents with built-in WebSearch/DocumentLibrary tools (SKILL.md / Durable Agents) which fetch public web content — both are untrusted third-party sources that the agent is expected to read and that can materially influence subsequent actions.
d68776c
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.