Matomo Analytics

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

Findings (0)

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.

What this means

Installing and using the skill may let the agent access analytics data for the Matomo sites associated with the token you provide.

Why it was flagged

The skill requires a Matomo API token to query non-public analytics data. This is purpose-aligned and disclosed, but the token may grant access to private analytics information.

Skill content
Auth token included in requests (user-controlled)
Recommendation

Use a dedicated Matomo token with the minimum permissions needed, store it in an environment variable or keychain as recommended, and revoke it if no longer needed.

What this means

Site names, analytics preferences, report templates, and possibly cached analytics context may remain on the local machine for future use.

Why it was flagged

The skill keeps persistent local context about Matomo sites, preferences, and credential references. This is scoped and purpose-aligned, but it may contain business analytics context reused in later interactions.

Skill content
Memory lives in `~/matomo/` ... `memory.md` # Sites, credentials ref, preferences
Recommendation

Review `~/matomo/memory.md` periodically, avoid storing raw tokens there, and remove cached analytics information you no longer want retained.