Skip to main content

hootsuite-performance-tuning

Enhances Hootsuite API performance through caching, batching, and connection pooling for faster integrations.

Install this skill

or
80/100

Security score

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

Categories Tested

Security Issues

medium line 41

Template literal with variable interpolation in command context

SourceSKILL.md
41headers: { 'Authorization': `Bearer ${await getStoredToken()}` },
medium line 62

Template literal with variable interpolation in command context

SourceSKILL.md
62headers: { 'Authorization': `Bearer ${process.env.HOOTSUITE_ACCESS_TOKEN}`, 'Content-Type': 'application/json' },
medium line 69

Template literal with variable interpolation in command context

SourceSKILL.md
69console.log(`Scheduled ${succeeded}/${posts.length} posts`);
low line 40

Fetch to external URL

SourceSKILL.md
40const response = await fetch('https://platform.hootsuite.com/v1/socialProfiles', {
low line 60

Fetch to external URL

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

Access to .env file

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

External URL reference

SourceSKILL.md
40const response = await fetch('https://platform.hootsuite.com/v1/socialProfiles', {
low line 60

External URL reference

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