CtrlK
BlogDocsLog inGet started
Tessl Logo

workflows

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.

48

2.94x
Quality

33%

Does it follow best practices?

Impact

100%

2.94x

Average score across 2 eval scenarios

SecuritybySnyk

Medium

Suggest reviewing before use

Fix and improve this skill with Tessl

tessl review fix ./template/.agents/skills/workflows/SKILL.md
SKILL.md
Quality
Evals
Security

Security

1 medium severity finding. This skill can be installed but you should review these findings before use.

Medium

W013: Attempt to modify system services in skill instructions.

What this means

The skill prompts the agent to compromise the security or integrity of the user’s machine by modifying system-level services or configurations, such as obtaining elevated privileges, altering startup scripts, or changing system-wide settings.

Why it was flagged

The skill doc explicitly documents and encourages using sandbox "escape hatches" (workflow.unsafe.imports_passed_through(), workflow.unsafe.skip_determinism_enforcement(), enforce_determinism=False) which amount to bypassing runtime/sandbox protections, though it does not instruct obtaining sudo, editing privileged system files, or creating users.

Report incorrect finding
Repository
mistralai/workflows-starter-app
Audited
Security analysis
Snyk

Is this your skill?

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.