Skip to main content

saas-analytics-patterns

Provides a comprehensive framework for SaaS analytics, including event taxonomy, metric calculations, and privacy-respecting tracking.

Install this skill

or
95/100

Security score

The saas-analytics-patterns skill was audited on May 20, 2026 and we found 1 security issue across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 206

Template literal with variable interpolation in command context

SourceSKILL.md
206const month = `${user.createdAt.getFullYear()}-${String(user.createdAt.getMonth() + 1).padStart(2, '0')}`
Scanned on May 20, 2026
View Security Dashboard
Installation guide →