From 9bcb43e713ac86086c8fc107db4c41fb45722d59 Mon Sep 17 00:00:00 2001 From: 0xallam Date: Sat, 10 Jan 2026 15:53:10 -0800 Subject: [PATCH] fix: correct GitHub repository URL in README Co-Authored-By: Claude Opus 4.5 --- strix/telemetry/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/strix/telemetry/README.md b/strix/telemetry/README.md index 41c78de..5771f26 100644 --- a/strix/telemetry/README.md +++ b/strix/telemetry/README.md @@ -2,7 +2,7 @@ To help make Strix better for everyone, we collect anonymized data that helps us understand how to better improve our AI security agent for our users, guide the addition of new features, and fix common errors and bugs. This feedback loop is crucial for improving Strix's capabilities and user experience. -We use [PostHog](https://posthog.com), an open-source analytics platform, for data collection and analysis. Our telemetry implementation is fully transparent - you can review the [source code](https://github.com/strix-ai/strix/blob/main/strix/telemetry/posthog.py) to see exactly what we track. +We use [PostHog](https://posthog.com), an open-source analytics platform, for data collection and analysis. Our telemetry implementation is fully transparent - you can review the [source code](https://github.com/usestrix/strix/blob/main/strix/telemetry/posthog.py) to see exactly what we track. ### Telemetry Policy @@ -18,7 +18,7 @@ We collect only very **basic** usage data including: **Model Usage:** Which LLM model is being used (not prompts or responses)\ **Aggregate Metrics:** Vulnerability counts by severity, agent/tool counts, token usage and cost estimates -For complete transparency, you can inspect our [telemetry implementation](https://github.com/strix-ai/strix/blob/main/strix/telemetry/posthog.py) to see the exact events we track. +For complete transparency, you can inspect our [telemetry implementation](https://github.com/usestrix/strix/blob/main/strix/telemetry/posthog.py) to see the exact events we track. ### What We **Never** Collect