paystack-subscriptions
Pass
Audited by Gen Agent Trust Hub on Mar 8, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is a standard API documentation and implementation guide for Paystack Subscriptions.
- [SAFE]: No hardcoded credentials, API keys, or secrets were found. Example identifiers (e.g., 'CUS_xnxdt6s1zg1f4nx', 'SUB_vsyqdmlzble3uii') are used strictly as documentation placeholders.
- [SAFE]: No external downloads or remote code execution patterns were detected. The skill relies on a local
paystackRequesthelper defined in a related setup skill. - [SAFE]: Dynamic URL construction for fetching and managing subscriptions correctly uses
encodeURIComponent()to sanitize user-provided identifiers, preventing basic injection attempts. - [SAFE]: The operations described (POST, GET to Paystack endpoints) are consistent with the stated purpose of managing subscriptions.
Audit Metadata