Skip to main content

hootsuite-rate-limits

Implements Hootsuite rate limiting and retry logic to optimize API request throughput and handle rate limit errors.

Install this skill

or
81/100

Security score

The hootsuite-rate-limits skill was audited on May 27, 2026 and we found 7 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 47

Template literal with variable interpolation in command context

SourceSKILL.md
47headers: { 'Authorization': `Bearer ${process.env.HOOTSUITE_ACCESS_TOKEN}`, ...options.headers },
medium line 52

Template literal with variable interpolation in command context

SourceSKILL.md
52console.log(`Rate limited. Retrying in ${retryAfter}s`);
medium line 76

Template literal with variable interpolation in command context

SourceSKILL.md
76headers: { 'Authorization': `Bearer ${process.env.HOOTSUITE_ACCESS_TOKEN}`, 'Content-Type': 'application/json' },
low line 74

Fetch to external URL

SourceSKILL.md
74fetch('https://platform.hootsuite.com/v1/messages', {
low line 47

Access to .env file

SourceSKILL.md
47headers: { 'Authorization': `Bearer ${process.env.HOOTSUITE_ACCESS_TOKEN}`, ...options.headers },
low line 76

Access to .env file

SourceSKILL.md
76headers: { 'Authorization': `Bearer ${process.env.HOOTSUITE_ACCESS_TOKEN}`, 'Content-Type': 'application/json' },
low line 74

External URL reference

SourceSKILL.md
74fetch('https://platform.hootsuite.com/v1/messages', {
Scanned on May 27, 2026
View Security Dashboard
Installation guide →