billing-integration
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- COMMAND_EXECUTION (SAFE): The bash scripts (
setup-billing.shandconfigure-plans.sh) perform routine local configuration tasks, such as checking for environment variables and creating local reference files (.clerk-features.txt). All user input viareadis handled safely within local scope. - EXTERNAL_DOWNLOADS (SAFE): The setup script installs the official
@clerk/nextjspackage from the npm registry. This is a trusted dependency for the intended integration. - DATA_EXPOSURE (SAFE): While the scripts interact with
.env.local, they only verify the existence of keys or append placeholder configurations. No credentials are hardcoded or exfiltrated to external services. - REMOTE_CODE_EXECUTION (SAFE): The provided webhook handlers for
payment-succeeded.tsandsubscription-created.tsimplement mandatory cryptographic signature verification using thesvixlibrary, protecting the endpoint from unauthorized or spoofed requests.
Audit Metadata