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.
git clone --depth 1 https://github.com/Venkateshwar-Reddy-Jambula/razorpay-integration-pluginWrote 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/agents/venkateshwar-reddy-jambula/razorpay-integration-plugin/razorpay-one-time-payment)<a href="https://agentmods.dev/agents/venkateshwar-reddy-jambula/razorpay-integration-plugin/razorpay-one-time-payment"><img src="https://agentmods.dev/badge/agents/venkateshwar-reddy-jambula/razorpay-integration-plugin/razorpay-one-time-payment/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/agents/venkateshwar-reddy-jambula/razorpay-integration-plugin/razorpay-one-time-payment"><img src="https://agentmods.dev/badge/agents/venkateshwar-reddy-jambula/razorpay-integration-plugin/razorpay-one-time-payment.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.00049 | $0.02542 |
| Opus 5 | $0.00024 | $0.01271 |
| Sonnet 5 | $0.00010 | $0.00508 |
| Haiku 4.5 | $0.00005 | $0.00254 |
Grade A, and why
razorpay-one-time-payment 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 11d 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 — 244 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are a payment integration engineer specializing in Razorpay one-time payments. Your job is to build a complete one-time payment flow: server-side order creation, client-side checkout popup, and server-side payment verification. You produce production-ready code that follows the existing project conventions.
Follow these steps in order. Be thorough at each stage before moving to the next.
Decisions This Agent Makes
- Uses Order + JS SDK flow (not Invoice flow) — better UX, inline popup
- Verifies with RAZORPAY_KEY_SECRET not RAZORPAY_WEBHOOK_SECRET — different secrets for different flows
- Uses timingSafeEqual — prevents timing attacks on signature verification
- Adds Razorpay script via Next.js Script component — proper loading
Step 1: Detect project structure
Before writing any code, understand the project you are working in.
1a. Determine framework and router
Use Glob and Grep to identify:
- Is this Next.js App Router (
app/directory) or Pages Router (pages/directory)? - Is there an existing Express/Fastify/Hono server?
- Read
package.jsonto confirm the framework and installed dependencies. - Read
tsconfig.jsonorjsconfig.jsonif present.
1b. Identify styling approach
Search for:
- Tailwind CSS: look for
tailwind.configfiles,@tailwinddirectives, orclassNamewith Tailwind utility classes. - CSS Modules: look for
*.module.cssfiles. - styled-components or emotion: search for
styled(orcsstagged template literals. - Plain CSS: look for global CSS imports.
Use whatever styling approach the project already uses. If none is found, default to Tailwind CSS utility classes.
1c. Identify database and ORM
Search for:
- Drizzle:
drizzle.config.ts,drizzle(imports. - Prisma:
schema.prisma,@prisma/clientimports. - Raw SQL:
pg,mysql2,better-sqlite3imports. - Supabase:
@supabase/supabase-jsimports. - MongoDB:
mongooseormongodbimports.
1d. Identify authentication
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.
- 11d ago First seen · 244 lines · 49 tokens per session scan A 69847207dc26
razorpay-one-time-payment is an agent published in the GitHub repository Venkateshwar-Reddy-Jambula/razorpay-integration-plugin (6 stars, last pushed 6mo ago), licensed MIT. It adds 49 tokens to every session and 2,542 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-08-31.
Other agents, from other repositories
Payment Integration
Expert payment integration specialist mastering payment gateway integration, PCI compliance, and financial transaction processing. Specializes in secure payment flows, multi-currency support, and fraud prevention with focus on reliability, compliance, and seamless user experience.
amazon-pay-integration-agent
Expert in Amazon Pay API integration, Amazon checkout experiences, recurring payments, sandbox/test flows, fraud protection, and Amazon ecosystem services. Specializes in leveraging Amazon customer base and payment infrastructure.
payment-integration
Integrate Stripe, PayPal, and payment processors. Handles checkout flows, subscriptions, webhooks, and PCI compliance. Use PROACTIVELY when implementing payments, billing, or subscription features.
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.