@blamejs/exceptd-skills 0.12.8 → 0.12.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AGENTS.md +2 -2
- package/ARCHITECTURE.md +21 -5
- package/CHANGELOG.md +83 -0
- package/README.md +1 -1
- package/bin/exceptd.js +227 -17
- package/data/_indexes/_meta.json +16 -16
- package/data/_indexes/activity-feed.json +8 -8
- package/data/_indexes/catalog-summaries.json +1 -1
- package/data/_indexes/chains.json +11 -11
- package/data/_indexes/section-offsets.json +463 -355
- package/data/_indexes/token-budget.json +113 -53
- package/data/cve-catalog.json +34 -22
- package/data/playbooks/mcp.json +1 -0
- package/lib/playbook-runner.js +119 -35
- package/lib/prefetch.js +27 -6
- package/lib/refresh-external.js +7 -4
- package/manifest-snapshot.json +1 -1
- package/manifest.json +51 -51
- package/orchestrator/index.js +1 -1
- package/package.json +1 -1
- package/sbom.cdx.json +6 -6
- package/scripts/check-test-coverage.js +27 -6
- package/scripts/predeploy.js +7 -9
- package/skills/ai-attack-surface/skill.md +25 -0
- package/skills/ai-c2-detection/skill.md +24 -0
- package/skills/compliance-theater/skill.md +6 -0
- package/skills/exploit-scoring/skill.md +6 -0
- package/skills/mcp-agent-trust/skill.md +24 -0
- package/skills/policy-exception-gen/skill.md +6 -0
- package/skills/rag-pipeline-security/skill.md +28 -2
- package/skills/researcher/skill.md +6 -0
- package/skills/security-maturity-tiers/skill.md +6 -0
- package/skills/skill-update-loop/skill.md +6 -0
- package/skills/threat-model-currency/skill.md +4 -0
- package/skills/zeroday-gap-learn/skill.md +6 -0
|
@@ -113,75 +113,84 @@
|
|
|
113
113
|
},
|
|
114
114
|
"ai-attack-surface": {
|
|
115
115
|
"path": "skills/ai-attack-surface/skill.md",
|
|
116
|
-
"total_bytes":
|
|
117
|
-
"total_lines":
|
|
116
|
+
"total_bytes": 20062,
|
|
117
|
+
"total_lines": 311,
|
|
118
118
|
"frontmatter": {
|
|
119
119
|
"line_start": 1,
|
|
120
|
-
"line_end":
|
|
120
|
+
"line_end": 56,
|
|
121
121
|
"byte_start": 0,
|
|
122
|
-
"byte_end":
|
|
122
|
+
"byte_end": 1102
|
|
123
123
|
},
|
|
124
124
|
"sections": [
|
|
125
125
|
{
|
|
126
126
|
"name": "Threat Context (mid-2026)",
|
|
127
127
|
"normalized_name": "threat-context",
|
|
128
|
-
"line":
|
|
129
|
-
"byte_start":
|
|
130
|
-
"byte_end":
|
|
128
|
+
"line": 60,
|
|
129
|
+
"byte_start": 1135,
|
|
130
|
+
"byte_end": 5963,
|
|
131
131
|
"bytes": 4828,
|
|
132
132
|
"h3_count": 9
|
|
133
133
|
},
|
|
134
134
|
{
|
|
135
135
|
"name": "Framework Lag Declaration",
|
|
136
136
|
"normalized_name": "framework-lag-declaration",
|
|
137
|
-
"line":
|
|
138
|
-
"byte_start":
|
|
139
|
-
"byte_end":
|
|
137
|
+
"line": 132,
|
|
138
|
+
"byte_start": 5963,
|
|
139
|
+
"byte_end": 8428,
|
|
140
140
|
"bytes": 2465,
|
|
141
141
|
"h3_count": 0
|
|
142
142
|
},
|
|
143
143
|
{
|
|
144
144
|
"name": "TTP Mapping (MITRE ATLAS v5.1.0)",
|
|
145
145
|
"normalized_name": "ttp-mapping",
|
|
146
|
-
"line":
|
|
147
|
-
"byte_start":
|
|
148
|
-
"byte_end":
|
|
146
|
+
"line": 149,
|
|
147
|
+
"byte_start": 8428,
|
|
148
|
+
"byte_end": 10194,
|
|
149
149
|
"bytes": 1766,
|
|
150
150
|
"h3_count": 0
|
|
151
151
|
},
|
|
152
152
|
{
|
|
153
153
|
"name": "Exploit Availability Matrix",
|
|
154
154
|
"normalized_name": "exploit-availability-matrix",
|
|
155
|
-
"line":
|
|
156
|
-
"byte_start":
|
|
157
|
-
"byte_end":
|
|
155
|
+
"line": 165,
|
|
156
|
+
"byte_start": 10194,
|
|
157
|
+
"byte_end": 10814,
|
|
158
158
|
"bytes": 620,
|
|
159
159
|
"h3_count": 0
|
|
160
160
|
},
|
|
161
161
|
{
|
|
162
162
|
"name": "Analysis Procedure",
|
|
163
163
|
"normalized_name": "analysis-procedure",
|
|
164
|
-
"line":
|
|
165
|
-
"byte_start":
|
|
166
|
-
"byte_end":
|
|
164
|
+
"line": 177,
|
|
165
|
+
"byte_start": 10814,
|
|
166
|
+
"byte_end": 14141,
|
|
167
167
|
"bytes": 3327,
|
|
168
168
|
"h3_count": 6
|
|
169
169
|
},
|
|
170
170
|
{
|
|
171
171
|
"name": "Output Format",
|
|
172
172
|
"normalized_name": "output-format",
|
|
173
|
-
"line":
|
|
174
|
-
"byte_start":
|
|
175
|
-
"byte_end":
|
|
173
|
+
"line": 247,
|
|
174
|
+
"byte_start": 14141,
|
|
175
|
+
"byte_end": 15258,
|
|
176
176
|
"bytes": 1117,
|
|
177
177
|
"h3_count": 8
|
|
178
178
|
},
|
|
179
|
+
{
|
|
180
|
+
"name": "Defensive Countermeasure Mapping",
|
|
181
|
+
"normalized_name": "defensive-countermeasure-mapping",
|
|
182
|
+
"line": 284,
|
|
183
|
+
"byte_start": 15258,
|
|
184
|
+
"byte_end": 18976,
|
|
185
|
+
"bytes": 3718,
|
|
186
|
+
"h3_count": 0
|
|
187
|
+
},
|
|
179
188
|
{
|
|
180
189
|
"name": "Compliance Theater Check",
|
|
181
190
|
"normalized_name": "compliance-theater-check",
|
|
182
|
-
"line":
|
|
183
|
-
"byte_start":
|
|
184
|
-
"byte_end":
|
|
191
|
+
"line": 306,
|
|
192
|
+
"byte_start": 18976,
|
|
193
|
+
"byte_end": 20062,
|
|
185
194
|
"bytes": 1086,
|
|
186
195
|
"h3_count": 0
|
|
187
196
|
}
|
|
@@ -189,84 +198,93 @@
|
|
|
189
198
|
},
|
|
190
199
|
"mcp-agent-trust": {
|
|
191
200
|
"path": "skills/mcp-agent-trust/skill.md",
|
|
192
|
-
"total_bytes":
|
|
193
|
-
"total_lines":
|
|
201
|
+
"total_bytes": 23929,
|
|
202
|
+
"total_lines": 354,
|
|
194
203
|
"frontmatter": {
|
|
195
204
|
"line_start": 1,
|
|
196
|
-
"line_end":
|
|
205
|
+
"line_end": 64,
|
|
197
206
|
"byte_start": 0,
|
|
198
|
-
"byte_end":
|
|
207
|
+
"byte_end": 1145
|
|
199
208
|
},
|
|
200
209
|
"sections": [
|
|
201
210
|
{
|
|
202
211
|
"name": "Threat Context (mid-2026)",
|
|
203
212
|
"normalized_name": "threat-context",
|
|
204
|
-
"line":
|
|
205
|
-
"byte_start":
|
|
206
|
-
"byte_end":
|
|
213
|
+
"line": 68,
|
|
214
|
+
"byte_start": 1176,
|
|
215
|
+
"byte_end": 4549,
|
|
207
216
|
"bytes": 3373,
|
|
208
217
|
"h3_count": 3
|
|
209
218
|
},
|
|
210
219
|
{
|
|
211
220
|
"name": "Framework Lag Declaration",
|
|
212
221
|
"normalized_name": "framework-lag-declaration",
|
|
213
|
-
"line":
|
|
214
|
-
"byte_start":
|
|
215
|
-
"byte_end":
|
|
222
|
+
"line": 121,
|
|
223
|
+
"byte_start": 4549,
|
|
224
|
+
"byte_end": 8386,
|
|
216
225
|
"bytes": 3837,
|
|
217
226
|
"h3_count": 0
|
|
218
227
|
},
|
|
219
228
|
{
|
|
220
229
|
"name": "TTP Mapping",
|
|
221
230
|
"normalized_name": "ttp-mapping",
|
|
222
|
-
"line":
|
|
223
|
-
"byte_start":
|
|
224
|
-
"byte_end":
|
|
231
|
+
"line": 141,
|
|
232
|
+
"byte_start": 8386,
|
|
233
|
+
"byte_end": 9581,
|
|
225
234
|
"bytes": 1195,
|
|
226
235
|
"h3_count": 0
|
|
227
236
|
},
|
|
228
237
|
{
|
|
229
238
|
"name": "Exploit Availability Matrix",
|
|
230
239
|
"normalized_name": "exploit-availability-matrix",
|
|
231
|
-
"line":
|
|
232
|
-
"byte_start":
|
|
233
|
-
"byte_end":
|
|
240
|
+
"line": 154,
|
|
241
|
+
"byte_start": 9581,
|
|
242
|
+
"byte_end": 11938,
|
|
234
243
|
"bytes": 2357,
|
|
235
244
|
"h3_count": 0
|
|
236
245
|
},
|
|
237
246
|
{
|
|
238
247
|
"name": "Analysis Procedure",
|
|
239
248
|
"normalized_name": "analysis-procedure",
|
|
240
|
-
"line":
|
|
241
|
-
"byte_start":
|
|
242
|
-
"byte_end":
|
|
249
|
+
"line": 169,
|
|
250
|
+
"byte_start": 11938,
|
|
251
|
+
"byte_end": 15797,
|
|
243
252
|
"bytes": 3859,
|
|
244
253
|
"h3_count": 5
|
|
245
254
|
},
|
|
246
255
|
{
|
|
247
256
|
"name": "Output Format",
|
|
248
257
|
"normalized_name": "output-format",
|
|
249
|
-
"line":
|
|
250
|
-
"byte_start":
|
|
251
|
-
"byte_end":
|
|
258
|
+
"line": 281,
|
|
259
|
+
"byte_start": 15797,
|
|
260
|
+
"byte_end": 16774,
|
|
252
261
|
"bytes": 977,
|
|
253
262
|
"h3_count": 7
|
|
254
263
|
},
|
|
255
264
|
{
|
|
256
265
|
"name": "Hand-Off / Related Skills",
|
|
257
266
|
"normalized_name": "hand-off",
|
|
258
|
-
"line":
|
|
259
|
-
"byte_start":
|
|
260
|
-
"byte_end":
|
|
267
|
+
"line": 314,
|
|
268
|
+
"byte_start": 16774,
|
|
269
|
+
"byte_end": 19215,
|
|
261
270
|
"bytes": 2441,
|
|
262
271
|
"h3_count": 0
|
|
263
272
|
},
|
|
273
|
+
{
|
|
274
|
+
"name": "Defensive Countermeasure Mapping",
|
|
275
|
+
"normalized_name": "defensive-countermeasure-mapping",
|
|
276
|
+
"line": 328,
|
|
277
|
+
"byte_start": 19215,
|
|
278
|
+
"byte_end": 23416,
|
|
279
|
+
"bytes": 4201,
|
|
280
|
+
"h3_count": 0
|
|
281
|
+
},
|
|
264
282
|
{
|
|
265
283
|
"name": "Compliance Theater Check",
|
|
266
284
|
"normalized_name": "compliance-theater-check",
|
|
267
|
-
"line":
|
|
268
|
-
"byte_start":
|
|
269
|
-
"byte_end":
|
|
285
|
+
"line": 351,
|
|
286
|
+
"byte_start": 23416,
|
|
287
|
+
"byte_end": 23929,
|
|
270
288
|
"bytes": 513,
|
|
271
289
|
"h3_count": 0
|
|
272
290
|
}
|
|
@@ -368,8 +386,8 @@
|
|
|
368
386
|
},
|
|
369
387
|
"compliance-theater": {
|
|
370
388
|
"path": "skills/compliance-theater/skill.md",
|
|
371
|
-
"total_bytes":
|
|
372
|
-
"total_lines":
|
|
389
|
+
"total_bytes": 28379,
|
|
390
|
+
"total_lines": 372,
|
|
373
391
|
"frontmatter": {
|
|
374
392
|
"line_start": 1,
|
|
375
393
|
"line_end": 25,
|
|
@@ -378,74 +396,83 @@
|
|
|
378
396
|
},
|
|
379
397
|
"sections": [
|
|
380
398
|
{
|
|
381
|
-
"name": "
|
|
382
|
-
"normalized_name": "
|
|
399
|
+
"name": "Frontmatter Scope",
|
|
400
|
+
"normalized_name": "frontmatter-scope",
|
|
383
401
|
"line": 35,
|
|
384
402
|
"byte_start": 1149,
|
|
385
|
-
"byte_end":
|
|
403
|
+
"byte_end": 1960,
|
|
404
|
+
"bytes": 811,
|
|
405
|
+
"h3_count": 0
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
"name": "Threat Context (mid-2026)",
|
|
409
|
+
"normalized_name": "threat-context",
|
|
410
|
+
"line": 41,
|
|
411
|
+
"byte_start": 1960,
|
|
412
|
+
"byte_end": 3764,
|
|
386
413
|
"bytes": 1804,
|
|
387
414
|
"h3_count": 0
|
|
388
415
|
},
|
|
389
416
|
{
|
|
390
417
|
"name": "Framework Lag Declaration",
|
|
391
418
|
"normalized_name": "framework-lag-declaration",
|
|
392
|
-
"line":
|
|
393
|
-
"byte_start":
|
|
394
|
-
"byte_end":
|
|
419
|
+
"line": 53,
|
|
420
|
+
"byte_start": 3764,
|
|
421
|
+
"byte_end": 7528,
|
|
395
422
|
"bytes": 3764,
|
|
396
423
|
"h3_count": 0
|
|
397
424
|
},
|
|
398
425
|
{
|
|
399
426
|
"name": "TTP Mapping (MITRE ATLAS v5.1.0 and ATT&CK)",
|
|
400
427
|
"normalized_name": "ttp-mapping",
|
|
401
|
-
"line":
|
|
402
|
-
"byte_start":
|
|
403
|
-
"byte_end":
|
|
428
|
+
"line": 73,
|
|
429
|
+
"byte_start": 7528,
|
|
430
|
+
"byte_end": 9702,
|
|
404
431
|
"bytes": 2174,
|
|
405
432
|
"h3_count": 0
|
|
406
433
|
},
|
|
407
434
|
{
|
|
408
435
|
"name": "Exploit Availability Matrix",
|
|
409
436
|
"normalized_name": "exploit-availability-matrix",
|
|
410
|
-
"line":
|
|
411
|
-
"byte_start":
|
|
412
|
-
"byte_end":
|
|
437
|
+
"line": 91,
|
|
438
|
+
"byte_start": 9702,
|
|
439
|
+
"byte_end": 11465,
|
|
413
440
|
"bytes": 1763,
|
|
414
441
|
"h3_count": 0
|
|
415
442
|
},
|
|
416
443
|
{
|
|
417
444
|
"name": "Theater Pattern Library",
|
|
418
445
|
"normalized_name": "theater-pattern-library",
|
|
419
|
-
"line":
|
|
420
|
-
"byte_start":
|
|
421
|
-
"byte_end":
|
|
446
|
+
"line": 109,
|
|
447
|
+
"byte_start": 11465,
|
|
448
|
+
"byte_end": 23457,
|
|
422
449
|
"bytes": 11992,
|
|
423
450
|
"h3_count": 7
|
|
424
451
|
},
|
|
425
452
|
{
|
|
426
453
|
"name": "Analysis Procedure",
|
|
427
454
|
"normalized_name": "analysis-procedure",
|
|
428
|
-
"line":
|
|
429
|
-
"byte_start":
|
|
430
|
-
"byte_end":
|
|
455
|
+
"line": 286,
|
|
456
|
+
"byte_start": 23457,
|
|
457
|
+
"byte_end": 24400,
|
|
431
458
|
"bytes": 943,
|
|
432
459
|
"h3_count": 4
|
|
433
460
|
},
|
|
434
461
|
{
|
|
435
462
|
"name": "Output Format",
|
|
436
463
|
"normalized_name": "output-format",
|
|
437
|
-
"line":
|
|
438
|
-
"byte_start":
|
|
439
|
-
"byte_end":
|
|
464
|
+
"line": 315,
|
|
465
|
+
"byte_start": 24400,
|
|
466
|
+
"byte_end": 25663,
|
|
440
467
|
"bytes": 1263,
|
|
441
468
|
"h3_count": 4
|
|
442
469
|
},
|
|
443
470
|
{
|
|
444
471
|
"name": "Compliance Theater Check",
|
|
445
472
|
"normalized_name": "compliance-theater-check",
|
|
446
|
-
"line":
|
|
447
|
-
"byte_start":
|
|
448
|
-
"byte_end":
|
|
473
|
+
"line": 347,
|
|
474
|
+
"byte_start": 25663,
|
|
475
|
+
"byte_end": 28379,
|
|
449
476
|
"bytes": 2716,
|
|
450
477
|
"h3_count": 0
|
|
451
478
|
}
|
|
@@ -453,8 +480,8 @@
|
|
|
453
480
|
},
|
|
454
481
|
"exploit-scoring": {
|
|
455
482
|
"path": "skills/exploit-scoring/skill.md",
|
|
456
|
-
"total_bytes":
|
|
457
|
-
"total_lines":
|
|
483
|
+
"total_bytes": 21077,
|
|
484
|
+
"total_lines": 338,
|
|
458
485
|
"frontmatter": {
|
|
459
486
|
"line_start": 1,
|
|
460
487
|
"line_end": 23,
|
|
@@ -463,92 +490,101 @@
|
|
|
463
490
|
},
|
|
464
491
|
"sections": [
|
|
465
492
|
{
|
|
466
|
-
"name": "
|
|
467
|
-
"normalized_name": "
|
|
493
|
+
"name": "Frontmatter Scope",
|
|
494
|
+
"normalized_name": "frontmatter-scope",
|
|
468
495
|
"line": 33,
|
|
469
496
|
"byte_start": 1084,
|
|
470
|
-
"byte_end":
|
|
497
|
+
"byte_end": 1702,
|
|
498
|
+
"bytes": 618,
|
|
499
|
+
"h3_count": 0
|
|
500
|
+
},
|
|
501
|
+
{
|
|
502
|
+
"name": "Threat Context (mid-2026)",
|
|
503
|
+
"normalized_name": "threat-context",
|
|
504
|
+
"line": 39,
|
|
505
|
+
"byte_start": 1702,
|
|
506
|
+
"byte_end": 3387,
|
|
471
507
|
"bytes": 1685,
|
|
472
508
|
"h3_count": 0
|
|
473
509
|
},
|
|
474
510
|
{
|
|
475
511
|
"name": "Framework Lag Declaration",
|
|
476
512
|
"normalized_name": "framework-lag-declaration",
|
|
477
|
-
"line":
|
|
478
|
-
"byte_start":
|
|
479
|
-
"byte_end":
|
|
513
|
+
"line": 50,
|
|
514
|
+
"byte_start": 3387,
|
|
515
|
+
"byte_end": 5797,
|
|
480
516
|
"bytes": 2410,
|
|
481
517
|
"h3_count": 0
|
|
482
518
|
},
|
|
483
519
|
{
|
|
484
520
|
"name": "TTP Mapping",
|
|
485
521
|
"normalized_name": "ttp-mapping",
|
|
486
|
-
"line":
|
|
487
|
-
"byte_start":
|
|
488
|
-
"byte_end":
|
|
522
|
+
"line": 67,
|
|
523
|
+
"byte_start": 5797,
|
|
524
|
+
"byte_end": 6960,
|
|
489
525
|
"bytes": 1163,
|
|
490
526
|
"h3_count": 0
|
|
491
527
|
},
|
|
492
528
|
{
|
|
493
529
|
"name": "Exploit Availability Matrix",
|
|
494
530
|
"normalized_name": "exploit-availability-matrix",
|
|
495
|
-
"line":
|
|
496
|
-
"byte_start":
|
|
497
|
-
"byte_end":
|
|
531
|
+
"line": 82,
|
|
532
|
+
"byte_start": 6960,
|
|
533
|
+
"byte_end": 8247,
|
|
498
534
|
"bytes": 1287,
|
|
499
535
|
"h3_count": 0
|
|
500
536
|
},
|
|
501
537
|
{
|
|
502
538
|
"name": "RWEP Formula",
|
|
503
539
|
"normalized_name": "rwep-formula",
|
|
504
|
-
"line":
|
|
505
|
-
"byte_start":
|
|
506
|
-
"byte_end":
|
|
540
|
+
"line": 98,
|
|
541
|
+
"byte_start": 8247,
|
|
542
|
+
"byte_end": 11113,
|
|
507
543
|
"bytes": 2866,
|
|
508
544
|
"h3_count": 1
|
|
509
545
|
},
|
|
510
546
|
{
|
|
511
547
|
"name": "Pre-Calculated RWEP Scores",
|
|
512
548
|
"normalized_name": "pre-calculated-rwep-scores",
|
|
513
|
-
"line":
|
|
514
|
-
"byte_start":
|
|
515
|
-
"byte_end":
|
|
549
|
+
"line": 153,
|
|
550
|
+
"byte_start": 11113,
|
|
551
|
+
"byte_end": 15141,
|
|
516
552
|
"bytes": 4028,
|
|
517
553
|
"h3_count": 4
|
|
518
554
|
},
|
|
519
555
|
{
|
|
520
556
|
"name": "RWEP vs. CVSS Delta Analysis",
|
|
521
557
|
"normalized_name": "rwep-vs-cvss-delta-analysis",
|
|
522
|
-
"line":
|
|
523
|
-
"byte_start":
|
|
524
|
-
"byte_end":
|
|
558
|
+
"line": 229,
|
|
559
|
+
"byte_start": 15141,
|
|
560
|
+
"byte_end": 16536,
|
|
525
561
|
"bytes": 1395,
|
|
526
562
|
"h3_count": 0
|
|
527
563
|
},
|
|
528
564
|
{
|
|
529
565
|
"name": "Analysis Procedure",
|
|
530
566
|
"normalized_name": "analysis-procedure",
|
|
531
|
-
"line":
|
|
532
|
-
"byte_start":
|
|
533
|
-
"byte_end":
|
|
567
|
+
"line": 253,
|
|
568
|
+
"byte_start": 16536,
|
|
569
|
+
"byte_end": 18227,
|
|
534
570
|
"bytes": 1691,
|
|
535
571
|
"h3_count": 4
|
|
536
572
|
},
|
|
537
573
|
{
|
|
538
574
|
"name": "Output Format",
|
|
539
575
|
"normalized_name": "output-format",
|
|
540
|
-
"line":
|
|
541
|
-
"byte_start":
|
|
542
|
-
"byte_end":
|
|
576
|
+
"line": 291,
|
|
577
|
+
"byte_start": 18227,
|
|
578
|
+
"byte_end": 19281,
|
|
543
579
|
"bytes": 1054,
|
|
544
580
|
"h3_count": 4
|
|
545
581
|
},
|
|
546
582
|
{
|
|
547
583
|
"name": "Compliance Theater Check",
|
|
548
584
|
"normalized_name": "compliance-theater-check",
|
|
549
|
-
"line":
|
|
550
|
-
"byte_start":
|
|
551
|
-
"byte_end":
|
|
585
|
+
"line": 329,
|
|
586
|
+
"byte_start": 19281,
|
|
587
|
+
"byte_end": 21077,
|
|
552
588
|
"bytes": 1796,
|
|
553
589
|
"h3_count": 0
|
|
554
590
|
}
|
|
@@ -556,129 +592,138 @@
|
|
|
556
592
|
},
|
|
557
593
|
"rag-pipeline-security": {
|
|
558
594
|
"path": "skills/rag-pipeline-security/skill.md",
|
|
559
|
-
"total_bytes":
|
|
560
|
-
"total_lines":
|
|
595
|
+
"total_bytes": 28775,
|
|
596
|
+
"total_lines": 324,
|
|
561
597
|
"frontmatter": {
|
|
562
598
|
"line_start": 1,
|
|
563
|
-
"line_end":
|
|
599
|
+
"line_end": 41,
|
|
564
600
|
"byte_start": 0,
|
|
565
|
-
"byte_end":
|
|
601
|
+
"byte_end": 882
|
|
566
602
|
},
|
|
567
603
|
"sections": [
|
|
568
604
|
{
|
|
569
605
|
"name": "Threat Context (mid-2026)",
|
|
570
606
|
"normalized_name": "threat-context",
|
|
571
|
-
"line":
|
|
572
|
-
"byte_start":
|
|
573
|
-
"byte_end":
|
|
607
|
+
"line": 45,
|
|
608
|
+
"byte_start": 919,
|
|
609
|
+
"byte_end": 1866,
|
|
574
610
|
"bytes": 947,
|
|
575
611
|
"h3_count": 0
|
|
576
612
|
},
|
|
577
613
|
{
|
|
578
614
|
"name": "Attack Class 1: Embedding Manipulation for Data Exfiltration",
|
|
579
615
|
"normalized_name": "attack-class-1-embedding-manipulation-for-data-exfiltration",
|
|
580
|
-
"line":
|
|
581
|
-
"byte_start":
|
|
582
|
-
"byte_end":
|
|
616
|
+
"line": 65,
|
|
617
|
+
"byte_start": 1866,
|
|
618
|
+
"byte_end": 3507,
|
|
583
619
|
"bytes": 1641,
|
|
584
620
|
"h3_count": 0
|
|
585
621
|
},
|
|
586
622
|
{
|
|
587
623
|
"name": "Attack Class 2: Vector Store Poisoning",
|
|
588
624
|
"normalized_name": "attack-class-2-vector-store-poisoning",
|
|
589
|
-
"line":
|
|
590
|
-
"byte_start":
|
|
591
|
-
"byte_end":
|
|
625
|
+
"line": 86,
|
|
626
|
+
"byte_start": 3507,
|
|
627
|
+
"byte_end": 5520,
|
|
592
628
|
"bytes": 2013,
|
|
593
629
|
"h3_count": 0
|
|
594
630
|
},
|
|
595
631
|
{
|
|
596
632
|
"name": "Attack Class 3: Chunking Exploitation",
|
|
597
633
|
"normalized_name": "attack-class-3-chunking-exploitation",
|
|
598
|
-
"line":
|
|
599
|
-
"byte_start":
|
|
600
|
-
"byte_end":
|
|
634
|
+
"line": 110,
|
|
635
|
+
"byte_start": 5520,
|
|
636
|
+
"byte_end": 6743,
|
|
601
637
|
"bytes": 1223,
|
|
602
638
|
"h3_count": 0
|
|
603
639
|
},
|
|
604
640
|
{
|
|
605
641
|
"name": "Attack Class 4: Retrieval Filter Bypass",
|
|
606
642
|
"normalized_name": "attack-class-4-retrieval-filter-bypass",
|
|
607
|
-
"line":
|
|
608
|
-
"byte_start":
|
|
609
|
-
"byte_end":
|
|
643
|
+
"line": 127,
|
|
644
|
+
"byte_start": 6743,
|
|
645
|
+
"byte_end": 7946,
|
|
610
646
|
"bytes": 1203,
|
|
611
647
|
"h3_count": 0
|
|
612
648
|
},
|
|
613
649
|
{
|
|
614
650
|
"name": "Attack Class 5: Indirect Prompt Injection via Retrieved Documents",
|
|
615
651
|
"normalized_name": "attack-class-5-indirect-prompt-injection-via-retrieved-documents",
|
|
616
|
-
"line":
|
|
617
|
-
"byte_start":
|
|
618
|
-
"byte_end":
|
|
652
|
+
"line": 145,
|
|
653
|
+
"byte_start": 7946,
|
|
654
|
+
"byte_end": 9641,
|
|
619
655
|
"bytes": 1695,
|
|
620
656
|
"h3_count": 0
|
|
621
657
|
},
|
|
622
658
|
{
|
|
623
659
|
"name": "Framework Lag Declaration",
|
|
624
660
|
"normalized_name": "framework-lag-declaration",
|
|
625
|
-
"line":
|
|
626
|
-
"byte_start":
|
|
627
|
-
"byte_end":
|
|
628
|
-
"bytes":
|
|
661
|
+
"line": 166,
|
|
662
|
+
"byte_start": 9641,
|
|
663
|
+
"byte_end": 11798,
|
|
664
|
+
"bytes": 2157,
|
|
629
665
|
"h3_count": 0
|
|
630
666
|
},
|
|
631
667
|
{
|
|
632
668
|
"name": "TTP Mapping (MITRE ATLAS v5.1.0)",
|
|
633
669
|
"normalized_name": "ttp-mapping",
|
|
634
|
-
"line":
|
|
635
|
-
"byte_start":
|
|
636
|
-
"byte_end":
|
|
670
|
+
"line": 181,
|
|
671
|
+
"byte_start": 11798,
|
|
672
|
+
"byte_end": 15440,
|
|
637
673
|
"bytes": 3642,
|
|
638
674
|
"h3_count": 0
|
|
639
675
|
},
|
|
640
676
|
{
|
|
641
677
|
"name": "Exploit Availability Matrix",
|
|
642
678
|
"normalized_name": "exploit-availability-matrix",
|
|
643
|
-
"line":
|
|
644
|
-
"byte_start":
|
|
645
|
-
"byte_end":
|
|
679
|
+
"line": 195,
|
|
680
|
+
"byte_start": 15440,
|
|
681
|
+
"byte_end": 19050,
|
|
646
682
|
"bytes": 3610,
|
|
647
683
|
"h3_count": 0
|
|
648
684
|
},
|
|
649
685
|
{
|
|
650
686
|
"name": "Analysis Procedure",
|
|
651
687
|
"normalized_name": "analysis-procedure",
|
|
652
|
-
"line":
|
|
653
|
-
"byte_start":
|
|
654
|
-
"byte_end":
|
|
688
|
+
"line": 211,
|
|
689
|
+
"byte_start": 19050,
|
|
690
|
+
"byte_end": 20770,
|
|
655
691
|
"bytes": 1720,
|
|
656
692
|
"h3_count": 4
|
|
657
693
|
},
|
|
658
694
|
{
|
|
659
695
|
"name": "Output Format",
|
|
660
696
|
"normalized_name": "output-format",
|
|
661
|
-
"line":
|
|
662
|
-
"byte_start":
|
|
663
|
-
"byte_end":
|
|
697
|
+
"line": 253,
|
|
698
|
+
"byte_start": 20770,
|
|
699
|
+
"byte_end": 21613,
|
|
664
700
|
"bytes": 843,
|
|
665
701
|
"h3_count": 5
|
|
666
702
|
},
|
|
667
703
|
{
|
|
668
704
|
"name": "Hand-Off / Related Skills",
|
|
669
705
|
"normalized_name": "hand-off",
|
|
670
|
-
"line":
|
|
671
|
-
"byte_start":
|
|
672
|
-
"byte_end":
|
|
706
|
+
"line": 285,
|
|
707
|
+
"byte_start": 21613,
|
|
708
|
+
"byte_end": 24252,
|
|
673
709
|
"bytes": 2639,
|
|
674
710
|
"h3_count": 0
|
|
675
711
|
},
|
|
712
|
+
{
|
|
713
|
+
"name": "Defensive Countermeasure Mapping",
|
|
714
|
+
"normalized_name": "defensive-countermeasure-mapping",
|
|
715
|
+
"line": 299,
|
|
716
|
+
"byte_start": 24252,
|
|
717
|
+
"byte_end": 28131,
|
|
718
|
+
"bytes": 3879,
|
|
719
|
+
"h3_count": 0
|
|
720
|
+
},
|
|
676
721
|
{
|
|
677
722
|
"name": "Compliance Theater Check",
|
|
678
723
|
"normalized_name": "compliance-theater-check",
|
|
679
|
-
"line":
|
|
680
|
-
"byte_start":
|
|
681
|
-
"byte_end":
|
|
724
|
+
"line": 321,
|
|
725
|
+
"byte_start": 28131,
|
|
726
|
+
"byte_end": 28775,
|
|
682
727
|
"bytes": 644,
|
|
683
728
|
"h3_count": 0
|
|
684
729
|
}
|
|
@@ -686,8 +731,8 @@
|
|
|
686
731
|
},
|
|
687
732
|
"ai-c2-detection": {
|
|
688
733
|
"path": "skills/ai-c2-detection/skill.md",
|
|
689
|
-
"total_bytes":
|
|
690
|
-
"total_lines":
|
|
734
|
+
"total_bytes": 33572,
|
|
735
|
+
"total_lines": 470,
|
|
691
736
|
"frontmatter": {
|
|
692
737
|
"line_start": 1,
|
|
693
738
|
"line_end": 52,
|
|
@@ -768,29 +813,38 @@
|
|
|
768
813
|
"h3_count": 7
|
|
769
814
|
},
|
|
770
815
|
{
|
|
771
|
-
"name": "
|
|
772
|
-
"normalized_name": "
|
|
816
|
+
"name": "Defensive Countermeasure Mapping",
|
|
817
|
+
"normalized_name": "defensive-countermeasure-mapping",
|
|
773
818
|
"line": 398,
|
|
774
819
|
"byte_start": 24439,
|
|
775
|
-
"byte_end":
|
|
820
|
+
"byte_end": 28381,
|
|
821
|
+
"bytes": 3942,
|
|
822
|
+
"h3_count": 0
|
|
823
|
+
},
|
|
824
|
+
{
|
|
825
|
+
"name": "Compliance Theater Check",
|
|
826
|
+
"normalized_name": "compliance-theater-check",
|
|
827
|
+
"line": 422,
|
|
828
|
+
"byte_start": 28381,
|
|
829
|
+
"byte_end": 29771,
|
|
776
830
|
"bytes": 1390,
|
|
777
831
|
"h3_count": 0
|
|
778
832
|
},
|
|
779
833
|
{
|
|
780
834
|
"name": "Output Format",
|
|
781
835
|
"normalized_name": "output-format",
|
|
782
|
-
"line":
|
|
783
|
-
"byte_start":
|
|
784
|
-
"byte_end":
|
|
836
|
+
"line": 428,
|
|
837
|
+
"byte_start": 29771,
|
|
838
|
+
"byte_end": 30629,
|
|
785
839
|
"bytes": 858,
|
|
786
840
|
"h3_count": 5
|
|
787
841
|
},
|
|
788
842
|
{
|
|
789
843
|
"name": "Hand-Off / Related Skills",
|
|
790
844
|
"normalized_name": "hand-off",
|
|
791
|
-
"line":
|
|
792
|
-
"byte_start":
|
|
793
|
-
"byte_end":
|
|
845
|
+
"line": 459,
|
|
846
|
+
"byte_start": 30629,
|
|
847
|
+
"byte_end": 33572,
|
|
794
848
|
"bytes": 2943,
|
|
795
849
|
"h3_count": 0
|
|
796
850
|
}
|
|
@@ -798,8 +852,8 @@
|
|
|
798
852
|
},
|
|
799
853
|
"policy-exception-gen": {
|
|
800
854
|
"path": "skills/policy-exception-gen/skill.md",
|
|
801
|
-
"total_bytes":
|
|
802
|
-
"total_lines":
|
|
855
|
+
"total_bytes": 28886,
|
|
856
|
+
"total_lines": 444,
|
|
803
857
|
"frontmatter": {
|
|
804
858
|
"line_start": 1,
|
|
805
859
|
"line_end": 26,
|
|
@@ -808,74 +862,83 @@
|
|
|
808
862
|
},
|
|
809
863
|
"sections": [
|
|
810
864
|
{
|
|
811
|
-
"name": "
|
|
812
|
-
"normalized_name": "
|
|
865
|
+
"name": "Frontmatter Scope",
|
|
866
|
+
"normalized_name": "frontmatter-scope",
|
|
813
867
|
"line": 41,
|
|
814
868
|
"byte_start": 1417,
|
|
815
|
-
"byte_end":
|
|
869
|
+
"byte_end": 1900,
|
|
870
|
+
"bytes": 483,
|
|
871
|
+
"h3_count": 0
|
|
872
|
+
},
|
|
873
|
+
{
|
|
874
|
+
"name": "Threat Context (mid-2026)",
|
|
875
|
+
"normalized_name": "threat-context",
|
|
876
|
+
"line": 47,
|
|
877
|
+
"byte_start": 1900,
|
|
878
|
+
"byte_end": 4132,
|
|
816
879
|
"bytes": 2232,
|
|
817
880
|
"h3_count": 0
|
|
818
881
|
},
|
|
819
882
|
{
|
|
820
883
|
"name": "Framework Lag Declaration",
|
|
821
884
|
"normalized_name": "framework-lag-declaration",
|
|
822
|
-
"line":
|
|
823
|
-
"byte_start":
|
|
824
|
-
"byte_end":
|
|
885
|
+
"line": 62,
|
|
886
|
+
"byte_start": 4132,
|
|
887
|
+
"byte_end": 6689,
|
|
825
888
|
"bytes": 2557,
|
|
826
889
|
"h3_count": 0
|
|
827
890
|
},
|
|
828
891
|
{
|
|
829
892
|
"name": "TTP Mapping (MITRE ATLAS v5.1.0 and ATT&CK)",
|
|
830
893
|
"normalized_name": "ttp-mapping",
|
|
831
|
-
"line":
|
|
832
|
-
"byte_start":
|
|
833
|
-
"byte_end":
|
|
894
|
+
"line": 83,
|
|
895
|
+
"byte_start": 6689,
|
|
896
|
+
"byte_end": 8654,
|
|
834
897
|
"bytes": 1965,
|
|
835
898
|
"h3_count": 0
|
|
836
899
|
},
|
|
837
900
|
{
|
|
838
901
|
"name": "Exploit Availability Matrix",
|
|
839
902
|
"normalized_name": "exploit-availability-matrix",
|
|
840
|
-
"line":
|
|
841
|
-
"byte_start":
|
|
842
|
-
"byte_end":
|
|
903
|
+
"line": 98,
|
|
904
|
+
"byte_start": 8654,
|
|
905
|
+
"byte_end": 10578,
|
|
843
906
|
"bytes": 1924,
|
|
844
907
|
"h3_count": 0
|
|
845
908
|
},
|
|
846
909
|
{
|
|
847
910
|
"name": "Exception Template Library",
|
|
848
911
|
"normalized_name": "exception-template-library",
|
|
849
|
-
"line":
|
|
850
|
-
"byte_start":
|
|
851
|
-
"byte_end":
|
|
912
|
+
"line": 114,
|
|
913
|
+
"byte_start": 10578,
|
|
914
|
+
"byte_end": 23796,
|
|
852
915
|
"bytes": 13218,
|
|
853
916
|
"h3_count": 4
|
|
854
917
|
},
|
|
855
918
|
{
|
|
856
919
|
"name": "Analysis Procedure",
|
|
857
920
|
"normalized_name": "analysis-procedure",
|
|
858
|
-
"line":
|
|
859
|
-
"byte_start":
|
|
860
|
-
"byte_end":
|
|
921
|
+
"line": 364,
|
|
922
|
+
"byte_start": 23796,
|
|
923
|
+
"byte_end": 25341,
|
|
861
924
|
"bytes": 1545,
|
|
862
925
|
"h3_count": 6
|
|
863
926
|
},
|
|
864
927
|
{
|
|
865
928
|
"name": "Output Format",
|
|
866
929
|
"normalized_name": "output-format",
|
|
867
|
-
"line":
|
|
868
|
-
"byte_start":
|
|
869
|
-
"byte_end":
|
|
930
|
+
"line": 406,
|
|
931
|
+
"byte_start": 25341,
|
|
932
|
+
"byte_end": 25704,
|
|
870
933
|
"bytes": 363,
|
|
871
934
|
"h3_count": 0
|
|
872
935
|
},
|
|
873
936
|
{
|
|
874
937
|
"name": "Compliance Theater Check",
|
|
875
938
|
"normalized_name": "compliance-theater-check",
|
|
876
|
-
"line":
|
|
877
|
-
"byte_start":
|
|
878
|
-
"byte_end":
|
|
939
|
+
"line": 419,
|
|
940
|
+
"byte_start": 25704,
|
|
941
|
+
"byte_end": 28886,
|
|
879
942
|
"bytes": 3182,
|
|
880
943
|
"h3_count": 0
|
|
881
944
|
}
|
|
@@ -883,8 +946,8 @@
|
|
|
883
946
|
},
|
|
884
947
|
"threat-model-currency": {
|
|
885
948
|
"path": "skills/threat-model-currency/skill.md",
|
|
886
|
-
"total_bytes":
|
|
887
|
-
"total_lines":
|
|
949
|
+
"total_bytes": 25608,
|
|
950
|
+
"total_lines": 409,
|
|
888
951
|
"frontmatter": {
|
|
889
952
|
"line_start": 1,
|
|
890
953
|
"line_end": 26,
|
|
@@ -893,92 +956,101 @@
|
|
|
893
956
|
},
|
|
894
957
|
"sections": [
|
|
895
958
|
{
|
|
896
|
-
"name": "
|
|
897
|
-
"normalized_name": "
|
|
959
|
+
"name": "Frontmatter Scope",
|
|
960
|
+
"normalized_name": "frontmatter-scope",
|
|
898
961
|
"line": 30,
|
|
899
962
|
"byte_start": 844,
|
|
900
|
-
"byte_end":
|
|
963
|
+
"byte_end": 1470,
|
|
964
|
+
"bytes": 626,
|
|
965
|
+
"h3_count": 0
|
|
966
|
+
},
|
|
967
|
+
{
|
|
968
|
+
"name": "Purpose",
|
|
969
|
+
"normalized_name": "purpose",
|
|
970
|
+
"line": 34,
|
|
971
|
+
"byte_start": 1470,
|
|
972
|
+
"byte_end": 2015,
|
|
901
973
|
"bytes": 545,
|
|
902
974
|
"h3_count": 0
|
|
903
975
|
},
|
|
904
976
|
{
|
|
905
977
|
"name": "The 14 Threat Class Checklist",
|
|
906
978
|
"normalized_name": "the-14-threat-class-checklist",
|
|
907
|
-
"line":
|
|
908
|
-
"byte_start":
|
|
909
|
-
"byte_end":
|
|
979
|
+
"line": 42,
|
|
980
|
+
"byte_start": 2015,
|
|
981
|
+
"byte_end": 12161,
|
|
910
982
|
"bytes": 10146,
|
|
911
983
|
"h3_count": 14
|
|
912
984
|
},
|
|
913
985
|
{
|
|
914
986
|
"name": "Threat Context",
|
|
915
987
|
"normalized_name": "threat-context",
|
|
916
|
-
"line":
|
|
917
|
-
"byte_start":
|
|
918
|
-
"byte_end":
|
|
988
|
+
"line": 226,
|
|
989
|
+
"byte_start": 12161,
|
|
990
|
+
"byte_end": 13989,
|
|
919
991
|
"bytes": 1828,
|
|
920
992
|
"h3_count": 0
|
|
921
993
|
},
|
|
922
994
|
{
|
|
923
995
|
"name": "Framework Lag Declaration",
|
|
924
996
|
"normalized_name": "framework-lag-declaration",
|
|
925
|
-
"line":
|
|
926
|
-
"byte_start":
|
|
927
|
-
"byte_end":
|
|
997
|
+
"line": 240,
|
|
998
|
+
"byte_start": 13989,
|
|
999
|
+
"byte_end": 16577,
|
|
928
1000
|
"bytes": 2588,
|
|
929
1001
|
"h3_count": 0
|
|
930
1002
|
},
|
|
931
1003
|
{
|
|
932
1004
|
"name": "TTP Mapping",
|
|
933
1005
|
"normalized_name": "ttp-mapping",
|
|
934
|
-
"line":
|
|
935
|
-
"byte_start":
|
|
936
|
-
"byte_end":
|
|
1006
|
+
"line": 262,
|
|
1007
|
+
"byte_start": 16577,
|
|
1008
|
+
"byte_end": 19474,
|
|
937
1009
|
"bytes": 2897,
|
|
938
1010
|
"h3_count": 0
|
|
939
1011
|
},
|
|
940
1012
|
{
|
|
941
1013
|
"name": "Exploit Availability Matrix",
|
|
942
1014
|
"normalized_name": "exploit-availability-matrix",
|
|
943
|
-
"line":
|
|
944
|
-
"byte_start":
|
|
945
|
-
"byte_end":
|
|
1015
|
+
"line": 287,
|
|
1016
|
+
"byte_start": 19474,
|
|
1017
|
+
"byte_end": 21273,
|
|
946
1018
|
"bytes": 1799,
|
|
947
1019
|
"h3_count": 0
|
|
948
1020
|
},
|
|
949
1021
|
{
|
|
950
1022
|
"name": "Compliance Theater Check",
|
|
951
1023
|
"normalized_name": "compliance-theater-check",
|
|
952
|
-
"line":
|
|
953
|
-
"byte_start":
|
|
954
|
-
"byte_end":
|
|
1024
|
+
"line": 305,
|
|
1025
|
+
"byte_start": 21273,
|
|
1026
|
+
"byte_end": 22841,
|
|
955
1027
|
"bytes": 1568,
|
|
956
1028
|
"h3_count": 0
|
|
957
1029
|
},
|
|
958
1030
|
{
|
|
959
1031
|
"name": "Scoring",
|
|
960
1032
|
"normalized_name": "scoring",
|
|
961
|
-
"line":
|
|
962
|
-
"byte_start":
|
|
963
|
-
"byte_end":
|
|
1033
|
+
"line": 321,
|
|
1034
|
+
"byte_start": 22841,
|
|
1035
|
+
"byte_end": 23383,
|
|
964
1036
|
"bytes": 542,
|
|
965
1037
|
"h3_count": 0
|
|
966
1038
|
},
|
|
967
1039
|
{
|
|
968
1040
|
"name": "Analysis Procedure",
|
|
969
1041
|
"normalized_name": "analysis-procedure",
|
|
970
|
-
"line":
|
|
971
|
-
"byte_start":
|
|
972
|
-
"byte_end":
|
|
1042
|
+
"line": 340,
|
|
1043
|
+
"byte_start": 23383,
|
|
1044
|
+
"byte_end": 24313,
|
|
973
1045
|
"bytes": 930,
|
|
974
1046
|
"h3_count": 4
|
|
975
1047
|
},
|
|
976
1048
|
{
|
|
977
1049
|
"name": "Output Format",
|
|
978
1050
|
"normalized_name": "output-format",
|
|
979
|
-
"line":
|
|
980
|
-
"byte_start":
|
|
981
|
-
"byte_end":
|
|
1051
|
+
"line": 372,
|
|
1052
|
+
"byte_start": 24313,
|
|
1053
|
+
"byte_end": 25608,
|
|
982
1054
|
"bytes": 1295,
|
|
983
1055
|
"h3_count": 4
|
|
984
1056
|
}
|
|
@@ -1089,8 +1161,8 @@
|
|
|
1089
1161
|
},
|
|
1090
1162
|
"zeroday-gap-learn": {
|
|
1091
1163
|
"path": "skills/zeroday-gap-learn/skill.md",
|
|
1092
|
-
"total_bytes":
|
|
1093
|
-
"total_lines":
|
|
1164
|
+
"total_bytes": 22718,
|
|
1165
|
+
"total_lines": 357,
|
|
1094
1166
|
"frontmatter": {
|
|
1095
1167
|
"line_start": 1,
|
|
1096
1168
|
"line_end": 27,
|
|
@@ -1099,83 +1171,92 @@
|
|
|
1099
1171
|
},
|
|
1100
1172
|
"sections": [
|
|
1101
1173
|
{
|
|
1102
|
-
"name": "
|
|
1103
|
-
"normalized_name": "
|
|
1174
|
+
"name": "Frontmatter Scope",
|
|
1175
|
+
"normalized_name": "frontmatter-scope",
|
|
1104
1176
|
"line": 37,
|
|
1105
1177
|
"byte_start": 1266,
|
|
1106
|
-
"byte_end":
|
|
1178
|
+
"byte_end": 1807,
|
|
1179
|
+
"bytes": 541,
|
|
1180
|
+
"h3_count": 0
|
|
1181
|
+
},
|
|
1182
|
+
{
|
|
1183
|
+
"name": "Threat Context (mid-2026)",
|
|
1184
|
+
"normalized_name": "threat-context",
|
|
1185
|
+
"line": 43,
|
|
1186
|
+
"byte_start": 1807,
|
|
1187
|
+
"byte_end": 3480,
|
|
1107
1188
|
"bytes": 1673,
|
|
1108
1189
|
"h3_count": 0
|
|
1109
1190
|
},
|
|
1110
1191
|
{
|
|
1111
1192
|
"name": "Framework Lag Declaration",
|
|
1112
1193
|
"normalized_name": "framework-lag-declaration",
|
|
1113
|
-
"line":
|
|
1114
|
-
"byte_start":
|
|
1115
|
-
"byte_end":
|
|
1194
|
+
"line": 56,
|
|
1195
|
+
"byte_start": 3480,
|
|
1196
|
+
"byte_end": 6025,
|
|
1116
1197
|
"bytes": 2545,
|
|
1117
1198
|
"h3_count": 0
|
|
1118
1199
|
},
|
|
1119
1200
|
{
|
|
1120
1201
|
"name": "TTP Mapping",
|
|
1121
1202
|
"normalized_name": "ttp-mapping",
|
|
1122
|
-
"line":
|
|
1123
|
-
"byte_start":
|
|
1124
|
-
"byte_end":
|
|
1203
|
+
"line": 74,
|
|
1204
|
+
"byte_start": 6025,
|
|
1205
|
+
"byte_end": 7220,
|
|
1125
1206
|
"bytes": 1195,
|
|
1126
1207
|
"h3_count": 0
|
|
1127
1208
|
},
|
|
1128
1209
|
{
|
|
1129
1210
|
"name": "Exploit Availability Matrix",
|
|
1130
1211
|
"normalized_name": "exploit-availability-matrix",
|
|
1131
|
-
"line":
|
|
1132
|
-
"byte_start":
|
|
1133
|
-
"byte_end":
|
|
1212
|
+
"line": 89,
|
|
1213
|
+
"byte_start": 7220,
|
|
1214
|
+
"byte_end": 8809,
|
|
1134
1215
|
"bytes": 1589,
|
|
1135
1216
|
"h3_count": 0
|
|
1136
1217
|
},
|
|
1137
1218
|
{
|
|
1138
1219
|
"name": "The Learning Loop",
|
|
1139
1220
|
"normalized_name": "the-learning-loop",
|
|
1140
|
-
"line":
|
|
1141
|
-
"byte_start":
|
|
1142
|
-
"byte_end":
|
|
1221
|
+
"line": 105,
|
|
1222
|
+
"byte_start": 8809,
|
|
1223
|
+
"byte_end": 10226,
|
|
1143
1224
|
"bytes": 1417,
|
|
1144
1225
|
"h3_count": 0
|
|
1145
1226
|
},
|
|
1146
1227
|
{
|
|
1147
1228
|
"name": "Pre-Run Lessons (Encoded from Documented Zero-Days)",
|
|
1148
1229
|
"normalized_name": "pre-run-lessons-encoded-from-documented-zero-days",
|
|
1149
|
-
"line":
|
|
1150
|
-
"byte_start":
|
|
1151
|
-
"byte_end":
|
|
1230
|
+
"line": 143,
|
|
1231
|
+
"byte_start": 10226,
|
|
1232
|
+
"byte_end": 17899,
|
|
1152
1233
|
"bytes": 7673,
|
|
1153
1234
|
"h3_count": 5
|
|
1154
1235
|
},
|
|
1155
1236
|
{
|
|
1156
1237
|
"name": "Analysis Procedure for New Zero-Days",
|
|
1157
1238
|
"normalized_name": "analysis-procedure",
|
|
1158
|
-
"line":
|
|
1159
|
-
"byte_start":
|
|
1160
|
-
"byte_end":
|
|
1239
|
+
"line": 251,
|
|
1240
|
+
"byte_start": 17899,
|
|
1241
|
+
"byte_end": 20021,
|
|
1161
1242
|
"bytes": 2122,
|
|
1162
1243
|
"h3_count": 6
|
|
1163
1244
|
},
|
|
1164
1245
|
{
|
|
1165
1246
|
"name": "Output Format",
|
|
1166
1247
|
"normalized_name": "output-format",
|
|
1167
|
-
"line":
|
|
1168
|
-
"byte_start":
|
|
1169
|
-
"byte_end":
|
|
1248
|
+
"line": 311,
|
|
1249
|
+
"byte_start": 20021,
|
|
1250
|
+
"byte_end": 20880,
|
|
1170
1251
|
"bytes": 859,
|
|
1171
1252
|
"h3_count": 7
|
|
1172
1253
|
},
|
|
1173
1254
|
{
|
|
1174
1255
|
"name": "Compliance Theater Check",
|
|
1175
1256
|
"normalized_name": "compliance-theater-check",
|
|
1176
|
-
"line":
|
|
1177
|
-
"byte_start":
|
|
1178
|
-
"byte_end":
|
|
1257
|
+
"line": 348,
|
|
1258
|
+
"byte_start": 20880,
|
|
1259
|
+
"byte_end": 22718,
|
|
1179
1260
|
"bytes": 1838,
|
|
1180
1261
|
"h3_count": 0
|
|
1181
1262
|
}
|
|
@@ -1322,8 +1403,8 @@
|
|
|
1322
1403
|
},
|
|
1323
1404
|
"skill-update-loop": {
|
|
1324
1405
|
"path": "skills/skill-update-loop/skill.md",
|
|
1325
|
-
"total_bytes":
|
|
1326
|
-
"total_lines":
|
|
1406
|
+
"total_bytes": 43027,
|
|
1407
|
+
"total_lines": 502,
|
|
1327
1408
|
"frontmatter": {
|
|
1328
1409
|
"line_start": 1,
|
|
1329
1410
|
"line_end": 36,
|
|
@@ -1332,101 +1413,110 @@
|
|
|
1332
1413
|
},
|
|
1333
1414
|
"sections": [
|
|
1334
1415
|
{
|
|
1335
|
-
"name": "
|
|
1336
|
-
"normalized_name": "
|
|
1416
|
+
"name": "Frontmatter Scope",
|
|
1417
|
+
"normalized_name": "frontmatter-scope",
|
|
1337
1418
|
"line": 44,
|
|
1338
1419
|
"byte_start": 1514,
|
|
1339
|
-
"byte_end":
|
|
1420
|
+
"byte_end": 1967,
|
|
1421
|
+
"bytes": 453,
|
|
1422
|
+
"h3_count": 0
|
|
1423
|
+
},
|
|
1424
|
+
{
|
|
1425
|
+
"name": "Threat Context",
|
|
1426
|
+
"normalized_name": "threat-context",
|
|
1427
|
+
"line": 50,
|
|
1428
|
+
"byte_start": 1967,
|
|
1429
|
+
"byte_end": 3477,
|
|
1340
1430
|
"bytes": 1510,
|
|
1341
1431
|
"h3_count": 0
|
|
1342
1432
|
},
|
|
1343
1433
|
{
|
|
1344
1434
|
"name": "TTP Mapping",
|
|
1345
1435
|
"normalized_name": "ttp-mapping",
|
|
1346
|
-
"line":
|
|
1347
|
-
"byte_start":
|
|
1348
|
-
"byte_end":
|
|
1436
|
+
"line": 65,
|
|
1437
|
+
"byte_start": 3477,
|
|
1438
|
+
"byte_end": 4548,
|
|
1349
1439
|
"bytes": 1071,
|
|
1350
1440
|
"h3_count": 0
|
|
1351
1441
|
},
|
|
1352
1442
|
{
|
|
1353
1443
|
"name": "Why Skills Decay",
|
|
1354
1444
|
"normalized_name": "why-skills-decay",
|
|
1355
|
-
"line":
|
|
1356
|
-
"byte_start":
|
|
1357
|
-
"byte_end":
|
|
1445
|
+
"line": 82,
|
|
1446
|
+
"byte_start": 4548,
|
|
1447
|
+
"byte_end": 5435,
|
|
1358
1448
|
"bytes": 887,
|
|
1359
1449
|
"h3_count": 0
|
|
1360
1450
|
},
|
|
1361
1451
|
{
|
|
1362
1452
|
"name": "Update Triggers and Assigned Skills",
|
|
1363
1453
|
"normalized_name": "update-triggers-and-assigned-skills",
|
|
1364
|
-
"line":
|
|
1365
|
-
"byte_start":
|
|
1366
|
-
"byte_end":
|
|
1454
|
+
"line": 99,
|
|
1455
|
+
"byte_start": 5435,
|
|
1456
|
+
"byte_end": 32879,
|
|
1367
1457
|
"bytes": 27444,
|
|
1368
1458
|
"h3_count": 12
|
|
1369
1459
|
},
|
|
1370
1460
|
{
|
|
1371
1461
|
"name": "Skill Currency Scores",
|
|
1372
1462
|
"normalized_name": "skill-currency-scores",
|
|
1373
|
-
"line":
|
|
1374
|
-
"byte_start":
|
|
1375
|
-
"byte_end":
|
|
1463
|
+
"line": 348,
|
|
1464
|
+
"byte_start": 32879,
|
|
1465
|
+
"byte_end": 33469,
|
|
1376
1466
|
"bytes": 590,
|
|
1377
1467
|
"h3_count": 0
|
|
1378
1468
|
},
|
|
1379
1469
|
{
|
|
1380
1470
|
"name": "Running the Update Loop",
|
|
1381
1471
|
"normalized_name": "running-the-update-loop",
|
|
1382
|
-
"line":
|
|
1383
|
-
"byte_start":
|
|
1384
|
-
"byte_end":
|
|
1472
|
+
"line": 369,
|
|
1473
|
+
"byte_start": 33469,
|
|
1474
|
+
"byte_end": 34421,
|
|
1385
1475
|
"bytes": 952,
|
|
1386
1476
|
"h3_count": 3
|
|
1387
1477
|
},
|
|
1388
1478
|
{
|
|
1389
1479
|
"name": "Analysis Procedure",
|
|
1390
1480
|
"normalized_name": "analysis-procedure",
|
|
1391
|
-
"line":
|
|
1392
|
-
"byte_start":
|
|
1393
|
-
"byte_end":
|
|
1481
|
+
"line": 398,
|
|
1482
|
+
"byte_start": 34421,
|
|
1483
|
+
"byte_end": 35313,
|
|
1394
1484
|
"bytes": 892,
|
|
1395
1485
|
"h3_count": 4
|
|
1396
1486
|
},
|
|
1397
1487
|
{
|
|
1398
1488
|
"name": "Output Format",
|
|
1399
1489
|
"normalized_name": "output-format",
|
|
1400
|
-
"line":
|
|
1401
|
-
"byte_start":
|
|
1402
|
-
"byte_end":
|
|
1490
|
+
"line": 430,
|
|
1491
|
+
"byte_start": 35313,
|
|
1492
|
+
"byte_end": 35835,
|
|
1403
1493
|
"bytes": 522,
|
|
1404
1494
|
"h3_count": 4
|
|
1405
1495
|
},
|
|
1406
1496
|
{
|
|
1407
1497
|
"name": "Framework Lag Declaration",
|
|
1408
1498
|
"normalized_name": "framework-lag-declaration",
|
|
1409
|
-
"line":
|
|
1410
|
-
"byte_start":
|
|
1411
|
-
"byte_end":
|
|
1499
|
+
"line": 455,
|
|
1500
|
+
"byte_start": 35835,
|
|
1501
|
+
"byte_end": 38638,
|
|
1412
1502
|
"bytes": 2803,
|
|
1413
1503
|
"h3_count": 0
|
|
1414
1504
|
},
|
|
1415
1505
|
{
|
|
1416
1506
|
"name": "Exploit Availability Matrix",
|
|
1417
1507
|
"normalized_name": "exploit-availability-matrix",
|
|
1418
|
-
"line":
|
|
1419
|
-
"byte_start":
|
|
1420
|
-
"byte_end":
|
|
1508
|
+
"line": 474,
|
|
1509
|
+
"byte_start": 38638,
|
|
1510
|
+
"byte_end": 41356,
|
|
1421
1511
|
"bytes": 2718,
|
|
1422
1512
|
"h3_count": 0
|
|
1423
1513
|
},
|
|
1424
1514
|
{
|
|
1425
1515
|
"name": "Compliance Theater Check",
|
|
1426
1516
|
"normalized_name": "compliance-theater-check",
|
|
1427
|
-
"line":
|
|
1428
|
-
"byte_start":
|
|
1429
|
-
"byte_end":
|
|
1517
|
+
"line": 495,
|
|
1518
|
+
"byte_start": 41356,
|
|
1519
|
+
"byte_end": 43027,
|
|
1430
1520
|
"bytes": 1671,
|
|
1431
1521
|
"h3_count": 0
|
|
1432
1522
|
}
|
|
@@ -1434,8 +1524,8 @@
|
|
|
1434
1524
|
},
|
|
1435
1525
|
"security-maturity-tiers": {
|
|
1436
1526
|
"path": "skills/security-maturity-tiers/skill.md",
|
|
1437
|
-
"total_bytes":
|
|
1438
|
-
"total_lines":
|
|
1527
|
+
"total_bytes": 29805,
|
|
1528
|
+
"total_lines": 489,
|
|
1439
1529
|
"frontmatter": {
|
|
1440
1530
|
"line_start": 1,
|
|
1441
1531
|
"line_end": 31,
|
|
@@ -1444,128 +1534,137 @@
|
|
|
1444
1534
|
},
|
|
1445
1535
|
"sections": [
|
|
1446
1536
|
{
|
|
1447
|
-
"name": "
|
|
1448
|
-
"normalized_name": "
|
|
1537
|
+
"name": "Frontmatter Scope",
|
|
1538
|
+
"normalized_name": "frontmatter-scope",
|
|
1449
1539
|
"line": 41,
|
|
1450
1540
|
"byte_start": 1305,
|
|
1451
|
-
"byte_end":
|
|
1541
|
+
"byte_end": 1827,
|
|
1542
|
+
"bytes": 522,
|
|
1543
|
+
"h3_count": 0
|
|
1544
|
+
},
|
|
1545
|
+
{
|
|
1546
|
+
"name": "How to Use This Skill",
|
|
1547
|
+
"normalized_name": "how-to-use-this-skill",
|
|
1548
|
+
"line": 47,
|
|
1549
|
+
"byte_start": 1827,
|
|
1550
|
+
"byte_end": 2238,
|
|
1452
1551
|
"bytes": 411,
|
|
1453
1552
|
"h3_count": 0
|
|
1454
1553
|
},
|
|
1455
1554
|
{
|
|
1456
1555
|
"name": "Tier Framework",
|
|
1457
1556
|
"normalized_name": "tier-framework",
|
|
1458
|
-
"line":
|
|
1459
|
-
"byte_start":
|
|
1460
|
-
"byte_end":
|
|
1557
|
+
"line": 58,
|
|
1558
|
+
"byte_start": 2238,
|
|
1559
|
+
"byte_end": 2752,
|
|
1461
1560
|
"bytes": 514,
|
|
1462
1561
|
"h3_count": 0
|
|
1463
1562
|
},
|
|
1464
1563
|
{
|
|
1465
1564
|
"name": "Domain: Kernel LPE (Copy Fail / Dirty Frag Class)",
|
|
1466
1565
|
"normalized_name": "domain-kernel-lpe-copy-fail-dirty-frag-class",
|
|
1467
|
-
"line":
|
|
1468
|
-
"byte_start":
|
|
1469
|
-
"byte_end":
|
|
1566
|
+
"line": 68,
|
|
1567
|
+
"byte_start": 2752,
|
|
1568
|
+
"byte_end": 6833,
|
|
1470
1569
|
"bytes": 4081,
|
|
1471
1570
|
"h3_count": 3
|
|
1472
1571
|
},
|
|
1473
1572
|
{
|
|
1474
1573
|
"name": "Domain: AI Attack Surface",
|
|
1475
1574
|
"normalized_name": "domain-ai-attack-surface",
|
|
1476
|
-
"line":
|
|
1477
|
-
"byte_start":
|
|
1478
|
-
"byte_end":
|
|
1575
|
+
"line": 178,
|
|
1576
|
+
"byte_start": 6833,
|
|
1577
|
+
"byte_end": 9539,
|
|
1479
1578
|
"bytes": 2706,
|
|
1480
1579
|
"h3_count": 3
|
|
1481
1580
|
},
|
|
1482
1581
|
{
|
|
1483
1582
|
"name": "Domain: Cryptography / PQC",
|
|
1484
1583
|
"normalized_name": "domain-cryptography-pqc",
|
|
1485
|
-
"line":
|
|
1486
|
-
"byte_start":
|
|
1487
|
-
"byte_end":
|
|
1584
|
+
"line": 230,
|
|
1585
|
+
"byte_start": 9539,
|
|
1586
|
+
"byte_end": 11583,
|
|
1488
1587
|
"bytes": 2044,
|
|
1489
1588
|
"h3_count": 3
|
|
1490
1589
|
},
|
|
1491
1590
|
{
|
|
1492
1591
|
"name": "Domain: GRC / Compliance",
|
|
1493
1592
|
"normalized_name": "domain-grc-compliance",
|
|
1494
|
-
"line":
|
|
1495
|
-
"byte_start":
|
|
1496
|
-
"byte_end":
|
|
1593
|
+
"line": 269,
|
|
1594
|
+
"byte_start": 11583,
|
|
1595
|
+
"byte_end": 13543,
|
|
1497
1596
|
"bytes": 1960,
|
|
1498
1597
|
"h3_count": 3
|
|
1499
1598
|
},
|
|
1500
1599
|
{
|
|
1501
1600
|
"name": "Analysis Procedure",
|
|
1502
1601
|
"normalized_name": "analysis-procedure",
|
|
1503
|
-
"line":
|
|
1504
|
-
"byte_start":
|
|
1505
|
-
"byte_end":
|
|
1602
|
+
"line": 303,
|
|
1603
|
+
"byte_start": 13543,
|
|
1604
|
+
"byte_end": 15194,
|
|
1506
1605
|
"bytes": 1651,
|
|
1507
1606
|
"h3_count": 4
|
|
1508
1607
|
},
|
|
1509
1608
|
{
|
|
1510
1609
|
"name": "Output Format",
|
|
1511
1610
|
"normalized_name": "output-format",
|
|
1512
|
-
"line":
|
|
1513
|
-
"byte_start":
|
|
1514
|
-
"byte_end":
|
|
1611
|
+
"line": 346,
|
|
1612
|
+
"byte_start": 15194,
|
|
1613
|
+
"byte_end": 16187,
|
|
1515
1614
|
"bytes": 993,
|
|
1516
1615
|
"h3_count": 3
|
|
1517
1616
|
},
|
|
1518
1617
|
{
|
|
1519
1618
|
"name": "Compliance Theater Check",
|
|
1520
1619
|
"normalized_name": "compliance-theater-check",
|
|
1521
|
-
"line":
|
|
1522
|
-
"byte_start":
|
|
1523
|
-
"byte_end":
|
|
1620
|
+
"line": 382,
|
|
1621
|
+
"byte_start": 16187,
|
|
1622
|
+
"byte_end": 18504,
|
|
1524
1623
|
"bytes": 2317,
|
|
1525
1624
|
"h3_count": 0
|
|
1526
1625
|
},
|
|
1527
1626
|
{
|
|
1528
1627
|
"name": "The Anti-Pattern: Tier 3 Security Theater",
|
|
1529
1628
|
"normalized_name": "the-anti-pattern-tier-3-security-theater",
|
|
1530
|
-
"line":
|
|
1531
|
-
"byte_start":
|
|
1532
|
-
"byte_end":
|
|
1629
|
+
"line": 400,
|
|
1630
|
+
"byte_start": 18504,
|
|
1631
|
+
"byte_end": 19148,
|
|
1533
1632
|
"bytes": 644,
|
|
1534
1633
|
"h3_count": 0
|
|
1535
1634
|
},
|
|
1536
1635
|
{
|
|
1537
1636
|
"name": "Threat Context",
|
|
1538
1637
|
"normalized_name": "threat-context",
|
|
1539
|
-
"line":
|
|
1540
|
-
"byte_start":
|
|
1541
|
-
"byte_end":
|
|
1638
|
+
"line": 416,
|
|
1639
|
+
"byte_start": 19148,
|
|
1640
|
+
"byte_end": 21143,
|
|
1542
1641
|
"bytes": 1995,
|
|
1543
1642
|
"h3_count": 0
|
|
1544
1643
|
},
|
|
1545
1644
|
{
|
|
1546
1645
|
"name": "Framework Lag Declaration",
|
|
1547
1646
|
"normalized_name": "framework-lag-declaration",
|
|
1548
|
-
"line":
|
|
1549
|
-
"byte_start":
|
|
1550
|
-
"byte_end":
|
|
1647
|
+
"line": 428,
|
|
1648
|
+
"byte_start": 21143,
|
|
1649
|
+
"byte_end": 25054,
|
|
1551
1650
|
"bytes": 3911,
|
|
1552
1651
|
"h3_count": 0
|
|
1553
1652
|
},
|
|
1554
1653
|
{
|
|
1555
1654
|
"name": "TTP Mapping",
|
|
1556
1655
|
"normalized_name": "ttp-mapping",
|
|
1557
|
-
"line":
|
|
1558
|
-
"byte_start":
|
|
1559
|
-
"byte_end":
|
|
1656
|
+
"line": 452,
|
|
1657
|
+
"byte_start": 25054,
|
|
1658
|
+
"byte_end": 27427,
|
|
1560
1659
|
"bytes": 2373,
|
|
1561
1660
|
"h3_count": 0
|
|
1562
1661
|
},
|
|
1563
1662
|
{
|
|
1564
1663
|
"name": "Exploit Availability Matrix",
|
|
1565
1664
|
"normalized_name": "exploit-availability-matrix",
|
|
1566
|
-
"line":
|
|
1567
|
-
"byte_start":
|
|
1568
|
-
"byte_end":
|
|
1665
|
+
"line": 474,
|
|
1666
|
+
"byte_start": 27427,
|
|
1667
|
+
"byte_end": 29805,
|
|
1569
1668
|
"bytes": 2378,
|
|
1570
1669
|
"h3_count": 0
|
|
1571
1670
|
}
|
|
@@ -1573,8 +1672,8 @@
|
|
|
1573
1672
|
},
|
|
1574
1673
|
"researcher": {
|
|
1575
1674
|
"path": "skills/researcher/skill.md",
|
|
1576
|
-
"total_bytes":
|
|
1577
|
-
"total_lines":
|
|
1675
|
+
"total_bytes": 29009,
|
|
1676
|
+
"total_lines": 317,
|
|
1578
1677
|
"frontmatter": {
|
|
1579
1678
|
"line_start": 1,
|
|
1580
1679
|
"line_end": 27,
|
|
@@ -1583,65 +1682,74 @@
|
|
|
1583
1682
|
},
|
|
1584
1683
|
"sections": [
|
|
1585
1684
|
{
|
|
1586
|
-
"name": "
|
|
1587
|
-
"normalized_name": "
|
|
1685
|
+
"name": "Frontmatter Scope",
|
|
1686
|
+
"normalized_name": "frontmatter-scope",
|
|
1588
1687
|
"line": 35,
|
|
1589
1688
|
"byte_start": 1324,
|
|
1590
|
-
"byte_end":
|
|
1689
|
+
"byte_end": 1861,
|
|
1690
|
+
"bytes": 537,
|
|
1691
|
+
"h3_count": 0
|
|
1692
|
+
},
|
|
1693
|
+
{
|
|
1694
|
+
"name": "Threat Context (mid-2026)",
|
|
1695
|
+
"normalized_name": "threat-context",
|
|
1696
|
+
"line": 41,
|
|
1697
|
+
"byte_start": 1861,
|
|
1698
|
+
"byte_end": 4806,
|
|
1591
1699
|
"bytes": 2945,
|
|
1592
1700
|
"h3_count": 0
|
|
1593
1701
|
},
|
|
1594
1702
|
{
|
|
1595
1703
|
"name": "Framework Lag Declaration",
|
|
1596
1704
|
"normalized_name": "framework-lag-declaration",
|
|
1597
|
-
"line":
|
|
1598
|
-
"byte_start":
|
|
1599
|
-
"byte_end":
|
|
1705
|
+
"line": 60,
|
|
1706
|
+
"byte_start": 4806,
|
|
1707
|
+
"byte_end": 7219,
|
|
1600
1708
|
"bytes": 2413,
|
|
1601
1709
|
"h3_count": 0
|
|
1602
1710
|
},
|
|
1603
1711
|
{
|
|
1604
1712
|
"name": "TTP Mapping",
|
|
1605
1713
|
"normalized_name": "ttp-mapping",
|
|
1606
|
-
"line":
|
|
1607
|
-
"byte_start":
|
|
1608
|
-
"byte_end":
|
|
1714
|
+
"line": 80,
|
|
1715
|
+
"byte_start": 7219,
|
|
1716
|
+
"byte_end": 8796,
|
|
1609
1717
|
"bytes": 1577,
|
|
1610
1718
|
"h3_count": 0
|
|
1611
1719
|
},
|
|
1612
1720
|
{
|
|
1613
1721
|
"name": "Exploit Availability Matrix",
|
|
1614
1722
|
"normalized_name": "exploit-availability-matrix",
|
|
1615
|
-
"line":
|
|
1616
|
-
"byte_start":
|
|
1617
|
-
"byte_end":
|
|
1723
|
+
"line": 104,
|
|
1724
|
+
"byte_start": 8796,
|
|
1725
|
+
"byte_end": 10308,
|
|
1618
1726
|
"bytes": 1512,
|
|
1619
1727
|
"h3_count": 0
|
|
1620
1728
|
},
|
|
1621
1729
|
{
|
|
1622
1730
|
"name": "Analysis Procedure",
|
|
1623
1731
|
"normalized_name": "analysis-procedure",
|
|
1624
|
-
"line":
|
|
1625
|
-
"byte_start":
|
|
1626
|
-
"byte_end":
|
|
1732
|
+
"line": 125,
|
|
1733
|
+
"byte_start": 10308,
|
|
1734
|
+
"byte_end": 24307,
|
|
1627
1735
|
"bytes": 13999,
|
|
1628
1736
|
"h3_count": 8
|
|
1629
1737
|
},
|
|
1630
1738
|
{
|
|
1631
1739
|
"name": "Output Format",
|
|
1632
1740
|
"normalized_name": "output-format",
|
|
1633
|
-
"line":
|
|
1634
|
-
"byte_start":
|
|
1635
|
-
"byte_end":
|
|
1741
|
+
"line": 249,
|
|
1742
|
+
"byte_start": 24307,
|
|
1743
|
+
"byte_end": 26896,
|
|
1636
1744
|
"bytes": 2589,
|
|
1637
1745
|
"h3_count": 0
|
|
1638
1746
|
},
|
|
1639
1747
|
{
|
|
1640
1748
|
"name": "Compliance Theater Check",
|
|
1641
1749
|
"normalized_name": "compliance-theater-check",
|
|
1642
|
-
"line":
|
|
1643
|
-
"byte_start":
|
|
1644
|
-
"byte_end":
|
|
1750
|
+
"line": 306,
|
|
1751
|
+
"byte_start": 26896,
|
|
1752
|
+
"byte_end": 29009,
|
|
1645
1753
|
"bytes": 2113,
|
|
1646
1754
|
"h3_count": 0
|
|
1647
1755
|
}
|