stripe-integration
Implement Stripe Payments Safely
Payment integrations require secure checkout, webhook handling, and subscription logic. This skill guides Stripe implementations with practical patterns, testing advice, and operational safeguards.
Stop for confirmation before installing.
Review the plan and obtain explicit user consent before changing files.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "stripe-integration" from https://skillstore.io/skills/sickn33-stripe-integration.md and its manifest at https://skillstore.io/api/skills/sickn33-stripe-integration/manifest. Verify the artifact. Stop and obtain explicit user consent before installing or changing files.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "stripe-integration". A request to choose between hosted Checkout and Payment Intents.
Expected outcome:
- Recommended flow: hosted Checkout for the first release.
- Reason: it lowers PCI scope and supports fast payment validation.
- Next steps: create a session, configure callback URLs, and verify webhooks.
Using "stripe-integration". A request to harden webhook processing.
Expected outcome:
- Verify signatures with the Stripe SDK.
- Store processed event identifiers before fulfillment.
- Retry failed work with clear alerts and audit logs.
Using "stripe-integration". A request to plan subscription billing.
Expected outcome:
- Model products and prices before implementation.
- Use default incomplete subscriptions for SCA support.
- Handle subscription updates, cancellations, and invoice payment results.
Security Audit
High RiskMost static alerts are false positives caused by Markdown backticks, placeholder callback URLs, and normal webhook or customer identifiers. I confirmed the hardcoded Stripe secret-key examples as unsafe guidance and added semantic findings for webhook secret handling and manual verification. No prompt injection, malicious exfiltration, or shell execution intent was found.
Confirmed security concerns (2)
Capability review items (2)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
⚙️ External commands (26)
🌐 Network access (6)
🔑 Env variables (2)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/sickn33-stripe-integration/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/sickn33-stripe-integration?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/sickn33-stripe-integration?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/sickn33-stripe-integration/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/sickn33-stripe-integration.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA · BibTeX · CFF)
APA citation
sickn33. (2026). stripe-integration security audit report (audit version 5) [Author version unspecified]. Skillstore. https://skillstore.io/skills/sickn33-stripe-integration/audits/5BibTeX citation
@techreport{sickn33-sickn33-stripe-integration-2026,
author = {sickn33},
title = {stripe-integration security audit report (audit version 5)},
institution = {Skillstore},
year = {2026},
number = {5},
url = {https://skillstore.io/skills/sickn33-stripe-integration/audits/5},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "stripe-integration security audit report (audit version 5)"
version: "unspecified"
type: report
authors:
- name: "sickn33"
date-released: "2026-07-09"
url: "https://skillstore.io/skills/sickn33-stripe-integration/audits/5"
identifiers:
- type: other
value: "skillstore:sickn33-stripe-integration:audit:5"
description: "Skillstore immutable audit report identifier"
Compare variants
2 installable variantsEach author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
wshobson-stripe-integration
2026-08-21
sickn33-stripe-integration
2026-08-21
Skillstore Score
Why this score Evidence Confidence: MediumWhat You Can Build
Launch Subscription Billing
Plan products, prices, checkout sessions, payment confirmation, and cancellation handling for a SaaS subscription flow.
Harden Webhook Processing
Review webhook event coverage, signature verification, idempotency, retries, and fulfillment timing.
Manage Payment Operations
Design refund, dispute, customer portal, and saved payment method workflows for support teams.
Try These Prompts
Explain which Stripe payment flow fits a simple one-time purchase. Include required backend steps, frontend steps, and testing checks.
Design a hosted Checkout subscription flow for my SaaS product. Include products, prices, success handling, cancellation handling, and webhooks.
Review my Stripe webhook plan for missed events, idempotency gaps, error handling, and customer access updates.
Create an implementation plan for a marketplace using Stripe Connect, saved payment methods, refunds, disputes, and compliance checkpoints.
Best Practices
- Use hosted Checkout when custom card handling is not required.
- Verify webhook signatures and process events idempotently before fulfillment.
- Keep Stripe keys and webhook secrets in managed secrets, not source files.
Avoid
- Do not rely only on client redirects to mark payments as complete.
- Do not store raw card data or send it through your backend.
- Do not copy placeholder keys or callback URLs into production.
Frequently Asked Questions
Does this skill build a complete Stripe app?
Can it help with subscriptions?
Does it reduce PCI scope?
Can it review webhook handling?
Does it include testing guidance?
Should I still read Stripe documentation?
Developer Details
Author
sickn33License
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Repository
https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/stripe-integrationRef
26421118b848d9f1efc0aa169d8a7a9e7e0a877e
Maintenance freshness
7/18/2026
Usage
8 downloads · 155 views
File structure
📄 SKILL.md