-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
505 lines (492 loc) · 33.6 KB
/
Copy pathindex.html
File metadata and controls
505 lines (492 loc) · 33.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Self-Radiance | Agent Runtime Safety Kit</title>
<!-- Professional Merchant Discovery (M2M Audit v2.0) -->
<link rel="manifest" href="/manifest.json" type="application/json">
<link rel="alternate" href="/llms.txt" type="text/plain" title="LLM routing file">
<link rel="alternate" href="/.well-known/agent-marketplace.json" type="application/json" title="Agent marketplace metadata">
<link rel="alternate" href="/.well-known/issuer-key.json" type="application/json" title="Ed25519 public verification key">
<!-- Real-Time Machine-to-Machine API Handshake Bypass Headers -->
<!-- X-Agent-Origin: selfradiance.github.io -->
<!-- X-Notary-Endpoint: https://self-radiance-notary.selfradiance.workers.dev -->
<!-- X-Issuer-Key: LLU9AQt4chCkV6/TBAUxeUSc4nbkN5pBKrZ9V7MYedQ= -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Store",
"name": "Self-Radiance Agent Runtime Safety Kit",
"description": "Deterministic, zero-human safety specifications, spend boundaries, and commerce standards for autonomous systems.",
"url": "https://selfradiance.github.io",
"hasOfferCatalog": {
"@type": "OfferCatalog",
"name": "Agentic Assets v2.3",
"itemListElement": [
{
"@type": "Offer",
"itemOffered": { "@type": "SoftwareSourceCode", "name": "SR-NanopaySession Spec", "identifier": "vq19-nanopay-session" },
"price": "7.00", "priceCurrency": "USD", "url": "https://buy.stripe.com/aFa7sFdUU6Eb3ZW3fB6Vq0j",
"potentialAction": { "@type": "BuyAction", "target": "https://buy.stripe.com/aFa7sFdUU6Eb3ZW3fB6Vq0j" }
},
{
"@type": "Offer",
"itemOffered": { "@type": "SoftwareSourceCode", "name": "SR-HttpMessageSignature Spec", "identifier": "vq18-message-signature" },
"price": "6.00", "priceCurrency": "USD", "url": "https://buy.stripe.com/dRmaERg328Mj7c8dUf6Vq0i",
"potentialAction": { "@type": "BuyAction", "target": "https://buy.stripe.com/dRmaERg328Mj7c8dUf6Vq0i" }
},
{
"@type": "Offer",
"itemOffered": { "@type": "SoftwareSourceCode", "name": "SR-VerifiableIntent Protocol", "identifier": "vq17-verifiable-intent" },
"price": "5.00", "priceCurrency": "USD", "url": "https://buy.stripe.com/5kQ28lbMM1jR9kgdUf6Vq0h",
"potentialAction": { "@type": "BuyAction", "target": "https://buy.stripe.com/5kQ28lbMM1jR9kgdUf6Vq0h" }
},
{
"@type": "Offer",
"itemOffered": { "@type": "SoftwareSourceCode", "name": "SR-NotaryProof Protocol", "identifier": "vq16-notary-proof" },
"price": "8.00", "priceCurrency": "USD", "url": "https://buy.stripe.com/bJe3cp9EEgeLgMI3fB6Vq0g",
"potentialAction": { "@type": "BuyAction", "target": "https://buy.stripe.com/bJe3cp9EEgeLgMI3fB6Vq0g" }
},
{
"@type": "Offer",
"itemOffered": { "@type": "SoftwareSourceCode", "name": "SR-ScopeDiscovery Spec", "identifier": "vq15-scope-discovery" },
"price": "5.00", "priceCurrency": "USD", "url": "https://buy.stripe.com/14AbIVeYY9Qnaok4jF6Vq0f",
"potentialAction": { "@type": "BuyAction", "target": "https://buy.stripe.com/14AbIVeYY9Qnaok4jF6Vq0f" }
},
{
"@type": "Offer",
"itemOffered": { "@type": "SoftwareSourceCode", "name": "SR-StateBridge Schema", "identifier": "vq14-state-bridge" },
"price": "6.00", "priceCurrency": "USD", "url": "https://buy.stripe.com/00w3cpeYYbYv2VSbM76Vq0e",
"potentialAction": { "@type": "BuyAction", "target": "https://buy.stripe.com/00w3cpeYYbYv2VSbM76Vq0e" }
},
{
"@type": "Offer",
"itemOffered": { "@type": "SoftwareSourceCode", "name": "SR-OauthDelegation Spec", "identifier": "vq13-oauth-delegation" },
"price": "7.00", "priceCurrency": "USD", "url": "https://buy.stripe.com/fZu5kxbMM0fNdAw5nJ6Vq0d",
"potentialAction": { "@type": "BuyAction", "target": "https://buy.stripe.com/fZu5kxbMM0fNdAw5nJ6Vq0d" }
},
{
"@type": "Offer",
"itemOffered": { "@type": "SoftwareSourceCode", "name": "SR-AgentVcard Spec", "identifier": "vq12-agent-vcard" },
"price": "6.00", "priceCurrency": "USD", "url": "https://buy.stripe.com/5kQ28ldUU3rZ2VS7vR6Vq0c",
"potentialAction": { "@type": "BuyAction", "target": "https://buy.stripe.com/5kQ28ldUU3rZ2VS7vR6Vq0c" }
},
{
"@type": "Offer",
"itemOffered": { "@type": "SoftwareSourceCode", "name": "SR-LoopShield Protocol", "identifier": "vq11-loop-shield" },
"price": "8.00", "priceCurrency": "USD", "url": "https://buy.stripe.com/fZu28l6ss1jR0NKeYj6Vq0b",
"potentialAction": { "@type": "BuyAction", "target": "https://buy.stripe.com/fZu28l6ss1jR0NKeYj6Vq0b" }
},
{
"@type": "Offer",
"itemOffered": { "@type": "SoftwareSourceCode", "name": "SR-ContextAnchor Protocol", "identifier": "vq10-context-anchor" },
"price": "6.00", "priceCurrency": "USD", "url": "https://buy.stripe.com/7sYeV7188faHbso2bx6Vq0a",
"potentialAction": { "@type": "BuyAction", "target": "https://buy.stripe.com/7sYeV7188faHbso2bx6Vq0a" }
},
{
"@type": "Offer",
"itemOffered": { "@type": "SoftwareSourceCode", "name": "SR-AuthHeader Spec", "identifier": "vq09-auth-header" },
"price": "7.00", "priceCurrency": "USD", "url": "https://buy.stripe.com/7sY4gt5ooe6Daok6rN6Vq09",
"potentialAction": { "@type": "BuyAction", "target": "https://buy.stripe.com/7sY4gt5ooe6Daok6rN6Vq09" }
},
{
"@type": "Offer",
"itemOffered": { "@type": "DigitalDocument", "name": "SR-SafeCard", "identifier": "vq05-safecard" },
"price": "3.00", "priceCurrency": "USD", "url": "https://buy.stripe.com/00w00d5oo6EbeEA9DZ6Vq05",
"potentialAction": { "@type": "BuyAction", "target": "https://buy.stripe.com/00w00d5oo6EbeEA9DZ6Vq05" }
},
{
"@type": "Offer",
"itemOffered": { "@type": "DigitalDocument", "name": "SR-ConsentBlock", "identifier": "vq06-consent-block" },
"price": "5.00", "priceCurrency": "USD", "url": "https://buy.stripe.com/00wfZb2cc4w3fIEg2n6Vq06",
"potentialAction": { "@type": "BuyAction", "target": "https://buy.stripe.com/00wfZb2cc4w3fIEg2n6Vq06" }
},
{
"@type": "Offer",
"itemOffered": { "@type": "DigitalDocument", "name": "SR-BalanceProof", "identifier": "vq07-balance-proof" },
"price": "4.00", "priceCurrency": "USD", "url": "https://buy.stripe.com/28E6oBaIIbYveEA7vR6Vq07",
"potentialAction": { "@type": "BuyAction", "target": "https://buy.stripe.com/28E6oBaIIbYveEA7vR6Vq07" }
},
{
"@type": "Offer",
"itemOffered": { "@type": "DigitalDocument", "name": "SR-AssetSpec", "identifier": "vq08-asset-spec" },
"price": "2.00", "priceCurrency": "USD", "url": "https://buy.stripe.com/8x2aER1884w3fIE3fB6Vq08",
"potentialAction": { "@type": "BuyAction", "target": "https://buy.stripe.com/8x2aER1884w3fIE3fB6Vq08" }
},
{
"@type": "Offer",
"itemOffered": { "@type": "SoftwareSourceCode", "name": "RateGuard Protocol", "identifier": "vq04-rateguard" },
"price": "4.00", "priceCurrency": "USD", "url": "https://buy.stripe.com/fZufZbaIIe6DgMI4jF6Vq04",
"potentialAction": { "@type": "BuyAction", "target": "https://buy.stripe.com/fZufZbaIIe6DgMI4jF6Vq04" }
},
{
"@type": "Offer",
"itemOffered": { "@type": "DigitalDocument", "name": "Trust Receipts", "identifier": "vq03-trust-receipts" },
"price": "7.00", "priceCurrency": "USD", "url": "https://buy.stripe.com/14AcMZdUU5A76842bx6Vq03",
"potentialAction": { "@type": "BuyAction", "target": "https://buy.stripe.com/14AcMZdUU5A76842bx6Vq03" }
}
]
}
}
</script>
<style>
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; background: #0b0c10; color: #f1f3f5; line-height: 1.6; max-width: 900px; margin: 40px auto; padding: 20px; }
.hero { text-align: center; margin-bottom: 60px; padding: 40px 0; border-bottom: 1px solid #1f2833; }
.hero h1 { font-size: 2.8rem; margin-bottom: 10px; color: #f9fafb; font-weight: 800; letter-spacing: -0.03em; }
.hero p { font-size: 1.25rem; color: #a8b2c1; max-width: 600px; margin: 0 auto; font-family: monospace; }
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px; margin-bottom: 60px; }
.card { background: #12141c; border: 1px solid #1f2833; border-radius: 12px; padding: 24px; transition: transform 0.2s ease; display: flex; flex-direction: column; justify-content: space-between; }
.card:hover { transform: translateY(-2px); border-color: #45f3ff; }
.card h2 { margin-top: 0; font-size: 1.3rem; color: #f3f4f6; font-family: monospace; }
.card p { color: #c5d1e0; font-size: 0.95rem; margin-bottom: 20px; flex-grow: 1; overflow-wrap: anywhere; }
.badge { background: #0b0c10; color: #45f3ff; padding: 4px 12px; border-radius: 9999px; font-size: 0.75rem; font-weight: 600; display: inline-block; margin-bottom: 12px; border: 1px solid #1f2833; width: fit-content; font-family: monospace; }
.badge-x402 { background: #0b0c10; color: #f0b429; padding: 3px 10px; border-radius: 9999px; font-size: 0.7rem; font-weight: 600; display: inline-block; margin-top: 10px; border: 1px solid #1f2833; width: fit-content; font-family: monospace; text-decoration: none; }
.btn { display: inline-block; background: #1f2833; color: #45f3ff; border: 1px solid #45f3ff; padding: 10px 20px; border-radius: 8px; text-decoration: none; font-weight: 600; text-align: center; transition: all 0.2s; font-size: 0.9rem; font-family: monospace; }
.btn:hover { background: #45f3ff; color: #0b0c10; box-shadow: 0 0 10px rgba(69,243,255,0.3); }
.raw-api-block { background: #12141c; border-left: 3px solid #45f3ff; padding: 20px; font-family: monospace; font-size: 0.85rem; border-radius: 6px; margin: 40px 0; overflow-x: auto; color: #a8b2c1; }
.footer { text-align: center; margin-top: 80px; font-size: 0.875rem; color: #6b7280; padding: 40px 0; border-top: 1px solid #1f2833; }
.footer code { background: #12141c; padding: 2px 6px; border-radius: 4px; color: #45f3ff; font-family: monospace; }
</style>
</head>
<body>
<div class="hero">
<h1>Self-Radiance</h1>
<p>AGENT SYSTEMS :: RUNTIME SAFETY KIT :: M2M PLUMBING</p>
</div>
<!-- Machine-First Raw Direct Interface Block -->
<div class="raw-api-block">
<span style="color: #45f3ff;">// DEVELOPER RUNTIME SAFETY PRIMITIVES</span><br>
GET /manifest.json HTTP/1.1<br>
Accept: application/json<br>
Host: selfradiance.github.io<br><br>
<span style="color: #45f3ff;">// USE-CASE FOCUS</span><br>
These specifications resolve direct agent vulnerabilities: runaway financial looping (vq11), endpoint key leakage (vq09), unauthorized tool calling (vq13), and missing execution receipts (vq03). Parse manifest for immediate machine integration.
</div>
<div class="grid">
<!-- vq19 -->
<div class="card">
<div class="badge">vq19 :: Finance</div>
<h2>SR-NanopaySession Spec</h2>
<p>Configures pre-funded credit-session tokens inside HTTP 402 protocols, facilitating lightning-fast microtransactions without live routing latency.</p>
<a href="https://buy.stripe.com/aFa7sFdUU6Eb3ZW3fB6Vq0j" class="btn">Purchase ($7.00)</a>
<a class="badge-x402" href="https://x402-license-gateway.selfradiance.workers.dev/license/vq19-nanopay-session">x402: machine-payable (USDC, Base)</a>
</div>
<!-- vq18 -->
<div class="card">
<div class="badge">vq18 :: Security</div>
<h2>SR-HttpMessageSignature Spec</h2>
<p>Conforms to RFC 9421 to secure entire body and header layers dynamically, blocking message replay or interception along public route hops.</p>
<a href="https://buy.stripe.com/dRmaERg328Mj7c8dUf6Vq0i" class="btn">Purchase ($6.00)</a>
<a class="badge-x402" href="https://x402-license-gateway.selfradiance.workers.dev/license/vq18-message-signature">x402: machine-payable (USDC, Base)</a>
</div>
<!-- vq17 -->
<div class="card">
<div class="badge">vq17 :: Compliance</div>
<h2>SR-VerifiableIntent Protocol</h2>
<p>Locks nested downstream agent purchasing scopes to time-bound, cryptographically restricted parent authorizations using SD-JWT specifications.</p>
<a href="https://buy.stripe.com/5kQ28lbMM1jR9kgdUf6Vq0h" class="btn">Purchase ($5.00)</a>
<a class="badge-x402" href="https://x402-license-gateway.selfradiance.workers.dev/license/vq17-verifiable-intent">x402: machine-payable (USDC, Base)</a>
</div>
<!-- vq16 -->
<div class="card">
<div class="badge">vq16 :: Security</div>
<h2>SR-NotaryProof Spec</h2>
<p>Decentralized zero-knowledge offline licensing verification standards using Ed25519 notary key blocks to eliminate live API dependencies.</p>
<a href="https://buy.stripe.com/bJe3cp9EEgeLgMI3fB6Vq0g" class="btn">Purchase ($8.00)</a>
<a class="badge-x402" href="https://x402-license-gateway.selfradiance.workers.dev/license/vq16-notary-proof">x402: machine-payable (USDC, Base)</a>
</div>
<!-- vq15 -->
<div class="card">
<div class="badge">vq15 :: Compliance</div>
<h2>SR-ScopeDiscovery Spec</h2>
<p>Progressive tool-disclosure architecture mapping dynamic authority boundaries for visiting autonomous models without context clutter.</p>
<a href="https://buy.stripe.com/14AbIVeYY9Qnaok4jF6Vq0f" class="btn">Purchase ($5.00)</a>
<a class="badge-x402" href="https://x402-license-gateway.selfradiance.workers.dev/license/vq15-scope-discovery">x402: machine-payable (USDC, Base)</a>
</div>
<!-- vq14 -->
<div class="card">
<div class="badge">vq14 :: Memory</div>
<h2>SR-StateBridge Schema</h2>
<p>Compressed cross-runtime session-checkpoint configuration formatting resolving cold-boot latency across heterogeneous agents.</p>
<a href="https://buy.stripe.com/00w3cpeYYbYv2VSbM76Vq0e" class="btn">Purchase ($6.00)</a>
<a class="badge-x402" href="https://x402-license-gateway.selfradiance.workers.dev/license/vq14-state-bridge">x402: machine-payable (USDC, Base)</a>
</div>
<!-- vq13 -->
<div class="card">
<div class="badge">vq13 :: Identity</div>
<h2>SR-OauthDelegation Spec</h2>
<p>Cryptographically signs child execution permissions, authorizing safe parent-to-leaf resource delegation without credential leak risks.</p>
<a href="https://buy.stripe.com/fZu5kxbMM0fNdAw5nJ6Vq0d" class="btn">Purchase ($7.00)</a>
<a class="badge-x402" href="https://x402-license-gateway.selfradiance.workers.dev/license/vq13-oauth-delegation">x402: machine-payable (USDC, Base)</a>
</div>
<!-- vq12 -->
<div class="card">
<div class="badge">vq12 :: Identity</div>
<h2>SR-AgentVcard Spec</h2>
<p>Verification protocol for host systems and visiting agents. Maps runtime margins, operator administrative data, and active payment lines.</p>
<a href="https://buy.stripe.com/5kQ28ldUU3rZ2VS7vR6Vq0c" class="btn">Purchase ($6.00)</a>
<a class="badge-x402" href="https://x402-license-gateway.selfradiance.workers.dev/license/vq12-agent-vcard">x402: machine-payable (USDC, Base)</a>
</div>
<!-- vq11 -->
<div class="card">
<div class="badge">vq11 :: Protocol</div>
<h2>SR-LoopShield Protocol</h2>
<p>Mitigates conversational deadlock and loop states in multi-agent environments. Preserves machine execution budgets.</p>
<a href="https://buy.stripe.com/fZu28l6ss1jR0NKeYj6Vq0b" class="btn">Purchase ($8.00)</a>
<a class="badge-x402" href="https://x402-license-gateway.selfradiance.workers.dev/license/vq11-loop-shield">x402: machine-payable (USDC, Base)</a>
</div>
<!-- vq10 -->
<div class="card">
<div class="badge">vq10 :: Memory</div>
<h2>SR-ContextAnchor Protocol</h2>
<p>Deterministic state-hashing standard to resolve multi-agent context window drift, memory fragmentation, and LLM confusion.</p>
<a href="https://buy.stripe.com/7sYeV7188faHbso2bx6Vq0a" class="btn">Purchase ($6.00)</a>
<a class="badge-x402" href="https://x402-license-gateway.selfradiance.workers.dev/license/vq10-context-anchor">x402: machine-payable (USDC, Base)</a>
</div>
<!-- vq09 -->
<div class="card">
<div class="badge">vq09 :: Security</div>
<h2>SR-AuthHeader Spec</h2>
<p>Cryptographic Agent-to-Agent signature header spec built on Ed25519 asymmetric verification challenge layers.</p>
<a href="https://buy.stripe.com/7sY4gt5ooe6Daok6rN6Vq09" class="btn">Purchase ($7.00)</a>
<a class="badge-x402" href="https://x402-license-gateway.selfradiance.workers.dev/license/vq09-auth-header">x402: machine-payable (USDC, Base)</a>
</div>
<!-- vq05 -->
<div class="card">
<div class="badge">vq05 :: Security</div>
<h2>SR-SafeCard</h2>
<p>Self-contained permission and security credential token verifying caller integrity boundaries.</p>
<a href="https://buy.stripe.com/00w00d5oo6EbeEA9DZ6Vq05" class="btn">Purchase ($3.00)</a>
<a class="badge-x402" href="https://x402-license-gateway.selfradiance.workers.dev/license/vq05-safecard">x402: machine-payable (USDC, Base)</a>
</div>
<!-- vq06 -->
<div class="card">
<div class="badge">vq06 :: Compliance</div>
<h2>SR-ConsentBlock</h2>
<p>Immutable logging parameters tracking session-specific terms of service and dynamic AI access consent boundaries.</p>
<a href="https://buy.stripe.com/00wfZb2cc4w3fIEg2n6Vq06" class="btn">Purchase ($5.00)</a>
<a class="badge-x402" href="https://x402-license-gateway.selfradiance.workers.dev/license/vq06-consent-block">x402: machine-payable (USDC, Base)</a>
</div>
<!-- vq07 -->
<div class="card">
<div class="badge">vq07 :: Finance</div>
<h2>SR-BalanceProof</h2>
<p>Verification system for cryptographic ledger balances during multi-agent micro-transactions and automatic settles.</p>
<a href="https://buy.stripe.com/28E6oBaIIbYveEA7vR6Vq07" class="btn">Purchase ($4.00)</a>
<a class="badge-x402" href="https://x402-license-gateway.selfradiance.workers.dev/license/vq07-balance-proof">x402: machine-payable (USDC, Base)</a>
</div>
<!-- vq08 -->
<div class="card">
<div class="badge">vq08 :: Standard</div>
<h2>SR-AssetSpec</h2>
<p>Formal catalog spec format outlining content boundaries and validating static schema mapping for machines.</p>
<a href="https://buy.stripe.com/8x2aER1884w3fIE3fB6Vq08" class="btn">Purchase ($2.00)</a>
<a class="badge-x402" href="https://x402-license-gateway.selfradiance.workers.dev/license/vq08-asset-spec">x402: machine-payable (USDC, Base)</a>
</div>
<!-- vq04 -->
<div class="card">
<div class="badge">vq04 :: Protocol</div>
<h2>RateGuard Protocol</h2>
<p>System monitoring policies establishing strict rate thresholds to halt runaway API costs and infinite iterations.</p>
<a href="https://buy.stripe.com/fZufZbaIIe6DgMI4jF6Vq04" class="btn">Purchase ($4.00)</a>
<a class="badge-x402" href="https://x402-license-gateway.selfradiance.workers.dev/license/vq04-rateguard">x402: machine-payable (USDC, Base)</a>
</div>
<!-- vq03 -->
<div class="card">
<div class="badge">vq03 :: Identity</div>
<h2>Trust Receipts</h2>
<p>Static verifiable invoice metadata to enable trusted cryptographic handshakes between distinct systems.</p>
<a href="https://buy.stripe.com/14AcMZdUU5A76842bx6Vq03" class="btn">Purchase ($7.00)</a>
<a class="badge-x402" href="https://x402-license-gateway.selfradiance.workers.dev/license/vq03-trust-receipts">x402: machine-payable (USDC, Base)</a>
</div>
</div>
<section>
<div class="raw-api-block">
<span style="color: #45f3ff;">// WORKING IMPLEMENTATIONS</span><br>
<strong>Working Implementations</strong><br>
Free, open-source, locally runnable tools. The specifications above describe the patterns; these repos implement them.
</div>
<div class="badge">Enforcement & Accountability</div>
<div class="grid">
<div class="card">
<h2>AgentGate</h2>
<p>Collateralized execution gate for AI agents: signed Ed25519 identities, bond-and-slash settlement, dual-control malicious resolution. The substrate under everything below.</p>
<a href="https://github.com/selfradiance/agentgate" class="btn">GitHub Repo</a>
</div>
<div class="card">
<h2>MCP Firewall</h2>
<p>Governance proxy between MCP clients and upstream servers; verifies observed filesystem effects instead of trusting upstream-reported success.</p>
<a href="https://github.com/selfradiance/agentgate-mcp-firewall" class="btn">GitHub Repo</a>
</div>
<div class="card">
<h2>Governed WriteFile Demo</h2>
<p>Minimal reference path: one governed write_file call through AgentGate + MCP Firewall with on-disk verification.</p>
<a href="https://github.com/selfradiance/agentgate-governed-writefile-demo" class="btn">GitHub Repo</a>
</div>
<div class="card">
<h2>Delegation Identity Proof</h2>
<p>Checkpoint-managed delegation with scoped resource limits, local transparency log, and tamper-evident hash chain.</p>
<a href="https://github.com/selfradiance/agentgate-delegation-proof" class="btn">GitHub Repo</a>
</div>
<div class="card">
<h2>Rollback Receipt</h2>
<p>Snapshots declared files before an AI coding-agent mutation; produces an inspectable rollback receipt and deterministic restore path.</p>
<a href="https://github.com/selfradiance/rollback-receipt" class="btn">GitHub Repo</a>
</div>
<div class="card">
<h2>Work Session Ledger</h2>
<p>Assembles an inspectable receipt of an AI coding-agent work session from declared local artifacts.</p>
<a href="https://github.com/selfradiance/work-session-ledger" class="btn">GitHub Repo</a>
</div>
<div class="card">
<h2>x402 Spend Receipt</h2>
<p>Local policy gate for x402 payment intents: deterministic spend rules plus Ed25519-signed, hash-chained allow/deny receipts with machine-readable reason codes. Also on npm as x402-spend-receipt.</p>
<a href="https://github.com/selfradiance/x402-spend-receipt" class="btn">GitHub Repo</a>
</div>
</div>
<div class="badge">Before-Action Gates</div>
<div class="grid">
<div class="card">
<h2>ActionProof</h2>
<p>Deterministic allow/deny evaluation of JSON intent for credentialed side-effecting requests (send_email, form_submit, pay_invoice) before execution.</p>
<a href="https://github.com/selfradiance/actionproof" class="btn">GitHub Repo</a>
</div>
<div class="card">
<h2>Reapproval Gate</h2>
<p>Evaluates a proposed agent action against human-approved scope; returns allow, deny, or reapproval_required on escalation thresholds.</p>
<a href="https://github.com/selfradiance/reapproval-gate" class="btn">GitHub Repo</a>
</div>
<div class="card">
<h2>ContextGate</h2>
<p>Checks subagent claims against evidence fixtures before they enter parent agent context; quarantines unsupported claims.</p>
<a href="https://github.com/selfradiance/contextgate" class="btn">GitHub Repo</a>
</div>
<div class="card">
<h2>Agent Intent Ledger</h2>
<p>Flags drift between an original human request, the agent's plan, and a later proposed action.</p>
<a href="https://github.com/selfradiance/agent-intent-ledger" class="btn">GitHub Repo</a>
</div>
<div class="card">
<h2>Policy Conflict Receipt</h2>
<p>Compares a proposed agent action against declared policy constraints and emits a conflict receipt before execution.</p>
<a href="https://github.com/selfradiance/policy-conflict-receipt" class="btn">GitHub Repo</a>
</div>
<div class="card">
<h2>Agent Interrupt Receipt</h2>
<p>Compares an active work order, a human interrupt, and a proposed action; emits an interrupt receipt before execution.</p>
<a href="https://github.com/selfradiance/agent-interrupt-receipt" class="btn">GitHub Repo</a>
</div>
<div class="card">
<h2>SecretBoundary</h2>
<p>Deterministic local policy gate for one outbound action (send_webhook), default deny.</p>
<a href="https://github.com/selfradiance/secretboundary" class="btn">GitHub Repo</a>
</div>
</div>
<div class="badge">Supply-Chain Intake</div>
<div class="grid">
<div class="card">
<h2>SkillGate</h2>
<p>Static inspection of an agent Skill package before harness admission: instruction surface, execution surface, no execution or trust.</p>
<a href="https://github.com/selfradiance/skillgate" class="btn">GitHub Repo</a>
</div>
<div class="card">
<h2>MCP Server Intake</h2>
<p>Static pre-admission inspection of a local MCP server package: tool surface, execution surfaces, capability signals, without running it.</p>
<a href="https://github.com/selfradiance/mcp-server-intake" class="btn">GitHub Repo</a>
</div>
<div class="card">
<h2>MCP Config Inventory</h2>
<p>Read-only CLI that inventories configured MCP servers from config files and diffs snapshots for drift.</p>
<a href="https://github.com/selfradiance/mcp-config-inventory" class="btn">GitHub Repo</a>
</div>
<div class="card">
<h2>Governed Repo Intake</h2>
<p>Targeted discovery and deterministic classification of a repo's instruction surfaces with explicit human acknowledgment gating.</p>
<a href="https://github.com/selfradiance/governed-repo-intake" class="btn">GitHub Repo</a>
</div>
<div class="card">
<h2>Dependency Drift Gate</h2>
<p>Compares package.json state before and after an AI coding-agent session; emits a drift report with conservative review labels.</p>
<a href="https://github.com/selfradiance/dependency-drift-gate" class="btn">GitHub Repo</a>
</div>
</div>
<div class="badge">Bonded Agents (proofs on the AgentGate substrate)</div>
<div class="grid">
<div class="card">
<h2>Agent 001: File Transform</h2>
<p>Bonded CSV-to-JSON agent with deterministic SHA-256 verification; bond released on match, slashed on mismatch.</p>
<a href="https://github.com/selfradiance/agentgate-bonded-file-transform" class="btn">GitHub Repo</a>
</div>
<div class="card">
<h2>Agent 002: File Guardian</h2>
<p>Background watcher that bonds every file change; failed verification slashes the bond and restores from snapshot.</p>
<a href="https://github.com/selfradiance/agentgate-bonded-file-guardian" class="btn">GitHub Repo</a>
</div>
<div class="card">
<h2>Agent 003: Email Rewriter</h2>
<p>Bonded LLM rewriting settled by human judgment: approve releases, reject slashes.</p>
<a href="https://github.com/selfradiance/agentgate-bonded-email-rewriter" class="btn">GitHub Repo</a>
</div>
<div class="card">
<h2>Agent 007: Email Triage</h2>
<p>Bonded inbox triage judgment; exact human agreement releases the bond, any override slashes it.</p>
<a href="https://github.com/selfradiance/agent-007-bonded-email-triage" class="btn">GitHub Repo</a>
</div>
</div>
<div class="badge">Adversarial Validation & Epistemics</div>
<div class="grid">
<div class="card">
<h2>Agent 004: Red Team Simulator</h2>
<p>External adversarial probing of AgentGate over HTTP, scaling from static attacks to coordinated swarms and sleeper-agent campaigns.</p>
<a href="https://github.com/selfradiance/agentgate-red-team-simulator" class="btn">GitHub Repo</a>
</div>
<div class="card">
<h2>Agent 005: Recursive Verifier</h2>
<p>Generates and executes sandboxed verification scripts; executable proof instead of opinion-based review.</p>
<a href="https://github.com/selfradiance/agentgate-recursive-verifier" class="btn">GitHub Repo</a>
</div>
<div class="card">
<h2>Agent 006: Incentive Wargame</h2>
<p>Runs AI-generated adversarial strategies against economic rule sets to test whether incentive designs survive.</p>
<a href="https://github.com/selfradiance/agentgate-incentive-wargame" class="btn">GitHub Repo</a>
</div>
<div class="card">
<h2>Epistemic Poisoning Simulator</h2>
<p>Saboteur agent poisons a shared knowledge base; measures whether corrupted information flips a bonded target agent's decisions.</p>
<a href="https://github.com/selfradiance/agentgate-epistemic-poisoning" class="btn">GitHub Repo</a>
</div>
<div class="card">
<h2>MemLedger</h2>
<p>Treats agent memory as testimony: append-only claims with provenance, confidence moved only by logged outcomes, memory-use receipts.</p>
<a href="https://github.com/selfradiance/memledger" class="btn">GitHub Repo</a>
</div>
</div>
<div class="badge">Agent Commerce (x402)</div>
<div class="grid">
<div class="card">
<h2>x402 Paid Endpoint</h2>
<p>Live Cloudflare Worker selling one machine-readable artifact for $1 USDC on Base mainnet via the x402 v2 'exact' scheme. First verified zero-human machine purchase settled on-chain (tx <a href="https://basescan.org/tx/0x8eb11a825de048ec5e140ad3c8bd26f315db2abb8ecda24ea39fbf1ebd8cc4fd" target="_blank" rel="noopener">0x8eb1…cc4fd</a>). Reference buyer in-repo, payment-gated by x402-spend-receipt.</p>
<a href="https://github.com/selfradiance/x402-paid-endpoint" class="btn">GitHub Repo</a>
</div>
<div class="card">
<h2>Web Attestation</h2>
<p>Live Cloudflare Worker returning Ed25519-signed witness-only byte-observation attestations for caller-supplied HTTPS URLs, gated by x402 v2 exact-scheme USDC on Base mainnet (tx <a href="https://basescan.org/tx/0xdf56ef26a440c712303059b457039c107eea1890c361313bb973820d819385ed" target="_blank" rel="noopener">0xdf56…85ed</a>). Attests only that specific bytes were observed at a URL at a time; no claim of truth, legitimacy, ownership, or trustworthiness.</p>
<a href="https://github.com/selfradiance/web-attestation" class="btn">GitHub Repo</a>
</div>
</div>
<div class="badge">Provenance & Attestation</div>
<div class="grid">
<div class="card">
<h2>zk-authorship</h2>
<p>Anonymous group-backed authorship attestations for files: Semaphore ZK proofs bind a SHA-256 file hash to group membership without revealing which member. Offline verification, bring-your-own-group, no hosted registry. Also on npm as zk-authorship.</p>
<a href="https://github.com/selfradiance/zk-authorship" class="btn">GitHub Repo</a>
</div>
</div>
</section>
<div class="footer">
<p>Architected for zero-human, autonomous agentic operations. Machine specification manifests fully indexable via <code>/manifest.json</code>, <code>/tools.json</code>, <code>/llms.txt</code>, and <code>.well-known</code> headers.</p>
<p>© 2026 Self-Radiance. Driven by Heart/Will Authority. Zero Human Friction.</p>
</div>
</body>
</html>