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 14, 2026 and we found 6 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 26

Webhook reference - potential data exfiltration

SourceSKILL.md
26Estrategia 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 81

Webhook reference - potential data exfiltration

SourceSKILL.md
81STRIPE_WEBHOOK_SECRET = os.environ["STRIPE_WEBHOOK_SECRET"]
medium line 149

Webhook reference - potential data exfiltration

SourceSKILL.md
149## Webhook - Processar Eventos
low line 155

Webhook reference - potential data exfiltration

SourceSKILL.md
155async def stripe_webhook(request: Request):
low line 160

Webhook reference - potential data exfiltration

SourceSKILL.md
160event = stripe.Webhook.construct_event(
low line 161

Webhook reference - potential data exfiltration

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