Skip to main content

weekly-analytics

Generates a comprehensive weekly analytics report using GA4, Google Search Console, and Microsoft Clarity for actionable insights.

Install this skill

or
85/100

Security score

The weekly-analytics skill was audited on Feb 28, 2026 and we found 7 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 78

Template literal with variable interpolation in command context

SourceSKILL.md
78```bash
medium line 79

Curl to non-GitHub URL

SourceSKILL.md
79curl "https://www.clarity.ms/export-data/api/v1/project-live-insights?numOfDays=3&dimension1=Browser" \
low line 56

Access to .env file

SourceSKILL.md
56process.env.GOOGLE_OAUTH_CLIENT_ID,
low line 57

Access to .env file

SourceSKILL.md
57process.env.GOOGLE_OAUTH_CLIENT_SECRET
low line 59

Access to .env file

SourceSKILL.md
59oauth2Client.setCredentials({ refresh_token: process.env.GOOGLE_OAUTH_REFRESH_TOKEN });
low line 71

External URL reference

SourceSKILL.md
71scopes: ['https://www.googleapis.com/auth/webmasters.readonly']
low line 79

External URL reference

SourceSKILL.md
79curl "https://www.clarity.ms/export-data/api/v1/project-live-insights?numOfDays=3&dimension1=Browser" \
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →