paystack-customers
Pass
Audited by Gen Agent Trust Hub on Mar 8, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill interfaces with Paystack, a well-known technology company and payment processor. All network requests are directed to official Paystack endpoints for customer management and financial operations.
- [SAFE]: The skill handles sensitive information such as bank account numbers and Bank Verification Numbers (BVN) as required by the Paystack API for identity validation. It correctly utilizes standard functions to ensure data is properly formatted and sanitized before being sent over the network.
- [SAFE]: While the skill interacts with external data (Indirect Prompt Injection surface), it follows best practices for data interpolation. 1. Ingestion points: Customer profiles and metadata retrieved from Paystack API responses. 2. Boundary markers: The skill uses structured JSON communication and URI encoding. 3. Capability inventory: Limited to network requests via a pre-configured paystackRequest helper. 4. Sanitization: Data is serialized using standard libraries, preventing accidental interpretation of data as instructions.
Audit Metadata