Skip to main content

analytics

Facilitates analytics implementation, event tracking, and dashboard setup with a focus on privacy-first approaches and actionable insights.

Install this skill

or
90/100

Security score

The analytics skill was audited on Jun 5, 2026 and we found 6 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 275

Template literal with variable interpolation in command context

SourceSKILL.md
275headers: { Authorization: `Bearer ${POSTHOG_API_KEY}` },
low line 273

Fetch to external URL

SourceSKILL.md
273await fetch('https://app.posthog.com/api/person/', {
low line 82

Access to .env file

SourceSKILL.md
82posthog.init(process.env.NEXT_PUBLIC_POSTHOG_KEY!, {
low line 83

Access to .env file

SourceSKILL.md
83api_host: process.env.NEXT_PUBLIC_POSTHOG_HOST,
low line 46

External URL reference

SourceSKILL.md
46src="https://plausible.io/js/script.js"
low line 273

External URL reference

SourceSKILL.md
273await fetch('https://app.posthog.com/api/person/', {
Scanned on Jun 5, 2026
View Security Dashboard