setup-curlec — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited setup-curlec (Agent Skill) and scored it 96/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 1 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 1 flagged
The text {match} tells the agent to skip the normal "ask the user first" gate. Used adversarially it removes the human-in-the-loop check before destructive or sensitive actions, turning a normally-gated agent into a fire-and-forget executor.
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.
Use this skill for Razorpay Curlec payment gateway integration work.
Read references/curlec-payment-gateway.md before giving factual API guidance or writing integration code. It contains source URLs, integration flow, endpoint map, signature rules, webhook rules, sandbox notes, and common failure fixes from Curlec docs.
Read references/account-setup.md when user asks how to register, which API keys are needed, where credentials come from, or what dashboard setup is required.
order_id to Checkout. Keep Key Secret server-side only.razorpay_payment_id, razorpay_order_id, and razorpay_signature, then verify the signature on the server.https://api.razorpay.com/v1.Key ID:Key Secret; do not expose Key Secret in browser code.order_id + "|" + razorpay_payment_id, where order_id is the server-stored Curlec Order ID. Do not trust or substitute client-sent razorpay_order_id while generating the signature.X-Razorpay-Signature header. Do not JSON-parse, stringify, or mutate the body before verification.x-razorpay-event-id and use monotonic state transitions.captured) before irreversible fulfilment unless your business explicitly fulfils on authorization.callback_url and redirect: true; browser handler alone is not enough.When asked whether a Curlec strategy is "100% confident", run this loop until no factual gaps remain:
references/curlec-payment-gateway.md sections relevant to any gap.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.