stripe-local-dev
Audited by Socket on Feb 17, 2026
1 alert found:
Obfuscated FileThe script implements convenience automation to forward Stripe webhooks and persist the ephemeral webhook secret into a Convex environment. I found no deliberate obfuscation, hard-coded credentials, or direct evidence of malicious code paths. The primary risks are operational and privilege-related: unvalidated .env.local leading to webhook redirection, silent failure modes (tail -f /dev/null and suppressed command output) that mask problems, and automatic writing of a sensitive secret to an external environment without explicit authorization or verification. These issues make the script moderately risky for automated or multi-tenant environments unless mitigations (validation, explicit auth, error handling, auditing) are added.