Skip to main content

hootsuite-core-workflow-a

Automates Hootsuite's core workflow for scheduling social media posts with media, enhancing social media management efficiency.

Install this skill

or
52/100

Security score

The hootsuite-core-workflow-a skill was audited on May 18, 2026 and we found 12 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 51

Template literal with variable interpolation in command context

SourceSKILL.md
51const response = await fetch(`${BASE}/media`, {
medium line 54

Template literal with variable interpolation in command context

SourceSKILL.md
54'Authorization': `Bearer ${TOKEN}`,
medium line 73

Template literal with variable interpolation in command context

SourceSKILL.md
73if (response.status !== 200) throw new Error(`Upload failed: ${response.status}`);
medium line 79

Template literal with variable interpolation in command context

SourceSKILL.md
79const response = await fetch(`${BASE}/media/${mediaId}`, {
medium line 80

Template literal with variable interpolation in command context

SourceSKILL.md
80headers: { 'Authorization': `Bearer ${TOKEN}` },
medium line 97

Template literal with variable interpolation in command context

SourceSKILL.md
97const response = await fetch(`${BASE}/messages`, {
medium line 100

Template literal with variable interpolation in command context

SourceSKILL.md
100'Authorization': `Bearer ${TOKEN}`,
medium line 114

Template literal with variable interpolation in command context

SourceSKILL.md
114console.log(`Message ${msg.id}: ${msg.state} → ${msg.scheduledSendTime}`);
medium line 145

Template literal with variable interpolation in command context

SourceSKILL.md
145throw new Error(`Media rejected: ${status.state}`);
low line 46

Access to .env file

SourceSKILL.md
46const TOKEN = process.env.HOOTSUITE_ACCESS_TOKEN!;
low line 47

External URL reference

SourceSKILL.md
47const BASE = 'https://platform.hootsuite.com/v1';
low line 201

External URL reference

SourceSKILL.md
201- [REST API Reference](https://apidocs.hootsuite.com/docs/api/index.html)
Scanned on May 18, 2026
View Security Dashboard
Installation guide →