Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add Swih/mistral-mcp --skill compliance-audit-workflowgit clone --depth 1 https://github.com/Swih/mistral-mcpWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/swih/mistral-mcp/compliance-audit-workflow)<a href="https://agentmods.dev/skills/swih/mistral-mcp/compliance-audit-workflow"><img src="https://agentmods.dev/badge/skills/swih/mistral-mcp/compliance-audit-workflow/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/swih/mistral-mcp/compliance-audit-workflow"><img src="https://agentmods.dev/badge/skills/swih/mistral-mcp/compliance-audit-workflow.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00068 | $0.01338 |
| Opus 5 | $0.00034 | $0.00669 |
| Sonnet 5 | $0.00014 | $0.00268 |
| Haiku 4.5 | $0.00007 | $0.00134 |
Grade A, and why
compliance-audit-workflow scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 169 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Compliance audit workflow
Orchestrates a deployed Mistral Workflow for compliance auditing. Uses workflow_interact(action: "query") to inspect live findings mid-run, and workflow_interact(action: "signal") to approve, escalate, or skip at each decision checkpoint.
Profile note: workflow_execute, workflow_status, and workflow_interact are available in the core profile (default). files_upload (for uploading target documents) requires MISTRAL_MCP_PROFILE=full.
Temporal behavior: while the workflow is processing or waiting for a signal, its status remains RUNNING. Detect "waiting for human input" by querying a status handler, not by checking for a PAUSED status (which doesn't exist in this API).
Important: handler names are workflow-specific
Ask the user (or consult mistral://workflows) for:
- The query handler that exposes current findings (e.g.
"get_findings") - The query handler that exposes checkpoint state (e.g.
"get_checkpoint") - The signal handler that receives audit decisions (e.g.
"audit_decision")
Steps
Step 1 — Collect inputs
Ask the user for:
workflowIdentifier— the deployed audit workflow name or IDscope— compliance framework:"GDPR","SOC2","PCI-DSS","ISO27001", etc.- Target documents:
file_ids (upload viafiles_upload— requiresfullprofile) or public URLs passed as workflow input - Optional:
audit_depth—"quick"/"standard"/"full" - Handler names (if non-default)
Step 2 — Launch the audit
Call workflow_execute:
{
"workflowIdentifier": "<workflow name or ID>",
"input": {
"scope": "<GDPR|SOC2|PCI-DSS|ISO27001>",
"document_ids": ["<file_id_1>", "<file_id_2>"],
"audit_depth": "standard"
}
}
Note structuredContent.execution_id. Confirm: "Audit workflow started — execution ID: <execution_id>."
Step 3 — Poll and query mid-run findings
Loop:
- Call
workflow_statuswith{ "executionId": "<execution_id>" } - Check
structuredContent.status:COMPLETED→ go to Step 5FAILED/CANCELED/TIMED_OUT→ surface error and stopRUNNING→ continue
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 10d ago First seen · 169 lines · 68 tokens per session scan A 7a6d07cc104a
compliance-audit-workflow is a skill published in the GitHub repository Swih/mistral-mcp (15 stars, last pushed yesterday), licensed MIT. It adds 68 tokens to every session and 1,338 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
output-meta-post-flight
Post-flight validation for Output SDK workflow operations. Systematic verification of step completion, convention compliance, quality validation, and deliverable verification.
fluent-development
This skill should be used when the user asks to "build a fluent app", "create a servicenow app in typescript", or mentions "servicenow sdk", "now-sdk", "fluent", "scoped app as code", or "pro-code development" — or when the working directory contains a now.config.json or .now.ts files.
grc-compliance
Build ServiceNow GRC — sncompliancepolicy lifecycle, sncompliancecontrol tests, snriskrisk assessment with inherent/residual scoring, audit engagements, and findings remediation.
affiliation-map
A company-affiliation map built from Russian business registry records. It links founders, managers, related companies, registration details, and bankruptcy information.
prepayment-check
A prepayment check for a company or other business partner using its tax identification number. It examines bankruptcy, court cases, licences, registration status, and the person signing the contract.
bulk-campaign
Send a bulk SMS campaign in Turkey — balance check, opt-out filter, İYS consent, delivery report.