Skip to main content

hootsuite-upgrade-migration

Facilitates the analysis, planning, and execution of Hootsuite SDK upgrades, ensuring smooth transitions with breaking change detection.

Install this skill

or
91/100

Security score

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

Categories Tested

Security Issues

medium line 48

Template literal with variable interpolation in command context

SourceSKILL.md
48const response = await fetch(`https://platform.hootsuite.com/${API_VERSION}/messages`, ...);
low line 45

Fetch to external URL

SourceSKILL.md
45const response = await fetch('https://platform.hootsuite.com/v1/messages', ...);
low line 47

Access to .env file

SourceSKILL.md
47const API_VERSION = process.env.HOOTSUITE_API_VERSION || 'v1';
low line 45

External URL reference

SourceSKILL.md
45const response = await fetch('https://platform.hootsuite.com/v1/messages', ...);
low line 48

External URL reference

SourceSKILL.md
48const response = await fetch(`https://platform.hootsuite.com/${API_VERSION}/messages`, ...);
Scanned on May 27, 2026
View Security Dashboard
Installation guide →