mena-payment-guardian

mena-payment-guardian is a skill for Claude Code, Codex from ArabAgentSkills/arab-payments-skill-atlas. It costs 91 tokens per session (1,641 once invoked), scanned A, original, MIT.

A review guide for building payment and buy-now-pay-later flows in Arab and Middle Eastern and North African markets. It covers providers, payment callbacks, signatures, currencies, and keeping secret keys on the server.

In plain words
What is it for?
Use it when integrating or reviewing services such as Paymob, FawryPay, Tabby, Tamara, or PayTabs. It helps check webhooks, payment verification, captures, refunds, duplicate events, and tests for failed or delayed callbacks.
Why use it?
Payment providers can send duplicate, delayed, or misleading updates, and a browser redirect alone may not prove that money was received. This guide helps prevent incorrect fulfilment, exposed secrets, and payment-state errors.

Skill for Claude CodeCodex

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

Good fit Use it when integrating or reviewing services such as Paymob, FawryPay, Tabby, Tamara, or PayTabs. It helps check webhooks, payment verification, captures, refunds, duplicate events, and tests for failed or delayed callbacks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/arabagentskills/arab-payments-skill-atlas/mena-payment-guardian
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 ArabAgentSkills/arab-payments-skill-atlas --skill mena-payment-guardian
Clone the repo
git clone --depth 1 https://github.com/ArabAgentSkills/arab-payments-skill-atlas

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 mena-payment-guardian

README.md
[![agentmods](https://agentmods.dev/badge/skills/arabagentskills/arab-payments-skill-atlas/mena-payment-guardian/github.svg)](https://agentmods.dev/skills/arabagentskills/arab-payments-skill-atlas/mena-payment-guardian)
Your own site
<a href="https://agentmods.dev/skills/arabagentskills/arab-payments-skill-atlas/mena-payment-guardian"><img src="https://agentmods.dev/badge/skills/arabagentskills/arab-payments-skill-atlas/mena-payment-guardian/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 mena-payment-guardian

Your own site · 80×15
<a href="https://agentmods.dev/skills/arabagentskills/arab-payments-skill-atlas/mena-payment-guardian"><img src="https://agentmods.dev/badge/skills/arabagentskills/arab-payments-skill-atlas/mena-payment-guardian.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 91 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,641 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.00091 $0.01641
Opus 5 $0.00046 $0.00821
Sonnet 5 $0.00018 $0.00328
Haiku 4.5 $0.00009 $0.00164

Measured 12d ago against content hash d865fc26270b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

mena-payment-guardian 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 12d 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.

skills/mena-payment-guardian/SKILL.md · 114 lines

How it starts

The opening of the file, as written. The whole thing — 114 lines — stays where its author put it; the contents beside it link to each section on GitHub.

MENA Payment Guardian

Mission

Use this skill for Arab/MENA payment and BNPL integrations where redirects, webhook delivery, signature validation, capture timing, local currencies, and duplicate events can break production. Provider references are source-linked field notes; official provider docs and merchant agreements remain the authority for endpoint-level details.

Decision Path

Always follow this order:

  1. Identify the provider, country, integration path, payment method, and environment.
  2. Load the matching provider reference and shared pattern.
  3. Confirm the server boundary and list secret env var names only.
  4. Verify the authenticity signal: HMAC, signature, SecureHash, webhook secret, encrypted webhook payload, static auth header, or documented server-side inquiry.
  5. Compare order reference, provider reference, amount, currency, country/account context, and status.
  6. Store provider events and provider transaction references idempotently before fulfillment.
  7. Fulfill only from verified server-side state.
  8. Add tests or manual QA for duplicate events, invalid signatures, delayed callbacks, stale failures, capture/refund/void misuse, and frontend secret exposure.

Non-Negotiables

  • Treat all money movement as high risk.
  • Never fulfill from a browser redirect, hosted checkout result, SDK callback, BNPL approval page, or frontend-only status alone.
  • Verify provider signatures, HMACs, SecureHash values, webhook secrets, encrypted payloads, or documented server-side inquiry exactly as documented.
  • Keep merchant credentials, HMAC secrets, server keys, secret API keys, access codes, terminal secrets, SHA phrases, and service role keys server-side only.
  • Compare provider amount, currency, country/account context, local order reference, and provider transaction/reference before creating paid state.
  • Make callbacks, webhooks, retries, inquiry responses, capture calls, refunds, voids, and page refreshes idempotent.
  • Store provider event/reference uniqueness before activating subscriptions, enrollments, bookings, credits, shipments, or invoices.
  • Do not overwrite a stronger final paid/captured state with older pending, failed, cancelled, expired, rejected, or duplicate signals.
  • Log safe identifiers only: local order id, provider reference, status, event id, timestamp. Never log tokens, card data, signatures, HMAC secrets, API keys, access codes, SHA phrases, or raw credentials.

Read the full file on GitHub · 114 lines

Files

What ships with it

42 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 12d ago First seen · 114 lines · 91 tokens per session scan A d865fc26270b

Subscribe to this mod's changes

mena-payment-guardian is a skill published in the GitHub repository ArabAgentSkills/arab-payments-skill-atlas (4 stars, last pushed 4d ago), licensed MIT. It adds 91 tokens to every session and 1,641 once invoked, about $0.0005 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-31.

Related

Other skills, from other repositories

stock-analyzer

Provides comprehensive technical analysis for stocks and ETFs using RSI, MACD, Bollinger Bands, and other indicators. Activates when user requests stock analysis, technical indicators, trading signals, or market data for specific ticker symbols.

FrancyJGLisboa/agent-skill-creator · 48 tokens

ai-slop

Operational rubric that turns "don't make AI slop" into observable properties, severity levels, evidence requirements, and repair actions for interface design. Use as the reference rubric when building or reviewing marketing sites, product interfaces, dashboards, portfolios, or e-commerce pages, especially alongside…

waybarrios/opencode-power-pack · 61 tokens

saas-billing

Implement and audit SaaS billing systems, subscription state machines, secure webhooks, and local database synchronization / Implementasi dan audit sistem billing SaaS, state machine langganan, webhook aman, dan sinkronisasi database lokal.

roedyrustam/vibes-plug · 51 tokens

payment-gateway-expert

Expert guide for integrating payment gateways (Stripe, PayPal, Xendit, Midtrans, DOKU) and secure webhooks into SaaS platforms / Panduan ahli integrasi payment gateway dan webhook aman.

roedyrustam/vibes-plug · 49 tokens

doku-mcp-server

Expert guide for DOKU Model Context Protocol (MCP) Server integration. Enables AI Agentic Commerce with tools for payment links, Virtual Accounts, QRIS, transaction status checks, and client configuration (Claude Desktop, Cursor, AGY) / Panduan ahli DOKU MCP Server untuk AI Agentic Commerce.

roedyrustam/vibes-plug · 70 tokens

tray-pagamentos

API de informações de pagamento da Tray (recurso payments). Cobre listar, consultar, criar, atualizar e excluir registros de pagamento (CRUD em /payments), além de consultar as opções de pagamento ativas da loja (/payments/options) e as configurações globais de pagamento (/payments/settings). Total de 7 endpoints.…

tray-tecnologia/tray-api-ai-plugin · 176 tokens