kpi-dashboard-design
Pass
Audited by Runlayer on Mar 8, 2026
Risk Level: LOW
Scan Summary
Flagged Files (1)
kpi-dashboard-design/SKILL.mdLOW
72.9%
Tool passed security scan
Malicious tool definition detected
Description: (ORDER BY month)) / LAG(mrr) OVER (ORDER BY month) * 100 AS growth_pct FROM mrr_calculation; -- Cohort Retention WITH cohorts AS ( SELECT user_id, DATE_TRUNC('month', created_at) AS cohort_month FROM users ), activity AS ( SELECT user_id, DATE_TRUNC('month', event_date) AS activity_month FROM user_events WHERE event_type = 'active_session' ) SELECT c.cohort_month, EXTRACT(MONTH FROM age(a.activity_month, c.cohort_month)) AS months_since_signup, COUNT(DISTINCT a.user_id) AS active_us
Audit Metadata