Skip to main content

hootsuite-install-auth

Facilitates the installation and configuration of Hootsuite SDK/CLI authentication for seamless API integration.

Install this skill

or
67/100

Security score

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

Categories Tested

Security Issues

medium line 75

Template literal with variable interpolation in command context

SourceSKILL.md
75return `https://platform.hootsuite.com/oauth2/auth?${params}`;
medium line 84

Template literal with variable interpolation in command context

SourceSKILL.md
84'Authorization': `Basic ${Buffer.from(`${HOOTSUITE_CLIENT_ID}:${HOOTSUITE_CLIENT_SECRET}`).toString('base64')}`,
medium line 106

Template literal with variable interpolation in command context

SourceSKILL.md
106'Authorization': `Basic ${Buffer.from(`${HOOTSUITE_CLIENT_ID}:${HOOTSUITE_CLIENT_SECRET}`).toString('base64')}`,
medium line 122

Template literal with variable interpolation in command context

SourceSKILL.md
122headers: { 'Authorization': `Bearer ${accessToken}` },
low line 80

Fetch to external URL

SourceSKILL.md
80const response = await fetch('https://platform.hootsuite.com/oauth2/token', {
low line 102

Fetch to external URL

SourceSKILL.md
102const response = await fetch('https://platform.hootsuite.com/oauth2/token', {
low line 121

Fetch to external URL

SourceSKILL.md
121const response = await fetch('https://platform.hootsuite.com/v1/me', {
low line 48

Access to .env file

SourceSKILL.md
48# .env (NEVER commit)
low line 55

Access to .env file

SourceSKILL.md
55.env
low line 56

Access to .env file

SourceSKILL.md
56.env.local
low line 65

Access to .env file

SourceSKILL.md
65const { HOOTSUITE_CLIENT_ID, HOOTSUITE_CLIENT_SECRET, HOOTSUITE_REDIRECT_URI } = process.env;
low line 43

External URL reference

SourceSKILL.md
434. Set redirect URI to `https://your-app.com/callback`
low line 51

External URL reference

SourceSKILL.md
51HOOTSUITE_REDIRECT_URI=https://your-app.com/callback
low line 75

External URL reference

SourceSKILL.md
75return `https://platform.hootsuite.com/oauth2/auth?${params}`;
low line 80

External URL reference

SourceSKILL.md
80const response = await fetch('https://platform.hootsuite.com/oauth2/token', {
low line 102

External URL reference

SourceSKILL.md
102const response = await fetch('https://platform.hootsuite.com/oauth2/token', {
low line 121

External URL reference

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