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 decionis/agent-safe-pipeline --skill decionis-commercegategit clone --depth 1 https://github.com/decionis/agent-safe-pipelineWrote 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/decionis/agent-safe-pipeline/decionis-commercegate)<a href="https://agentmods.dev/skills/decionis/agent-safe-pipeline/decionis-commercegate"><img src="https://agentmods.dev/badge/skills/decionis/agent-safe-pipeline/decionis-commercegate/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/decionis/agent-safe-pipeline/decionis-commercegate"><img src="https://agentmods.dev/badge/skills/decionis/agent-safe-pipeline/decionis-commercegate.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.00048 | $0.00358 |
| Opus 5 | $0.00024 | $0.00179 |
| Sonnet 5 | $0.00010 | $0.00072 |
| Haiku 4.5 | $0.00005 | $0.00036 |
Grade A, and why
Decionis CommerceGate 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 today.
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.
What it actually says
Decionis CommerceGate
Before you change a price, publish a stock quantity, accept an order, ship, change a promotion, refund or authorize a return, ask CommerceGate whether the action clears policy. It answers PROCEED, HOLD or BLOCK with the margin, stock or refund math and records a signed Decision Dossier.
Setup
Add the MCP server (local STDIO):
command: npx
args: ["-y", "@decionis/[email protected]"]
env: DECIONIS_API_KEY (secret), DECIONIS_ORG_ID, DECIONIS_API_BASE (optional)
Run commercegate_describe_capabilities first; it works without credentials.
Rules
- Call
commercegate_evaluate_actionbefore the commerce action, with the exact facts (SKU, current and new price or quantity, landed cost, order amounts, refund amount). - PROCEED is a policy result, not permission: the merchant's own tool or a person still performs the action.
- Stop on HOLD, BLOCK, an error or an ambiguous answer and show the reason to the operator.
- CommerceGate never writes to a marketplace or ERP. Do not route around it with another tool.
- For a Business Central transaction, use
commercegate_validate_erp_transaction; ALLOW or BLOCK is enforced there. - When finance asks why, fetch the dossier with
commercegate_get_dossierorcommercegate_get_proof_packet.
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.
- today First seen · 28 lines · 48 tokens per session scan A c50f2fad1bd8
Decionis CommerceGate is a skill published in the GitHub repository decionis/agent-safe-pipeline (532 stars, last pushed today), licensed Apache-2.0. It adds 48 tokens to every session and 358 once invoked, about $0.0002 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-09-10.
Other skills, from other repositories
Braintree Automation
Braintree Automation: manage payment processing via Stripe-compatible tools for customers, subscriptions, payment methods, and transactions.
dd-risk-scoring
Calculate weighted risk scores from specialist agent reports. Use when synthesizing multiple due diligence reports into an overall investment risk assessment.
dd-synthesis
Synthesize findings from multiple specialist agents into a coherent investment recommendation. Use when combining reports from 9+ specialist agents into a single decision document.
dd-report-format
Standard output format for due diligence analysis reports. Use when producing your final analysis to ensure consistency across all specialist agents.
software-payments
Designs production payment and billing systems. Use when implementing Stripe, Paddle, Adyen, subscriptions, tax, marketplaces, or mobile purchase flows.
paypal-integration
Integrate PayPal payment processing with support for express checkout, subscriptions, and refund management. Use when implementing PayPal payments, processing online transactions, or building e-commerce checkout flows.