google-analytics

Fail

Audited by Runlayer on Feb 21, 2026

Risk Level: HIGH
Scan Summary
Max Score
90%
Files
7
Flagged
7
Chunks
10
Flagged Files (7)
SKILL.mdHIGH
90.1%

Malicious tool definition detected

## Troubleshooting **Authentication Error**: Verify that: - `GOOGLE_APPLICATION_CREDENTIALS` points to a valid service account JSON file - The service account has "Viewer" access to your GA4 property - `GOOGLE_ANALYTICS_PROPERTY_ID` matches your GA4 property ID (not the measurement ID) **No Data Returned**: Check that: - The property ID is correct (find it in GA4 Admin > Property Settings) - The date range contains data - The service account has been granted access in GA4 **Import Errors**: Inst

.env.exampleHIGH
78.3%

Malicious tool definition detected

Tool: .env.example Description: # Google Analytics API Configuration # Copy this file to .env and fill in your actual values # Your Google Analytics 4 Property ID # Find this in GA4: Admin > Property Settings > Property ID # Format: 123456789 (numeric only, not the "G-" measurement ID) GOOGLE_ANALYTICS_PROPERTY_ID=your-property-id-here # Path to your Google Cloud service account JSON key file # Create a service account in Google Cloud Console and download the JSON key # Store this file OUTSIDE y

EXAMPLES.mdHIGH
78.3%

Malicious tool definition detected

Tool: EXAMPLES.md [1/2] Description: # Google Analytics Analysis Examples Practical examples of common analytics tasks and analysis patterns. ## Example 1: Traffic Overview Analysis **User Request**: "Review our Google Analytics performance for the last 30 days" **Analysis Steps**: 1.

REFERENCE.mdHIGH
78.3%

Malicious tool definition detected

Tool: REFERENCE.md [1/2]

Tool: REFERENCE.md [2/2]

scripts/analyze.pyHIGH
78.3%

Malicious tool definition detected

Tool: scripts/analyze.py [1/2] Description: #!/usr/bin/env python3 """ Google Analytics Data Analysis Tool Performs higher-level analysis on Google Analytics data including: - Period comparisons (current vs previous) - Trend detection - Performance insights - Automated recommendations Usage: python analyze.py --period last-30-days --compare previous-period python analyze.py --analysis-type traffic-sources --days 30 python analyze.py --analysis-type funnel --steps "homepage,/products,/cart,/check

Tool: scripts/analyze.py [2/2]

scripts/ga_client.pyHIGH
78.3%

Malicious tool definition detected

Tool: scripts/ga_client.py Description: #!/usr/bin/env python3 """ Google Analytics 4 Data API Client Fetches analytics data from Google Analytics 4 using the Data API.

requirements.txtMEDIUM
54.1%

Tool passed security scan

Audit Metadata
Max File Score
90%
Classification
UNKNOWN_SERVER
Files Scanned
7
Files Flagged
7
Chunks Analyzed
10
Analyzed
Feb 21, 2026, 04:32 AM
Security Audit — runlayer — google-analytics