discounts-and-promotions
Pass
Audited by Gen Agent Trust Hub on Aug 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides instructional content and code examples for interacting with the Dodo Payments API.
- All code samples use
process.env.DODO_PAYMENTS_API_KEYfor authentication, which is a standard and secure practice for managing secrets. - The documentation explicitly warns against common security pitfalls, such as relying solely on client-side validation for discount codes.
- Network requests are directed exclusively to the vendor's official domains (e.g.,
test.dodopayments.com,docs.dodopayments.com). - The SDK dependency (
dodopayments) is the official package provided by the skill's author.
Audit Metadata