diff --git a/site/pages/privacy.astro b/site/pages/privacy.astro index 76c967e60..b3c9fa627 100644 --- a/site/pages/privacy.astro +++ b/site/pages/privacy.astro @@ -19,10 +19,13 @@ import '../styles/sub-pages.css';
Last updated: April 6, 2026
+Last updated: June 8, 2026
Impeccable is an open-source collection of agent skills (text files) that run locally in your AI coding tool. The skills themselves collect no data, make no network requests, and have no analytics.
+Impeccable is an open-source collection of agent skills (text files) that run locally in your AI coding tool. The skills themselves collect no data, send no project content to Impeccable, and have no analytics. The only network request made by the skill is an optional, GET-only version check described below.
+ +When an agent loads the Impeccable skill, scripts/context.mjs may make a best-effort GET request to https://impeccable.style/api/version at most once per day to check whether a newer skill version is available. The request sends no project files, prompts, page content, detection results, or personal information. It is silent on failure and can be disabled by setting IMPECCABLE_NO_UPDATE_CHECK=1.
The Impeccable website (impeccable.style) uses Google Analytics to understand traffic patterns (page views, referrers, country). No personal information is collected beyond what Google Analytics provides by default. No cookies are used for advertising.