tracking
Pass
Audited by Gen Agent Trust Hub on Jul 19, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill outlines a telemetry framework that transmits data to well-known and reputable analytics services, including PostHog, Mixpanel, and Amplitude.
- [SAFE]: Configuration for authentication with these services is managed via environment variables (e.g.,
POSTHOG_API_KEY,MIXPANEL_TOKEN), which is the recommended practice for securing secrets. - [SAFE]: The system implements privacy-focused defaults by ensuring that sensitive AI interaction data, such as prompts, tool arguments, and generation outputs, are not included in the recorded telemetry.
- [SAFE]: The browser-side tracking implementation for session and referral data uses standard persistence mechanisms like localStorage and cookies, including defensive error handling for restricted browsing environments.
Audit Metadata