Skip to main content

hootsuite-cost-tuning

Optimizes Hootsuite costs by analyzing billing, reducing API usage, and implementing budget alerts for effective social media management.

Install this skill

or
79/100

Security score

The hootsuite-cost-tuning skill was audited on May 18, 2026 and we found 5 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 53

Template literal with variable interpolation in command context

SourceSKILL.md
53console.log(`Active profiles: ${profiles.length}`);
medium line 54

Template literal with variable interpolation in command context

SourceSKILL.md
54console.log(`Networks: ${[...new Set(profiles.map(p => p.type))].join(', ')}`);
medium line 69

Template literal with variable interpolation in command context

SourceSKILL.md
69setInterval(() => { console.log(`Hootsuite API calls: ${apiCallCount}`); apiCallCount = 0; }, 3600000);
medium line 34

Webhook reference - potential data exfiltration

SourceSKILL.md
34| Business | $739/mo | 35 | 5+ | Full API + webhooks |
low line 74

External URL reference

SourceSKILL.md
74- [Hootsuite Pricing](https://www.hootsuite.com/plans)
Scanned on May 18, 2026
View Security Dashboard
Installation guide →