-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
585 lines (544 loc) · 402 KB
/
Copy pathindex.html
File metadata and controls
585 lines (544 loc) · 402 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
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>HookGuard — Status Feed</title>
<style>
:root{
--bg:#05060b; --surface:rgba(255,255,255,.035); --surface2:rgba(255,255,255,.06);
--border:rgba(255,255,255,.08); --border2:rgba(255,255,255,.14);
--text:#eceaf4; --dim:#8f8fa8; --faint:#5c5c74;
--pink:#ff007a; --violet:#7b5bff; --cyan:#00d1ff; --green:#00e58f;
--amber:#ffb547; --red:#ff4d6b;
--grad:linear-gradient(120deg,#ff007a,#b44dff 45%,#00d1ff);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
background:var(--bg); color:var(--text);
font:15px/1.55 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
-webkit-font-smoothing:antialiased; overflow-x:hidden;
}
body::before{content:"";position:fixed;inset:0;z-index:-2;background:
radial-gradient(900px 500px at 85% -10%,rgba(123,91,255,.14),transparent 60%),
radial-gradient(700px 420px at -10% 20%,rgba(255,0,122,.10),transparent 60%),
radial-gradient(800px 600px at 50% 120%,rgba(0,209,255,.07),transparent 60%);}
body::after{content:"";position:fixed;inset:0;z-index:-1;opacity:.5;background:
repeating-linear-gradient(90deg,rgba(255,255,255,.022) 0 1px,transparent 1px 72px),
repeating-linear-gradient(0deg,rgba(255,255,255,.016) 0 1px,transparent 1px 72px);
mask-image:radial-gradient(1200px 800px at 50% 0%,#000 30%,transparent 100%);}
.wrap{max-width:1180px;margin:0 auto;padding:0 28px 90px}
.mono{font-family:ui-monospace,"JetBrains Mono","SF Mono",Menlo,Consolas,monospace}
.num{font-family:ui-monospace,Menlo,Consolas,monospace;font-variant-numeric:tabular-nums}
/* ---------- topbar ---------- */
.topbar{display:flex;align-items:center;gap:14px;padding:26px 0 8px;position:sticky;top:0;z-index:50;
background:linear-gradient(180deg,rgba(5,6,11,.92),rgba(5,6,11,.75) 70%,transparent);
backdrop-filter:blur(10px)}
.mark{width:34px;height:34px;border-radius:9px;display:grid;place-items:center;flex:none;
background:linear-gradient(135deg,rgba(255,0,122,.18),rgba(0,209,255,.14));
border:1px solid var(--border2);box-shadow:0 0 24px rgba(255,0,122,.25)}
.brand{font-weight:650;letter-spacing:.02em;font-size:15px}
.brand span{color:var(--dim);font-weight:400}
.topbar .spacer{flex:1}
.pill{display:inline-flex;align-items:center;gap:7px;padding:6px 12px;border-radius:999px;
border:1px solid var(--border);background:var(--surface);color:var(--dim);font-size:12px;text-decoration:none}
.pill:hover{color:var(--text);border-color:var(--border2)}
.dot{width:7px;height:7px;border-radius:99px;background:var(--green);box-shadow:0 0 8px var(--green)}
/* ---------- hero ---------- */
.hero{padding:64px 0 34px}
.kicker{display:flex;align-items:center;gap:10px;color:var(--dim);font-size:11.5px;
letter-spacing:.24em;text-transform:uppercase;margin-bottom:18px}
.kicker::before{content:"";width:26px;height:1px;background:var(--grad)}
h1{font-size:clamp(38px,6vw,66px);line-height:1.02;font-weight:700;letter-spacing:-.03em}
h1 .g{background:var(--grad);-webkit-background-clip:text;background-clip:text;color:transparent}
.sub{margin-top:16px;max-width:720px;color:var(--dim);font-size:16px}
.sub b{color:var(--text);font-weight:550}
.cta{display:flex;gap:10px;margin-top:22px;flex-wrap:wrap}
.cta-btn{padding:9px 16px;border-radius:11px;border:1px solid var(--border);
color:var(--text);text-decoration:none;font-size:13px;background:var(--surface)}
.cta-btn:hover{border-color:var(--border2);transform:translateY(-1px)}
.cta-btn.primary,.cta-btn.primary2{background:var(--grad);color:#0b0710;font-weight:650;border:none}
/* ---------- kpi ---------- */
.kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:36px}
.card{position:relative;border-radius:16px;border:1px solid var(--border);
background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.012));
box-shadow:0 24px 70px -40px rgba(0,0,0,.75);transition:.25s ease}
.card:hover{transform:translateY(-2px);border-color:var(--border2)}
.kpi{padding:20px 20px 17px;overflow:hidden}
.kpi::after{content:"";position:absolute;inset:auto -30% -60% auto;width:180px;height:180px;border-radius:50%;
background:radial-gradient(circle,var(--kc,rgba(255,0,122,.13)),transparent 65%);pointer-events:none}
.kpi .lbl{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--dim)}
.kpi .val{font-size:42px;font-weight:700;letter-spacing:-.02em;margin-top:8px;line-height:1}
.kpi .val small{font-size:19px;color:var(--dim);font-weight:500}
.kpi .foot{margin-top:10px;font-size:12.5px;color:var(--faint)}
.delta{display:inline-flex;align-items:center;gap:5px;padding:2px 8px;border-radius:999px;font-size:11.5px;
color:var(--green);background:rgba(0,229,143,.09);border:1px solid rgba(0,229,143,.22)}
/* ---------- sections ---------- */
section{margin-top:58px}
.shead{display:flex;align-items:baseline;gap:16px;margin-bottom:20px}
.shead h2{font-size:23px;font-weight:650;letter-spacing:-.015em}
.shead .tag{color:var(--dim);font-size:12.5px}
.grid2{display:grid;grid-template-columns:5fr 7fr;gap:14px}
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.panel{padding:22px}
.ptitle{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--dim);margin-bottom:16px}
/* donut */
.donutwrap{display:flex;gap:22px;align-items:center}
.legend{flex:1;display:flex;flex-direction:column;gap:10px}
.lrow{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:var(--dim)}
.lrow b{color:var(--text);font-weight:600}
.swatch{width:9px;height:9px;border-radius:3px;display:inline-block;margin-right:8px}
/* chain bars */
.bars{display:flex;flex-direction:column;gap:11px}
.brow{display:grid;grid-template-columns:86px 1fr 92px;align-items:center;gap:12px;font-size:12.5px}
.brow .cn{color:var(--dim)}
.track{height:9px;border-radius:99px;background:rgba(255,255,255,.05);overflow:hidden;position:relative}
.fill{height:100%;border-radius:99px;background:linear-gradient(90deg,rgba(255,0,122,.65),rgba(123,91,255,.65));
transition:width 1s cubic-bezier(.2,.7,.2,1)}
.unaudited{position:absolute;top:0;right:0;height:100%;background:
repeating-linear-gradient(-45deg,rgba(255,181,71,.55) 0 3px,transparent 3px 6px);border-radius:99px}
.brow .pv{text-align:right;color:var(--faint)}
/* coverage gauge */
.gaugewrap{display:flex;flex-direction:column;align-items:center;padding:6px 0 2px}
.gauge{transform:rotate(-90deg)}
.gval{font-size:46px;font-weight:700;letter-spacing:-.02em;margin-top:-118px;margin-bottom:78px}
.gcap{color:var(--dim);font-size:12.5px;text-align:center;max-width:260px}
/* banner */
.banner{margin-top:14px;padding:14px 18px;border-radius:13px;display:flex;gap:12px;align-items:flex-start;
border:1px solid rgba(255,181,71,.28);background:linear-gradient(180deg,rgba(255,181,71,.08),rgba(255,181,71,.03))}
.banner .ic{color:var(--amber);font-size:15px;line-height:1.5}
.banner p{font-size:13.5px;color:#e8dcc8}
.banner b{color:#ffd79a}
/* census grid */
.census{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--border);
border:1px solid var(--border);border-radius:16px;overflow:hidden;margin-top:14px}
.census>div{background:#08090f;padding:16px 18px}
.census .v{font-size:27px;font-weight:650;letter-spacing:-.01em}
.census .k{font-size:11px;color:var(--dim);letter-spacing:.12em;text-transform:uppercase;margin-top:3px}
/* families */
.fam{display:flex;align-items:center;gap:14px;padding:14px 18px;border-top:1px solid var(--border)}
.fam:first-of-type{border-top:none}
.chipset{display:flex;gap:6px;flex-wrap:wrap}
.chip{padding:3px 10px;border-radius:999px;font-size:11.5px;border:1px solid var(--border);
background:var(--surface);color:var(--dim)}
.fam .meta{flex:1;font-size:13px}
.fam .meta .n{font-weight:600}
/* ledger */
.lrow2{display:flex;align-items:flex-start;gap:14px;padding:15px 18px;border-top:1px solid var(--border)}
.lrow2:first-of-type{border-top:none}
.state{flex:none;display:inline-flex;align-items:center;gap:7px;padding:4px 11px;border-radius:999px;font-size:11.5px;white-space:nowrap}
.state.awaiting-response{color:var(--amber);background:rgba(255,181,71,.08);border:1px solid rgba(255,181,71,.3)}
.state.awaiting-response .dot{background:var(--amber);box-shadow:0 0 8px var(--amber);animation:pulse 1.6s infinite}
.state.cleared-false-positive{color:var(--green);background:rgba(0,229,143,.07);border:1px solid rgba(0,229,143,.28)}
.state.superseded{color:var(--dim);background:var(--surface);border:1px solid var(--border)}
@keyframes pulse{50%{opacity:.35}}
.lrow2 .who{flex:1}
.lrow2 a{color:var(--text);text-decoration:none;border-bottom:1px dotted rgba(255,255,255,.25)}
.lrow2 a:hover{color:var(--pink);border-color:var(--pink)}
.note{font-size:12.5px;color:var(--faint);margin-top:3px}
/* table */
.tools{display:flex;gap:10px;align-items:center;margin-bottom:14px;flex-wrap:wrap}
input[type=search],select{background:var(--surface);border:1px solid var(--border);color:var(--text);
padding:9px 13px;border-radius:11px;font-size:13px;outline:none;min-width:230px}
input[type=search]:focus,select:focus{border-color:rgba(123,91,255,.55)}
.tbl{width:100%;border-collapse:collapse;font-size:13px}
.tbl th{position:sticky;top:64px;background:rgba(7,8,13,.94);backdrop-filter:blur(8px);z-index:5;
text-align:left;font-size:10.5px;letter-spacing:.16em;text-transform:uppercase;color:var(--faint);
padding:11px 14px;border-bottom:1px solid var(--border);font-weight:500}
.tbl td{padding:11px 14px;border-bottom:1px solid rgba(255,255,255,.045);white-space:nowrap}
.tbl tr:hover td{background:rgba(255,255,255,.028)}
.addr{cursor:pointer;color:#c9c6dd}
.addr:hover{color:var(--cyan)}
.badge{display:inline-flex;align-items:center;gap:5px;padding:2.5px 9px;border-radius:999px;font-size:11px}
.b-ok{color:var(--green);background:rgba(0,229,143,.07);border:1px solid rgba(0,229,143,.25)}
.b-no{color:var(--red);background:rgba(255,77,107,.06);border:1px solid rgba(255,77,107,.22)}
.b-dim{color:var(--faint);background:var(--surface);border:1px solid var(--border)}
.scorechip{font-family:ui-monospace,Menlo,monospace;font-weight:700;font-size:11.5px;
padding:3px 9px;border-radius:8px;display:inline-block}
.s-low{color:var(--green);background:rgba(0,229,143,.08);border:1px solid rgba(0,229,143,.25)}
.s-moderate{color:var(--amber);background:rgba(255,181,71,.08);border:1px solid rgba(255,181,71,.3)}
.s-elevated{color:#ff8a5c;background:rgba(255,138,92,.09);border:1px solid rgba(255,138,92,.35)}
.s-high{color:var(--red);background:rgba(255,77,107,.1);border:1px solid rgba(255,77,107,.4)}
.conf{font-size:10px;color:var(--faint);margin-left:5px}
.opcodes span{display:inline-grid;place-items:center;width:22px;height:20px;margin-right:4px;border-radius:6px;
font-size:10px;font-weight:700;cursor:default}
.op-on-d{color:var(--cyan);background:rgba(0,209,255,.1);border:1px solid rgba(0,209,255,.3)}
.op-on-s{color:var(--red);background:rgba(255,77,107,.1);border:1px solid rgba(255,77,107,.3)}
.op-off{color:var(--faint);border:1px solid var(--border)}
.bits{display:inline-flex;gap:2.5px;vertical-align:middle}
.bits i{width:5px;height:12px;border-radius:2px;background:rgba(255,255,255,.07)}
.bits i.on{background:linear-gradient(180deg,var(--pink),var(--violet));box-shadow:0 0 6px rgba(255,0,122,.5)}
.count{color:var(--faint);font-size:12px;margin-left:auto}
/* footer */
footer{margin-top:70px;padding-top:26px;border-top:1px solid var(--border);
display:flex;justify-content:space-between;gap:20px;color:var(--faint);font-size:12.5px;flex-wrap:wrap}
footer code{color:var(--dim)}
/* reveal */
.reveal{opacity:0;transform:translateY(14px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.7,.2,1)}
.reveal.in{opacity:1;transform:none}
@media(max-width:960px){
.kpis{grid-template-columns:repeat(2,1fr)}
.grid2,.grid3{grid-template-columns:1fr}
.census{grid-template-columns:repeat(2,1fr)}
.tbl th:nth-child(6),.tbl td:nth-child(6){display:none}
}
</style>
</head>
<body>
<div class="wrap">
<header class="topbar">
<div class="mark">
<svg width="18" height="18" viewBox="0 0 24 24" fill="none">
<path d="M12 2L21 6.5V12C21 17.5 17.2 21.4 12 22.5C6.8 21.4 3 17.5 3 12V6.5L12 2Z"
stroke="url(#mg)" stroke-width="1.6" stroke-linejoin="round"/>
<path d="M8.2 12.2L11 15L16 9.5" stroke="url(#mg)" stroke-width="1.8" stroke-linecap="round"/>
<defs><linearGradient id="mg" x1="3" y1="2" x2="21" y2="22">
<stop stop-color="#ff007a"/><stop offset=".55" stop-color="#b44dff"/><stop offset="1" stop-color="#00d1ff"/>
</linearGradient></defs>
</svg>
</div>
<div class="brand">HookGuard <span>/ status feed</span></div>
<div class="spacer"></div>
<span class="pill mono">generated 2026-09-14</span>
<a class="pill" href="feed.json"><span class="dot"></span>feed.json</a>
<a class="pill" href="https://github.com/chaosxcode/hookguard">repo ↗</a>
</header>
<div class="hero reveal in">
<div class="kicker">Uniswap v4 · machine-readable hook intelligence</div>
<h1>Every hook.<br><span class="g">One honest record.</span></h1>
<p class="sub">HookGuard continuously measures the v4 hook ecosystem — the registry,
everything deployed off it, and what bytecode says when source is missing.
<b>This is not an audit.</b> Every number below is regenerated from public
chain data and reproducible from a clone.</p>
<div class="cta">
<a class="cta-btn primary" href="https://pypi.org/project/hookguard/">pip install hookguard</a>
<a class="cta-btn" href="https://github.com/chaosxcode/hookguard-example">fork the starter</a>
<a class="cta-btn primary2" href="scan.html">scan in your browser</a>
<a class="cta-btn" href="https://github.com/chaosxcode/hookguard/issues/2">request a free scan</a>
</div>
<div class="kpis">
<div class="card kpi" style="--kc:rgba(255,0,122,.14)">
<div class="lbl">Registry hooks tracked</div>
<div class="val num" data-count="2004"></div>
<div class="foot"><span class="delta">▲ ++1518 this week</span> across 20 chains</div>
</div>
<div class="card kpi" style="--kc:rgba(255,181,71,.13)">
<div class="lbl">Value-moving · unaudited</div>
<div class="val num"><span data-count="61.9"></span><small>%</small></div>
<div class="foot">of all registered hooks</div>
</div>
<div class="card kpi" style="--kc:rgba(123,91,255,.14)">
<div class="lbl">Real contracts measured</div>
<div class="val num" data-count="315"></div>
<div class="foot">deployed source, not fixtures</div>
</div>
<div class="card kpi" style="--kc:rgba(0,209,255,.13)">
<div class="lbl">HIGH findings ecosystem-wide</div>
<div class="val num" data-count="2"></div>
<div class="foot">both upgradeable-proxy class · one proven on-chain</div>
</div>
</div>
</div>
<section id="registry" class="reveal">
<div class="shead"><h2>Registry pulse</h2><span class="tag">hooklist snapshot · refreshed weekly</span></div>
<div class="grid2">
<div class="card panel">
<div class="ptitle">Audit coverage</div>
<div class="donutwrap">
<svg width="168" height="168" viewBox="0 0 168 168">
<defs><linearGradient id="dg" x1="0" y1="0" x2="168" y2="168">
<stop stop-color="#ff007a"/><stop offset="1" stop-color="#00d1ff"/></linearGradient></defs>
<circle cx="84" cy="84" r="66" fill="none" stroke="rgba(255,255,255,.06)" stroke-width="15"/>
<circle id="donutArc" cx="84" cy="84" r="66" fill="none" stroke="url(#dg)" stroke-width="15"
stroke-linecap="round" stroke-dasharray="0 999" style="transition:stroke-dasharray 1.2s cubic-bezier(.2,.7,.2,1)"/>
<text x="84" y="80" text-anchor="middle" fill="#eceaf4" font-size="30" font-weight="700"
font-family="ui-monospace,Menlo,monospace">2.2%</text>
<text x="84" y="102" text-anchor="middle" fill="#8f8fa8" font-size="11">with audit URL</text>
</svg>
<div class="legend">
<div class="lrow"><span><i class="swatch" style="background:linear-gradient(120deg,#ff007a,#00d1ff)"></i>audit recorded</span><b class="num">44</b></div>
<div class="lrow"><span><i class="swatch" style="background:rgba(255,255,255,.12)"></i>no audit listed</span><b class="num">1960</b></div>
<div class="lrow"><span><i class="swatch" style="background:var(--violet)"></i>can move value</span><b class="num">1274</b></div>
<div class="lrow"><span><i class="swatch" style="background:var(--amber)"></i>value-moving · unaudited</span><b class="num">1240</b></div>
</div>
</div>
</div>
<div class="card panel">
<div class="ptitle">Hooks by chain · hatched share = unaudited</div>
<div class="bars" id="chainBars"></div>
</div>
</div>
</section>
<section id="unichain" class="reveal">
<div class="shead"><h2>Unichain deep dive</h2><span class="tag">full chain history · PoolManager 0x1F98…0004</span></div>
<div class="grid2">
<div class="card panel">
<div class="ptitle">What the registry sees of Unichain</div>
<div class="gaugewrap">
<svg class="gauge" width="190" height="190" viewBox="0 0 190 190">
<circle cx="95" cy="95" r="76" fill="none" stroke="rgba(255,255,255,.06)" stroke-width="13"/>
<circle id="covArc" cx="95" cy="95" r="76" fill="none" stroke="url(#dg)" stroke-width="13"
stroke-linecap="round" stroke-dasharray="0 999"/>
</svg>
<div class="gval num"><span data-count="2.1"></span><small>%</small></div>
<div class="gcap">25 of 1211 distinct deployed hooks are registered.
The empty ring is the point.</div>
</div>
</div>
<div>
<div class="banner">
<div class="ic">◈</div>
<p><b>Unichain runs the v4 preview deployment.</b> Hook addresses there encode callback
permissions in the <b>reverse bit order</b> vs final v4 (validated against every
source-verifiable hook: 17/18). Tooling reading permissions with mainnet semantics
misreads this chain — including most dashboards you have seen.</p>
</div>
<div class="census">
<div><div class="v num">107</div><div class="k">multi-pool hooks off registry</div></div>
<div><div class="v num">17.8%</div><div class="k">publish any source</div></div>
<div><div class="v num">28 / 88</div><div class="k">DELEGATECALL in runtime code</div></div>
<div><div class="v num">—</div><div class="k">distinct programs found</div></div>
</div>
</div>
</div>
</section>
<section id="attribution" class="reveal">
<div class="shead"><h2>Cross-chain attribution</h2><span class="tag">byte-identical runtime code under different addresses</span></div>
<div class="card panel" style="padding:6px 0" id="famList"></div>
</section>
<section id="distribution" class="reveal">
<div class="shead"><h2>Risk distribution</h2><span class="tag">every scored record · weights published, nothing hidden</span></div>
<div class="card panel">
<div class="bars" id="distBars"></div>
<p style="margin-top:14px;font-size:12.5px;color:var(--faint)">
Score 0–100 from itemized facts only: source findings, bytecode signals,
registry/audit status, author confirmations. Full weight table:
<a href="https://github.com/chaosxcode/hookguard/blob/master/src/score.py" style="color:var(--cyan)">src/score.py</a>.
</p>
</div>
</section>
<section id="adoption" class="reveal">
<div class="shead"><h2>Adoption</h2><span class="tag">external projects running <span class="mono">chaosxcode/hookguard@v1</span> · measured, not claimed</span></div>
<div class="card panel">
<div style="display:flex;align-items:baseline;gap:12px;margin-bottom:10px">
<span class="num" style="font-size:34px;font-weight:700" id="adoptCount"></span>
<span style="color:var(--dim);font-size:13px">of 5-goal unrelated projects</span>
<span class="count mono" id="adoptUpdated"></span>
</div>
<div class="track" style="height:12px"><div class="fill" id="adoptBar" style="background:var(--grad)"></div></div>
<div id="adoptRepos" style="margin-top:14px"></div>
<p style="margin-top:14px;font-size:12.5px;color:var(--faint)">
Measured via public code search over <span class="mono">.github/workflows/</span>; our own repositories are excluded.
Add HookGuard to yours:
<span class="mono" style="color:var(--cyan)">- uses: chaosxcode/hookguard@v1</span>
</p>
</div>
</section>
<section id="ledger" class="reveal">
<div class="shead"><h2>Advisory ledger</h2><span class="tag">every author contact, logged in public</span></div>
<div class="card panel" style="padding:6px 0" id="ledgerList"></div>
</section>
<section id="feed" class="reveal">
<div class="shead"><h2>The feed</h2>
<span class="tag">one record per known hook · click an address to copy</span>
<span class="count mono" id="rowCount"></span></div>
<div class="tools">
<input type="search" id="q" placeholder="filter by address or name…">
<select id="chainSel"><option value="">all chains</option></select>
<select id="advSel">
<option value="">any status</option>
<option value="adv">advisory open</option>
<option value="high">has HIGH</option>
<option value="nosrc">no published source</option>
</select>
<select id="bandSel">
<option value="">any risk band</option>
<option>LOW</option><option>MODERATE</option>
<option>ELEVATED</option><option>HIGH</option>
</select>
</div>
<div class="card" style="overflow:auto;max-height:640px">
<table class="tbl">
<thead><tr>
<th>address</th><th>name</th><th>chain</th><th>pools</th>
<th>source</th><th>signals</th><th>permission bits</th><th>risk</th><th>status</th>
</tr></thead>
<tbody id="tbody"></tbody>
</table>
</div>
</section>
<footer>
<div>
<div><b style="color:var(--dim)">Reproduce:</b></div>
<div class="mono" style="margin-top:6px">python3 src/risk.py · CHAIN=unichain python3 src/discover.py ·
MIN_POOLS=2 python3 src/verify_status.py · python3 src/bytecode.py · python3 src/attribution.py · python3 src/status_feed.py</div>
</div>
<div style="text-align:right">
generated 2026-09-14<br>a heuristic scanner — never an audit
</div>
</footer>
</div>
<script>
const FEED = {"generated": "2026-09-14", "registry": {"total": 2004, "chains": 20, "growthWeek": {"from": 486, "to": 2004}, "audited": 44, "auditedPct": 2.2, "valueMoving": 1274, "valueMovingPct": 63.6, "valueMovingNoAudit": 1240, "valueMovingNoAuditPct": 61.9, "upgradeable": 52, "verifiedSource": 2004, "byChain": {"base": {"hooks": 448, "unaudited": 439, "unauditedPct": 98.0}, "ink": {"hooks": 17, "unaudited": 17, "unauditedPct": 100.0}, "robinhood": {"hooks": 726, "unaudited": 722, "unauditedPct": 99.4}, "ethereum": {"hooks": 396, "unaudited": 380, "unauditedPct": 96.0}, "arbitrum": {"hooks": 36, "unaudited": 33, "unauditedPct": 91.7}, "bnb": {"hooks": 99, "unaudited": 94, "unauditedPct": 94.9}, "monad": {"hooks": 38, "unaudited": 37, "unauditedPct": 97.4}, "polygon": {"hooks": 53, "unaudited": 51, "unauditedPct": 96.2}, "unichain": {"hooks": 30, "unaudited": 28, "unauditedPct": 93.3}, "xlayer": {"hooks": 10, "unaudited": 10, "unauditedPct": 100.0}, "avalanche": {"hooks": 67, "unaudited": 67, "unauditedPct": 100.0}, "blast": {"hooks": 5, "unaudited": 5, "unauditedPct": 100.0}, "celo": {"hooks": 4, "unaudited": 4, "unauditedPct": 100.0}, "megaeth": {"hooks": 4, "unaudited": 4, "unauditedPct": 100.0}, "optimism": {"hooks": 37, "unaudited": 35, "unauditedPct": 94.6}, "soneium": {"hooks": 11, "unaudited": 11, "unauditedPct": 100.0}, "worldchain": {"hooks": 18, "unaudited": 18, "unauditedPct": 100.0}, "zora": {"hooks": 2, "unaudited": 2, "unauditedPct": 100.0}, "tempo": {"hooks": 1, "unaudited": 1, "unauditedPct": 100.0}, "linea": {"hooks": 2, "unaudited": 2, "unauditedPct": 100.0}}}, "scanner": {"contractsMeasured": 315, "clean": 182, "cleanPct": 57.8, "severity": {"HIGH": 2, "MEDIUM": 121, "LOW": 0, "INFO": 25}, "rules": {"PERMISSIONLESS_ATTACHMENT": 82, "PERMISSIONLESS_BY_DESIGN": 25, "UNBOUNDED_DYNAMIC_FEE": 36, "REENTRANCY_SURFACE": 2, "UPGRADEABLE_HOOK": 2, "REVERT_DOS_RISK": 1}}, "unichain": {"poolManager": "0x1F98400000000000000000000000000000000004", "deploymentKind": "v4 PREVIEW \u2014 callback permission bits are bit-reversed vs final v4 (validated 17/18)", "poolsCreated": 7539, "poolsWithHook": 5366, "distinctHooks": 1211, "registryCoverage": {"now": 25, "pct": 2.1}, "census": {"multiPoolHooks": 107, "publishSource": 19, "bytecodeAnalyzed": 88, "standardProxies": 1, "delegatecall": 28, "selfdestruct": 35, "distinctPrograms": null}}, "attribution": {"deploymentsChecked": 84, "distinctPrograms": 70, "sameCodeFamilies": 5, "crossChainFamilies": 3, "families": [{"size": 5392, "chains": ["arbitrum", "ethereum"], "members": [{"chain": "arbitrum", "address": "0x192499a79cadb2e9ba221a252a3e3b7adc714880", "name": "ArrakisPrivateHook"}, {"chain": "ethereum", "address": "0x192499a79cadb2e9ba221a252a3e3b7adc714880", "name": "ArrakisPrivateHook"}]}, {"size": 11188, "chains": ["arbitrum", "soneium"], "members": [{"chain": "arbitrum", "address": "0xb4f4949e8d0a177bb6d2fea33e9516bb219610cc", "name": "Spot"}, {"chain": "soneium", "address": "0xb4f4949e8d0a177bb6d2fea33e9516bb219610cc", "name": "Spot"}]}, {"size": 4363, "chains": ["base", "ethereum"], "members": [{"chain": "base", "address": "0xf9527fb5a34ac6fbc579e4fbc3bf292ed57d4880", "name": "ArrakisPrivateHook"}, {"chain": "ethereum", "address": "0xf9527fb5a34ac6fbc579e4fbc3bf292ed57d4880", "name": "ArrakisPrivateHook"}]}]}, "outreach": [{"project": "Uniderp-fun/uniderp-hook-smart-contract", "issue": "https://github.com/Uniderp-fun/uniderp-hook-smart-contract/issues/1", "hooks": "UniderpHook \u00d73 (114 / 4 / 3 pools)", "state": "awaiting-response"}, {"project": "VII-Finance/yield-harvesting-hook", "issue": "https://github.com/VII-Finance/yield-harvesting-hook/issues/30", "hooks": "AssetToAssetSwapHookForERC4626 (unichain)", "state": "awaiting-response"}, {"project": "Bunniapp/bunni-v2", "issue": null, "hooks": "BunniHook (50 pools)", "state": "cleared-false-positive", "note": "logic reverts BunniHook__InvalidSwap when slot0.sqrtPriceX96 == 0 \u2014 unknown pools cannot act"}, {"project": "Uniswap/hooklist (UniMemeHook)", "issue": null, "hooks": "UniMemeHook (777 pools)", "state": "superseded", "note": "registered after our snapshot; listing documents the fee design"}], "adoption": {"schemaVersion": 1, "label": "external installs", "message": "0 of 5", "color": "inactive", "searchedAt": "2026-09-14T15:45:58+00:00", "goal": 5, "externalInstalls": 0, "ownReferences": 0, "repos": [], "method": "GitHub code search: \".github/workflows/\" files referencing chaosxcode/hookguard@v1"}, "records": [{"chain": "arbitrum", "address": "0x192499a79cadb2e9ba221a252a3e3b7adc714880", "name": "ArrakisPrivateHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "arbitrum", "address": "0x2097d7329389264a1542ad50802bb0de84a650c4", "name": "BVCCDynamicFeeHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "arbitrum", "address": "0x3043e182047f8696dfe483535785ed1c3681bac4", "name": "BackGeoOracle", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 0, "band": "LOW", "confidence": "medium", "factors": []}, {"chain": "arbitrum", "address": "0x3e61d0519d598bf2dfaef5b8fa0256bf7e1d60c0", "name": "SafeSwapHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "arbitrum", "address": "0x4440854b2d02c57a0dc5c58b7a884562d875c0c4", "name": "UniswapV4KEMHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "arbitrum", "address": "0x486579de6391053df88a073cebd673dd545200cc", "name": "DynamicFeeHookV2", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "arbitrum", "address": "0x5e645c3d580976ca9e3fe77525d954e73a0ce0c0", "name": "Alphix", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "arbitrum", "address": "0x62076c1cb0ea57acd2353ff45226a1fb1e6100c4", "name": "DynamicFeeHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 7, "band": "LOW", "confidence": "medium", "factors": [{"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "arbitrum", "address": "0x6d9c97c94c88a67d1a93bbc8ccae3a5322208844", "name": "FeeHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "arbitrum", "address": "0x986522646bf8f57d3b28c5808ede9b1e5cca0ac0", "name": "FedzHook", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 11, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "info_finding", "label": "1\u00d7 informational", "delta": 1, "detail": ""}]}, {"chain": "arbitrum", "address": "0xb4f4949e8d0a177bb6d2fea33e9516bb219610cc", "name": "Spot", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "arbitrum", "address": "0xbf4b4a83708474528a93c123f817e7f2a0637a88", "name": "VTSwapHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "arbitrum", "address": "0xc4bf39a096a1b610dd6186935f3ad99c66239080", "name": "SlippageFeeHook", "findings": 2, "high": 0, "advisory": false, "source": true, "score": 18, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}, {"key": "info_finding", "label": "1\u00d7 informational", "delta": 1, "detail": ""}]}, {"chain": "arbitrum", "address": "0xd73339564ac99f3e09b0ebc80603ff8b796500c0", "name": "LimitOrderHook", "findings": 2, "high": 0, "advisory": false, "source": true, "score": 18, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}, {"key": "info_finding", "label": "1\u00d7 informational", "delta": 1, "detail": ""}]}, {"chain": "arbitrum", "address": "0xe025cb6c58826ac79e2052c350250881f8f51bc0", "name": "EMADynamicFeeHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "avalanche", "address": "0x3b48f794a1d67febe95f66b6dff38c0a7e934044", "name": "StrategyFeeHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "avalanche", "address": "0x9ce226b94717bd5c483daa880efe915b7d382aa8", "name": "AuthSwaps", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "avalanche", "address": "0xbfc09fb0a5cde1457b4393d056601531fb52eaa8", "name": "AuthSwaps", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "avalanche", "address": "0xe32a5d788c568fc5a671255d17b618e70552e044", "name": "ArenaHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x0469a4bd3724dc86c9542f4694c976da13c450c0", "name": "ZoraV4CoinHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x04e08a08bab77b389e970a65d91fba8bf4ef6080", "name": "GovernedLBPStrategy", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x07cd1505846bc1a0a7b38065684e7dcbde6f2000", "name": "LpGuardHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x0b8fbfa9861af89d7d2cf2e55f61cee982a22080", "name": "GovernedLBPStrategy", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x0fd17dc291cd04fedd6d2f1fa6c1f247e6546a40", "name": "OwnerManagedRangeHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x1216eefa98a268d5c610ffdd9c0eb2d6b1290aec", "name": "ApexYieldHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x121f94835dab08ebaf084809a97e525b69e400cc", "name": "UniswapV4SwapFeeHookV1", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "base", "address": "0x167f77c0d015414f65bf3dde7198922c399e2080", "name": "GovernedLBPStrategy", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x180d1981ee8d6cc878df230a05787cd831f70040", "name": "SpectraHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "base", "address": "0x1c0c00db76140b4e7deb997ccf1246d8d6b80440", "name": "A51pegHook", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 11, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "info_finding", "label": "1\u00d7 informational", "delta": 1, "detail": ""}]}, {"chain": "base", "address": "0x1e0c810a30fb82391df936602c1161421381b0c8", "name": "SuperStrategy", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "base", "address": "0x2063a2b535a59911532cdf4d1cf28501099f0aec", "name": "SnapBackHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x21411ada5ba2bf1ed416a2573e037cda070ce080", "name": "MoonsendFeeHook_BASE", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x22266a74902ef7546ab80156539e7a349ad20040", "name": "BpegRenderer", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x22266a74902ef7546ab80156539e7a349ad20040", "name": "Bpeg", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x22266a74902ef7546ab80156539e7a349ad20040", "name": "BpegHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x23321f11a6d44fd1ab790044fdfde5758c902fdc", "name": "PositionManager", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x23ab2e6d4ab0c5f872567098671f1ffb46fd2500", "name": "TELxIncentiveHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x2677fdcb72f59766d03d9ee4a6c7390bf3ed0800", "name": "DCAHook", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 11, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "info_finding", "label": "1\u00d7 informational", "delta": 1, "detail": ""}]}, {"chain": "base", "address": "0x282b5e7d546b5e39963753d11b2bb6cd3c9da088", "name": "MoonpotHook", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 7, "band": "LOW", "confidence": "medium", "factors": [{"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "base", "address": "0x2934140dcf6ca98eed60e8e31d3816d038f92080", "name": "GovernedLBPStrategy", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x2c56c1302b6224b2bb1906c46f554622e12f10c4", "name": "BVCCDynamicFeeHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "base", "address": "0x2fd54aaf84023eda60bd65edb5914c1a306850cc", "name": "SeedifyFeeHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x35b9b5b023897da8c7375ba6141245b8416460cc", "name": "wASSBLASTER", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x3e342a06f9592459d75721d6956b570f02ef2dc0", "name": "UniswapV4MulticurveInitializerHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x3e342a06f9592459d75721d6956b570f02ef2dc0", "name": "UniswapV4ScheduledMulticurveInitializerHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x4440854b2d02c57a0dc5c58b7a884562d875c0c4", "name": "UniswapV4KEMHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "base", "address": "0x4519e2b040ff1b64fa03abe2aef0bc99d7cceaa8", "name": "GPXHooks", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x4627812f40bdd47c8fa1a4daac8f40bc26ef8040", "name": "SpectraLaunch", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "base", "address": "0x46b8c74d89a647063311ad08c7456732d5e94888", "name": "WontonHook", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 11, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "info_finding", "label": "1\u00d7 informational", "delta": 1, "detail": ""}]}, {"chain": "base", "address": "0x4ab61d774b170d0610fdcc5559aae2c356c600c8", "name": "PubhouseHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x51bba15255406cfe7099a42183302640ba7dafdc", "name": "PositionManager", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x52a22cda1d1e77f8997fceb2165c6fc76b808440", "name": "KPEGHook", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 11, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "info_finding", "label": "1\u00d7 informational", "delta": 1, "detail": ""}]}, {"chain": "base", "address": "0x5613c279e8db9815dbd0cdfbd10515eabd350088", "name": "Hook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "base", "address": "0x570a48f96035c2874de1c0f13c5075a05683b0cc", "name": "DeliHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x5798a5e371346c8e4af1dbc166549d360e008044", "name": "AdaptiveBurnHookV4", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "base", "address": "0x59f39091fd6f47e9d0bcb466f74e305f1709bac4", "name": "BackGeoOracle", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x5c062f56e7f1a5cf25b95e626af15176f52fb0c8", "name": "SuperStrategy", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "base", "address": "0x5ca33d75df69c4f46093b7eb7f0f6dacace62080", "name": "GovernedLBPStrategy", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x5cd525c621afca515bf58631d4733fba7b72aae4", "name": "VerifiedPoolsBasicHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x6145a9cd8d6b597af774ea95b73684416848e088", "name": "MoonpotHook", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "base", "address": "0x6646b048fba0a70a692f7690ae6dad83bcacb0c8", "name": "SuperStrategy", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "base", "address": "0x66799c2eb2590006820f6cb826133176ecdda888", "name": "EstateHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x66e51deab56975bb1c64413bd3ab01fa95b82acc", "name": "XDHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x6b80ce7c95b0206b14ce9977c904e11918d48040", "name": "SpectraLaunch", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "base", "address": "0x6cabe2fd9fb60c5afcab7de732b0a224fc382eec", "name": "GPOHooks", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x704268ac7043aeef50f47b6a03ae68ccf808e044", "name": "BtcAccHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x70e163cf92b4565a0eeba7d12d2cfcebd51c40cc", "name": "BaseTestHooks", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x70e163cf92b4565a0eeba7d12d2cfcebd51c40cc", "name": "FloorHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x755776c51399f7ee15d47ddaf47347d26f5ca840", "name": "BasememeHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x7624ac031ca94a9d6f732a74ef90ea10c5510040", "name": "SpectraLaunch", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "base", "address": "0x7cbbff9c4fcd74b221c535f4fb4b1db04f1b9044", "name": "AlphixLVRFee", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "base", "address": "0x84129dc46b712614471131e8b9dadd64c7d21bc0", "name": "EMADynamicFeeHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "base", "address": "0x84bbab8cac69bf6711ba81f9915dc346f4cf2088", "name": "RwagmiHookV2", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "base", "address": "0x880bfa436d722bfde337eafc7c22123c17b90088", "name": "BuffetAMM", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "base", "address": "0x88c9ff9fc0b22cca42265d3f1d1c2c39e41cdacc", "name": "Spot", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "base", "address": "0x892d3c2b4abeaaf67d52a7b29783e2161b7cad40", "name": "UniswapV4MulticurveInitializerHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x8dc3b85e1dc1c846ebf3971179a751896842e5dc", "name": "AnyPositionManager", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x8dc3b85e1dc1c846ebf3971179a751896842e5dc", "name": "PositionManager", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x8f29bd5c8429730fa4c46e6295c4e679ededd0cc", "name": "AegisHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "base", "address": "0x95afbc0fccf974b41380f24e562f15b6dd90fac8", "name": "DeliHookConstantProduct", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x972fd516470c0e1841211c51c37ab2f7dfe44040", "name": "SpectraHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "base", "address": "0x9850de90445233c2561dd29fc67aaa353b48a888", "name": "V4PoolHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x98aa253a44497dfa77ec1170e69f851cb17c2000", "name": "AquinasPoolHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x994f0eefe7a9857698218205b721466ef0038ac0", "name": "SwayHookJIT", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x9d11f9505ca92f4b6983c1285d1ac0aaff7ec0c0", "name": "LimitOrderHook", "findings": 2, "high": 0, "advisory": false, "source": true, "score": 18, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}, {"key": "info_finding", "label": "1\u00d7 informational", "delta": 1, "detail": ""}]}, {"chain": "base", "address": "0x9e433f32bb5481a9ca7dff5b3af74a7ed041a888", "name": "flETHHooks", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0xa1ebdd5ca6470bbd67114331387f2dda7bfad040", "name": "ZoraV4CoinHook", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 11, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "info_finding", "label": "1\u00d7 informational", "delta": 1, "detail": ""}]}, {"chain": "base", "address": "0xaa226363fb5b8718d125357ddc6539a82489e0c4", "name": "LoyaltyVolatilityHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0xb3ae7c0495fe4d20786cf6d119c7a821f83f40cc", "name": "BurnOnSwapHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "base", "address": "0xb476c448da4453208df4e371fee26f4e630d3044", "name": "SpawnerHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0xb4f4949e8d0a177bb6d2fea33e9516bb219610cc", "name": "Spot", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "base", "address": "0xb903b0ab7bcee8f5e4d8c9b10a71aac7135d6fdc", "name": "PositionManager", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0xb91ca876220674c2efc20ced68de110a075250c0", "name": "HomelanderUniV4Plugin", "findings": 3, "high": 0, "advisory": false, "source": true, "score": 25, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "medium_finding", "label": "2\u00d7 MEDIUM finding(s)", "delta": 14, "detail": "accurate detections awaiting author confirmation"}, {"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "info_finding", "label": "1\u00d7 informational", "delta": 1, "detail": ""}]}, {"chain": "base", "address": "0xbb7784a4d481184283ed89619a3e3ed143e1adc0", "name": "DecayMulticurveInitializerHook", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0xbb7784a4d481184283ed89619a3e3ed143e1adc0", "name": "UniswapV4MulticurveInitializerHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0xbd2597a08627f119ed50c1a252f888f5bfd31b80", "name": "DynamicFeeHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "base", "address": "0xbdf938149ac6a781f94faa0ed45e6a0e984c6544", "name": "DopplerHookInitializer", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0xc3b8e77ac038aa260035a1911827086c34a9e844", "name": "StrategyHookV2", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0xc5a48b447f01e9ce3ede71e4c1c2038c38bd9000", "name": "GraduationHook", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 11, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "info_finding", "label": "1\u00d7 informational", "delta": 1, "detail": ""}]}, {"chain": "base", "address": "0xc8d077444625eb300a427a6dfb2b1dbf9b159040", "name": "ZoraV4CoinHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0xca51c787e7136db1cbfd92a24287ea8e9363b0c8", "name": "SuperStrat", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "base", "address": "0xca975b9daf772c71161f3648437c3616e5be0088", "name": "SimpleSellTaxHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "base", "address": "0xced494a8cc54d593dbc7bdc6f4c61a948c932080", "name": "GovernedLBPStrategy", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0xd3c1f2174f37f88811f99b1b1b4c1356c0246000", "name": "AquinasPoolHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0xd577f945b6025ce1e60ac1a82f2ee8ff3fb428c4", "name": "ArtacleIndexHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 0, "band": "LOW", "confidence": "medium", "factors": []}, {"chain": "base", "address": "0xd6fecff347c6203a41874e8d77de669b54e7a500", "name": "UniswapV4MigratorHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0xd6fecff347c6203a41874e8d77de669b54e7a500", "name": "UniswapV4MigratorSplitHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0xdfe0f6d6cdda8f8ea47d6c5bddbdea51425290c0", "name": "HomelanderUniV4Plugin", "findings": 3, "high": 0, "advisory": false, "source": true, "score": 25, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "medium_finding", "label": "2\u00d7 MEDIUM finding(s)", "delta": 14, "detail": "accurate detections awaiting author confirmation"}, {"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "info_finding", "label": "1\u00d7 informational", "delta": 1, "detail": ""}]}, {"chain": "base", "address": "0xe2b4100de1cd284bd364f738d1354715515c90c0", "name": "ZoraV4CoinHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0xe87be9bc8e462de016760aa83bac56d608836aa8", "name": "RehypHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0xea9346e83952840e69beb36df365c4e68de0e080", "name": "LiquidLaunchHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0xed1698c29928a6c44cddb0c75ab0e5d47eb72a80", "name": "TWAMM", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0xf6d0a13609bb5779bc5d639f2ba3bfda83d4d0c0", "name": "ZoraV4CoinHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0xf785bb58059fab6fb19bdda2cb9078d9e546efdc", "name": "PositionManager", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0xf9527fb5a34ac6fbc579e4fbc3bf292ed57d4880", "name": "ArrakisPrivateHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "base", "address": "0xfe6947cd46a7e8f068a6b6ca804fb986feda8040", "name": "BpegRenderer", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0xfe6947cd46a7e8f068a6b6ca804fb986feda8040", "name": "Bpeg", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0xfe6947cd46a7e8f068a6b6ca804fb986feda8040", "name": "BpegHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0xfee99b847f90d7a7f87e273097b72e33d3490440", "name": "BpegRenderer", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0xfee99b847f90d7a7f87e273097b72e33d3490440", "name": "Bpeg", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0xfee99b847f90d7a7f87e273097b72e33d3490440", "name": "BpegHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0xff02680c7afe8c63e91c07efa985c81efa6b68c4", "name": "StockTokenHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "bnb", "address": "0x77b2051204306786934be8bec29a48584e133ac4", "name": "BackGeoOracle", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "bnb", "address": "0x8a36d8408f5285c3f81509947bc187b3c0efd0c4", "name": "BVCCDynamicFeeHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "bnb", "address": "0xa9bc2984a3e42b27d90abd56e6d1323bc66f80c0", "name": "LimitOrderHook", "findings": 2, "high": 0, "advisory": false, "source": true, "score": 18, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}, {"key": "info_finding", "label": "1\u00d7 informational", "delta": 1, "detail": ""}]}, {"chain": "ethereum", "address": "0x00001f3b9712708127b1fcad61cb892535951888", "name": "BunniHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x0000f07d2b5f1ddf3244b8780f972f306efd2888", "name": "SatoHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x000b70f7cd351f7479d1aa6f1354d32ed8821080", "name": "PoolTraderHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x0089938dc53258d2bbbb666043abe812a3c18440", "name": "PokemonPegHook", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 11, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "info_finding", "label": "1\u00d7 informational", "delta": 1, "detail": ""}]}, {"chain": "ethereum", "address": "0x00bbc6fc07342cf80d14b60695cf0e1aa8de00cc", "name": "ActionFundingHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x025a386eaa79f6067d29848fd05ccc71beab20cc", "name": "EthCreatorFeeHookV2", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x02861997ca5d65d40fa34facdaa9f969c95fd0c0", "name": "UnigenHook", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0x044301939deb7ca53c4733dd4d9b3bc5ea0c6888", "name": "FewETHHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x05388fb8b99b66867f08b2841d6baaea58b040cc", "name": "ETIMTaxHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x068241d20c59980abeaeded990d2441f05f5c0cc", "name": "LivoSwapHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0x09ff2eb94d873c6b4befde087362044a2b02e0c0", "name": "UsdcWstGbpHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x0d62529346ac2c61f5c0582210d01214687bc0cc", "name": "FeeHookV3", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x0ee5685892791cb392b8258feee201137a46facc", "name": "LendingHookV2", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x0f32ab7c446e24b442b85fe77f78e75e1219a080", "name": "MoonsendFeeHook_ETH", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x0fe942afdb2f51e25cbf892aad175c6a574f2888", "name": "FewTokenHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x10865f8301d46a61badc726de44d9d4f00f68440", "name": "UpegHook", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 1, "band": "LOW", "confidence": "medium", "factors": [{"key": "info_finding", "label": "1\u00d7 informational", "delta": 1, "detail": ""}]}, {"chain": "ethereum", "address": "0x10adc30aadda3c3ba2ba7a6e7d13cdb1e28745cc", "name": "RestakeHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0x11229d5042857a78db118c51aed97911400780c0", "name": "VitaHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x192499a79cadb2e9ba221a252a3e3b7adc714880", "name": "ArrakisPrivateHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0x1b9f3544dc4915e0c08882d1c3f39b6e464e4844", "name": "FeeHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0x1c94eb938ffb066c3a5f0d43e44a428f35a1e888", "name": "RingAggregatorHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x1df8e3ce04a62922506e4ba303e1338583155044", "name": "DiamondHandsHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x213f0db3d48580954471b3e69e5f486292a36844", "name": "MoonCatsStrategyHookV2", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x269044c34e5c6c41d5908d88924f544de38cc0cc", "name": "STRMOGHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x27174ccfd54b4529b025559afa93fc187cea80cc", "name": "QuasarHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0x2b7a5409f563a94aacc6ad75fc44cf4fcbfb18cc", "name": "StratHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0x2c67eba8a50af0db5fba55f725247a75cbda6444", "name": "FWATokenHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x30ca6f7b31b65b7977bd3991c532ce255bff0044", "name": "ArkHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x319c49f68df3da28edceb691dac45e0a16d1d0cc", "name": "BossHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0x3226136d52beac0ecf777cedaca5c02a1373f0cc", "name": "GeodeMiningHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x34052720fd88197718251765fe03611d740c00cc", "name": "PAMHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0x384cfe8aa001c26a029dee56414a024f445780cc", "name": "STRPNKHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0x3a84bc99fd208bdc0fee2eb72a9d6c9a7271a444", "name": "FWATokenHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x3a9f9e9fcb1377de2c2f88ea0d8166e92bbf60c0", "name": "PriceImpactDynamicFeeHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x3ba779bad405d9b68a7a7a86ff6916c806a200cc", "name": "MemeStrategyHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x3beb2eb4023a2bb007cacf8c63dec9b24e03a844", "name": "SummerHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x3cc9707a9b6dfbbb72e2bfeddc341f7de9cbbacc", "name": "LendingHookV3", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x3dd864a80cc5dc3d6e3f4e1a6af92b0d2047e888", "name": "RingAggregatorHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 0, "band": "LOW", "confidence": "medium", "factors": []}, {"chain": "ethereum", "address": "0x41a9bf2969af822942a553babd6d8dda0dff80cc", "name": "ETIMTaxHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x428091038f0e0631b627e1061475ad919a983acc", "name": "LendingHookV4", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x42ac35d497d63abab6e3efa9b0f7b0c76ab5c4cc", "name": "SharesHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x4440854b2d02c57a0dc5c58b7a884562d875c0c4", "name": "UniswapV4KEMHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0x4509b7eb3f9641226804fea4976963435d1c6080", "name": "StableStableHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x47dc5827e85f8b63a0b79dfe92e13463eb680440", "name": "PokemonPegHook", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 11, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "info_finding", "label": "1\u00d7 informational", "delta": 1, "detail": ""}]}, {"chain": "ethereum", "address": "0x4832d5009a234a08a28060196a40bfeb35d6c044", "name": "PlotHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0x5287e8915445aee78e10190559d8dd21e0e9ea88", "name": "CorkHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x539f54cbd1a2468dcb669126ef6acc82d7f480c0", "name": "BloomHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0x5725df570e0008997dacef46bc179bbfc4d125cc", "name": "LiquidityGenHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0x5832f3e51295cee676eebbb25748d527f64b5f80", "name": "ImmutableState", "findings": 2, "high": 0, "advisory": true, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x5832f3e51295cee676eebbb25748d527f64b5f80", "name": "NestHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x5cf8e499c7c466c7e2cf127bdf129f57151e65dc", "name": "PositionManager", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x5d8a61fa2ced43eeabffc00c85f705e3e08c28c4", "name": "NFTStrategyRangeHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x5e8a308b07194d115bcf78dac9a426c7b46ae444", "name": "RecursiveStrategyHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x62ee80f068dce30ea4a275e91bb733fb17fd0ac0", "name": "ImmutableState", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x62ee80f068dce30ea4a275e91bb733fb17fd0ac0", "name": "FairTradeHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x636c050296b5cc528d8785169bf8923716fca9cc", "name": "ArtCoinsHookSkimFee", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0x66213c92f0a000a0e0dc21ad7faeb4cf528850c0", "name": "UnigenHook", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0x6e1babe41d708f6d46a89cda1ae46de95458e444", "name": "StrategicHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x6f7243ae6b4ccad256aa6fecd3081f51253b1acc", "name": "DragonXHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x6fb14025194d3921942b269ba49c988fbd3fc0cc", "name": "TaxHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0x747b8bb5e2e60d4c9e881fe7a27e0b69e47d0040", "name": "ProofOfSwapHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0x74803bd586fa5ce3a9ab38b49a7ca633af8700cc", "name": "TaxHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0x75dd3c47015ea92b88557ac6ee1de07ee4d420cc", "name": "SlopPoolHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x7b0d132c6bf845d5a072b6cc9201546f0af8a044", "name": "CMDHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x7ea48e09937955cb2c6538b52bb3516974be20cc", "name": "Plot", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0x82d30501471db64a8b7af9a878b5f45efb873acc", "name": "LendingHookV4", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x8bd422134164f74023308a22ba991ae0412900cc", "name": "LaunchHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0x8cec12bc7ea6b92cd330b77e163fe5dbde88c0cc", "name": "JrnyHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x8f24193cc75fc64a30a038442bcd622ff4070088", "name": "LodeHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0x8f29bd5c8429730fa4c46e6295c4e679ededd0cc", "name": "AegisHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0x8fb66c6e0f3cbb25001e0f1c0352cc888cff6444", "name": "NFTStrategyHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x903633d861ab705dc6a2ef91b478b9cab00f4044", "name": "OnlyHooksHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0x924e5c44c3b82c2c0ba231cd0de7b581180e1bc0", "name": "EMADynamicFeeHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0x94976497b43174c37d038f414861923578d2a844", "name": "CabalcoinHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x94f783914e42ff91cd032d59933655b727d37acc", "name": "LendingHookV4", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x96b893683afbfec071e90f78d00de4bb932fe0cc", "name": "UniversalKlikHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x98fa6468c65ec0100cb92c62dc6109236c130440", "name": "UCatHook", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 1, "band": "LOW", "confidence": "medium", "factors": [{"key": "info_finding", "label": "1\u00d7 informational", "delta": 1, "detail": ""}]}, {"chain": "ethereum", "address": "0x9ab4a4d223fa0ce27ab15b376f298f7ee3b9eac0", "name": "BaseTestHooks", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 11, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "info_finding", "label": "1\u00d7 informational", "delta": 1, "detail": ""}]}, {"chain": "ethereum", "address": "0x9dedda61bf433d3a630c8c0cdb1438dc58676444", "name": "PerpetualHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x9f7e7a925366f5dd7e59e6247ed80177c94020cc", "name": "KanroHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x9f8f375b2d246da6be816b453f13d43d8240a444", "name": "ERC20StrategyHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0xa312884b73862377317f0071ec6eb5404025a8c4", "name": "ENSWheelHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0xa5db9bd1eac09894c680fe56bc5db26078c800cc", "name": "UniagentHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0xaa92349f126fc28639c974b320a7eca9ea3a4088", "name": "SpyHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0xab7f6eaafff791c3ef699a3df271fd4d90389044", "name": "CellHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0xac7b5d06fa1e77d08aea40d46cb7c5923a87a0cc", "name": "Hash", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0xad3cc8eb9d34abeb3b0ca9b98cbfd3837b7d40c8", "name": "SwingHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0xaf53cb78035a8e0acce38441793e2648b15b88a0", "name": "AllowlistHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0xafe727f2288e531184f5b9a81d3049b2f69a6880", "name": "UnicurveHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0xb0bbf26a84587e91f9c0ffa5622940c3324e2880", "name": "V4AlphaHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0xb0cc755b03abf0b981dd57a0fb12b8a54e08facc", "name": "LendingHookV2", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0xb7945204f1f72b3adffb166b09f52a027a122fcc", "name": "DeathSTRHookV2", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0xb89e1dd2c843a967d47a79406f33496468bb8880", "name": "AccessControlDynamicFeeHook", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 11, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "info_finding", "label": "1\u00d7 informational", "delta": 1, "detail": ""}]}, {"chain": "ethereum", "address": "0xba806a6135c5cd93ecce1258c28f57a8d291e0cc", "name": "UniversalKlikHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0xbadf77d50478b4432ef1f243b9c0bc7869486888", "name": "FewUSDTHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0xbd15e4d324f8d02479a5ff53b52ef4048a79e444", "name": "NFTStrategyHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0xbd3ab5859f244cc9f51ee0ca755c5cf663d80040", "name": "PrismHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0xc5e600b573aba770f8b5e3da6c3dd45ff5e440cc", "name": "OnePlantV4SwapHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0xc804af6eaa8269c71848e114571f2dd5314c4044", "name": "TaxStrategyHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 7, "band": "LOW", "confidence": "medium", "factors": [{"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0xca859c62c62633d2b999c83f56db046d274540cc", "name": "FeeHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0xd2094b5cdb1a12b6274e4a4d3a252cd94c51efcc", "name": "NFTXV4Hook", "findings": 2, "high": 1, "advisory": false, "source": true, "score": 32, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "high_finding", "label": "1\u00d7 HIGH finding(s)", "delta": 15, "detail": "demonstrated invariant breaks from source analysis"}, {"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0xd53006d1e3110fd319a79aeec4c527a0d265e080", "name": "VirtualLBPStrategyBasic", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0xd5770936a6678353f1b17c342b29c4416b029080", "name": "CustomFeeAntiMevHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0xd5bd98d3cc0e1b92bd31bb1bb80422b084ae6acc", "name": "Hook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0xd6a45df0c82c9a686ab1e58fb28d8fc0cf106444", "name": "NFTStrategyHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0xdad7ea85ff786b389a13f4714a56b1721b56c044", "name": "AsterixHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0xdee7a2ffa963f82facbb12a4e3e8909e4a51a444", "name": "TTTHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0xe02b0b5739e7c64f41d3295c191635e680be40c4", "name": "TuringHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0xe3c63a9813ac03be0e8618b627cb8170cfa468c4", "name": "NFTStrategyHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0xe54082dfbf044b6a8f584bdddb90a22d5613c440", "name": "UpegHook", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 11, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "info_finding", "label": "1\u00d7 informational", "delta": 1, "detail": ""}]}, {"chain": "ethereum", "address": "0xe5f619ec8af334fb54ccecf6802378cd2100e0c0", "name": "WethWstGbpHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0xebac1d1a384d3ae1a162fdf30788fcfa228380cc", "name": "AshHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0xec2f73f678421e0374811bb980afc29eb1f510c0", "name": "GoalRushHook", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0xede8ec3dbb11055a736612e174ab7b0b41028ac0", "name": "ImmutableState", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0xede8ec3dbb11055a736612e174ab7b0b41028ac0", "name": "FairTradeHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0xef2debe958d3d3b8cb8bf489961bddf23ca20040", "name": "ShitGiftHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0xf13bdafb90c79f2201e2ce42010c8ef75fede8c4", "name": "ENSWheelHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0xf3cec75e9c06629b89c3cbc443792bd6ea436aec", "name": "PerpLandHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0xf667a4d5470545da19151b44542401ec56a200c0", "name": "TideHook", "findings": 2, "high": 0, "advisory": true, "source": true, "score": 24, "band": "LOW", "confidence": "medium", "factors": [{"key": "medium_finding", "label": "2\u00d7 MEDIUM finding(s)", "delta": 14, "detail": "accurate detections awaiting author confirmation"}, {"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0xf9527fb5a34ac6fbc579e4fbc3bf292ed57d4880", "name": "ArrakisPrivateHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0xf9ced7d0f5292af02385410eda5b7570b10b50c4", "name": "BVCCDynamicFeeHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0xfb78f6600ec9a795f3f7270e05ea0dd371f94040", "name": "ShitGiftHookV2", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0xfdfa1dfab150fe6b2fdfdd609f37b2459c7b6444", "name": "NFTStrategyHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0xfe36b48c9c0240991e4cef006a2445f2ff524888", "name": "WsgemBackstopHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "optimism", "address": "0x2c3254da64956f495356a482d51e7311347f5044", "name": "VolumeDynamicFeeHook", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "optimism", "address": "0x4e4ecde86fc904b6e7be363e0f4bf127fd7195d8", "name": "IndexHook", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "optimism", "address": "0x64870831397e21c61e5ffad717395c2d8c0c1044", "name": "VolumeDynamicFeeHook", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "optimism", "address": "0x79234983ded8eaa571873fffe94e437e11c7fac4", "name": "BackGeoOracle", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "optimism", "address": "0xb1db44de89634a001ceb5847defc3ff1e5601bc0", "name": "EMADynamicFeeHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "optimism", "address": "0xb35297543d357ef62df204d8c3bd0e96038cf440", "name": "IndexHook", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "optimism", "address": "0xb4f4949e8d0a177bb6d2fea33e9516bb219610cc", "name": "Spot", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "optimism", "address": "0xb78a87702aaf69cadd6bb05b0b30ac8d0d86d040", "name": "VolumeDynamicFeeHook", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "polygon", "address": "0x079fd05102b6569dedde57551311bffe83f19f00", "name": "ATXMV4GlobalHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "polygon", "address": "0x15cd9520d0faf71c938db4426f8c58b5cbaa9acc", "name": "Spot", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "polygon", "address": "0x1d8691a1a7d53b60dedd99d8079e026cb0e5bac4", "name": "BackGeoOracle", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 0, "band": "LOW", "confidence": "medium", "factors": []}, {"chain": "polygon", "address": "0x499448273900133f66af321e2cb3f0b535a640c0", "name": "LimitOrderHook", "findings": 2, "high": 0, "advisory": false, "source": true, "score": 18, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}, {"key": "info_finding", "label": "1\u00d7 informational", "delta": 1, "detail": ""}]}, {"chain": "polygon", "address": "0x6c67d89c4efdc7b88e5b066b7f3d5a99060a55d8", "name": "IndexHook", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "polygon", "address": "0x8eb0089d6c616bc2b7f69b3cafecfedc3ef11bc0", "name": "EMADynamicFeeHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "polygon", "address": "0xb4f4949e8d0a177bb6d2fea33e9516bb219610cc", "name": "Spot", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "polygon", "address": "0xc773b905b8b2919ec5b7fffc228cd7c436fc00c0", "name": "LimitOrderHook", "findings": 2, "high": 0, "advisory": false, "source": true, "score": 18, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}, {"key": "info_finding", "label": "1\u00d7 informational", "delta": 1, "detail": ""}]}, {"chain": "polygon", "address": "0xd77cc9230ded5b6591730032975453744532a500", "name": "TELxIncentiveHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "robinhood", "address": "0x01617950099780f43dbd331cecc27b8af521e0cc", "name": "CreatorFeeHookV1", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "robinhood", "address": "0x073b5b49b62b7478fb771f15a5161db37a1168c0", "name": "PonzuV4Hook", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "robinhood", "address": "0x07f7850aa55ffb4a6f2693d493c4477747ec6fdc", "name": "PositionManager", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "robinhood", "address": "0x0a790b185f5f3f4bf6ecae95bf3f275ea5ff60cc", "name": "MikoFeeHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "robinhood", "address": "0x12783b423b9cf1a136bd7e0f8baca5944f5baacc", "name": "LaunchHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "robinhood", "address": "0x14bcc18fdb0e7a427122b9c2f1a40ff7d63eaacc", "name": "PumpV4Hook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "robinhood", "address": "0x2539029365c03b131cca25cb10ff4519a1dcc0cc", "name": "PensionTaxHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "robinhood", "address": "0x25a1bb2313e4b24307e8259b177431a61bfe04cc", "name": "SharesHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "robinhood", "address": "0x28388ca220f955b5bdf0309e28612fe057c00088", "name": "BuffetAMM", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "robinhood", "address": "0x29a2a39143f5aafba61bb8c649bc7c7d50b1e0cc", "name": "MemeFolioTaxHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "robinhood", "address": "0x2baa91b984d93626adaab071b0491d47a7b868cc", "name": "LaunchHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "robinhood", "address": "0x45162903fb30b477bd066e320caead8bfeddea88", "name": "AMT1V4Hook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "robinhood", "address": "0x4a00b5f169eadee5524e819bf418dfd797336544", "name": "StrategyHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "robinhood", "address": "0x59e2cea84bf858b66d46b22742bef4304ee0aacc", "name": "LaunchHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "robinhood", "address": "0x5cf8e499c7c466c7e2cf127bdf129f57151e65dc", "name": "PositionManager", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "robinhood", "address": "0x5e6b0bbc811705b8d8234e9914c0507243fb1080", "name": "Friar", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "robinhood", "address": "0x5f794cf7faba3c8526079292726f29e5a88f40cc", "name": "RobFeeHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "robinhood", "address": "0x625591a8aba062e93e8547be32ea5c6abd8900cc", "name": "ERC8404FeeHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "robinhood", "address": "0x745d717620052a97a22deee2e5eba59583f3e0cc", "name": "UniversalKlikHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "soneium", "address": "0xb4f4949e8d0a177bb6d2fea33e9516bb219610cc", "name": "Spot", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "unichain", "address": "0x000052423c1db6b7ff8641b85a7eefc7b2791888", "name": "BunniHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "unichain", "address": "0x005af73a245d8171a0550ffae2631f12cc211888", "name": "BunniHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 8, "band": "LOW", "confidence": "medium", "factors": [{"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x0a9d78dd5af85ab716b08b336cd19473120f3903", "name": "PrediXHookV2", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 8, "band": "LOW", "confidence": "medium", "factors": [{"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x0fd7295d9ccb18b17646b64acf9316b7e75a4888", "name": "PolymarketHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "unichain", "address": "0x2016c0e4f8bb1d6fea777dc791be919e2eda40c0", "name": "LimitOrderHook", "findings": 2, "high": 0, "advisory": false, "source": true, "score": 18, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}, {"key": "info_finding", "label": "1\u00d7 informational", "delta": 1, "detail": ""}]}, {"chain": "unichain", "address": "0x27bfccf7fdd8215ce5dd86c2a36651d05c8450cc", "name": "Spot", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "unichain", "address": "0x2ea5eac8a4e31f0889e86fc135c5eae8e0b16ae0", "name": "PrediXHookProxyV2", "findings": 1, "high": 1, "advisory": false, "source": true, "score": 25, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "high_finding", "label": "1\u00d7 HIGH finding(s)", "delta": 15, "detail": "demonstrated invariant breaks from source analysis"}, {"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "unichain", "address": "0x54bd666ea7fd8d5404c0593eab3dcf9b6e2a3ac4", "name": "BackGeoOracle", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "unichain", "address": "0x5cf8e499c7c466c7e2cf127bdf129f57151e65dc", "name": "PositionManager", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "unichain", "address": "0x6398f3c67b03c4622bdaa48d9e340d66e23a1bc0", "name": "EMADynamicFeeHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "unichain", "address": "0x74c3c5743a9adade396538fd563c4934d0a7d5c0", "name": "GridHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 8, "band": "LOW", "confidence": "medium", "factors": [{"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x777ef319c338c6ffe32a2283f603db603e8f2a80", "name": "YieldHarvestingHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 8, "band": "LOW", "confidence": "medium", "factors": [{"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x77a19c56605a185002da73c6ff92b61224356a80", "name": "YieldHarvestingHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 8, "band": "LOW", "confidence": "medium", "factors": [{"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x79330fe369c32a03e3b8516aff35b44706e39080", "name": "BaseOracleHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "unichain", "address": "0x88c9ff9fc0b22cca42265d3f1d1c2c39e41cdacc", "name": "Spot", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "unichain", "address": "0x8b51d5831fe98a3eb9e4e28020ddae06da0c0444", "name": "UniMemeHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 15, "band": "LOW", "confidence": "medium", "factors": [{"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "unichain", "address": "0x8e89b081498095669007da306dcd7ce7cab43a80", "name": "SuperDCAGauge", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 8, "band": "LOW", "confidence": "medium", "factors": [{"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x91db9941a44c19a5409345c5f2f8a2c1f81ba888", "name": "AsyncSwap", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "unichain", "address": "0x966cf7b815cbdd26f2cc78838bba9c1a0f4dc444", "name": "UniderpHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 15, "band": "LOW", "confidence": "medium", "factors": [{"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "unichain", "address": "0xa0b0d2d00fd544d8e0887f1a3cedd6e24baf10cc", "name": "Spot", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "unichain", "address": "0xb4960cd4f9147f9e37a7aa9005df7156f61e4444", "name": "UniMemeHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "unichain", "address": "0xb4f4949e8d0a177bb6d2fea33e9516bb219610cc", "name": "Spot", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "unichain", "address": "0xb9a17e66db950e00822c2b833d6bb304c9b86080", "name": "MEVTaxTestInProd", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "unichain", "address": "0xc92338e0713a1f38d06b77976e6bdd1928734888", "name": "AssetToAssetSwapHookForERC4626", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 15, "band": "LOW", "confidence": "medium", "factors": [{"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "unichain", "address": "0xcab5a0b38b36bacd781a6ab9cc931fc6560ac0c0", "name": "LimitOrderHook", "findings": 2, "high": 0, "advisory": false, "source": true, "score": 16, "band": "LOW", "confidence": "medium", "factors": [{"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}, {"key": "info_finding", "label": "1\u00d7 informational", "delta": 1, "detail": ""}]}, {"chain": "unichain", "address": "0xcc2efb167503f2d7df0eae906600066aec9e8444", "name": "UniderpHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "unichain", "address": "0xcdfcab084b2d29025772141d3bf473bd9673aaa8", "name": "UniversalJITHook", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "unichain", "address": "0xd0b13c0161accade6c82396a80cc0e69fc936044", "name": "UniswapCupHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "unichain", "address": "0xe5cdffb339dbacf87e8616af15112eba101f0444", "name": "UniderpHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 15, "band": "LOW", "confidence": "medium", "factors": [{"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "unichain", "address": "0x782d2a5624cfac246fd8f001ccd4d7582a0b8444", "name": "", "source": false, "pools": 165, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 3, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0xad9df9f8c82f7972c972eb9658415ae4bc994888", "name": "", "source": false, "pools": 48, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 3, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x0000fe59823933ac763611a69c88f91d45f81888", "name": "", "source": false, "pools": 27, "proxy": false, "delegatecall": true, "selfdestruct": false, "permBits": 4, "findings": null, "high": null, "advisory": false, "score": 45, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "standard_proxy", "label": "delegates to implementation", "delta": 12, "detail": "target appears readable"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0xeef4bcb508592d5dba376237f54734b257d5bfcf", "name": "", "source": false, "pools": 15, "proxy": false, "delegatecall": true, "selfdestruct": true, "permBits": 12, "findings": null, "high": null, "advisory": false, "score": 50, "band": "ELEVATED", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "standard_proxy", "label": "delegates to implementation", "delta": 12, "detail": "target appears readable"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0x1e7a4e1a47cb8995377cd688c15c767692a27fcf", "name": "", "source": false, "pools": 15, "proxy": false, "delegatecall": true, "selfdestruct": true, "permBits": 12, "findings": null, "high": null, "advisory": false, "score": 50, "band": "ELEVATED", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "standard_proxy", "label": "delegates to implementation", "delta": 12, "detail": "target appears readable"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0x02cae36ad46113dd89b37c1971644094e0c5bfcf", "name": "", "source": false, "pools": 15, "proxy": false, "delegatecall": true, "selfdestruct": true, "permBits": 12, "findings": null, "high": null, "advisory": false, "score": 50, "band": "ELEVATED", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "standard_proxy", "label": "delegates to implementation", "delta": 12, "detail": "target appears readable"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0xb17915889c171df49e45d46cf7f4b6c1b19cbfcf", "name": "", "source": false, "pools": 15, "proxy": false, "delegatecall": true, "selfdestruct": true, "permBits": 12, "findings": null, "high": null, "advisory": false, "score": 50, "band": "ELEVATED", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "standard_proxy", "label": "delegates to implementation", "delta": 12, "detail": "target appears readable"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0xd64ac246ffe3baea00c6ac195b5c049bbd327fcf", "name": "", "source": false, "pools": 15, "proxy": false, "delegatecall": true, "selfdestruct": true, "permBits": 12, "findings": null, "high": null, "advisory": false, "score": 50, "band": "ELEVATED", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "standard_proxy", "label": "delegates to implementation", "delta": 12, "detail": "target appears readable"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0x468b7e5503175086c76bfb4ddb4432d825d1ffcf", "name": "", "source": false, "pools": 15, "proxy": false, "delegatecall": true, "selfdestruct": true, "permBits": 12, "findings": null, "high": null, "advisory": false, "score": 50, "band": "ELEVATED", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "standard_proxy", "label": "delegates to implementation", "delta": 12, "detail": "target appears readable"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0x5674b3e5b52b95afa94e3d76a636f8d3ced6bfcf", "name": "", "source": false, "pools": 15, "proxy": false, "delegatecall": true, "selfdestruct": true, "permBits": 12, "findings": null, "high": null, "advisory": false, "score": 50, "band": "ELEVATED", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "standard_proxy", "label": "delegates to implementation", "delta": 12, "detail": "target appears readable"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0xb2607d337653d1ee5de4410b016f17a313a6ffcf", "name": "", "source": false, "pools": 15, "proxy": false, "delegatecall": true, "selfdestruct": true, "permBits": 12, "findings": null, "high": null, "advisory": false, "score": 50, "band": "ELEVATED", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "standard_proxy", "label": "delegates to implementation", "delta": 12, "detail": "target appears readable"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0x0274bb537bc0c7084e8a0e2cc45cd4ca3375bfcf", "name": "", "source": false, "pools": 15, "proxy": false, "delegatecall": true, "selfdestruct": true, "permBits": 12, "findings": null, "high": null, "advisory": false, "score": 50, "band": "ELEVATED", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "standard_proxy", "label": "delegates to implementation", "delta": 12, "detail": "target appears readable"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0xaa7ed352075dede03375c3ca66c5541b468f3fcf", "name": "", "source": false, "pools": 15, "proxy": false, "delegatecall": true, "selfdestruct": true, "permBits": 12, "findings": null, "high": null, "advisory": false, "score": 50, "band": "ELEVATED", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "standard_proxy", "label": "delegates to implementation", "delta": 12, "detail": "target appears readable"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0x18f818be71d67fc5ff60838ce79c8713508d3fcf", "name": "", "source": false, "pools": 15, "proxy": false, "delegatecall": true, "selfdestruct": true, "permBits": 12, "findings": null, "high": null, "advisory": false, "score": 50, "band": "ELEVATED", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "standard_proxy", "label": "delegates to implementation", "delta": 12, "detail": "target appears readable"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0x12a41c32fa78c99b98c69750f9d0f6649b0dbfcf", "name": "", "source": false, "pools": 14, "proxy": false, "delegatecall": true, "selfdestruct": true, "permBits": 12, "findings": null, "high": null, "advisory": false, "score": 50, "band": "ELEVATED", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "standard_proxy", "label": "delegates to implementation", "delta": 12, "detail": "target appears readable"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0xf35b0ebaf0501f9112dd171f1c19ace6d35abfcf", "name": "", "source": false, "pools": 14, "proxy": false, "delegatecall": true, "selfdestruct": true, "permBits": 12, "findings": null, "high": null, "advisory": false, "score": 50, "band": "ELEVATED", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "standard_proxy", "label": "delegates to implementation", "delta": 12, "detail": "target appears readable"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0x3d7f8f8f6a692cfed026655c1fa25d2c1935ffcf", "name": "", "source": false, "pools": 14, "proxy": false, "delegatecall": true, "selfdestruct": true, "permBits": 12, "findings": null, "high": null, "advisory": false, "score": 50, "band": "ELEVATED", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "standard_proxy", "label": "delegates to implementation", "delta": 12, "detail": "target appears readable"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0x5867cc3cc3943bf60fd98da8763ef1ef2b893fcf", "name": "", "source": false, "pools": 14, "proxy": false, "delegatecall": true, "selfdestruct": true, "permBits": 12, "findings": null, "high": null, "advisory": false, "score": 50, "band": "ELEVATED", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "standard_proxy", "label": "delegates to implementation", "delta": 12, "detail": "target appears readable"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0x68eb2c751e15a898455d7d7b7a6e5936a19b3fcf", "name": "", "source": false, "pools": 14, "proxy": false, "delegatecall": true, "selfdestruct": true, "permBits": 12, "findings": null, "high": null, "advisory": false, "score": 50, "band": "ELEVATED", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "standard_proxy", "label": "delegates to implementation", "delta": 12, "detail": "target appears readable"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0xb249770a1a3ae3081513629d1c33c790fc8c5088", "name": "", "source": false, "pools": 13, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 3, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0xeb8827c5781ed8f3d2b0544606a8c8c9350e4888", "name": "", "source": false, "pools": 12, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 3, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x38be9482eebec99aef5972b8c2a4f5ff35408888", "name": "", "source": false, "pools": 12, "proxy": false, "delegatecall": false, "selfdestruct": true, "permBits": 3, "findings": null, "high": null, "advisory": false, "score": 38, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0xcb9903081b324b3a743e536d451705f9e1450880", "name": "", "source": false, "pools": 11, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 2, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0xe3e35e477f4d9171ead87356bce50051e35d0888", "name": "", "source": false, "pools": 10, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 3, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0xd689a5868492eccce3f0bc499864618229cc4088", "name": "", "source": false, "pools": 10, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 2, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x2e7c80cf7ecc15c9d6578b8efb4fc37a28ce9540", "name": "", "source": false, "pools": 9, "proxy": false, "delegatecall": true, "selfdestruct": false, "permBits": 4, "findings": null, "high": null, "advisory": false, "score": 35, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "unichain", "address": "0x1673ce5f7f5e39c7f32657189db3c3cffebe0088", "name": "", "source": false, "pools": 8, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 2, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x9c530b4302fbc8150b96bc154160c34ec46a3fcf", "name": "", "source": false, "pools": 7, "proxy": false, "delegatecall": true, "selfdestruct": true, "permBits": 12, "findings": null, "high": null, "advisory": false, "score": 50, "band": "ELEVATED", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "standard_proxy", "label": "delegates to implementation", "delta": 12, "detail": "target appears readable"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0x9f18363be419b297da73d18de71d721ffaffbfcf", "name": "", "source": false, "pools": 7, "proxy": false, "delegatecall": true, "selfdestruct": true, "permBits": 12, "findings": null, "high": null, "advisory": false, "score": 50, "band": "ELEVATED", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "standard_proxy", "label": "delegates to implementation", "delta": 12, "detail": "target appears readable"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0xf1336bfdac8133f9ce612fd32939fdb56751c088", "name": "", "source": false, "pools": 7, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 2, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0xa6c8d7514785c4314ee05ed566cb41151d43c0c0", "name": "", "source": false, "pools": 5, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 2, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0xd8a3ec464f78576c70e85272e709a4c073fd7fcf", "name": "", "source": false, "pools": 5, "proxy": false, "delegatecall": true, "selfdestruct": true, "permBits": 12, "findings": null, "high": null, "advisory": false, "score": 50, "band": "ELEVATED", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "standard_proxy", "label": "delegates to implementation", "delta": 12, "detail": "target appears readable"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0xf8c3f4243c4d8c02831a718a7978fd869f094300", "name": "", "source": false, "pools": 4, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 2, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0xacaa9bab75ac6ccae2ace117a7c4512ed85b4444", "name": "", "source": false, "pools": 4, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 3, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x17a10f791eefaa899281b3752733e4a2eae26888", "name": "", "source": false, "pools": 4, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 4, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x6ff40f22492c5b254103f5b037562c143a240888", "name": "", "source": false, "pools": 4, "proxy": false, "delegatecall": false, "selfdestruct": true, "permBits": 3, "findings": null, "high": null, "advisory": false, "score": 38, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0x7bc8503ba50328ddc6702e25f063e61581660888", "name": "", "source": false, "pools": 4, "proxy": false, "delegatecall": false, "selfdestruct": true, "permBits": 3, "findings": null, "high": null, "advisory": false, "score": 38, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0xf9567b1088841f4a8ad3ae7f25608c3e802ac888", "name": "", "source": false, "pools": 4, "proxy": false, "delegatecall": false, "selfdestruct": true, "permBits": 3, "findings": null, "high": null, "advisory": false, "score": 38, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0xb83b3bbe4a255da6873c96a9b2bd7cf5b02b8888", "name": "", "source": false, "pools": 4, "proxy": false, "delegatecall": false, "selfdestruct": true, "permBits": 3, "findings": null, "high": null, "advisory": false, "score": 38, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0xd0f8ddda83a17192a4a7222b3755391eb7e5c888", "name": "", "source": false, "pools": 4, "proxy": false, "delegatecall": false, "selfdestruct": true, "permBits": 3, "findings": null, "high": null, "advisory": false, "score": 38, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0x423272eb0690436e07dffb304bcd5e1ab3a98888", "name": "", "source": false, "pools": 4, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 3, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0xfb6c600b0a2b83dfbaa683f01aad96e461134888", "name": "", "source": false, "pools": 4, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 3, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x86838db6885df98f3234050b0d22ab7be52cc0c4", "name": "", "source": false, "pools": 3, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 3, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x004ff78112c3fbc1004fa517e1334dd4930f1888", "name": "", "source": false, "pools": 3, "proxy": false, "delegatecall": true, "selfdestruct": false, "permBits": 4, "findings": null, "high": null, "advisory": false, "score": 45, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "standard_proxy", "label": "delegates to implementation", "delta": 12, "detail": "target appears readable"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x7dee57cc1f3493df286bba4ed904917cbab03f80", "name": "", "source": false, "pools": 3, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 7, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x7b65e21d4d3493113419f8f67c386b46337fe8c4", "name": "", "source": false, "pools": 3, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 5, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x8c30f089ee553a74b42cc884777cb74e595688a8", "name": "", "source": false, "pools": 3, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 4, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0xfab906bce2c66c552b3348c78c92547931136aa8", "name": "", "source": false, "pools": 3, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 6, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0xe6cb9dc0b9dbec80f6ed3297fbe9e15ed88deaa8", "name": "", "source": false, "pools": 3, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 6, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x437361e81a2efda46555629a1e210f522ea00088", "name": "", "source": false, "pools": 3, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 2, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x0e0dc759d9f5aadde1782b228277727436f550cc", "name": "", "source": false, "pools": 3, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 5, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x3c49ae7f519c189fcebeee7278bfed993aae0444", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 3, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x95cfcecd9e9235f32abec91f96007a349d570088", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 2, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x1caa9ba4037883e071656d6d9db25d3b09950088", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 2, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x7a2fd3ed3e731ecc41ff4ff50b37f14eb5cf5fc0", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 7, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x29303a8179977b28a941fc69371c255c79401fc0", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 7, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x248ca3f8398c9e2ea054b0633d49873520639fc0", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 7, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0xe153c5aa33e4803e5b31d059fb329309adec4088", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 2, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0xdb5c81d1d9cab87482372863053455526629ba80", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 5, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0xa948a8c204e0fa028592f0f2e7e28487a8350088", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 2, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0xa33875aa165cb9b18cf83d1fb319389de4db9fcf", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": true, "selfdestruct": true, "permBits": 11, "findings": null, "high": null, "advisory": false, "score": 50, "band": "ELEVATED", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "standard_proxy", "label": "delegates to implementation", "delta": 12, "detail": "target appears readable"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0x5304fcbc350b326eb9a94b5b72cede0ef7c428c4", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": true, "selfdestruct": false, "permBits": 5, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x999fcb7c2100ec6d7873765b50599ddd5e02c888", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": false, "selfdestruct": true, "permBits": 3, "findings": null, "high": null, "advisory": false, "score": 38, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0x89e4fbbde842bbf48f722082a6e3a5c32bad4888", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": false, "selfdestruct": true, "permBits": 3, "findings": null, "high": null, "advisory": false, "score": 38, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0x88cca2f401941fea5c5e9ca1d25e9edbbab90888", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": false, "selfdestruct": true, "permBits": 3, "findings": null, "high": null, "advisory": false, "score": 38, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0xb05d3e2c389095c229e7b9ec8c1bc3c22d2b8888", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": false, "selfdestruct": true, "permBits": 3, "findings": null, "high": null, "advisory": false, "score": 38, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0xe9849da33f56dbbf04c90ec0f067e0909132c888", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": false, "selfdestruct": true, "permBits": 3, "findings": null, "high": null, "advisory": false, "score": 38, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0x670dad908ec4c28075f67059da1ac8c08d200888", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": false, "selfdestruct": true, "permBits": 3, "findings": null, "high": null, "advisory": false, "score": 38, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0x5542139f1d6ee7a029bb94e032619ab44cb3c888", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": false, "selfdestruct": true, "permBits": 3, "findings": null, "high": null, "advisory": false, "score": 38, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0x9dc3f00436fb26e4cf261776127bec8b45c58888", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": false, "selfdestruct": true, "permBits": 3, "findings": null, "high": null, "advisory": false, "score": 38, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0xa341ef31f7475af9f5f372600bef3194187f8888", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": false, "selfdestruct": true, "permBits": 3, "findings": null, "high": null, "advisory": false, "score": 38, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0x081cf446dadc06e17f4a197652d60cc4f1db4888", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 3, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0xd6c484ef8d404fb744b16e7537e8916b24a78888", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 3, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x43690f0066f9cfd776d572fda4ad75ee868a0888", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 3, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x7964543727821d4406ff0f2a2ca79d684147eaa8", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 6, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0xdf640ed974c2830248f1aa733490700d1f81d674", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 7, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0xeab463539e60e449752aa363e77a3174320685de", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 8, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x58e5954ee67c1e5b82fa2c46ded5ea969e8bc040", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 1, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x9dcee44c44cb0669fd7dff70572a1ac2b4ca0088", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": true, "selfdestruct": false, "permBits": 2, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x765384c44bc6cdb63fe5e1f9b9b360fdf230a0c0", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 3, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x72e766c9e86bd7646f002131659b0f526290a0c0", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 3, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x3476b53425a786e57aa246839c1837a62fc21acc", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 7, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x4063624b15006f0083f698d0a9bdf30a2e8e9ffd", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 12, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0xf93b69640134df21ebde28c6daf1b2968b864fc4", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 7, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x5119e5fb43123080252775154e9f2b03fb784a00", "name": "", "source": false, "pools": 2, "proxy": true, "delegatecall": true, "selfdestruct": false, "permBits": 2, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0xdaa72a0557f5249a91a3bc31618c42c4fa085540", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": true, "selfdestruct": false, "permBits": 4, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x82405512c6675613e8a5f6b1e8fcdb360f63d540", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": true, "selfdestruct": false, "permBits": 4, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0xb0d6135ae9e6e47160ecd3be3e664585172a4088", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 2, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}]};
const ROWS = [{"chain": "arbitrum", "address": "0x192499a79cadb2e9ba221a252a3e3b7adc714880", "name": "ArrakisPrivateHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "arbitrum", "address": "0x2097d7329389264a1542ad50802bb0de84a650c4", "name": "BVCCDynamicFeeHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "arbitrum", "address": "0x3043e182047f8696dfe483535785ed1c3681bac4", "name": "BackGeoOracle", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 0, "band": "LOW", "confidence": "medium", "factors": []}, {"chain": "arbitrum", "address": "0x3e61d0519d598bf2dfaef5b8fa0256bf7e1d60c0", "name": "SafeSwapHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "arbitrum", "address": "0x4440854b2d02c57a0dc5c58b7a884562d875c0c4", "name": "UniswapV4KEMHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "arbitrum", "address": "0x486579de6391053df88a073cebd673dd545200cc", "name": "DynamicFeeHookV2", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "arbitrum", "address": "0x5e645c3d580976ca9e3fe77525d954e73a0ce0c0", "name": "Alphix", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "arbitrum", "address": "0x62076c1cb0ea57acd2353ff45226a1fb1e6100c4", "name": "DynamicFeeHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 7, "band": "LOW", "confidence": "medium", "factors": [{"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "arbitrum", "address": "0x6d9c97c94c88a67d1a93bbc8ccae3a5322208844", "name": "FeeHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "arbitrum", "address": "0x986522646bf8f57d3b28c5808ede9b1e5cca0ac0", "name": "FedzHook", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 11, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "info_finding", "label": "1\u00d7 informational", "delta": 1, "detail": ""}]}, {"chain": "arbitrum", "address": "0xb4f4949e8d0a177bb6d2fea33e9516bb219610cc", "name": "Spot", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "arbitrum", "address": "0xbf4b4a83708474528a93c123f817e7f2a0637a88", "name": "VTSwapHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "arbitrum", "address": "0xc4bf39a096a1b610dd6186935f3ad99c66239080", "name": "SlippageFeeHook", "findings": 2, "high": 0, "advisory": false, "source": true, "score": 18, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}, {"key": "info_finding", "label": "1\u00d7 informational", "delta": 1, "detail": ""}]}, {"chain": "arbitrum", "address": "0xd73339564ac99f3e09b0ebc80603ff8b796500c0", "name": "LimitOrderHook", "findings": 2, "high": 0, "advisory": false, "source": true, "score": 18, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}, {"key": "info_finding", "label": "1\u00d7 informational", "delta": 1, "detail": ""}]}, {"chain": "arbitrum", "address": "0xe025cb6c58826ac79e2052c350250881f8f51bc0", "name": "EMADynamicFeeHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "avalanche", "address": "0x3b48f794a1d67febe95f66b6dff38c0a7e934044", "name": "StrategyFeeHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "avalanche", "address": "0x9ce226b94717bd5c483daa880efe915b7d382aa8", "name": "AuthSwaps", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "avalanche", "address": "0xbfc09fb0a5cde1457b4393d056601531fb52eaa8", "name": "AuthSwaps", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "avalanche", "address": "0xe32a5d788c568fc5a671255d17b618e70552e044", "name": "ArenaHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x0469a4bd3724dc86c9542f4694c976da13c450c0", "name": "ZoraV4CoinHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x04e08a08bab77b389e970a65d91fba8bf4ef6080", "name": "GovernedLBPStrategy", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x07cd1505846bc1a0a7b38065684e7dcbde6f2000", "name": "LpGuardHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x0b8fbfa9861af89d7d2cf2e55f61cee982a22080", "name": "GovernedLBPStrategy", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x0fd17dc291cd04fedd6d2f1fa6c1f247e6546a40", "name": "OwnerManagedRangeHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x1216eefa98a268d5c610ffdd9c0eb2d6b1290aec", "name": "ApexYieldHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x121f94835dab08ebaf084809a97e525b69e400cc", "name": "UniswapV4SwapFeeHookV1", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "base", "address": "0x167f77c0d015414f65bf3dde7198922c399e2080", "name": "GovernedLBPStrategy", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x180d1981ee8d6cc878df230a05787cd831f70040", "name": "SpectraHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "base", "address": "0x1c0c00db76140b4e7deb997ccf1246d8d6b80440", "name": "A51pegHook", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 11, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "info_finding", "label": "1\u00d7 informational", "delta": 1, "detail": ""}]}, {"chain": "base", "address": "0x1e0c810a30fb82391df936602c1161421381b0c8", "name": "SuperStrategy", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "base", "address": "0x2063a2b535a59911532cdf4d1cf28501099f0aec", "name": "SnapBackHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x21411ada5ba2bf1ed416a2573e037cda070ce080", "name": "MoonsendFeeHook_BASE", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x22266a74902ef7546ab80156539e7a349ad20040", "name": "BpegRenderer", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x22266a74902ef7546ab80156539e7a349ad20040", "name": "Bpeg", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x22266a74902ef7546ab80156539e7a349ad20040", "name": "BpegHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x23321f11a6d44fd1ab790044fdfde5758c902fdc", "name": "PositionManager", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x23ab2e6d4ab0c5f872567098671f1ffb46fd2500", "name": "TELxIncentiveHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x2677fdcb72f59766d03d9ee4a6c7390bf3ed0800", "name": "DCAHook", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 11, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "info_finding", "label": "1\u00d7 informational", "delta": 1, "detail": ""}]}, {"chain": "base", "address": "0x282b5e7d546b5e39963753d11b2bb6cd3c9da088", "name": "MoonpotHook", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 7, "band": "LOW", "confidence": "medium", "factors": [{"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "base", "address": "0x2934140dcf6ca98eed60e8e31d3816d038f92080", "name": "GovernedLBPStrategy", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x2c56c1302b6224b2bb1906c46f554622e12f10c4", "name": "BVCCDynamicFeeHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "base", "address": "0x2fd54aaf84023eda60bd65edb5914c1a306850cc", "name": "SeedifyFeeHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x35b9b5b023897da8c7375ba6141245b8416460cc", "name": "wASSBLASTER", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x3e342a06f9592459d75721d6956b570f02ef2dc0", "name": "UniswapV4MulticurveInitializerHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x3e342a06f9592459d75721d6956b570f02ef2dc0", "name": "UniswapV4ScheduledMulticurveInitializerHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x4440854b2d02c57a0dc5c58b7a884562d875c0c4", "name": "UniswapV4KEMHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "base", "address": "0x4519e2b040ff1b64fa03abe2aef0bc99d7cceaa8", "name": "GPXHooks", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x4627812f40bdd47c8fa1a4daac8f40bc26ef8040", "name": "SpectraLaunch", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "base", "address": "0x46b8c74d89a647063311ad08c7456732d5e94888", "name": "WontonHook", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 11, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "info_finding", "label": "1\u00d7 informational", "delta": 1, "detail": ""}]}, {"chain": "base", "address": "0x4ab61d774b170d0610fdcc5559aae2c356c600c8", "name": "PubhouseHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x51bba15255406cfe7099a42183302640ba7dafdc", "name": "PositionManager", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x52a22cda1d1e77f8997fceb2165c6fc76b808440", "name": "KPEGHook", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 11, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "info_finding", "label": "1\u00d7 informational", "delta": 1, "detail": ""}]}, {"chain": "base", "address": "0x5613c279e8db9815dbd0cdfbd10515eabd350088", "name": "Hook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "base", "address": "0x570a48f96035c2874de1c0f13c5075a05683b0cc", "name": "DeliHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x5798a5e371346c8e4af1dbc166549d360e008044", "name": "AdaptiveBurnHookV4", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "base", "address": "0x59f39091fd6f47e9d0bcb466f74e305f1709bac4", "name": "BackGeoOracle", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x5c062f56e7f1a5cf25b95e626af15176f52fb0c8", "name": "SuperStrategy", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "base", "address": "0x5ca33d75df69c4f46093b7eb7f0f6dacace62080", "name": "GovernedLBPStrategy", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x5cd525c621afca515bf58631d4733fba7b72aae4", "name": "VerifiedPoolsBasicHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x6145a9cd8d6b597af774ea95b73684416848e088", "name": "MoonpotHook", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "base", "address": "0x6646b048fba0a70a692f7690ae6dad83bcacb0c8", "name": "SuperStrategy", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "base", "address": "0x66799c2eb2590006820f6cb826133176ecdda888", "name": "EstateHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x66e51deab56975bb1c64413bd3ab01fa95b82acc", "name": "XDHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x6b80ce7c95b0206b14ce9977c904e11918d48040", "name": "SpectraLaunch", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "base", "address": "0x6cabe2fd9fb60c5afcab7de732b0a224fc382eec", "name": "GPOHooks", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x704268ac7043aeef50f47b6a03ae68ccf808e044", "name": "BtcAccHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x70e163cf92b4565a0eeba7d12d2cfcebd51c40cc", "name": "BaseTestHooks", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x70e163cf92b4565a0eeba7d12d2cfcebd51c40cc", "name": "FloorHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x755776c51399f7ee15d47ddaf47347d26f5ca840", "name": "BasememeHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x7624ac031ca94a9d6f732a74ef90ea10c5510040", "name": "SpectraLaunch", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "base", "address": "0x7cbbff9c4fcd74b221c535f4fb4b1db04f1b9044", "name": "AlphixLVRFee", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "base", "address": "0x84129dc46b712614471131e8b9dadd64c7d21bc0", "name": "EMADynamicFeeHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "base", "address": "0x84bbab8cac69bf6711ba81f9915dc346f4cf2088", "name": "RwagmiHookV2", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "base", "address": "0x880bfa436d722bfde337eafc7c22123c17b90088", "name": "BuffetAMM", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "base", "address": "0x88c9ff9fc0b22cca42265d3f1d1c2c39e41cdacc", "name": "Spot", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "base", "address": "0x892d3c2b4abeaaf67d52a7b29783e2161b7cad40", "name": "UniswapV4MulticurveInitializerHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x8dc3b85e1dc1c846ebf3971179a751896842e5dc", "name": "AnyPositionManager", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x8dc3b85e1dc1c846ebf3971179a751896842e5dc", "name": "PositionManager", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x8f29bd5c8429730fa4c46e6295c4e679ededd0cc", "name": "AegisHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "base", "address": "0x95afbc0fccf974b41380f24e562f15b6dd90fac8", "name": "DeliHookConstantProduct", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x972fd516470c0e1841211c51c37ab2f7dfe44040", "name": "SpectraHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "base", "address": "0x9850de90445233c2561dd29fc67aaa353b48a888", "name": "V4PoolHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x98aa253a44497dfa77ec1170e69f851cb17c2000", "name": "AquinasPoolHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x994f0eefe7a9857698218205b721466ef0038ac0", "name": "SwayHookJIT", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0x9d11f9505ca92f4b6983c1285d1ac0aaff7ec0c0", "name": "LimitOrderHook", "findings": 2, "high": 0, "advisory": false, "source": true, "score": 18, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}, {"key": "info_finding", "label": "1\u00d7 informational", "delta": 1, "detail": ""}]}, {"chain": "base", "address": "0x9e433f32bb5481a9ca7dff5b3af74a7ed041a888", "name": "flETHHooks", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0xa1ebdd5ca6470bbd67114331387f2dda7bfad040", "name": "ZoraV4CoinHook", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 11, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "info_finding", "label": "1\u00d7 informational", "delta": 1, "detail": ""}]}, {"chain": "base", "address": "0xaa226363fb5b8718d125357ddc6539a82489e0c4", "name": "LoyaltyVolatilityHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0xb3ae7c0495fe4d20786cf6d119c7a821f83f40cc", "name": "BurnOnSwapHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "base", "address": "0xb476c448da4453208df4e371fee26f4e630d3044", "name": "SpawnerHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0xb4f4949e8d0a177bb6d2fea33e9516bb219610cc", "name": "Spot", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "base", "address": "0xb903b0ab7bcee8f5e4d8c9b10a71aac7135d6fdc", "name": "PositionManager", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0xb91ca876220674c2efc20ced68de110a075250c0", "name": "HomelanderUniV4Plugin", "findings": 3, "high": 0, "advisory": false, "source": true, "score": 25, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "medium_finding", "label": "2\u00d7 MEDIUM finding(s)", "delta": 14, "detail": "accurate detections awaiting author confirmation"}, {"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "info_finding", "label": "1\u00d7 informational", "delta": 1, "detail": ""}]}, {"chain": "base", "address": "0xbb7784a4d481184283ed89619a3e3ed143e1adc0", "name": "DecayMulticurveInitializerHook", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0xbb7784a4d481184283ed89619a3e3ed143e1adc0", "name": "UniswapV4MulticurveInitializerHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0xbd2597a08627f119ed50c1a252f888f5bfd31b80", "name": "DynamicFeeHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "base", "address": "0xbdf938149ac6a781f94faa0ed45e6a0e984c6544", "name": "DopplerHookInitializer", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0xc3b8e77ac038aa260035a1911827086c34a9e844", "name": "StrategyHookV2", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0xc5a48b447f01e9ce3ede71e4c1c2038c38bd9000", "name": "GraduationHook", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 11, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "info_finding", "label": "1\u00d7 informational", "delta": 1, "detail": ""}]}, {"chain": "base", "address": "0xc8d077444625eb300a427a6dfb2b1dbf9b159040", "name": "ZoraV4CoinHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0xca51c787e7136db1cbfd92a24287ea8e9363b0c8", "name": "SuperStrat", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "base", "address": "0xca975b9daf772c71161f3648437c3616e5be0088", "name": "SimpleSellTaxHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "base", "address": "0xced494a8cc54d593dbc7bdc6f4c61a948c932080", "name": "GovernedLBPStrategy", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0xd3c1f2174f37f88811f99b1b1b4c1356c0246000", "name": "AquinasPoolHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0xd577f945b6025ce1e60ac1a82f2ee8ff3fb428c4", "name": "ArtacleIndexHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 0, "band": "LOW", "confidence": "medium", "factors": []}, {"chain": "base", "address": "0xd6fecff347c6203a41874e8d77de669b54e7a500", "name": "UniswapV4MigratorHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0xd6fecff347c6203a41874e8d77de669b54e7a500", "name": "UniswapV4MigratorSplitHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0xdfe0f6d6cdda8f8ea47d6c5bddbdea51425290c0", "name": "HomelanderUniV4Plugin", "findings": 3, "high": 0, "advisory": false, "source": true, "score": 25, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "medium_finding", "label": "2\u00d7 MEDIUM finding(s)", "delta": 14, "detail": "accurate detections awaiting author confirmation"}, {"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "info_finding", "label": "1\u00d7 informational", "delta": 1, "detail": ""}]}, {"chain": "base", "address": "0xe2b4100de1cd284bd364f738d1354715515c90c0", "name": "ZoraV4CoinHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0xe87be9bc8e462de016760aa83bac56d608836aa8", "name": "RehypHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0xea9346e83952840e69beb36df365c4e68de0e080", "name": "LiquidLaunchHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0xed1698c29928a6c44cddb0c75ab0e5d47eb72a80", "name": "TWAMM", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0xf6d0a13609bb5779bc5d639f2ba3bfda83d4d0c0", "name": "ZoraV4CoinHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0xf785bb58059fab6fb19bdda2cb9078d9e546efdc", "name": "PositionManager", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0xf9527fb5a34ac6fbc579e4fbc3bf292ed57d4880", "name": "ArrakisPrivateHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "base", "address": "0xfe6947cd46a7e8f068a6b6ca804fb986feda8040", "name": "BpegRenderer", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0xfe6947cd46a7e8f068a6b6ca804fb986feda8040", "name": "Bpeg", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0xfe6947cd46a7e8f068a6b6ca804fb986feda8040", "name": "BpegHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0xfee99b847f90d7a7f87e273097b72e33d3490440", "name": "BpegRenderer", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0xfee99b847f90d7a7f87e273097b72e33d3490440", "name": "Bpeg", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0xfee99b847f90d7a7f87e273097b72e33d3490440", "name": "BpegHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "base", "address": "0xff02680c7afe8c63e91c07efa985c81efa6b68c4", "name": "StockTokenHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "bnb", "address": "0x77b2051204306786934be8bec29a48584e133ac4", "name": "BackGeoOracle", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "bnb", "address": "0x8a36d8408f5285c3f81509947bc187b3c0efd0c4", "name": "BVCCDynamicFeeHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "bnb", "address": "0xa9bc2984a3e42b27d90abd56e6d1323bc66f80c0", "name": "LimitOrderHook", "findings": 2, "high": 0, "advisory": false, "source": true, "score": 18, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}, {"key": "info_finding", "label": "1\u00d7 informational", "delta": 1, "detail": ""}]}, {"chain": "ethereum", "address": "0x00001f3b9712708127b1fcad61cb892535951888", "name": "BunniHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x0000f07d2b5f1ddf3244b8780f972f306efd2888", "name": "SatoHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x000b70f7cd351f7479d1aa6f1354d32ed8821080", "name": "PoolTraderHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x0089938dc53258d2bbbb666043abe812a3c18440", "name": "PokemonPegHook", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 11, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "info_finding", "label": "1\u00d7 informational", "delta": 1, "detail": ""}]}, {"chain": "ethereum", "address": "0x00bbc6fc07342cf80d14b60695cf0e1aa8de00cc", "name": "ActionFundingHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x025a386eaa79f6067d29848fd05ccc71beab20cc", "name": "EthCreatorFeeHookV2", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x02861997ca5d65d40fa34facdaa9f969c95fd0c0", "name": "UnigenHook", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0x044301939deb7ca53c4733dd4d9b3bc5ea0c6888", "name": "FewETHHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x05388fb8b99b66867f08b2841d6baaea58b040cc", "name": "ETIMTaxHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x068241d20c59980abeaeded990d2441f05f5c0cc", "name": "LivoSwapHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0x09ff2eb94d873c6b4befde087362044a2b02e0c0", "name": "UsdcWstGbpHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x0d62529346ac2c61f5c0582210d01214687bc0cc", "name": "FeeHookV3", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x0ee5685892791cb392b8258feee201137a46facc", "name": "LendingHookV2", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x0f32ab7c446e24b442b85fe77f78e75e1219a080", "name": "MoonsendFeeHook_ETH", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x0fe942afdb2f51e25cbf892aad175c6a574f2888", "name": "FewTokenHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x10865f8301d46a61badc726de44d9d4f00f68440", "name": "UpegHook", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 1, "band": "LOW", "confidence": "medium", "factors": [{"key": "info_finding", "label": "1\u00d7 informational", "delta": 1, "detail": ""}]}, {"chain": "ethereum", "address": "0x10adc30aadda3c3ba2ba7a6e7d13cdb1e28745cc", "name": "RestakeHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0x11229d5042857a78db118c51aed97911400780c0", "name": "VitaHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x192499a79cadb2e9ba221a252a3e3b7adc714880", "name": "ArrakisPrivateHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0x1b9f3544dc4915e0c08882d1c3f39b6e464e4844", "name": "FeeHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0x1c94eb938ffb066c3a5f0d43e44a428f35a1e888", "name": "RingAggregatorHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x1df8e3ce04a62922506e4ba303e1338583155044", "name": "DiamondHandsHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x213f0db3d48580954471b3e69e5f486292a36844", "name": "MoonCatsStrategyHookV2", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x269044c34e5c6c41d5908d88924f544de38cc0cc", "name": "STRMOGHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x27174ccfd54b4529b025559afa93fc187cea80cc", "name": "QuasarHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0x2b7a5409f563a94aacc6ad75fc44cf4fcbfb18cc", "name": "StratHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0x2c67eba8a50af0db5fba55f725247a75cbda6444", "name": "FWATokenHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x30ca6f7b31b65b7977bd3991c532ce255bff0044", "name": "ArkHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x319c49f68df3da28edceb691dac45e0a16d1d0cc", "name": "BossHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0x3226136d52beac0ecf777cedaca5c02a1373f0cc", "name": "GeodeMiningHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x34052720fd88197718251765fe03611d740c00cc", "name": "PAMHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0x384cfe8aa001c26a029dee56414a024f445780cc", "name": "STRPNKHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0x3a84bc99fd208bdc0fee2eb72a9d6c9a7271a444", "name": "FWATokenHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x3a9f9e9fcb1377de2c2f88ea0d8166e92bbf60c0", "name": "PriceImpactDynamicFeeHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x3ba779bad405d9b68a7a7a86ff6916c806a200cc", "name": "MemeStrategyHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x3beb2eb4023a2bb007cacf8c63dec9b24e03a844", "name": "SummerHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x3cc9707a9b6dfbbb72e2bfeddc341f7de9cbbacc", "name": "LendingHookV3", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x3dd864a80cc5dc3d6e3f4e1a6af92b0d2047e888", "name": "RingAggregatorHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 0, "band": "LOW", "confidence": "medium", "factors": []}, {"chain": "ethereum", "address": "0x41a9bf2969af822942a553babd6d8dda0dff80cc", "name": "ETIMTaxHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x428091038f0e0631b627e1061475ad919a983acc", "name": "LendingHookV4", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x42ac35d497d63abab6e3efa9b0f7b0c76ab5c4cc", "name": "SharesHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x4440854b2d02c57a0dc5c58b7a884562d875c0c4", "name": "UniswapV4KEMHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0x4509b7eb3f9641226804fea4976963435d1c6080", "name": "StableStableHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x47dc5827e85f8b63a0b79dfe92e13463eb680440", "name": "PokemonPegHook", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 11, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "info_finding", "label": "1\u00d7 informational", "delta": 1, "detail": ""}]}, {"chain": "ethereum", "address": "0x4832d5009a234a08a28060196a40bfeb35d6c044", "name": "PlotHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0x5287e8915445aee78e10190559d8dd21e0e9ea88", "name": "CorkHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x539f54cbd1a2468dcb669126ef6acc82d7f480c0", "name": "BloomHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0x5725df570e0008997dacef46bc179bbfc4d125cc", "name": "LiquidityGenHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0x5832f3e51295cee676eebbb25748d527f64b5f80", "name": "ImmutableState", "findings": 2, "high": 0, "advisory": true, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x5832f3e51295cee676eebbb25748d527f64b5f80", "name": "NestHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x5cf8e499c7c466c7e2cf127bdf129f57151e65dc", "name": "PositionManager", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x5d8a61fa2ced43eeabffc00c85f705e3e08c28c4", "name": "NFTStrategyRangeHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x5e8a308b07194d115bcf78dac9a426c7b46ae444", "name": "RecursiveStrategyHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x62ee80f068dce30ea4a275e91bb733fb17fd0ac0", "name": "ImmutableState", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x62ee80f068dce30ea4a275e91bb733fb17fd0ac0", "name": "FairTradeHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x636c050296b5cc528d8785169bf8923716fca9cc", "name": "ArtCoinsHookSkimFee", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0x66213c92f0a000a0e0dc21ad7faeb4cf528850c0", "name": "UnigenHook", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0x6e1babe41d708f6d46a89cda1ae46de95458e444", "name": "StrategicHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x6f7243ae6b4ccad256aa6fecd3081f51253b1acc", "name": "DragonXHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x6fb14025194d3921942b269ba49c988fbd3fc0cc", "name": "TaxHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0x747b8bb5e2e60d4c9e881fe7a27e0b69e47d0040", "name": "ProofOfSwapHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0x74803bd586fa5ce3a9ab38b49a7ca633af8700cc", "name": "TaxHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0x75dd3c47015ea92b88557ac6ee1de07ee4d420cc", "name": "SlopPoolHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x7b0d132c6bf845d5a072b6cc9201546f0af8a044", "name": "CMDHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x7ea48e09937955cb2c6538b52bb3516974be20cc", "name": "Plot", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0x82d30501471db64a8b7af9a878b5f45efb873acc", "name": "LendingHookV4", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x8bd422134164f74023308a22ba991ae0412900cc", "name": "LaunchHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0x8cec12bc7ea6b92cd330b77e163fe5dbde88c0cc", "name": "JrnyHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x8f24193cc75fc64a30a038442bcd622ff4070088", "name": "LodeHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0x8f29bd5c8429730fa4c46e6295c4e679ededd0cc", "name": "AegisHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0x8fb66c6e0f3cbb25001e0f1c0352cc888cff6444", "name": "NFTStrategyHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x903633d861ab705dc6a2ef91b478b9cab00f4044", "name": "OnlyHooksHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0x924e5c44c3b82c2c0ba231cd0de7b581180e1bc0", "name": "EMADynamicFeeHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0x94976497b43174c37d038f414861923578d2a844", "name": "CabalcoinHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x94f783914e42ff91cd032d59933655b727d37acc", "name": "LendingHookV4", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x96b893683afbfec071e90f78d00de4bb932fe0cc", "name": "UniversalKlikHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x98fa6468c65ec0100cb92c62dc6109236c130440", "name": "UCatHook", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 1, "band": "LOW", "confidence": "medium", "factors": [{"key": "info_finding", "label": "1\u00d7 informational", "delta": 1, "detail": ""}]}, {"chain": "ethereum", "address": "0x9ab4a4d223fa0ce27ab15b376f298f7ee3b9eac0", "name": "BaseTestHooks", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 11, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "info_finding", "label": "1\u00d7 informational", "delta": 1, "detail": ""}]}, {"chain": "ethereum", "address": "0x9dedda61bf433d3a630c8c0cdb1438dc58676444", "name": "PerpetualHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x9f7e7a925366f5dd7e59e6247ed80177c94020cc", "name": "KanroHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0x9f8f375b2d246da6be816b453f13d43d8240a444", "name": "ERC20StrategyHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0xa312884b73862377317f0071ec6eb5404025a8c4", "name": "ENSWheelHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0xa5db9bd1eac09894c680fe56bc5db26078c800cc", "name": "UniagentHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0xaa92349f126fc28639c974b320a7eca9ea3a4088", "name": "SpyHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0xab7f6eaafff791c3ef699a3df271fd4d90389044", "name": "CellHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0xac7b5d06fa1e77d08aea40d46cb7c5923a87a0cc", "name": "Hash", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0xad3cc8eb9d34abeb3b0ca9b98cbfd3837b7d40c8", "name": "SwingHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0xaf53cb78035a8e0acce38441793e2648b15b88a0", "name": "AllowlistHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0xafe727f2288e531184f5b9a81d3049b2f69a6880", "name": "UnicurveHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0xb0bbf26a84587e91f9c0ffa5622940c3324e2880", "name": "V4AlphaHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0xb0cc755b03abf0b981dd57a0fb12b8a54e08facc", "name": "LendingHookV2", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0xb7945204f1f72b3adffb166b09f52a027a122fcc", "name": "DeathSTRHookV2", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0xb89e1dd2c843a967d47a79406f33496468bb8880", "name": "AccessControlDynamicFeeHook", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 11, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "info_finding", "label": "1\u00d7 informational", "delta": 1, "detail": ""}]}, {"chain": "ethereum", "address": "0xba806a6135c5cd93ecce1258c28f57a8d291e0cc", "name": "UniversalKlikHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0xbadf77d50478b4432ef1f243b9c0bc7869486888", "name": "FewUSDTHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0xbd15e4d324f8d02479a5ff53b52ef4048a79e444", "name": "NFTStrategyHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0xbd3ab5859f244cc9f51ee0ca755c5cf663d80040", "name": "PrismHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0xc5e600b573aba770f8b5e3da6c3dd45ff5e440cc", "name": "OnePlantV4SwapHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0xc804af6eaa8269c71848e114571f2dd5314c4044", "name": "TaxStrategyHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 7, "band": "LOW", "confidence": "medium", "factors": [{"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0xca859c62c62633d2b999c83f56db046d274540cc", "name": "FeeHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0xd2094b5cdb1a12b6274e4a4d3a252cd94c51efcc", "name": "NFTXV4Hook", "findings": 2, "high": 1, "advisory": false, "source": true, "score": 32, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "high_finding", "label": "1\u00d7 HIGH finding(s)", "delta": 15, "detail": "demonstrated invariant breaks from source analysis"}, {"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0xd53006d1e3110fd319a79aeec4c527a0d265e080", "name": "VirtualLBPStrategyBasic", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0xd5770936a6678353f1b17c342b29c4416b029080", "name": "CustomFeeAntiMevHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0xd5bd98d3cc0e1b92bd31bb1bb80422b084ae6acc", "name": "Hook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0xd6a45df0c82c9a686ab1e58fb28d8fc0cf106444", "name": "NFTStrategyHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0xdad7ea85ff786b389a13f4714a56b1721b56c044", "name": "AsterixHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0xdee7a2ffa963f82facbb12a4e3e8909e4a51a444", "name": "TTTHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0xe02b0b5739e7c64f41d3295c191635e680be40c4", "name": "TuringHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0xe3c63a9813ac03be0e8618b627cb8170cfa468c4", "name": "NFTStrategyHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0xe54082dfbf044b6a8f584bdddb90a22d5613c440", "name": "UpegHook", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 11, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "info_finding", "label": "1\u00d7 informational", "delta": 1, "detail": ""}]}, {"chain": "ethereum", "address": "0xe5f619ec8af334fb54ccecf6802378cd2100e0c0", "name": "WethWstGbpHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0xebac1d1a384d3ae1a162fdf30788fcfa228380cc", "name": "AshHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0xec2f73f678421e0374811bb980afc29eb1f510c0", "name": "GoalRushHook", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0xede8ec3dbb11055a736612e174ab7b0b41028ac0", "name": "ImmutableState", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0xede8ec3dbb11055a736612e174ab7b0b41028ac0", "name": "FairTradeHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0xef2debe958d3d3b8cb8bf489961bddf23ca20040", "name": "ShitGiftHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0xf13bdafb90c79f2201e2ce42010c8ef75fede8c4", "name": "ENSWheelHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0xf3cec75e9c06629b89c3cbc443792bd6ea436aec", "name": "PerpLandHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0xf667a4d5470545da19151b44542401ec56a200c0", "name": "TideHook", "findings": 2, "high": 0, "advisory": true, "source": true, "score": 24, "band": "LOW", "confidence": "medium", "factors": [{"key": "medium_finding", "label": "2\u00d7 MEDIUM finding(s)", "delta": 14, "detail": "accurate detections awaiting author confirmation"}, {"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0xf9527fb5a34ac6fbc579e4fbc3bf292ed57d4880", "name": "ArrakisPrivateHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0xf9ced7d0f5292af02385410eda5b7570b10b50c4", "name": "BVCCDynamicFeeHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0xfb78f6600ec9a795f3f7270e05ea0dd371f94040", "name": "ShitGiftHookV2", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "ethereum", "address": "0xfdfa1dfab150fe6b2fdfdd609f37b2459c7b6444", "name": "NFTStrategyHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "ethereum", "address": "0xfe36b48c9c0240991e4cef006a2445f2ff524888", "name": "WsgemBackstopHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "optimism", "address": "0x2c3254da64956f495356a482d51e7311347f5044", "name": "VolumeDynamicFeeHook", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "optimism", "address": "0x4e4ecde86fc904b6e7be363e0f4bf127fd7195d8", "name": "IndexHook", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "optimism", "address": "0x64870831397e21c61e5ffad717395c2d8c0c1044", "name": "VolumeDynamicFeeHook", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "optimism", "address": "0x79234983ded8eaa571873fffe94e437e11c7fac4", "name": "BackGeoOracle", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "optimism", "address": "0xb1db44de89634a001ceb5847defc3ff1e5601bc0", "name": "EMADynamicFeeHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "optimism", "address": "0xb35297543d357ef62df204d8c3bd0e96038cf440", "name": "IndexHook", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "optimism", "address": "0xb4f4949e8d0a177bb6d2fea33e9516bb219610cc", "name": "Spot", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "optimism", "address": "0xb78a87702aaf69cadd6bb05b0b30ac8d0d86d040", "name": "VolumeDynamicFeeHook", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "polygon", "address": "0x079fd05102b6569dedde57551311bffe83f19f00", "name": "ATXMV4GlobalHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "polygon", "address": "0x15cd9520d0faf71c938db4426f8c58b5cbaa9acc", "name": "Spot", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "polygon", "address": "0x1d8691a1a7d53b60dedd99d8079e026cb0e5bac4", "name": "BackGeoOracle", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 0, "band": "LOW", "confidence": "medium", "factors": []}, {"chain": "polygon", "address": "0x499448273900133f66af321e2cb3f0b535a640c0", "name": "LimitOrderHook", "findings": 2, "high": 0, "advisory": false, "source": true, "score": 18, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}, {"key": "info_finding", "label": "1\u00d7 informational", "delta": 1, "detail": ""}]}, {"chain": "polygon", "address": "0x6c67d89c4efdc7b88e5b066b7f3d5a99060a55d8", "name": "IndexHook", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "polygon", "address": "0x8eb0089d6c616bc2b7f69b3cafecfedc3ef11bc0", "name": "EMADynamicFeeHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "polygon", "address": "0xb4f4949e8d0a177bb6d2fea33e9516bb219610cc", "name": "Spot", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "polygon", "address": "0xc773b905b8b2919ec5b7fffc228cd7c436fc00c0", "name": "LimitOrderHook", "findings": 2, "high": 0, "advisory": false, "source": true, "score": 18, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}, {"key": "info_finding", "label": "1\u00d7 informational", "delta": 1, "detail": ""}]}, {"chain": "polygon", "address": "0xd77cc9230ded5b6591730032975453744532a500", "name": "TELxIncentiveHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "robinhood", "address": "0x01617950099780f43dbd331cecc27b8af521e0cc", "name": "CreatorFeeHookV1", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "robinhood", "address": "0x073b5b49b62b7478fb771f15a5161db37a1168c0", "name": "PonzuV4Hook", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "robinhood", "address": "0x07f7850aa55ffb4a6f2693d493c4477747ec6fdc", "name": "PositionManager", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "robinhood", "address": "0x0a790b185f5f3f4bf6ecae95bf3f275ea5ff60cc", "name": "MikoFeeHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "robinhood", "address": "0x12783b423b9cf1a136bd7e0f8baca5944f5baacc", "name": "LaunchHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "robinhood", "address": "0x14bcc18fdb0e7a427122b9c2f1a40ff7d63eaacc", "name": "PumpV4Hook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "robinhood", "address": "0x2539029365c03b131cca25cb10ff4519a1dcc0cc", "name": "PensionTaxHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "robinhood", "address": "0x25a1bb2313e4b24307e8259b177431a61bfe04cc", "name": "SharesHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "robinhood", "address": "0x28388ca220f955b5bdf0309e28612fe057c00088", "name": "BuffetAMM", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "robinhood", "address": "0x29a2a39143f5aafba61bb8c649bc7c7d50b1e0cc", "name": "MemeFolioTaxHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "robinhood", "address": "0x2baa91b984d93626adaab071b0491d47a7b868cc", "name": "LaunchHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "robinhood", "address": "0x45162903fb30b477bd066e320caead8bfeddea88", "name": "AMT1V4Hook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "robinhood", "address": "0x4a00b5f169eadee5524e819bf418dfd797336544", "name": "StrategyHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "robinhood", "address": "0x59e2cea84bf858b66d46b22742bef4304ee0aacc", "name": "LaunchHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "robinhood", "address": "0x5cf8e499c7c466c7e2cf127bdf129f57151e65dc", "name": "PositionManager", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "robinhood", "address": "0x5e6b0bbc811705b8d8234e9914c0507243fb1080", "name": "Friar", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "robinhood", "address": "0x5f794cf7faba3c8526079292726f29e5a88f40cc", "name": "RobFeeHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "robinhood", "address": "0x625591a8aba062e93e8547be32ea5c6abd8900cc", "name": "ERC8404FeeHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "robinhood", "address": "0x745d717620052a97a22deee2e5eba59583f3e0cc", "name": "UniversalKlikHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "soneium", "address": "0xb4f4949e8d0a177bb6d2fea33e9516bb219610cc", "name": "Spot", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "unichain", "address": "0x000052423c1db6b7ff8641b85a7eefc7b2791888", "name": "BunniHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "unichain", "address": "0x005af73a245d8171a0550ffae2631f12cc211888", "name": "BunniHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 8, "band": "LOW", "confidence": "medium", "factors": [{"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x0a9d78dd5af85ab716b08b336cd19473120f3903", "name": "PrediXHookV2", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 8, "band": "LOW", "confidence": "medium", "factors": [{"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x0fd7295d9ccb18b17646b64acf9316b7e75a4888", "name": "PolymarketHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "unichain", "address": "0x2016c0e4f8bb1d6fea777dc791be919e2eda40c0", "name": "LimitOrderHook", "findings": 2, "high": 0, "advisory": false, "source": true, "score": 18, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}, {"key": "info_finding", "label": "1\u00d7 informational", "delta": 1, "detail": ""}]}, {"chain": "unichain", "address": "0x27bfccf7fdd8215ce5dd86c2a36651d05c8450cc", "name": "Spot", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "unichain", "address": "0x2ea5eac8a4e31f0889e86fc135c5eae8e0b16ae0", "name": "PrediXHookProxyV2", "findings": 1, "high": 1, "advisory": false, "source": true, "score": 25, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "high_finding", "label": "1\u00d7 HIGH finding(s)", "delta": 15, "detail": "demonstrated invariant breaks from source analysis"}, {"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "unichain", "address": "0x54bd666ea7fd8d5404c0593eab3dcf9b6e2a3ac4", "name": "BackGeoOracle", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "unichain", "address": "0x5cf8e499c7c466c7e2cf127bdf129f57151e65dc", "name": "PositionManager", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "unichain", "address": "0x6398f3c67b03c4622bdaa48d9e340d66e23a1bc0", "name": "EMADynamicFeeHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "unichain", "address": "0x74c3c5743a9adade396538fd563c4934d0a7d5c0", "name": "GridHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 8, "band": "LOW", "confidence": "medium", "factors": [{"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x777ef319c338c6ffe32a2283f603db603e8f2a80", "name": "YieldHarvestingHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 8, "band": "LOW", "confidence": "medium", "factors": [{"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x77a19c56605a185002da73c6ff92b61224356a80", "name": "YieldHarvestingHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 8, "band": "LOW", "confidence": "medium", "factors": [{"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x79330fe369c32a03e3b8516aff35b44706e39080", "name": "BaseOracleHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "unichain", "address": "0x88c9ff9fc0b22cca42265d3f1d1c2c39e41cdacc", "name": "Spot", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "unichain", "address": "0x8b51d5831fe98a3eb9e4e28020ddae06da0c0444", "name": "UniMemeHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 15, "band": "LOW", "confidence": "medium", "factors": [{"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "unichain", "address": "0x8e89b081498095669007da306dcd7ce7cab43a80", "name": "SuperDCAGauge", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 8, "band": "LOW", "confidence": "medium", "factors": [{"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x91db9941a44c19a5409345c5f2f8a2c1f81ba888", "name": "AsyncSwap", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "unichain", "address": "0x966cf7b815cbdd26f2cc78838bba9c1a0f4dc444", "name": "UniderpHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 15, "band": "LOW", "confidence": "medium", "factors": [{"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "unichain", "address": "0xa0b0d2d00fd544d8e0887f1a3cedd6e24baf10cc", "name": "Spot", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "unichain", "address": "0xb4960cd4f9147f9e37a7aa9005df7156f61e4444", "name": "UniMemeHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "unichain", "address": "0xb4f4949e8d0a177bb6d2fea33e9516bb219610cc", "name": "Spot", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "unichain", "address": "0xb9a17e66db950e00822c2b833d6bb304c9b86080", "name": "MEVTaxTestInProd", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "unichain", "address": "0xc92338e0713a1f38d06b77976e6bdd1928734888", "name": "AssetToAssetSwapHookForERC4626", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 15, "band": "LOW", "confidence": "medium", "factors": [{"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "unichain", "address": "0xcab5a0b38b36bacd781a6ab9cc931fc6560ac0c0", "name": "LimitOrderHook", "findings": 2, "high": 0, "advisory": false, "source": true, "score": 16, "band": "LOW", "confidence": "medium", "factors": [{"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}, {"key": "info_finding", "label": "1\u00d7 informational", "delta": 1, "detail": ""}]}, {"chain": "unichain", "address": "0xcc2efb167503f2d7df0eae906600066aec9e8444", "name": "UniderpHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "unichain", "address": "0xcdfcab084b2d29025772141d3bf473bd9673aaa8", "name": "UniversalJITHook", "findings": 1, "high": 0, "advisory": false, "source": true, "score": 17, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "unichain", "address": "0xd0b13c0161accade6c82396a80cc0e69fc936044", "name": "UniswapCupHook", "findings": 0, "high": 0, "advisory": false, "source": true, "score": 10, "band": "LOW", "confidence": "medium", "factors": [{"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "unichain", "address": "0xe5cdffb339dbacf87e8616af15112eba101f0444", "name": "UniderpHook", "findings": 1, "high": 0, "advisory": true, "source": true, "score": 15, "band": "LOW", "confidence": "medium", "factors": [{"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "medium_finding", "label": "1\u00d7 MEDIUM finding(s)", "delta": 7, "detail": "accurate detections awaiting author confirmation"}]}, {"chain": "unichain", "address": "0x782d2a5624cfac246fd8f001ccd4d7582a0b8444", "name": "", "source": false, "pools": 165, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 3, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0xad9df9f8c82f7972c972eb9658415ae4bc994888", "name": "", "source": false, "pools": 48, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 3, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x0000fe59823933ac763611a69c88f91d45f81888", "name": "", "source": false, "pools": 27, "proxy": false, "delegatecall": true, "selfdestruct": false, "permBits": 4, "findings": null, "high": null, "advisory": false, "score": 45, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "standard_proxy", "label": "delegates to implementation", "delta": 12, "detail": "target appears readable"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0xeef4bcb508592d5dba376237f54734b257d5bfcf", "name": "", "source": false, "pools": 15, "proxy": false, "delegatecall": true, "selfdestruct": true, "permBits": 12, "findings": null, "high": null, "advisory": false, "score": 50, "band": "ELEVATED", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "standard_proxy", "label": "delegates to implementation", "delta": 12, "detail": "target appears readable"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0x1e7a4e1a47cb8995377cd688c15c767692a27fcf", "name": "", "source": false, "pools": 15, "proxy": false, "delegatecall": true, "selfdestruct": true, "permBits": 12, "findings": null, "high": null, "advisory": false, "score": 50, "band": "ELEVATED", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "standard_proxy", "label": "delegates to implementation", "delta": 12, "detail": "target appears readable"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0x02cae36ad46113dd89b37c1971644094e0c5bfcf", "name": "", "source": false, "pools": 15, "proxy": false, "delegatecall": true, "selfdestruct": true, "permBits": 12, "findings": null, "high": null, "advisory": false, "score": 50, "band": "ELEVATED", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "standard_proxy", "label": "delegates to implementation", "delta": 12, "detail": "target appears readable"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0xb17915889c171df49e45d46cf7f4b6c1b19cbfcf", "name": "", "source": false, "pools": 15, "proxy": false, "delegatecall": true, "selfdestruct": true, "permBits": 12, "findings": null, "high": null, "advisory": false, "score": 50, "band": "ELEVATED", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "standard_proxy", "label": "delegates to implementation", "delta": 12, "detail": "target appears readable"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0xd64ac246ffe3baea00c6ac195b5c049bbd327fcf", "name": "", "source": false, "pools": 15, "proxy": false, "delegatecall": true, "selfdestruct": true, "permBits": 12, "findings": null, "high": null, "advisory": false, "score": 50, "band": "ELEVATED", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "standard_proxy", "label": "delegates to implementation", "delta": 12, "detail": "target appears readable"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0x468b7e5503175086c76bfb4ddb4432d825d1ffcf", "name": "", "source": false, "pools": 15, "proxy": false, "delegatecall": true, "selfdestruct": true, "permBits": 12, "findings": null, "high": null, "advisory": false, "score": 50, "band": "ELEVATED", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "standard_proxy", "label": "delegates to implementation", "delta": 12, "detail": "target appears readable"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0x5674b3e5b52b95afa94e3d76a636f8d3ced6bfcf", "name": "", "source": false, "pools": 15, "proxy": false, "delegatecall": true, "selfdestruct": true, "permBits": 12, "findings": null, "high": null, "advisory": false, "score": 50, "band": "ELEVATED", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "standard_proxy", "label": "delegates to implementation", "delta": 12, "detail": "target appears readable"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0xb2607d337653d1ee5de4410b016f17a313a6ffcf", "name": "", "source": false, "pools": 15, "proxy": false, "delegatecall": true, "selfdestruct": true, "permBits": 12, "findings": null, "high": null, "advisory": false, "score": 50, "band": "ELEVATED", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "standard_proxy", "label": "delegates to implementation", "delta": 12, "detail": "target appears readable"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0x0274bb537bc0c7084e8a0e2cc45cd4ca3375bfcf", "name": "", "source": false, "pools": 15, "proxy": false, "delegatecall": true, "selfdestruct": true, "permBits": 12, "findings": null, "high": null, "advisory": false, "score": 50, "band": "ELEVATED", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "standard_proxy", "label": "delegates to implementation", "delta": 12, "detail": "target appears readable"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0xaa7ed352075dede03375c3ca66c5541b468f3fcf", "name": "", "source": false, "pools": 15, "proxy": false, "delegatecall": true, "selfdestruct": true, "permBits": 12, "findings": null, "high": null, "advisory": false, "score": 50, "band": "ELEVATED", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "standard_proxy", "label": "delegates to implementation", "delta": 12, "detail": "target appears readable"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0x18f818be71d67fc5ff60838ce79c8713508d3fcf", "name": "", "source": false, "pools": 15, "proxy": false, "delegatecall": true, "selfdestruct": true, "permBits": 12, "findings": null, "high": null, "advisory": false, "score": 50, "band": "ELEVATED", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "standard_proxy", "label": "delegates to implementation", "delta": 12, "detail": "target appears readable"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0x12a41c32fa78c99b98c69750f9d0f6649b0dbfcf", "name": "", "source": false, "pools": 14, "proxy": false, "delegatecall": true, "selfdestruct": true, "permBits": 12, "findings": null, "high": null, "advisory": false, "score": 50, "band": "ELEVATED", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "standard_proxy", "label": "delegates to implementation", "delta": 12, "detail": "target appears readable"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0xf35b0ebaf0501f9112dd171f1c19ace6d35abfcf", "name": "", "source": false, "pools": 14, "proxy": false, "delegatecall": true, "selfdestruct": true, "permBits": 12, "findings": null, "high": null, "advisory": false, "score": 50, "band": "ELEVATED", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "standard_proxy", "label": "delegates to implementation", "delta": 12, "detail": "target appears readable"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0x3d7f8f8f6a692cfed026655c1fa25d2c1935ffcf", "name": "", "source": false, "pools": 14, "proxy": false, "delegatecall": true, "selfdestruct": true, "permBits": 12, "findings": null, "high": null, "advisory": false, "score": 50, "band": "ELEVATED", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "standard_proxy", "label": "delegates to implementation", "delta": 12, "detail": "target appears readable"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0x5867cc3cc3943bf60fd98da8763ef1ef2b893fcf", "name": "", "source": false, "pools": 14, "proxy": false, "delegatecall": true, "selfdestruct": true, "permBits": 12, "findings": null, "high": null, "advisory": false, "score": 50, "band": "ELEVATED", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "standard_proxy", "label": "delegates to implementation", "delta": 12, "detail": "target appears readable"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0x68eb2c751e15a898455d7d7b7a6e5936a19b3fcf", "name": "", "source": false, "pools": 14, "proxy": false, "delegatecall": true, "selfdestruct": true, "permBits": 12, "findings": null, "high": null, "advisory": false, "score": 50, "band": "ELEVATED", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "standard_proxy", "label": "delegates to implementation", "delta": 12, "detail": "target appears readable"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0xb249770a1a3ae3081513629d1c33c790fc8c5088", "name": "", "source": false, "pools": 13, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 3, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0xeb8827c5781ed8f3d2b0544606a8c8c9350e4888", "name": "", "source": false, "pools": 12, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 3, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x38be9482eebec99aef5972b8c2a4f5ff35408888", "name": "", "source": false, "pools": 12, "proxy": false, "delegatecall": false, "selfdestruct": true, "permBits": 3, "findings": null, "high": null, "advisory": false, "score": 38, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0xcb9903081b324b3a743e536d451705f9e1450880", "name": "", "source": false, "pools": 11, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 2, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0xe3e35e477f4d9171ead87356bce50051e35d0888", "name": "", "source": false, "pools": 10, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 3, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0xd689a5868492eccce3f0bc499864618229cc4088", "name": "", "source": false, "pools": 10, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 2, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x2e7c80cf7ecc15c9d6578b8efb4fc37a28ce9540", "name": "", "source": false, "pools": 9, "proxy": false, "delegatecall": true, "selfdestruct": false, "permBits": 4, "findings": null, "high": null, "advisory": false, "score": 35, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "no_audit_recorded", "label": "no audit URL recorded", "delta": 10, "detail": "means unknown, not audited-absent"}]}, {"chain": "unichain", "address": "0x1673ce5f7f5e39c7f32657189db3c3cffebe0088", "name": "", "source": false, "pools": 8, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 2, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x9c530b4302fbc8150b96bc154160c34ec46a3fcf", "name": "", "source": false, "pools": 7, "proxy": false, "delegatecall": true, "selfdestruct": true, "permBits": 12, "findings": null, "high": null, "advisory": false, "score": 50, "band": "ELEVATED", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "standard_proxy", "label": "delegates to implementation", "delta": 12, "detail": "target appears readable"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0x9f18363be419b297da73d18de71d721ffaffbfcf", "name": "", "source": false, "pools": 7, "proxy": false, "delegatecall": true, "selfdestruct": true, "permBits": 12, "findings": null, "high": null, "advisory": false, "score": 50, "band": "ELEVATED", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "standard_proxy", "label": "delegates to implementation", "delta": 12, "detail": "target appears readable"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0xf1336bfdac8133f9ce612fd32939fdb56751c088", "name": "", "source": false, "pools": 7, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 2, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0xa6c8d7514785c4314ee05ed566cb41151d43c0c0", "name": "", "source": false, "pools": 5, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 2, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0xd8a3ec464f78576c70e85272e709a4c073fd7fcf", "name": "", "source": false, "pools": 5, "proxy": false, "delegatecall": true, "selfdestruct": true, "permBits": 12, "findings": null, "high": null, "advisory": false, "score": 50, "band": "ELEVATED", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "standard_proxy", "label": "delegates to implementation", "delta": 12, "detail": "target appears readable"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0xf8c3f4243c4d8c02831a718a7978fd869f094300", "name": "", "source": false, "pools": 4, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 2, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0xacaa9bab75ac6ccae2ace117a7c4512ed85b4444", "name": "", "source": false, "pools": 4, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 3, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x17a10f791eefaa899281b3752733e4a2eae26888", "name": "", "source": false, "pools": 4, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 4, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x6ff40f22492c5b254103f5b037562c143a240888", "name": "", "source": false, "pools": 4, "proxy": false, "delegatecall": false, "selfdestruct": true, "permBits": 3, "findings": null, "high": null, "advisory": false, "score": 38, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0x7bc8503ba50328ddc6702e25f063e61581660888", "name": "", "source": false, "pools": 4, "proxy": false, "delegatecall": false, "selfdestruct": true, "permBits": 3, "findings": null, "high": null, "advisory": false, "score": 38, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0xf9567b1088841f4a8ad3ae7f25608c3e802ac888", "name": "", "source": false, "pools": 4, "proxy": false, "delegatecall": false, "selfdestruct": true, "permBits": 3, "findings": null, "high": null, "advisory": false, "score": 38, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0xb83b3bbe4a255da6873c96a9b2bd7cf5b02b8888", "name": "", "source": false, "pools": 4, "proxy": false, "delegatecall": false, "selfdestruct": true, "permBits": 3, "findings": null, "high": null, "advisory": false, "score": 38, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0xd0f8ddda83a17192a4a7222b3755391eb7e5c888", "name": "", "source": false, "pools": 4, "proxy": false, "delegatecall": false, "selfdestruct": true, "permBits": 3, "findings": null, "high": null, "advisory": false, "score": 38, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0x423272eb0690436e07dffb304bcd5e1ab3a98888", "name": "", "source": false, "pools": 4, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 3, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0xfb6c600b0a2b83dfbaa683f01aad96e461134888", "name": "", "source": false, "pools": 4, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 3, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x86838db6885df98f3234050b0d22ab7be52cc0c4", "name": "", "source": false, "pools": 3, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 3, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x004ff78112c3fbc1004fa517e1334dd4930f1888", "name": "", "source": false, "pools": 3, "proxy": false, "delegatecall": true, "selfdestruct": false, "permBits": 4, "findings": null, "high": null, "advisory": false, "score": 45, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "standard_proxy", "label": "delegates to implementation", "delta": 12, "detail": "target appears readable"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x7dee57cc1f3493df286bba4ed904917cbab03f80", "name": "", "source": false, "pools": 3, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 7, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x7b65e21d4d3493113419f8f67c386b46337fe8c4", "name": "", "source": false, "pools": 3, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 5, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x8c30f089ee553a74b42cc884777cb74e595688a8", "name": "", "source": false, "pools": 3, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 4, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0xfab906bce2c66c552b3348c78c92547931136aa8", "name": "", "source": false, "pools": 3, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 6, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0xe6cb9dc0b9dbec80f6ed3297fbe9e15ed88deaa8", "name": "", "source": false, "pools": 3, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 6, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x437361e81a2efda46555629a1e210f522ea00088", "name": "", "source": false, "pools": 3, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 2, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x0e0dc759d9f5aadde1782b228277727436f550cc", "name": "", "source": false, "pools": 3, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 5, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x3c49ae7f519c189fcebeee7278bfed993aae0444", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 3, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x95cfcecd9e9235f32abec91f96007a349d570088", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 2, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x1caa9ba4037883e071656d6d9db25d3b09950088", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 2, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x7a2fd3ed3e731ecc41ff4ff50b37f14eb5cf5fc0", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 7, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x29303a8179977b28a941fc69371c255c79401fc0", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 7, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x248ca3f8398c9e2ea054b0633d49873520639fc0", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 7, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0xe153c5aa33e4803e5b31d059fb329309adec4088", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 2, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0xdb5c81d1d9cab87482372863053455526629ba80", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 5, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0xa948a8c204e0fa028592f0f2e7e28487a8350088", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 2, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0xa33875aa165cb9b18cf83d1fb319389de4db9fcf", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": true, "selfdestruct": true, "permBits": 11, "findings": null, "high": null, "advisory": false, "score": 50, "band": "ELEVATED", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "standard_proxy", "label": "delegates to implementation", "delta": 12, "detail": "target appears readable"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0x5304fcbc350b326eb9a94b5b72cede0ef7c428c4", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": true, "selfdestruct": false, "permBits": 5, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x999fcb7c2100ec6d7873765b50599ddd5e02c888", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": false, "selfdestruct": true, "permBits": 3, "findings": null, "high": null, "advisory": false, "score": 38, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0x89e4fbbde842bbf48f722082a6e3a5c32bad4888", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": false, "selfdestruct": true, "permBits": 3, "findings": null, "high": null, "advisory": false, "score": 38, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0x88cca2f401941fea5c5e9ca1d25e9edbbab90888", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": false, "selfdestruct": true, "permBits": 3, "findings": null, "high": null, "advisory": false, "score": 38, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0xb05d3e2c389095c229e7b9ec8c1bc3c22d2b8888", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": false, "selfdestruct": true, "permBits": 3, "findings": null, "high": null, "advisory": false, "score": 38, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0xe9849da33f56dbbf04c90ec0f067e0909132c888", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": false, "selfdestruct": true, "permBits": 3, "findings": null, "high": null, "advisory": false, "score": 38, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0x670dad908ec4c28075f67059da1ac8c08d200888", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": false, "selfdestruct": true, "permBits": 3, "findings": null, "high": null, "advisory": false, "score": 38, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0x5542139f1d6ee7a029bb94e032619ab44cb3c888", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": false, "selfdestruct": true, "permBits": 3, "findings": null, "high": null, "advisory": false, "score": 38, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0x9dc3f00436fb26e4cf261776127bec8b45c58888", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": false, "selfdestruct": true, "permBits": 3, "findings": null, "high": null, "advisory": false, "score": 38, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0xa341ef31f7475af9f5f372600bef3194187f8888", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": false, "selfdestruct": true, "permBits": 3, "findings": null, "high": null, "advisory": false, "score": 38, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}, {"key": "selfdestruct", "label": "SELFDESTRUCT capability present", "delta": 5, "detail": "opcode-level fact"}]}, {"chain": "unichain", "address": "0x081cf446dadc06e17f4a197652d60cc4f1db4888", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 3, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0xd6c484ef8d404fb744b16e7537e8916b24a78888", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 3, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x43690f0066f9cfd776d572fda4ad75ee868a0888", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 3, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x7964543727821d4406ff0f2a2ca79d684147eaa8", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 6, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0xdf640ed974c2830248f1aa733490700d1f81d674", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 7, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0xeab463539e60e449752aa363e77a3174320685de", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 8, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x58e5954ee67c1e5b82fa2c46ded5ea969e8bc040", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 1, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x9dcee44c44cb0669fd7dff70572a1ac2b4ca0088", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": true, "selfdestruct": false, "permBits": 2, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x765384c44bc6cdb63fe5e1f9b9b360fdf230a0c0", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 3, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x72e766c9e86bd7646f002131659b0f526290a0c0", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 3, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x3476b53425a786e57aa246839c1837a62fc21acc", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 7, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x4063624b15006f0083f698d0a9bdf30a2e8e9ffd", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 12, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0xf93b69640134df21ebde28c6daf1b2968b864fc4", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 7, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x5119e5fb43123080252775154e9f2b03fb784a00", "name": "", "source": false, "pools": 2, "proxy": true, "delegatecall": true, "selfdestruct": false, "permBits": 2, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0xdaa72a0557f5249a91a3bc31618c42c4fa085540", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": true, "selfdestruct": false, "permBits": 4, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0x82405512c6675613e8a5f6b1e8fcdb360f63d540", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": true, "selfdestruct": false, "permBits": 4, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}, {"chain": "unichain", "address": "0xb0d6135ae9e6e47160ecd3be3e664585172a4088", "name": "", "source": false, "pools": 2, "proxy": false, "delegatecall": false, "selfdestruct": false, "permBits": 2, "findings": null, "high": null, "advisory": false, "score": 33, "band": "MODERATE", "confidence": "medium", "factors": [{"key": "no_source", "label": "no published source", "delta": 25, "detail": "nothing at source level can be checked; opacity priced, not guilt"}, {"key": "unregistered", "label": "absent from the hooklist registry", "delta": 8, "detail": "opt-in transparency signal not exercised"}]}];
/* ---------- count-up ---------- */
function countUp(el){
const target = parseFloat(el.dataset.count||el.textContent)||0;
const dec = String(target).includes(".")?1:0;
const t0 = performance.now(), dur = 1100;
function tick(t){
const p = Math.min(1,(t-t0)/dur), e = 1-Math.pow(1-p,3);
el.textContent = (target*e).toFixed(dec);
if(p<1) requestAnimationFrame(tick);
}
requestAnimationFrame(tick);
}
document.querySelectorAll("[data-count]").forEach(countUp);
/* ---------- reveal ---------- */
const io = new IntersectionObserver(es=>es.forEach(e=>{
if(e.isIntersecting){e.target.classList.add("in");io.unobserve(e.target);}
}),{threshold:.12});
document.querySelectorAll(".reveal").forEach(el=>io.observe(el));
/* ---------- donut + gauge ---------- */
setTimeout(()=>{
const audPct = FEED.registry.auditedPct||0;
const C = 2*Math.PI*66;
document.getElementById("donutArc").setAttribute("stroke-dasharray",`${C*audPct/100} ${C}`);
const cov = FEED.unichain.registryCoverage.pct||0;
const C2 = 2*Math.PI*76;
document.getElementById("covArc").setAttribute("stroke-dasharray",`${Math.max(C2*cov/100,2)} ${C2}`);
},150);
/* ---------- chain bars ---------- */
const bc = Object.entries(FEED.registry.byChain).sort((a,b)=>b[1].hooks-a[1].hooks).slice(0,9);
const maxH = Math.max(...bc.map(x=>x[1].hooks));
document.getElementById("chainBars").innerHTML = bc.map(([ch,d])=>{
const w = Math.max(d.hooks/maxH*100,4);
const un = d.unauditedPct||0;
return `<div class="brow"><span class="cn">${ch}</span>
<div class="track"><div class="fill" style="width:${w}%"></div>
<div class="unaudited" style="width:${w*un/100}%" title="unaudited ${un}%"></div></div>
<span class="pv num">${d.hooks} · ${un}%</span></div>`;
}).join("");
/* ---------- families ---------- */
document.getElementById("famList").innerHTML =
(FEED.attribution.families||[]).map(f=>`
<div class="fam">
<div class="chipset">${f.chains.map(c=>`<span class="chip mono">${c}</span>`).join("")}</div>
<div class="meta">
<span class="n">${f.members.map(m=>m.name||m.address.slice(0,10)).filter((v,i,a)=>a.indexOf(v)===i).slice(0,3).join(" ≡ ")}</span>
<div class="note">${f.size.toLocaleString()} bytes of identical runtime code · ${f.members.length} deployments · attributed via ${f.members.find(m=>m.name)?.name||"corpus source"}</div>
</div>
<span class="badge b-ok">same program</span>
</div>`).join("") || `<div class="fam"><div class="note">no cross-chain families detected yet</div></div>`;
/* ---------- risk distribution ---------- */
const BAND_ORDER=["LOW","MODERATE","ELEVATED","HIGH"];
const BCOLOR={LOW:"var(--green)",MODERATE:"var(--amber)",ELEVATED:"#ff8a5c",HIGH:"var(--red)"};
(function(){
const counts={};ROWS.forEach(r=>{const b=r.band||"UNSCORED";counts[b]=(counts[b]||0)+1;});
const max=Math.max(...Object.values(counts),1);
const order=[...BAND_ORDER,"UNSCORED"].filter(b=>counts[b]);
document.getElementById("distBars").innerHTML=order.map(b=>`
<div class="brow"><span class="cn" style="color:${BCOLOR[b]||"var(--dim)"}">${b}</span>
<div class="track"><div class="fill" style="width:${Math.max(counts[b]/max*100,3)}%;
background:${BCOLOR[b]||"rgba(255,255,255,.25)"}"></div></div>
<span class="pv num">${counts[b]}</span></div>`).join("");
})();
/* ---------- adoption ---------- */
(function(){
const a=FEED.adoption||{};
const n=a.externalInstalls||0, goal=a.goal||5;
document.getElementById("adoptCount").textContent=n;
document.getElementById("adoptUpdated").textContent="checked "+(a.searchedAt||"").slice(0,10);
document.getElementById("adoptBar").style.width=Math.min(n/goal*100,100)+"%";
const el=document.getElementById("adoptRepos");
el.innerHTML = n===0
? `<div class="note">No external installs measured yet — the goal is 3–5 unrelated projects.
If you ship v4 hooks, one line adds HookGuard to your CI:</div>
<pre class="mono" style="margin-top:8px;padding:12px;border:1px solid var(--border);border-radius:10px;background:rgba(255,255,255,.03);color:#c9c6dd;overflow:auto">name: hookguard
on: [pull_request]
jobs:
scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chaosxcode/hookguard@v1
with:
paths: src</pre>`
: a.repos.map(r=>`<div class="fam"><div class="meta"><span class="n">${r.repo}</span>
<div class="note mono">${r.path}</div></div><span class="badge b-ok">installing @v1</span></div>`).join("");
})();
/* ---------- ledger ---------- */
const STATES = {
"awaiting-response":"awaiting response",
"cleared-false-positive":"cleared · false positive",
"superseded":"superseded by registration"
};
document.getElementById("ledgerList").innerHTML = FEED.outreach.map(o=>`
<div class="lrow2">
<span class="state ${o.state}"><span class="dot"></span>${STATES[o.state]||o.state}</span>
<div class="who">
${o.issue?`<a href="${o.issue}" target="_blank">${o.project}</a>`:`<b>${o.project}</b>`}
<div class="note">${o.hooks}${o.note?" — "+o.note:""}</div>
</div>
</div>`).join("");
/* ---------- table ---------- */
const tbody = document.getElementById("tbody");
const chains = [...new Set(ROWS.map(r=>r.chain))].sort();
chains.forEach(c=>{const o=document.createElement("option");o.value=c;o.textContent=c;document.getElementById("chainSel").append(o);});
const shortA = a=>a.slice(0,10)+"···"+a.slice(-6);
function bits(n){ // 14-cell permission meter
let s="";for(let i=0;i<14;i++) s+=`<i class="${i<n?"on":""}"></i>`;return `<span class="bits" title="${n}/14 flags set">${s}</span>`;
}
function rowHTML(r){
const sig = r.source===false ? `
<span class="opcodes" title="DELEGATECALL opcode present">
<span class="${r.delegatecall?"op-on-d":"op-off"}">D</span
><span class="${r.selfdestruct?"op-on-s":"op-off"}" title="SELFDESTRUCT opcode present">S</span></span>`
: `<span class="badge ${r.high?"b-no":r.advisory?"":"b-dim"}" style="${r.high||r.advisory?"":"opacity:.55"}">${
r.high?"HIGH":r.advisory?"advisory":"scanned"}</span>`;
const bandCls = "s-"+(r.band||"low").toLowerCase();
const scoreCell = r.score==null ? `<span style="color:var(--faint)">—</span>` :
`<span class="scorechip ${bandCls}" title="${(r.factors||[]).map(f=>`${f.delta>0?"+":""}${f.delta} ${f.label}`).join("\n")||"baseline"}">${r.score} ${r.band}</span><span class="conf">${(r.confidence||"")[0]||""}</span>`;
const status = r.source===false
? `<span class="badge b-no">no source</span>${r.proxy?` <span class="badge" style="color:var(--violet);border:1px solid rgba(123,91,255,.35)">proxy</span>`:""}`
: (r.high?`<span class="badge b-no">HIGH</span>`:r.advisory?`<span class="badge" style="color:var(--amber);border:1px solid rgba(255,181,71,.32);background:rgba(255,181,71,.06)">advisory</span>`:`<span class="badge b-ok">clean</span>`);
return `<tr data-t="${(r.address+" "+(r.name||"")).toLowerCase()}" data-c="${r.chain}"
data-b="${r.band||""}"
data-k="${[r.advisory?"adv":"",r.high?"high":"",r.source===false?"nosrc":""].join(" ")}">
<td class="addr mono" onclick="navigator.clipboard.writeText('${r.address}');this.style.color='#00e58f';setTimeout(()=>this.style.color='',900)" title="click to copy">${shortA(r.address)}</td>
<td>${r.name||"<span style='color:var(--faint)'>—</span>"}</td>
<td><span class="chip mono">${r.chain}</span></td>
<td class="num">${r.pools??""}</td>
<td>${r.source===false?'<span class="badge b-no">missing</span>':'<span class="badge b-ok">yes</span>'}</td>
<td>${sig}</td>
<td>${bits(r.permBits??0)}</td>
<td>${scoreCell}</td>
<td>${status}</td>
</tr>`;
}
ROWS.sort((a,b)=>(b.pools||0)-(a.pools||0));
function render(){
const q=document.getElementById("q").value.toLowerCase();
const cs=document.getElementById("chainSel").value;
const ks=document.getElementById("advSel").value;
const bs=document.getElementById("bandSel").value;
const view = ROWS.filter(r=>{
if(q && !(r.address+" "+(r.name||"")).toLowerCase().includes(q)) return false;
if(cs && r.chain!==cs) return false;
if(bs && (r.band||"")!==bs) return false;
if(ks){
if(ks==="adv" && !r.advisory) return false;
if(ks==="high" && !r.high) return false;
if(ks==="nosrc" && r.source!==false) return false;
}
return true;
}).map(rowHTML);
tbody.innerHTML = view.join("") || `<tr><td colspan="9" style="color:var(--faint);text-align:center;padding:30px">nothing matches</td></tr>`;
document.getElementById("rowCount").textContent = `${view.length} / ${ROWS.length} records`;
}
["q","chainSel","advSel","bandSel"].forEach(id=>document.getElementById(id).addEventListener("input",render));
render();
</script>
</body>
</html>