convex-billing
Add Stripe Billing to Convex
Subscription billing requires coordinated checkout, webhook, and access-control logic. This skill provides a focused Convex workflow using the maintained Stripe component.
Vor der Installation anhalten und eine Bestätigung anfordern.
Prüfen Sie den Plan und holen Sie vor Änderungen an Dateien die ausdrückliche Zustimmung des Benutzers ein.
Mit meinem Agent installieren
Kopieren Sie diese Anfrage in Ihren Agent. Sie enthält die maßgebliche Skill-Seite und das Manifest.
Review the Skillstore skill "convex-billing" from https://skillstore.io/skills/get-convex-convex-billing.md and its manifest at https://skillstore.io/api/skills/get-convex-convex-billing/manifest. Verify the artifact. Stop and obtain explicit user consent before installing or changing files.Ihr Agent sollte weiterhin seinen Plan anzeigen und alle von der Sicherheitsrichtlinie verlangten Bestätigungen anfordern.
Agent-lesbare Ressourcen
Verwenden Sie diese Links, wenn ein KI-Agent, Crawler oder Skript sauberen Kontext benötigt, statt die vollständige Seite zu lesen.
Testen
„convex-billing“ wird verwendet. Add subscription billing with Basic and Pro plans.
Erwartetes Ergebnis:
- Registers the Stripe component and webhook route.
- Creates authenticated checkout for server-approved Basic and Pro prices.
- Adds a query that returns the current subscription state.
„convex-billing“ wird verwendet. Check whether my billing setup is ready for production.
Erwartetes Ergebnis:
- Confirms webhook signing and protected secret storage.
- Flags client-controlled price identifiers for server-side validation.
- Verifies the deployment URL and paid-feature authorization rules.
Sicherheitsaudit
Hohes RisikoThe skill legitimately invokes npm and npx to install dependencies and deploy Convex functions. Most static detections are Markdown or configuration references, but the checkout example trusts a client-supplied Stripe price identifier without server-side validation.
Bestätigte Sicherheitsbedenken (1)
Elemente der Fähigkeitsprüfung (2)
Dies sind echte lokale Fähigkeiten, die für diese Fähigkeit erwartet werden können; daher müssen sie überprüft werden, werden jedoch nicht als bestätigtes bösartiges Verhalten gezählt.
Risikofaktoren
⚙️ Externe Befehle (14)
🌐 Netzwerkzugriff (2)
🔑 Umgebungsvariablen (4)
Diesen Bericht teilen & zitieren
Teile den versionierten Bewertungsbericht, das neutrale Badge, die Einbettungskarte und Zitate. Skillstore berichtet Nachweise, ohne zu entscheiden, ob dieser Skill sicher ist.
Berichtslink kopieren
https://skillstore.io/skills/get-convex-convex-billing/audits/1?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown-Badge
[](https://skillstore.io/skills/get-convex-convex-billing?utm_source=security_passport_badge)HTML-Badge
<a href="https://skillstore.io/skills/get-convex-convex-billing?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/get-convex-convex-billing/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Einbettungskarte
<iframe src="https://skillstore.io/embed/skills/get-convex-convex-billing.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Wissenschaftliche Zitate (APA · BibTeX · CFF)
APA-Zitat
get-convex. (2026). convex-billing security audit report (audit version 1) [Author version unspecified]. Skillstore. https://skillstore.io/skills/get-convex-convex-billing/audits/1BibTeX-Zitat
@techreport{get-convex-get-convex-convex-billing-2026,
author = {get-convex},
title = {convex-billing security audit report (audit version 1)},
institution = {Skillstore},
year = {2026},
number = {1},
url = {https://skillstore.io/skills/get-convex-convex-billing/audits/1},
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: "convex-billing security audit report (audit version 1)"
version: "unspecified"
type: report
authors:
- name: "get-convex"
date-released: "2026-09-07"
url: "https://skillstore.io/skills/get-convex-convex-billing/audits/1"
identifiers:
- type: other
value: "skillstore:get-convex-convex-billing:audit:1"
description: "Skillstore immutable audit report identifier"
Skillstore-Score
Warum dieser Score Evidenzvertrauen: MittelWas Sie erstellen können
Launch SaaS Subscriptions
Add authenticated Stripe checkout and subscription access checks to an existing Convex product.
Standardize Billing Integration
Create a consistent Stripe component setup across Convex projects and deployment environments.
Review Subscription Architecture
Compare an existing billing implementation with component-managed webhooks and server-stored subscription state.
Diese Prompts ausprobieren
Add Stripe subscription billing to my Convex application. Show the files to change and use authenticated users for customer records.
Create a subscription checkout action for these approved plans: [PLAN NAMES]. Keep Stripe price IDs in server-controlled configuration.
Add server-side subscription checks for [FEATURE]. Distinguish active, trialing, canceled, and expired access according to these rules: [RULES].
Review my Convex Stripe integration for price validation, webhook verification, customer ownership, redirect configuration, and plan-specific entitlements. Propose focused corrections.
Bewährte Praktiken
- Keep Stripe secrets in Convex environment storage and use separate test and production values.
- Map plan names to approved Stripe price IDs on the server.
- Gate paid features with server-stored subscription state instead of client claims.
Vermeiden
- Do not trust arbitrary price IDs supplied by clients.
- Do not implement webhook signature verification manually when the component already provides it.
- Do not grant access from client-side payment state or checkout success parameters.
Häufig gestellte Fragen
Does this skill support Stripe subscriptions?
Does it support one-time payments?
Where should Stripe secrets be stored?
Does the webhook verify Stripe signatures?
Can clients choose any Stripe price?
How does the skill protect paid features?
Entwicklerdetails
Autor
get-convexLizenz
MIT
Skillstore-Revision
r1
Versionshinweis
Der Autor hat keine Version angegeben.
Ref.
d9e5ab86dafd32a1ddde9b8b4fde177589b55b95
Aktualität der Wartung
8.9.2026
Nutzung
1 Downloads · 0 Aufrufe
Dateistruktur
📄 SKILL.md