clerk-billing
Pass
Audited by Gen Agent Trust Hub on May 9, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns, obfuscation, or unauthorized data access were identified in the skill files.
- [COMMAND_EXECUTION]: The skill includes instructions for using the
clerkCLI (e.g.,clerk api,clerk config) to manage application billing settings. This usage is consistent with the skill's stated purpose of programmatic billing configuration and utilizes the vendor's official toolset. - [EXTERNAL_DOWNLOADS]: Dependencies on
@clerk/nextjsand@clerk/backendare referenced for implementing billing features in the provided code examples. These are official, well-known packages from the service provider. - [DATA_EXFILTRATION]: The skill provides templates and patterns for handling incoming billing webhooks. The implementation follows security best practices by utilizing signature verification via the
verifyWebhookutility from@clerk/nextjs/webhooksto validate the authenticity of data received from the external service.
Audit Metadata