@blamejs/exceptd-skills 0.12.18 → 0.12.21
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/CHANGELOG.md +224 -52
- package/README.md +1 -1
- package/bin/exceptd.js +841 -68
- package/data/_indexes/_meta.json +14 -14
- package/data/_indexes/activity-feed.json +3 -3
- package/data/_indexes/catalog-summaries.json +3 -3
- package/data/_indexes/chains.json +15 -0
- package/data/_indexes/jurisdiction-map.json +3 -2
- package/data/_indexes/section-offsets.json +175 -175
- package/data/_indexes/summary-cards.json +1 -1
- package/data/_indexes/token-budget.json +83 -83
- package/data/cve-catalog.json +169 -2
- package/data/exploit-availability.json +16 -0
- package/data/playbooks/ai-api.json +20 -1
- package/data/playbooks/containers.json +30 -0
- package/data/playbooks/cred-stores.json +18 -0
- package/data/playbooks/crypto.json +18 -0
- package/data/playbooks/hardening.json +26 -1
- package/data/playbooks/kernel.json +22 -2
- package/data/playbooks/mcp.json +18 -0
- package/data/playbooks/runtime.json +20 -1
- package/data/playbooks/sbom.json +18 -0
- package/data/playbooks/secrets.json +6 -0
- package/data/zeroday-lessons.json +102 -0
- package/lib/auto-discovery.js +68 -15
- package/lib/cross-ref-api.js +43 -10
- package/lib/cve-curation.js +4 -4
- package/lib/playbook-runner.js +545 -63
- package/lib/prefetch.js +65 -18
- package/lib/refresh-external.js +40 -2
- package/lib/refresh-network.js +100 -12
- package/lib/scoring.js +22 -13
- package/lib/sign.js +14 -6
- package/lib/validate-catalog-meta.js +1 -1
- package/lib/validate-indexes.js +2 -2
- package/lib/verify.js +51 -10
- package/manifest.json +47 -48
- package/orchestrator/scheduler.js +10 -0
- package/package.json +1 -1
- package/sbom.cdx.json +6 -6
- package/scripts/check-manifest-snapshot.js +1 -1
- package/scripts/check-sbom-currency.js +1 -1
- package/scripts/predeploy.js +10 -5
- package/scripts/refresh-manifest-snapshot.js +2 -2
- package/scripts/validate-vendor-online.js +1 -1
- package/scripts/verify-shipped-tarball.js +94 -6
- package/skills/compliance-theater/skill.md +4 -1
- package/skills/exploit-scoring/skill.md +20 -1
- package/skills/framework-gap-analysis/skill.md +6 -2
- package/skills/kernel-lpe-triage/skill.md +50 -3
- package/skills/threat-model-currency/skill.md +6 -4
- package/skills/webapp-security/skill.md +1 -1
- package/skills/zeroday-gap-learn/skill.md +44 -1
|
@@ -19,102 +19,102 @@
|
|
|
19
19
|
"skills": {
|
|
20
20
|
"kernel-lpe-triage": {
|
|
21
21
|
"path": "skills/kernel-lpe-triage/skill.md",
|
|
22
|
-
"total_bytes":
|
|
23
|
-
"total_lines":
|
|
22
|
+
"total_bytes": 29740,
|
|
23
|
+
"total_lines": 390,
|
|
24
24
|
"frontmatter": {
|
|
25
25
|
"line_start": 1,
|
|
26
|
-
"line_end":
|
|
26
|
+
"line_end": 51,
|
|
27
27
|
"byte_start": 0,
|
|
28
|
-
"byte_end":
|
|
28
|
+
"byte_end": 957
|
|
29
29
|
},
|
|
30
30
|
"sections": [
|
|
31
31
|
{
|
|
32
32
|
"name": "Threat Context (mid-2026)",
|
|
33
33
|
"normalized_name": "threat-context",
|
|
34
|
-
"line":
|
|
35
|
-
"byte_start":
|
|
36
|
-
"byte_end":
|
|
37
|
-
"bytes":
|
|
38
|
-
"h3_count":
|
|
34
|
+
"line": 55,
|
|
35
|
+
"byte_start": 979,
|
|
36
|
+
"byte_end": 6548,
|
|
37
|
+
"bytes": 5569,
|
|
38
|
+
"h3_count": 3
|
|
39
39
|
},
|
|
40
40
|
{
|
|
41
41
|
"name": "Framework Lag Declaration",
|
|
42
42
|
"normalized_name": "framework-lag-declaration",
|
|
43
|
-
"line":
|
|
44
|
-
"byte_start":
|
|
45
|
-
"byte_end":
|
|
43
|
+
"line": 128,
|
|
44
|
+
"byte_start": 6548,
|
|
45
|
+
"byte_end": 9067,
|
|
46
46
|
"bytes": 2519,
|
|
47
47
|
"h3_count": 0
|
|
48
48
|
},
|
|
49
49
|
{
|
|
50
50
|
"name": "TTP Mapping (MITRE ATT&CK Enterprise, mid-2026)",
|
|
51
51
|
"normalized_name": "ttp-mapping",
|
|
52
|
-
"line":
|
|
53
|
-
"byte_start":
|
|
54
|
-
"byte_end":
|
|
52
|
+
"line": 144,
|
|
53
|
+
"byte_start": 9067,
|
|
54
|
+
"byte_end": 11984,
|
|
55
55
|
"bytes": 2917,
|
|
56
56
|
"h3_count": 0
|
|
57
57
|
},
|
|
58
58
|
{
|
|
59
59
|
"name": "Exploit Availability Matrix",
|
|
60
60
|
"normalized_name": "exploit-availability-matrix",
|
|
61
|
-
"line":
|
|
62
|
-
"byte_start":
|
|
63
|
-
"byte_end":
|
|
64
|
-
"bytes":
|
|
61
|
+
"line": 161,
|
|
62
|
+
"byte_start": 11984,
|
|
63
|
+
"byte_end": 12869,
|
|
64
|
+
"bytes": 885,
|
|
65
65
|
"h3_count": 0
|
|
66
66
|
},
|
|
67
67
|
{
|
|
68
68
|
"name": "Compliance Theater Check",
|
|
69
69
|
"normalized_name": "compliance-theater-check",
|
|
70
|
-
"line":
|
|
71
|
-
"byte_start":
|
|
72
|
-
"byte_end":
|
|
70
|
+
"line": 172,
|
|
71
|
+
"byte_start": 12869,
|
|
72
|
+
"byte_end": 14941,
|
|
73
73
|
"bytes": 2072,
|
|
74
74
|
"h3_count": 0
|
|
75
75
|
},
|
|
76
76
|
{
|
|
77
77
|
"name": "Analysis Procedure",
|
|
78
78
|
"normalized_name": "analysis-procedure",
|
|
79
|
-
"line":
|
|
80
|
-
"byte_start":
|
|
81
|
-
"byte_end":
|
|
82
|
-
"bytes":
|
|
79
|
+
"line": 190,
|
|
80
|
+
"byte_start": 14941,
|
|
81
|
+
"byte_end": 20241,
|
|
82
|
+
"bytes": 5300,
|
|
83
83
|
"h3_count": 6
|
|
84
84
|
},
|
|
85
85
|
{
|
|
86
86
|
"name": "Output Format",
|
|
87
87
|
"normalized_name": "output-format",
|
|
88
|
-
"line":
|
|
89
|
-
"byte_start":
|
|
90
|
-
"byte_end":
|
|
91
|
-
"bytes":
|
|
88
|
+
"line": 298,
|
|
89
|
+
"byte_start": 20241,
|
|
90
|
+
"byte_end": 22037,
|
|
91
|
+
"bytes": 1796,
|
|
92
92
|
"h3_count": 7
|
|
93
93
|
},
|
|
94
94
|
{
|
|
95
95
|
"name": "Detection Rules",
|
|
96
96
|
"normalized_name": "detection-rules",
|
|
97
|
-
"line":
|
|
98
|
-
"byte_start":
|
|
99
|
-
"byte_end":
|
|
97
|
+
"line": 341,
|
|
98
|
+
"byte_start": 22037,
|
|
99
|
+
"byte_end": 22726,
|
|
100
100
|
"bytes": 689,
|
|
101
101
|
"h3_count": 0
|
|
102
102
|
},
|
|
103
103
|
{
|
|
104
104
|
"name": "Defensive Countermeasure Mapping",
|
|
105
105
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
106
|
-
"line":
|
|
107
|
-
"byte_start":
|
|
108
|
-
"byte_end":
|
|
106
|
+
"line": 364,
|
|
107
|
+
"byte_start": 22726,
|
|
108
|
+
"byte_end": 27471,
|
|
109
109
|
"bytes": 4745,
|
|
110
110
|
"h3_count": 0
|
|
111
111
|
},
|
|
112
112
|
{
|
|
113
113
|
"name": "Hand-Off / Related Skills",
|
|
114
114
|
"normalized_name": "hand-off",
|
|
115
|
-
"line":
|
|
116
|
-
"byte_start":
|
|
117
|
-
"byte_end":
|
|
115
|
+
"line": 381,
|
|
116
|
+
"byte_start": 27471,
|
|
117
|
+
"byte_end": 29740,
|
|
118
118
|
"bytes": 2269,
|
|
119
119
|
"h3_count": 0
|
|
120
120
|
}
|
|
@@ -301,8 +301,8 @@
|
|
|
301
301
|
},
|
|
302
302
|
"framework-gap-analysis": {
|
|
303
303
|
"path": "skills/framework-gap-analysis/skill.md",
|
|
304
|
-
"total_bytes":
|
|
305
|
-
"total_lines":
|
|
304
|
+
"total_bytes": 27420,
|
|
305
|
+
"total_lines": 379,
|
|
306
306
|
"frontmatter": {
|
|
307
307
|
"line_start": 1,
|
|
308
308
|
"line_end": 24,
|
|
@@ -333,70 +333,70 @@
|
|
|
333
333
|
"normalized_name": "ttp-mapping",
|
|
334
334
|
"line": 70,
|
|
335
335
|
"byte_start": 5908,
|
|
336
|
-
"byte_end":
|
|
337
|
-
"bytes":
|
|
336
|
+
"byte_end": 7997,
|
|
337
|
+
"bytes": 2089,
|
|
338
338
|
"h3_count": 0
|
|
339
339
|
},
|
|
340
340
|
{
|
|
341
341
|
"name": "Exploit Availability Matrix",
|
|
342
342
|
"normalized_name": "exploit-availability-matrix",
|
|
343
|
-
"line":
|
|
344
|
-
"byte_start":
|
|
345
|
-
"byte_end":
|
|
346
|
-
"bytes":
|
|
343
|
+
"line": 89,
|
|
344
|
+
"byte_start": 7997,
|
|
345
|
+
"byte_end": 9533,
|
|
346
|
+
"bytes": 1536,
|
|
347
347
|
"h3_count": 0
|
|
348
348
|
},
|
|
349
349
|
{
|
|
350
350
|
"name": "Built-In Gap Catalog",
|
|
351
351
|
"normalized_name": "built-in-gap-catalog",
|
|
352
|
-
"line":
|
|
353
|
-
"byte_start":
|
|
354
|
-
"byte_end":
|
|
355
|
-
"bytes":
|
|
352
|
+
"line": 103,
|
|
353
|
+
"byte_start": 9533,
|
|
354
|
+
"byte_end": 20212,
|
|
355
|
+
"bytes": 10679,
|
|
356
356
|
"h3_count": 9
|
|
357
357
|
},
|
|
358
358
|
{
|
|
359
359
|
"name": "Analysis Procedure",
|
|
360
360
|
"normalized_name": "analysis-procedure",
|
|
361
|
-
"line":
|
|
362
|
-
"byte_start":
|
|
363
|
-
"byte_end":
|
|
361
|
+
"line": 235,
|
|
362
|
+
"byte_start": 20212,
|
|
363
|
+
"byte_end": 21930,
|
|
364
364
|
"bytes": 1718,
|
|
365
365
|
"h3_count": 9
|
|
366
366
|
},
|
|
367
367
|
{
|
|
368
368
|
"name": "Universal Gaps (No Framework Covers These Adequately)",
|
|
369
369
|
"normalized_name": "universal-gaps-no-framework-covers-these-adequately",
|
|
370
|
-
"line":
|
|
371
|
-
"byte_start":
|
|
372
|
-
"byte_end":
|
|
370
|
+
"line": 293,
|
|
371
|
+
"byte_start": 21930,
|
|
372
|
+
"byte_end": 23025,
|
|
373
373
|
"bytes": 1095,
|
|
374
374
|
"h3_count": 0
|
|
375
375
|
},
|
|
376
376
|
{
|
|
377
377
|
"name": "Output Format",
|
|
378
378
|
"normalized_name": "output-format",
|
|
379
|
-
"line":
|
|
380
|
-
"byte_start":
|
|
381
|
-
"byte_end":
|
|
379
|
+
"line": 313,
|
|
380
|
+
"byte_start": 23025,
|
|
381
|
+
"byte_end": 24959,
|
|
382
382
|
"bytes": 1934,
|
|
383
383
|
"h3_count": 6
|
|
384
384
|
},
|
|
385
385
|
{
|
|
386
386
|
"name": "Compliance Theater Check",
|
|
387
387
|
"normalized_name": "compliance-theater-check",
|
|
388
|
-
"line":
|
|
389
|
-
"byte_start":
|
|
390
|
-
"byte_end":
|
|
391
|
-
"bytes":
|
|
388
|
+
"line": 356,
|
|
389
|
+
"byte_start": 24959,
|
|
390
|
+
"byte_end": 27420,
|
|
391
|
+
"bytes": 2461,
|
|
392
392
|
"h3_count": 0
|
|
393
393
|
}
|
|
394
394
|
]
|
|
395
395
|
},
|
|
396
396
|
"compliance-theater": {
|
|
397
397
|
"path": "skills/compliance-theater/skill.md",
|
|
398
|
-
"total_bytes":
|
|
399
|
-
"total_lines":
|
|
398
|
+
"total_bytes": 29641,
|
|
399
|
+
"total_lines": 375,
|
|
400
400
|
"frontmatter": {
|
|
401
401
|
"line_start": 1,
|
|
402
402
|
"line_end": 25,
|
|
@@ -445,43 +445,43 @@
|
|
|
445
445
|
"normalized_name": "exploit-availability-matrix",
|
|
446
446
|
"line": 91,
|
|
447
447
|
"byte_start": 9976,
|
|
448
|
-
"byte_end":
|
|
449
|
-
"bytes":
|
|
448
|
+
"byte_end": 11982,
|
|
449
|
+
"bytes": 2006,
|
|
450
450
|
"h3_count": 0
|
|
451
451
|
},
|
|
452
452
|
{
|
|
453
453
|
"name": "Theater Pattern Library",
|
|
454
454
|
"normalized_name": "theater-pattern-library",
|
|
455
|
-
"line":
|
|
456
|
-
"byte_start":
|
|
457
|
-
"byte_end":
|
|
458
|
-
"bytes":
|
|
455
|
+
"line": 110,
|
|
456
|
+
"byte_start": 11982,
|
|
457
|
+
"byte_end": 24719,
|
|
458
|
+
"bytes": 12737,
|
|
459
459
|
"h3_count": 7
|
|
460
460
|
},
|
|
461
461
|
{
|
|
462
462
|
"name": "Analysis Procedure",
|
|
463
463
|
"normalized_name": "analysis-procedure",
|
|
464
|
-
"line":
|
|
465
|
-
"byte_start":
|
|
466
|
-
"byte_end":
|
|
464
|
+
"line": 289,
|
|
465
|
+
"byte_start": 24719,
|
|
466
|
+
"byte_end": 25662,
|
|
467
467
|
"bytes": 943,
|
|
468
468
|
"h3_count": 4
|
|
469
469
|
},
|
|
470
470
|
{
|
|
471
471
|
"name": "Output Format",
|
|
472
472
|
"normalized_name": "output-format",
|
|
473
|
-
"line":
|
|
474
|
-
"byte_start":
|
|
475
|
-
"byte_end":
|
|
473
|
+
"line": 318,
|
|
474
|
+
"byte_start": 25662,
|
|
475
|
+
"byte_end": 26925,
|
|
476
476
|
"bytes": 1263,
|
|
477
477
|
"h3_count": 4
|
|
478
478
|
},
|
|
479
479
|
{
|
|
480
480
|
"name": "Compliance Theater Check",
|
|
481
481
|
"normalized_name": "compliance-theater-check",
|
|
482
|
-
"line":
|
|
483
|
-
"byte_start":
|
|
484
|
-
"byte_end":
|
|
482
|
+
"line": 350,
|
|
483
|
+
"byte_start": 26925,
|
|
484
|
+
"byte_end": 29641,
|
|
485
485
|
"bytes": 2716,
|
|
486
486
|
"h3_count": 0
|
|
487
487
|
}
|
|
@@ -489,8 +489,8 @@
|
|
|
489
489
|
},
|
|
490
490
|
"exploit-scoring": {
|
|
491
491
|
"path": "skills/exploit-scoring/skill.md",
|
|
492
|
-
"total_bytes":
|
|
493
|
-
"total_lines":
|
|
492
|
+
"total_bytes": 23932,
|
|
493
|
+
"total_lines": 357,
|
|
494
494
|
"frontmatter": {
|
|
495
495
|
"line_start": 1,
|
|
496
496
|
"line_end": 23,
|
|
@@ -539,61 +539,61 @@
|
|
|
539
539
|
"normalized_name": "exploit-availability-matrix",
|
|
540
540
|
"line": 82,
|
|
541
541
|
"byte_start": 7323,
|
|
542
|
-
"byte_end":
|
|
543
|
-
"bytes":
|
|
542
|
+
"byte_end": 9067,
|
|
543
|
+
"bytes": 1744,
|
|
544
544
|
"h3_count": 0
|
|
545
545
|
},
|
|
546
546
|
{
|
|
547
547
|
"name": "RWEP Formula",
|
|
548
548
|
"normalized_name": "rwep-formula",
|
|
549
|
-
"line":
|
|
550
|
-
"byte_start":
|
|
551
|
-
"byte_end":
|
|
549
|
+
"line": 99,
|
|
550
|
+
"byte_start": 9067,
|
|
551
|
+
"byte_end": 11933,
|
|
552
552
|
"bytes": 2866,
|
|
553
553
|
"h3_count": 1
|
|
554
554
|
},
|
|
555
555
|
{
|
|
556
556
|
"name": "Pre-Calculated RWEP Scores",
|
|
557
557
|
"normalized_name": "pre-calculated-rwep-scores",
|
|
558
|
-
"line":
|
|
559
|
-
"byte_start":
|
|
560
|
-
"byte_end":
|
|
561
|
-
"bytes":
|
|
562
|
-
"h3_count":
|
|
558
|
+
"line": 154,
|
|
559
|
+
"byte_start": 11933,
|
|
560
|
+
"byte_end": 17649,
|
|
561
|
+
"bytes": 5716,
|
|
562
|
+
"h3_count": 5
|
|
563
563
|
},
|
|
564
564
|
{
|
|
565
565
|
"name": "RWEP vs. CVSS Delta Analysis",
|
|
566
566
|
"normalized_name": "rwep-vs-cvss-delta-analysis",
|
|
567
|
-
"line":
|
|
568
|
-
"byte_start":
|
|
569
|
-
"byte_end":
|
|
567
|
+
"line": 248,
|
|
568
|
+
"byte_start": 17649,
|
|
569
|
+
"byte_end": 19158,
|
|
570
570
|
"bytes": 1509,
|
|
571
571
|
"h3_count": 0
|
|
572
572
|
},
|
|
573
573
|
{
|
|
574
574
|
"name": "Analysis Procedure",
|
|
575
575
|
"normalized_name": "analysis-procedure",
|
|
576
|
-
"line":
|
|
577
|
-
"byte_start":
|
|
578
|
-
"byte_end":
|
|
576
|
+
"line": 272,
|
|
577
|
+
"byte_start": 19158,
|
|
578
|
+
"byte_end": 20849,
|
|
579
579
|
"bytes": 1691,
|
|
580
580
|
"h3_count": 4
|
|
581
581
|
},
|
|
582
582
|
{
|
|
583
583
|
"name": "Output Format",
|
|
584
584
|
"normalized_name": "output-format",
|
|
585
|
-
"line":
|
|
586
|
-
"byte_start":
|
|
587
|
-
"byte_end":
|
|
585
|
+
"line": 310,
|
|
586
|
+
"byte_start": 20849,
|
|
587
|
+
"byte_end": 21903,
|
|
588
588
|
"bytes": 1054,
|
|
589
589
|
"h3_count": 4
|
|
590
590
|
},
|
|
591
591
|
{
|
|
592
592
|
"name": "Compliance Theater Check",
|
|
593
593
|
"normalized_name": "compliance-theater-check",
|
|
594
|
-
"line":
|
|
595
|
-
"byte_start":
|
|
596
|
-
"byte_end":
|
|
594
|
+
"line": 348,
|
|
595
|
+
"byte_start": 21903,
|
|
596
|
+
"byte_end": 23932,
|
|
597
597
|
"bytes": 2029,
|
|
598
598
|
"h3_count": 0
|
|
599
599
|
}
|
|
@@ -955,8 +955,8 @@
|
|
|
955
955
|
},
|
|
956
956
|
"threat-model-currency": {
|
|
957
957
|
"path": "skills/threat-model-currency/skill.md",
|
|
958
|
-
"total_bytes":
|
|
959
|
-
"total_lines":
|
|
958
|
+
"total_bytes": 27335,
|
|
959
|
+
"total_lines": 411,
|
|
960
960
|
"frontmatter": {
|
|
961
961
|
"line_start": 1,
|
|
962
962
|
"line_end": 26,
|
|
@@ -987,79 +987,79 @@
|
|
|
987
987
|
"normalized_name": "the-14-threat-class-checklist",
|
|
988
988
|
"line": 42,
|
|
989
989
|
"byte_start": 2015,
|
|
990
|
-
"byte_end":
|
|
991
|
-
"bytes":
|
|
990
|
+
"byte_end": 13135,
|
|
991
|
+
"bytes": 11120,
|
|
992
992
|
"h3_count": 14
|
|
993
993
|
},
|
|
994
994
|
{
|
|
995
995
|
"name": "Threat Context",
|
|
996
996
|
"normalized_name": "threat-context",
|
|
997
|
-
"line":
|
|
998
|
-
"byte_start":
|
|
999
|
-
"byte_end":
|
|
997
|
+
"line": 227,
|
|
998
|
+
"byte_start": 13135,
|
|
999
|
+
"byte_end": 14966,
|
|
1000
1000
|
"bytes": 1831,
|
|
1001
1001
|
"h3_count": 0
|
|
1002
1002
|
},
|
|
1003
1003
|
{
|
|
1004
1004
|
"name": "Framework Lag Declaration",
|
|
1005
1005
|
"normalized_name": "framework-lag-declaration",
|
|
1006
|
-
"line":
|
|
1007
|
-
"byte_start":
|
|
1008
|
-
"byte_end":
|
|
1006
|
+
"line": 241,
|
|
1007
|
+
"byte_start": 14966,
|
|
1008
|
+
"byte_end": 17554,
|
|
1009
1009
|
"bytes": 2588,
|
|
1010
1010
|
"h3_count": 0
|
|
1011
1011
|
},
|
|
1012
1012
|
{
|
|
1013
1013
|
"name": "TTP Mapping",
|
|
1014
1014
|
"normalized_name": "ttp-mapping",
|
|
1015
|
-
"line":
|
|
1016
|
-
"byte_start":
|
|
1017
|
-
"byte_end":
|
|
1018
|
-
"bytes":
|
|
1015
|
+
"line": 263,
|
|
1016
|
+
"byte_start": 17554,
|
|
1017
|
+
"byte_end": 20651,
|
|
1018
|
+
"bytes": 3097,
|
|
1019
1019
|
"h3_count": 0
|
|
1020
1020
|
},
|
|
1021
1021
|
{
|
|
1022
1022
|
"name": "Exploit Availability Matrix",
|
|
1023
1023
|
"normalized_name": "exploit-availability-matrix",
|
|
1024
|
-
"line":
|
|
1025
|
-
"byte_start":
|
|
1026
|
-
"byte_end":
|
|
1027
|
-
"bytes":
|
|
1024
|
+
"line": 288,
|
|
1025
|
+
"byte_start": 20651,
|
|
1026
|
+
"byte_end": 23000,
|
|
1027
|
+
"bytes": 2349,
|
|
1028
1028
|
"h3_count": 0
|
|
1029
1029
|
},
|
|
1030
1030
|
{
|
|
1031
1031
|
"name": "Compliance Theater Check",
|
|
1032
1032
|
"normalized_name": "compliance-theater-check",
|
|
1033
|
-
"line":
|
|
1034
|
-
"byte_start":
|
|
1035
|
-
"byte_end":
|
|
1033
|
+
"line": 307,
|
|
1034
|
+
"byte_start": 23000,
|
|
1035
|
+
"byte_end": 24568,
|
|
1036
1036
|
"bytes": 1568,
|
|
1037
1037
|
"h3_count": 0
|
|
1038
1038
|
},
|
|
1039
1039
|
{
|
|
1040
1040
|
"name": "Scoring",
|
|
1041
1041
|
"normalized_name": "scoring",
|
|
1042
|
-
"line":
|
|
1043
|
-
"byte_start":
|
|
1044
|
-
"byte_end":
|
|
1042
|
+
"line": 323,
|
|
1043
|
+
"byte_start": 24568,
|
|
1044
|
+
"byte_end": 25110,
|
|
1045
1045
|
"bytes": 542,
|
|
1046
1046
|
"h3_count": 0
|
|
1047
1047
|
},
|
|
1048
1048
|
{
|
|
1049
1049
|
"name": "Analysis Procedure",
|
|
1050
1050
|
"normalized_name": "analysis-procedure",
|
|
1051
|
-
"line":
|
|
1052
|
-
"byte_start":
|
|
1053
|
-
"byte_end":
|
|
1051
|
+
"line": 342,
|
|
1052
|
+
"byte_start": 25110,
|
|
1053
|
+
"byte_end": 26040,
|
|
1054
1054
|
"bytes": 930,
|
|
1055
1055
|
"h3_count": 4
|
|
1056
1056
|
},
|
|
1057
1057
|
{
|
|
1058
1058
|
"name": "Output Format",
|
|
1059
1059
|
"normalized_name": "output-format",
|
|
1060
|
-
"line":
|
|
1061
|
-
"byte_start":
|
|
1062
|
-
"byte_end":
|
|
1060
|
+
"line": 374,
|
|
1061
|
+
"byte_start": 26040,
|
|
1062
|
+
"byte_end": 27335,
|
|
1063
1063
|
"bytes": 1295,
|
|
1064
1064
|
"h3_count": 4
|
|
1065
1065
|
}
|
|
@@ -1170,8 +1170,8 @@
|
|
|
1170
1170
|
},
|
|
1171
1171
|
"zeroday-gap-learn": {
|
|
1172
1172
|
"path": "skills/zeroday-gap-learn/skill.md",
|
|
1173
|
-
"total_bytes":
|
|
1174
|
-
"total_lines":
|
|
1173
|
+
"total_bytes": 37109,
|
|
1174
|
+
"total_lines": 444,
|
|
1175
1175
|
"frontmatter": {
|
|
1176
1176
|
"line_start": 1,
|
|
1177
1177
|
"line_end": 27,
|
|
@@ -1220,52 +1220,52 @@
|
|
|
1220
1220
|
"normalized_name": "exploit-availability-matrix",
|
|
1221
1221
|
"line": 89,
|
|
1222
1222
|
"byte_start": 7220,
|
|
1223
|
-
"byte_end":
|
|
1224
|
-
"bytes":
|
|
1223
|
+
"byte_end": 10022,
|
|
1224
|
+
"bytes": 2802,
|
|
1225
1225
|
"h3_count": 0
|
|
1226
1226
|
},
|
|
1227
1227
|
{
|
|
1228
1228
|
"name": "The Learning Loop",
|
|
1229
1229
|
"normalized_name": "the-learning-loop",
|
|
1230
|
-
"line":
|
|
1231
|
-
"byte_start":
|
|
1232
|
-
"byte_end":
|
|
1230
|
+
"line": 108,
|
|
1231
|
+
"byte_start": 10022,
|
|
1232
|
+
"byte_end": 11439,
|
|
1233
1233
|
"bytes": 1417,
|
|
1234
1234
|
"h3_count": 0
|
|
1235
1235
|
},
|
|
1236
1236
|
{
|
|
1237
1237
|
"name": "Pre-Run Lessons (Encoded from Documented Zero-Days)",
|
|
1238
1238
|
"normalized_name": "pre-run-lessons-encoded-from-documented-zero-days",
|
|
1239
|
-
"line":
|
|
1240
|
-
"byte_start":
|
|
1241
|
-
"byte_end":
|
|
1242
|
-
"bytes":
|
|
1243
|
-
"h3_count":
|
|
1239
|
+
"line": 146,
|
|
1240
|
+
"byte_start": 11439,
|
|
1241
|
+
"byte_end": 32290,
|
|
1242
|
+
"bytes": 20851,
|
|
1243
|
+
"h3_count": 8
|
|
1244
1244
|
},
|
|
1245
1245
|
{
|
|
1246
1246
|
"name": "Analysis Procedure for New Zero-Days",
|
|
1247
1247
|
"normalized_name": "analysis-procedure",
|
|
1248
|
-
"line":
|
|
1249
|
-
"byte_start":
|
|
1250
|
-
"byte_end":
|
|
1248
|
+
"line": 338,
|
|
1249
|
+
"byte_start": 32290,
|
|
1250
|
+
"byte_end": 34412,
|
|
1251
1251
|
"bytes": 2122,
|
|
1252
1252
|
"h3_count": 6
|
|
1253
1253
|
},
|
|
1254
1254
|
{
|
|
1255
1255
|
"name": "Output Format",
|
|
1256
1256
|
"normalized_name": "output-format",
|
|
1257
|
-
"line":
|
|
1258
|
-
"byte_start":
|
|
1259
|
-
"byte_end":
|
|
1257
|
+
"line": 398,
|
|
1258
|
+
"byte_start": 34412,
|
|
1259
|
+
"byte_end": 35271,
|
|
1260
1260
|
"bytes": 859,
|
|
1261
1261
|
"h3_count": 7
|
|
1262
1262
|
},
|
|
1263
1263
|
{
|
|
1264
1264
|
"name": "Compliance Theater Check",
|
|
1265
1265
|
"normalized_name": "compliance-theater-check",
|
|
1266
|
-
"line":
|
|
1267
|
-
"byte_start":
|
|
1268
|
-
"byte_end":
|
|
1266
|
+
"line": 435,
|
|
1267
|
+
"byte_start": 35271,
|
|
1268
|
+
"byte_end": 37109,
|
|
1269
1269
|
"bytes": 1838,
|
|
1270
1270
|
"h3_count": 0
|
|
1271
1271
|
}
|
|
@@ -2594,7 +2594,7 @@
|
|
|
2594
2594
|
},
|
|
2595
2595
|
"webapp-security": {
|
|
2596
2596
|
"path": "skills/webapp-security/skill.md",
|
|
2597
|
-
"total_bytes":
|
|
2597
|
+
"total_bytes": 28798,
|
|
2598
2598
|
"total_lines": 285,
|
|
2599
2599
|
"frontmatter": {
|
|
2600
2600
|
"line_start": 1,
|
|
@@ -2608,16 +2608,16 @@
|
|
|
2608
2608
|
"normalized_name": "threat-context",
|
|
2609
2609
|
"line": 76,
|
|
2610
2610
|
"byte_start": 1387,
|
|
2611
|
-
"byte_end":
|
|
2612
|
-
"bytes":
|
|
2611
|
+
"byte_end": 4837,
|
|
2612
|
+
"bytes": 3450,
|
|
2613
2613
|
"h3_count": 0
|
|
2614
2614
|
},
|
|
2615
2615
|
{
|
|
2616
2616
|
"name": "Framework Lag Declaration",
|
|
2617
2617
|
"normalized_name": "framework-lag-declaration",
|
|
2618
2618
|
"line": 90,
|
|
2619
|
-
"byte_start":
|
|
2620
|
-
"byte_end":
|
|
2619
|
+
"byte_start": 4837,
|
|
2620
|
+
"byte_end": 8398,
|
|
2621
2621
|
"bytes": 3561,
|
|
2622
2622
|
"h3_count": 0
|
|
2623
2623
|
},
|
|
@@ -2625,8 +2625,8 @@
|
|
|
2625
2625
|
"name": "TTP Mapping (MITRE ATT&CK Enterprise + ATLAS v5.1.0)",
|
|
2626
2626
|
"normalized_name": "ttp-mapping",
|
|
2627
2627
|
"line": 110,
|
|
2628
|
-
"byte_start":
|
|
2629
|
-
"byte_end":
|
|
2628
|
+
"byte_start": 8398,
|
|
2629
|
+
"byte_end": 9916,
|
|
2630
2630
|
"bytes": 1518,
|
|
2631
2631
|
"h3_count": 0
|
|
2632
2632
|
},
|
|
@@ -2634,8 +2634,8 @@
|
|
|
2634
2634
|
"name": "Exploit Availability Matrix",
|
|
2635
2635
|
"normalized_name": "exploit-availability-matrix",
|
|
2636
2636
|
"line": 122,
|
|
2637
|
-
"byte_start":
|
|
2638
|
-
"byte_end":
|
|
2637
|
+
"byte_start": 9916,
|
|
2638
|
+
"byte_end": 13362,
|
|
2639
2639
|
"bytes": 3446,
|
|
2640
2640
|
"h3_count": 0
|
|
2641
2641
|
},
|
|
@@ -2643,8 +2643,8 @@
|
|
|
2643
2643
|
"name": "Analysis Procedure",
|
|
2644
2644
|
"normalized_name": "analysis-procedure",
|
|
2645
2645
|
"line": 140,
|
|
2646
|
-
"byte_start":
|
|
2647
|
-
"byte_end":
|
|
2646
|
+
"byte_start": 13362,
|
|
2647
|
+
"byte_end": 19965,
|
|
2648
2648
|
"bytes": 6603,
|
|
2649
2649
|
"h3_count": 1
|
|
2650
2650
|
},
|
|
@@ -2652,8 +2652,8 @@
|
|
|
2652
2652
|
"name": "Output Format",
|
|
2653
2653
|
"normalized_name": "output-format",
|
|
2654
2654
|
"line": 188,
|
|
2655
|
-
"byte_start":
|
|
2656
|
-
"byte_end":
|
|
2655
|
+
"byte_start": 19965,
|
|
2656
|
+
"byte_end": 23107,
|
|
2657
2657
|
"bytes": 3142,
|
|
2658
2658
|
"h3_count": 6
|
|
2659
2659
|
},
|
|
@@ -2661,8 +2661,8 @@
|
|
|
2661
2661
|
"name": "Compliance Theater Check",
|
|
2662
2662
|
"normalized_name": "compliance-theater-check",
|
|
2663
2663
|
"line": 247,
|
|
2664
|
-
"byte_start":
|
|
2665
|
-
"byte_end":
|
|
2664
|
+
"byte_start": 23107,
|
|
2665
|
+
"byte_end": 25084,
|
|
2666
2666
|
"bytes": 1977,
|
|
2667
2667
|
"h3_count": 0
|
|
2668
2668
|
},
|
|
@@ -2670,8 +2670,8 @@
|
|
|
2670
2670
|
"name": "Defensive Countermeasure Mapping",
|
|
2671
2671
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
2672
2672
|
"line": 261,
|
|
2673
|
-
"byte_start":
|
|
2674
|
-
"byte_end":
|
|
2673
|
+
"byte_start": 25084,
|
|
2674
|
+
"byte_end": 27603,
|
|
2675
2675
|
"bytes": 2519,
|
|
2676
2676
|
"h3_count": 0
|
|
2677
2677
|
},
|
|
@@ -2679,8 +2679,8 @@
|
|
|
2679
2679
|
"name": "Hand-Off / Related Skills",
|
|
2680
2680
|
"normalized_name": "hand-off",
|
|
2681
2681
|
"line": 275,
|
|
2682
|
-
"byte_start":
|
|
2683
|
-
"byte_end":
|
|
2682
|
+
"byte_start": 27603,
|
|
2683
|
+
"byte_end": 28798,
|
|
2684
2684
|
"bytes": 1195,
|
|
2685
2685
|
"h3_count": 0
|
|
2686
2686
|
}
|