Skip to main content

hootsuite-ci-integration

Enables CI/CD integration for Hootsuite with GitHub Actions, automating testing and validation for social media management.

Install this skill

or
82/100

Security score

The hootsuite-ci-integration skill was audited on May 18, 2026 and we found 10 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 32

Template literal with variable interpolation in command context

SourceSKILL.md
32```yaml
medium line 134

Template literal with variable interpolation in command context

SourceSKILL.md
134headers: { Authorization: `Bearer ${access_token}` },
low line 122

Fetch to external URL

SourceSKILL.md
122const tokenRes = await fetch('https://platform.hootsuite.com/oauth2/token', {
low line 133

Fetch to external URL

SourceSKILL.md
133const res = await fetch('https://platform.hootsuite.com/v1/socialProfiles', {
low line 118

Access to .env file

SourceSKILL.md
118const hasCredentials = !!process.env.HOOTSUITE_CLIENT_ID;
low line 127

Access to .env file

SourceSKILL.md
127client_id: process.env.HOOTSUITE_CLIENT_ID!,
low line 128

Access to .env file

SourceSKILL.md
128client_secret: process.env.HOOTSUITE_CLIENT_SECRET!,
low line 129

Access to .env file

SourceSKILL.md
129refresh_token: process.env.HOOTSUITE_REFRESH_TOKEN!,
low line 122

External URL reference

SourceSKILL.md
122const tokenRes = await fetch('https://platform.hootsuite.com/oauth2/token', {
low line 133

External URL reference

SourceSKILL.md
133const res = await fetch('https://platform.hootsuite.com/v1/socialProfiles', {
Scanned on May 18, 2026
View Security Dashboard
Installation guide →