Skip to main content

hootsuite-debug-bundle

Collects Hootsuite debug evidence for troubleshooting and support, streamlining issue resolution for social media managers.

Install this skill

or
65/100

Security score

The hootsuite-debug-bundle skill was audited on May 18, 2026 and we found 15 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```bash
medium line 92

Template literal with variable interpolation in command context

SourceSKILL.md
92headers: { Authorization: `Bearer ${token}` },
medium line 94

Template literal with variable interpolation in command context

SourceSKILL.md
94console.log(`[${res.ok ? "OK" : "FAIL"}] API: HTTP ${res.status}`);
medium line 98

Template literal with variable interpolation in command context

SourceSKILL.md
98headers: { Authorization: `Bearer ${token}` },
medium line 101

Template literal with variable interpolation in command context

SourceSKILL.md
101console.log(`[INFO] Connected profiles: ${data.data?.length ?? 0}`);
low line 91

Fetch to external URL

SourceSKILL.md
91const res = await fetch("https://platform.hootsuite.com/v1/me", {
low line 97

Fetch to external URL

SourceSKILL.md
97const profiles = await fetch("https://platform.hootsuite.com/v1/socialProfiles", {
low line 88

Access to .env file

SourceSKILL.md
88const token = process.env.HOOTSUITE_ACCESS_TOKEN;
low line 47

External URL reference

SourceSKILL.md
47https://platform.hootsuite.com/v1/me 2>/dev/null || echo "000")
low line 52

External URL reference

SourceSKILL.md
52https://platform.hootsuite.com/v1/me > "$BUNDLE/me.json" 2>&1 || true
low line 54

External URL reference

SourceSKILL.md
54https://platform.hootsuite.com/v1/socialProfiles > "$BUNDLE/profiles.json" 2>&1 || true
low line 58

External URL reference

SourceSKILL.md
58"https://platform.hootsuite.com/v1/messages?limit=10&state=SCHEDULED" > "$BUNDLE/scheduled-posts.json" 2>&1 || true
low line 91

External URL reference

SourceSKILL.md
91const res = await fetch("https://platform.hootsuite.com/v1/me", {
low line 97

External URL reference

SourceSKILL.md
97const profiles = await fetch("https://platform.hootsuite.com/v1/socialProfiles", {
low line 109

External URL reference

SourceSKILL.md
109- [Hootsuite Status](https://status.hootsuite.com)
Scanned on May 18, 2026
View Security Dashboard
Installation guide →