Analytics Tracking

Security checks across static analysis, malware telemetry, and agentic risk

Overview

This is a coherent instruction-only analytics tracking guide with no executable install, but users should review privacy, account, and tracking-tag changes before implementing its examples.

This skill appears safe to use as an analytics implementation guide. Before applying its recommendations, review any local context file it may read, avoid sending PII to analytics tools, configure consent mode, test tags before publishing, and get account-owner approval for GA4, GTM, Facebook Pixel, or Google Ads changes.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal

Risk analysis

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

#
ASI06: Memory and Context Poisoning
Low
What this means

Local marketing context may be read and used to guide analytics recommendations.

Why it was flagged

The skill uses a persistent local context file to shape recommendations. This is scoped and relevant to analytics planning, but the file contents could contain sensitive business context or untrusted instructions.

Skill content
If `.agents/product-marketing-context.md` exists ... read it before asking questions. Use that context
Recommendation

Review the product-marketing context file and avoid storing secrets, credentials, or untrusted instructions in it.

#
ASI05: Unexpected Code Execution
Low
What this means

Adding these tags can affect site behavior and collect visitor activity across pages.

Why it was flagged

The guide includes examples for deploying third-party JavaScript through GTM Custom HTML on all pages. That is expected for tracking setup, but it means code will run in visitors' browsers if implemented.

Skill content
Tag Type: Custom HTML ... 'https://connect.facebook.net/en_US/fbevents.js'); ... Trigger: All Pages
Recommendation

Only deploy reviewed tags, verify pixel IDs and destinations, test in GTM Preview, use versioning, and ensure consent controls are configured.

#
ASI03: Identity and Privilege Abuse
Low
What this means

Analytics and ad account settings could be changed, which may influence conversion reporting, remarketing, or bidding.

Why it was flagged

The instructions include account-level GA4 and Google Ads configuration steps. These are purpose-aligned, but they require appropriate account authority and can affect advertising measurement.

Skill content
Admin > Product links > Google Ads links ... Import conversions in Google Ads
Recommendation

Have an authorized account owner review and approve GA4, GTM, and Google Ads changes before publishing them.

#
ASI07: Insecure Inter-Agent Communication
Low
What this means

If implemented carelessly, user or account identifiers could be shared with analytics or advertising platforms.

Why it was flagged

The guide shows sending user identifiers to an external analytics provider. This is standard for analytics attribution, but it creates a data-sharing boundary that should be governed by consent and privacy rules.

Skill content
gtag('config', 'GA_MEASUREMENT_ID', {
  'user_id': 'USER_ID'
});
Recommendation

Minimize identifiers, avoid PII, confirm legal basis and consent, and review provider privacy settings before sending user-level data.