Skip to main content

hotjar

Analyzes user behavior with Hotjar, providing heatmaps, session recordings, and feedback tools to enhance UX insights.

Install this skill

or
81/100

Security score

The hotjar skill was audited on May 13, 2026 and we found 7 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 60

Template literal with variable interpolation in command context

SourceSKILL.md
60__html: `
medium line 138

Template literal with variable interpolation in command context

SourceSKILL.md
138window.hj('trigger', `survey_${surveyId}`)
medium line 255

Template literal with variable interpolation in command context

SourceSKILL.md
255window.hj('tagRecording', [`feedback_${featureName}`])
low line 86

Access to .env file

SourceSKILL.md
86{process.env.NODE_ENV === 'production' && (
low line 87

Access to .env file

SourceSKILL.md
87<HotjarScript siteId={Number(process.env.NEXT_PUBLIC_HOTJAR_SITE_ID)} />
low line 41

External URL reference

SourceSKILL.md
41})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
low line 68

External URL reference

SourceSKILL.md
68})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
Scanned on May 13, 2026
View Security Dashboard