hootsuite-debug-bundle
Collects Hootsuite debug evidence for troubleshooting and support, streamlining issue resolution for social media managers.
Install this skill
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
Template literal with variable interpolation in command context
| 32 | ```bash |
Template literal with variable interpolation in command context
| 92 | headers: { Authorization: `Bearer ${token}` }, |
Template literal with variable interpolation in command context
| 94 | console.log(`[${res.ok ? "OK" : "FAIL"}] API: HTTP ${res.status}`); |
Template literal with variable interpolation in command context
| 98 | headers: { Authorization: `Bearer ${token}` }, |
Template literal with variable interpolation in command context
| 101 | console.log(`[INFO] Connected profiles: ${data.data?.length ?? 0}`); |
Fetch to external URL
| 91 | const res = await fetch("https://platform.hootsuite.com/v1/me", { |
Fetch to external URL
| 97 | const profiles = await fetch("https://platform.hootsuite.com/v1/socialProfiles", { |
Access to .env file
| 88 | const token = process.env.HOOTSUITE_ACCESS_TOKEN; |
External URL reference
| 47 | https://platform.hootsuite.com/v1/me 2>/dev/null || echo "000") |
External URL reference
| 52 | https://platform.hootsuite.com/v1/me > "$BUNDLE/me.json" 2>&1 || true |
External URL reference
| 54 | https://platform.hootsuite.com/v1/socialProfiles > "$BUNDLE/profiles.json" 2>&1 || true |
External URL reference
| 58 | "https://platform.hootsuite.com/v1/messages?limit=10&state=SCHEDULED" > "$BUNDLE/scheduled-posts.json" 2>&1 || true |
External URL reference
| 91 | const res = await fetch("https://platform.hootsuite.com/v1/me", { |
External URL reference
| 97 | const profiles = await fetch("https://platform.hootsuite.com/v1/socialProfiles", { |
External URL reference
| 109 | - [Hootsuite Status](https://status.hootsuite.com) |