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
| 41 | headers: { 'Authorization': `Bearer ${await getStoredToken()}` }, |
medium line 62
Template literal with variable interpolation in command context
SourceSKILL.md
| 62 | headers: { 'Authorization': `Bearer ${process.env.HOOTSUITE_ACCESS_TOKEN}`, 'Content-Type': 'application/json' }, |
medium line 69
Template literal with variable interpolation in command context
SourceSKILL.md
| 69 | console.log(`Scheduled ${succeeded}/${posts.length} posts`); |
low line 40
Fetch to external URL
SourceSKILL.md
| 40 | const response = await fetch('https://platform.hootsuite.com/v1/socialProfiles', { |
low line 60
Fetch to external URL
SourceSKILL.md
| 60 | fetch('https://platform.hootsuite.com/v1/messages', { |
low line 62
Access to .env file
SourceSKILL.md
| 62 | headers: { 'Authorization': `Bearer ${process.env.HOOTSUITE_ACCESS_TOKEN}`, 'Content-Type': 'application/json' }, |
low line 40
External URL reference
SourceSKILL.md
| 40 | const response = await fetch('https://platform.hootsuite.com/v1/socialProfiles', { |
low line 60
External URL reference
SourceSKILL.md
| 60 | fetch('https://platform.hootsuite.com/v1/messages', { |
Scanned on May 27, 2026
View Security DashboardGitHub Stars 2.2K
Rate this skill
Categorymarketing
UpdatedJune 10, 2026
jeremylongshore/claude-code-plugins-plus-skills