You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.html
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -619,10 +619,11 @@ <h3>Serve and verify</h3>
619
619
<divclass="container">
620
620
<divclass="demo-block">
621
621
<h2>Verify a guide</h2>
622
-
<p>GuideCheck publishes a primary verifier for usability — never as the only authoritative verifier and never as a root of trust. It reports what it checked and what it did not. Optional agent and expected-level fields help identify compatibility gaps without storing full submitted URLs, prompts, model responses, IP addresses, or stable visitor identifiers as product telemetry.</p>
622
+
<p>GuideCheck publishes a primary verifier for usability — never as the only authoritative verifier and never as a root of trust. It reports what it checked and what it did not. Guide files score up to Level 4 of 4; Level 5 is a separate runtime enforcement claim. Optional agent and expected-level fields help identify compatibility gaps without storing full submitted URLs, prompts, model responses, IP addresses, or stable visitor identifiers as product telemetry.</p>
Copy file name to clipboardExpand all lines: docs/verifier-examples.html
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,7 @@
62
62
<divclass="container">
63
63
<h1>Verifier Output Examples</h1>
64
64
<p>These examples show the shape verifier authors and assistant runtimes should expect. The exact wording may differ, but the compact report and JSON output must come from the same evidence.</p>
65
+
<p>For a guide file, Level 4 is the highest score. A <code>level5_ready</code> value means the Level 4 guide is prepared for a separate runtime enforcement check; it is not an achieved Level 5 claim.</p>
65
66
<p>Hosted-verifier product telemetry is separate from verifier output. It may record sanitized operational fields such as target host, path category, selected agent category, expected level, achieved level, outcome, failure category, and coarse duration, but those fields are not part of the normative verifier report consumed by an assistant runtime.</p>
Copy file name to clipboardExpand all lines: docs/verify/index.html
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -194,7 +194,7 @@ <h1>Verify an assistant-guide.txt file</h1>
194
194
<divclass="container">
195
195
<divclass="panel" id="verifier">
196
196
<h2>Check a guide</h2>
197
-
<p>Enter the public https URL of an <code>assistant-guide.txt</code> file, or just a site URL. The hosted verifier fetches it, runs the GuideCheck checks, and reports what it found. Given a site root, it checks the standard <code>/.well-known/assistant-guide.txt</code> path. This hosted verifier evaluates Levels 1 through 4 when a guide publishes a fetchable manifest and a supported independent anchor. The optional agent and expected-level fields help identify compatibility gaps across agent families.</p>
197
+
<p>Enter the public https URL of an <code>assistant-guide.txt</code> file, or just a site URL. The hosted verifier fetches it, runs the GuideCheck checks, and reports what it found. Given a site root, it checks the standard <code>/.well-known/assistant-guide.txt</code> path. This hosted verifier scores guide files up to Level 4 of 4 when a guide publishes a fetchable manifest and a supported independent anchor. Level 5 is a separate runtime enforcement claim. The optional agent and expected-level fields help identify compatibility gaps across agent families.</p>
Verifier authors can also review <ahref="/verifier-examples">example outputs</a>.</p>
273
273
274
274
<h2>What a verifier checks</h2>
275
+
<p>For a guide file, Level 4 is the highest score. Level 5 is not a higher guide-file score; it is a separate claim that a conformant assistant runtime mechanically enforced a Level 4 guide during execution.</p>
275
276
<ul>
276
277
<li>Reachability of the guide at <code>/.well-known/assistant-guide.txt</code> and the compact verification instruction.</li>
277
278
<li>The strict ASCII byte profile, the 8 KiB size cap, and absence of disallowed constructs.</li>
@@ -280,7 +281,7 @@ <h2>What a verifier checks</h2>
280
281
</ul>
281
282
282
283
<h2>What a verifier reports</h2>
283
-
<p>A GuideCheck conformance claim is valid only when backed by verifier output, the guide SHA-256, the achieved level, and the findings. For Level 4 guides, verifier output may also report <code>level5_ready</code>. That is a guide-side readiness signal, not a Level 5 runtime conformance claim.</p>
284
+
<p>A GuideCheck conformance claim is valid only when backed by verifier output, the guide SHA-256, the achieved level, and the findings. For Level 4 guides, verifier output may also report <code>level5_ready</code>. That means the guide has reached the highest guide-file score and is prepared for a Level 5 runtime check. It is not an achieved Level 5 claim.</p>
guide-sha256: a1b2c3d4 ... (review the guide before use)
@@ -295,7 +296,7 @@ <h2>Conformance is not safety</h2>
295
296
<p>A passing result, at any level, does not mean a guide is safe to follow or that its publisher is trustworthy. It means the file has the form the profile requires. Read the guide in full, apply the security practices a competent operator would already apply, and keep the human in the approval loop.</p>
296
297
297
298
<h2>What this hosted verifier covers</h2>
298
-
<p>This hosted verifier evaluates GuideCheck Levels 1 through 4. For Level 4, it fetches the declared sidecar manifest and currently supports package-registry metadata and transparency-log anchors. It may report <code>level5_ready</code> when a Level 4 guide satisfies the guide-side runtime preparation checks. It does not yet fetch DNS TXT, repository-file, or signed <code>security.txt</code> anchors, and it does not evaluate runtime conformance (Level 5). Every hosted response carries a <code>hosted_limitations</code> field that states its scope.</p>
299
+
<p>This hosted verifier evaluates guide-file conformance from Level 1 through Level 4. For Level 4, it fetches the declared sidecar manifest and currently supports package-registry metadata and transparency-log anchors. It may report <code>level5_ready</code> when a Level 4 guide satisfies the guide-side runtime preparation checks. It does not yet fetch DNS TXT, repository-file, or signed <code>security.txt</code> anchors, and it does not evaluate runtime conformance (Level 5). Every hosted response carries a <code>hosted_limitations</code> field that states its scope.</p>
299
300
300
301
<h2>Privacy</h2>
301
302
<p>The guide URL you submit is sent to this site's server so it can fetch the file you named. The verifier keeps product telemetry limited to the target host, whether the path was the standard well-known path or a custom path, the selected agent category, expected level, achieved level, outcome, failure category, and coarse duration. It does not store full submitted URLs, query strings, prompts, model responses, IP addresses, or stable visitor identifiers in product telemetry. The optional agent and expected-level fields are used to find compatibility gaps, such as an agent family often expecting Level 3 but receiving Level 1. The hosting platform keeps standard short-lived request logs — timestamp, client IP, and the <code>/api/verify</code> path — for abuse prevention; those logs do not contain the guide URL.</p>
0 commit comments