customerio-rate-limits
Pass
Audited by Gen Agent Trust Hub on Mar 24, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a developer implementation guide for handling API rate limits. It provides TypeScript code snippets for token bucket rate limiting and exponential backoff logic, which are standard engineering practices.
- [EXTERNAL_DOWNLOADS]: The implementation code references legitimate third-party libraries
@customerio/trackandp-queue. These are well-known packages appropriate for the skill's stated purpose of interacting with the Customer.io API and managing request concurrency. - [CREDENTIALS_UNSAFE]: The skill follows security best practices by utilizing environment variables (
process.env.CUSTOMERIO_SITE_IDandprocess.env.CUSTOMERIO_API_KEY) for secret management rather than hardcoding credentials or suggesting insecure storage.
Audit Metadata