hootsuite-rate-limits
Pass
Audited by Gen Agent Trust Hub on Sep 9, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides technical guidance and code examples for implementing rate limiting, backoff, and idempotency logic specifically for the Hootsuite API.
- [DATA_EXPOSURE_AND_EXFILTRATION]: The code snippets correctly use environment variables (
process.env.HOOTSUITE_ACCESS_TOKEN) for authentication, which is a recommended security practice to avoid hardcoding credentials. - [EXTERNAL_DOWNLOADS]: The skill references the standard
p-queueNode.js package for managing request concurrency, which is a well-known and widely used utility. - [COMMAND_EXECUTION]: Network operations are directed to the official Hootsuite API endpoint (
platform.hootsuite.com) and resources point to the official developer documentation.
Audit Metadata