Decionis CommerceGate

Decionis CommerceGate is a skill for Claude Code, Codex from decionis/agent-safe-pipeline. It costs 48 tokens per session (358 once invoked), scanned A, original, Apache-2.0.

A commerce policy checker that evaluates proposed price, stock, order, shipping, promotion, refund, and return actions before they are carried out.

In plain words
What is it for?
It is for checking commerce actions on Walmart, Shopify, Adobe Commerce, or Business Central and returning a proceed, hold, or block decision with its reasoning.
Why use it?
It helps prevent actions that violate margin, stock, or refund rules, while leaving the actual marketplace or business-system change to a person or another tool.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It is for checking commerce actions on Walmart, Shopify, Adobe Commerce, or Business Central and returning a proceed, hold, or block decision with its reasoning.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/decionis/agent-safe-pipeline/decionis-commercegate
Install

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.

Any agent
npx skills add decionis/agent-safe-pipeline --skill decionis-commercegate
Clone the repo
git clone --depth 1 https://github.com/decionis/agent-safe-pipeline

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for Decionis CommerceGate

README.md
[![agentmods](https://agentmods.dev/badge/skills/decionis/agent-safe-pipeline/decionis-commercegate/github.svg)](https://agentmods.dev/skills/decionis/agent-safe-pipeline/decionis-commercegate)
Your own site
<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.

agentmods 80×15 button for Decionis CommerceGate

Your own site · 80×15
<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>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 358 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured today against content hash c50f2fad1bd8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

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.

skills/decionis-commercegate/SKILL.md · 28 lines

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_action before 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_dossier or commercegate_get_proof_packet.
Changes

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.

  1. today First seen · 28 lines · 48 tokens per session scan A c50f2fad1bd8

Subscribe to this mod's changes

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.