Skip to main content

monetization

Provides strategies and implementation for monetizing digital products using Stripe, including subscriptions and pricing optimization.

Install this skill

or
86/100

Security score

The monetization skill was audited on May 13, 2026 and we found 6 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 15

Webhook reference - potential data exfiltration

SourceSKILL.md
15Estrategia e implementacao de monetizacao para produtos digitais - Stripe, subscriptions, pricing experiments, freemium, upgrade flows, churn prevention, revenue optimization e modelos de negocio SaaS
low line 70

Webhook reference - potential data exfiltration

SourceSKILL.md
70STRIPE_WEBHOOK_SECRET = os.environ["STRIPE_WEBHOOK_SECRET"]
medium line 138

Webhook reference - potential data exfiltration

SourceSKILL.md
138## Webhook - Processar Eventos
low line 144

Webhook reference - potential data exfiltration

SourceSKILL.md
144async def stripe_webhook(request: Request):
low line 149

Webhook reference - potential data exfiltration

SourceSKILL.md
149event = stripe.Webhook.construct_event(
low line 150

Webhook reference - potential data exfiltration

SourceSKILL.md
150payload, sig_header, STRIPE_WEBHOOK_SECRET
Scanned on May 13, 2026
View Security Dashboard
Installation guide →