Skip to main content

hootsuite-sdk-patterns

Applies production-ready Hootsuite SDK patterns for TypeScript and Python, enhancing social media integration and scheduling.

Install this skill

or
88/100

Security score

The hootsuite-sdk-patterns skill was audited on May 27, 2026 and we found 4 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 70

Template literal with variable interpolation in command context

SourceSKILL.md
70const timeStr = `${hour.toString().padStart(2, '0')}:${minute.toString().padStart(2, '0')}:00`;
medium line 71

Template literal with variable interpolation in command context

SourceSKILL.md
71return new Date(`${dateStr}T${timeStr}`);
low line 93

External URL reference

SourceSKILL.md
93BASE = 'https://platform.hootsuite.com/v1'
low line 135

External URL reference

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