payment-integration
Pass
Audited by Gen Agent Trust Hub on Apr 21, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is a legitimate technical integration guide for HitPay payments. It follows security best practices by instructing developers to use environment variables for sensitive data like API keys and webhook salts.
- [SAFE]: Implementation examples for webhook handling include signature verification using HMAC-SHA256, which prevents unauthorized or forged payment notifications.
- [EXTERNAL_DOWNLOADS]: The skill references the standard and widely-used
qrcodelibrary for rendering payment payloads on the frontend. - [CREDENTIALS_UNSAFE]: No hardcoded secrets, tokens, or private keys were found. The code snippets use placeholders like
process.env.HITPAY_API_KEYfor authentication.
Audit Metadata