paymob-integration — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited paymob-integration (Plugin) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A Claude Code / Cowork plugin that gives Claude expert-level knowledge of Paymob payment gateway integration. It guides developers step-by-step through accepting payments via cards, mobile wallets, BNPLs, Apple Pay, Google Pay, kiosk, and bank installments across any tech stack.
When you ask Claude for help integrating Paymob, this plugin provides:
claude plugin install --git https://github.com/PaymobAccept/Paymob-Claude-Integration-SkillInstall from the plugin marketplace, or point to this repo as a custom marketplace source.
git clone https://github.com/PaymobAccept/Paymob-Claude-Integration-Skill.git
claude --plugin-dir ./Paymob-Claude-Integration-SkillOnce installed, Claude automatically activates the skill when you ask about Paymob. Try prompts like:
paymob-integration-plugin/
├── .claude-plugin/
│ └── plugin.json # Plugin manifest
├── skills/
│ └── paymob-integration/
│ ├── SKILL.md # Main skill (Intention API, checkout, webhooks, features)
│ └── references/
│ ├── nodejs.md # Node.js / TypeScript / NestJS
│ ├── python.md # Python / Django / Flask / FastAPI
│ ├── php.md # PHP / Laravel
│ ├── dotnet.md # .NET / C#
│ ├── ruby.md # Ruby / Rails
│ ├── frontend.md # React / Next.js / Vue / Pixel SDK
│ ├── mobile.md # iOS / Android / Flutter / React Native native SDKs
│ ├── hmac-validation.md # HMAC implementations (all 3 types, all languages)
│ ├── subscriptions.md # Subscription plans, management, webhooks
│ └── saved-cards.md # Card tokens, CIT, MIT flows
├── universal-prompt.md # Cross-platform prompt (ChatGPT, Gemini, etc.)
├── LICENSE
└── README.md| Method | Regions | Notes |
|---|---|---|
| Cards (Visa, MC, Amex, MADA, OmanNet) | EGY, KSA, UAE, OMN | 3DS, Moto, Card-on-File, Auth/Cap |
| Mobile Wallets (Vodafone Cash, Orange Cash, StcPay, etc.) | EGY, KSA | — |
| BNPLs (Valu, Tabby, Tamara, Souhoola, Sympl, etc.) | EGY, KSA, UAE | 15+ providers |
| Apple Pay | EGY, KSA, UAE, OMN | Requires certificates |
| Google Pay | KSA, UAE, OMN | Not yet in Egypt |
| Bank Installments | EGY | Live IDs only |
| Kiosk (Aman, Masary) | EGY | No refund support |
| Region | Base URL |
|---|---|
| Egypt (EGY) | https://accept.paymob.com |
| Oman (OMN) | https://oman.paymob.com |
| Saudi Arabia (KSA) | https://ksa.paymob.com |
| UAE | https://uae.paymob.com |
Contributions are welcome! If Paymob releases new APIs or you have improvements for a specific tech stack:
git checkout -b feature/add-go-support)This repo includes a universal system prompt (universal-prompt.md) that works with ChatGPT, Gemini, Cursor, Windsurf, and any other AI assistant. Paste it into your AI's system prompt or custom instructions.
MIT — see LICENSE for details.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.