@blamejs/exceptd-skills 0.13.60 → 0.13.62
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 +25 -0
- package/README.md +4 -2
- package/agents/README.md +5 -7
- package/data/_indexes/_meta.json +13 -13
- package/data/_indexes/catalog-summaries.json +1 -1
- package/data/_indexes/handoff-dag.json +3 -2
- package/data/_indexes/section-offsets.json +181 -172
- package/data/_indexes/token-budget.json +64 -59
- package/manifest.json +54 -54
- package/package.json +2 -2
- package/sbom.cdx.json +39 -39
- package/scripts/builders/catalog-summaries.js +1 -1
- package/skills/attack-surface-pentest/skill.md +3 -3
- package/skills/compliance-theater/skill.md +2 -2
- package/skills/framework-gap-analysis/skill.md +2 -2
- package/skills/incident-response-playbook/skill.md +3 -3
- package/skills/mlops-security/skill.md +3 -3
- package/skills/policy-exception-gen/skill.md +2 -2
- package/skills/pqc-first/skill.md +23 -2
- package/skills/rag-pipeline-security/skill.md +2 -2
- package/skills/ransomware-response/skill.md +2 -2
- package/skills/skill-update-loop/skill.md +4 -4
|
@@ -301,7 +301,7 @@
|
|
|
301
301
|
},
|
|
302
302
|
"framework-gap-analysis": {
|
|
303
303
|
"path": "skills/framework-gap-analysis/skill.md",
|
|
304
|
-
"total_bytes":
|
|
304
|
+
"total_bytes": 32006,
|
|
305
305
|
"total_lines": 406,
|
|
306
306
|
"frontmatter": {
|
|
307
307
|
"line_start": 1,
|
|
@@ -333,16 +333,16 @@
|
|
|
333
333
|
"normalized_name": "ttp-mapping",
|
|
334
334
|
"line": 70,
|
|
335
335
|
"byte_start": 5906,
|
|
336
|
-
"byte_end":
|
|
337
|
-
"bytes":
|
|
336
|
+
"byte_end": 7990,
|
|
337
|
+
"bytes": 2084,
|
|
338
338
|
"h3_count": 0
|
|
339
339
|
},
|
|
340
340
|
{
|
|
341
341
|
"name": "Exploit Availability Matrix",
|
|
342
342
|
"normalized_name": "exploit-availability-matrix",
|
|
343
343
|
"line": 89,
|
|
344
|
-
"byte_start":
|
|
345
|
-
"byte_end":
|
|
344
|
+
"byte_start": 7990,
|
|
345
|
+
"byte_end": 9526,
|
|
346
346
|
"bytes": 1536,
|
|
347
347
|
"h3_count": 0
|
|
348
348
|
},
|
|
@@ -350,8 +350,8 @@
|
|
|
350
350
|
"name": "Built-In Gap Catalog",
|
|
351
351
|
"normalized_name": "built-in-gap-catalog",
|
|
352
352
|
"line": 103,
|
|
353
|
-
"byte_start":
|
|
354
|
-
"byte_end":
|
|
353
|
+
"byte_start": 9526,
|
|
354
|
+
"byte_end": 20205,
|
|
355
355
|
"bytes": 10679,
|
|
356
356
|
"h3_count": 9
|
|
357
357
|
},
|
|
@@ -359,8 +359,8 @@
|
|
|
359
359
|
"name": "Analysis Procedure",
|
|
360
360
|
"normalized_name": "analysis-procedure",
|
|
361
361
|
"line": 235,
|
|
362
|
-
"byte_start":
|
|
363
|
-
"byte_end":
|
|
362
|
+
"byte_start": 20205,
|
|
363
|
+
"byte_end": 21923,
|
|
364
364
|
"bytes": 1718,
|
|
365
365
|
"h3_count": 9
|
|
366
366
|
},
|
|
@@ -368,8 +368,8 @@
|
|
|
368
368
|
"name": "Universal Gaps (No Framework Covers These Adequately)",
|
|
369
369
|
"normalized_name": "universal-gaps-no-framework-covers-these-adequately",
|
|
370
370
|
"line": 293,
|
|
371
|
-
"byte_start":
|
|
372
|
-
"byte_end":
|
|
371
|
+
"byte_start": 21923,
|
|
372
|
+
"byte_end": 23018,
|
|
373
373
|
"bytes": 1095,
|
|
374
374
|
"h3_count": 0
|
|
375
375
|
},
|
|
@@ -377,8 +377,8 @@
|
|
|
377
377
|
"name": "Output Format",
|
|
378
378
|
"normalized_name": "output-format",
|
|
379
379
|
"line": 313,
|
|
380
|
-
"byte_start":
|
|
381
|
-
"byte_end":
|
|
380
|
+
"byte_start": 23018,
|
|
381
|
+
"byte_end": 24952,
|
|
382
382
|
"bytes": 1934,
|
|
383
383
|
"h3_count": 6
|
|
384
384
|
},
|
|
@@ -386,8 +386,8 @@
|
|
|
386
386
|
"name": "Compliance Theater Check",
|
|
387
387
|
"normalized_name": "compliance-theater-check",
|
|
388
388
|
"line": 356,
|
|
389
|
-
"byte_start":
|
|
390
|
-
"byte_end":
|
|
389
|
+
"byte_start": 24952,
|
|
390
|
+
"byte_end": 27419,
|
|
391
391
|
"bytes": 2467,
|
|
392
392
|
"h3_count": 0
|
|
393
393
|
},
|
|
@@ -395,8 +395,8 @@
|
|
|
395
395
|
"name": "Defensive Countermeasure Mapping",
|
|
396
396
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
397
397
|
"line": 382,
|
|
398
|
-
"byte_start":
|
|
399
|
-
"byte_end":
|
|
398
|
+
"byte_start": 27419,
|
|
399
|
+
"byte_end": 32006,
|
|
400
400
|
"bytes": 4587,
|
|
401
401
|
"h3_count": 0
|
|
402
402
|
}
|
|
@@ -404,7 +404,7 @@
|
|
|
404
404
|
},
|
|
405
405
|
"compliance-theater": {
|
|
406
406
|
"path": "skills/compliance-theater/skill.md",
|
|
407
|
-
"total_bytes":
|
|
407
|
+
"total_bytes": 38659,
|
|
408
408
|
"total_lines": 409,
|
|
409
409
|
"frontmatter": {
|
|
410
410
|
"line_start": 1,
|
|
@@ -445,16 +445,16 @@
|
|
|
445
445
|
"normalized_name": "ttp-mapping",
|
|
446
446
|
"line": 81,
|
|
447
447
|
"byte_start": 12106,
|
|
448
|
-
"byte_end":
|
|
449
|
-
"bytes":
|
|
448
|
+
"byte_end": 14311,
|
|
449
|
+
"bytes": 2205,
|
|
450
450
|
"h3_count": 0
|
|
451
451
|
},
|
|
452
452
|
{
|
|
453
453
|
"name": "Exploit Availability Matrix",
|
|
454
454
|
"normalized_name": "exploit-availability-matrix",
|
|
455
455
|
"line": 99,
|
|
456
|
-
"byte_start":
|
|
457
|
-
"byte_end":
|
|
456
|
+
"byte_start": 14311,
|
|
457
|
+
"byte_end": 16317,
|
|
458
458
|
"bytes": 2006,
|
|
459
459
|
"h3_count": 0
|
|
460
460
|
},
|
|
@@ -462,8 +462,8 @@
|
|
|
462
462
|
"name": "Theater Pattern Library",
|
|
463
463
|
"normalized_name": "theater-pattern-library",
|
|
464
464
|
"line": 118,
|
|
465
|
-
"byte_start":
|
|
466
|
-
"byte_end":
|
|
465
|
+
"byte_start": 16317,
|
|
466
|
+
"byte_end": 29054,
|
|
467
467
|
"bytes": 12737,
|
|
468
468
|
"h3_count": 7
|
|
469
469
|
},
|
|
@@ -471,8 +471,8 @@
|
|
|
471
471
|
"name": "Analysis Procedure",
|
|
472
472
|
"normalized_name": "analysis-procedure",
|
|
473
473
|
"line": 297,
|
|
474
|
-
"byte_start":
|
|
475
|
-
"byte_end":
|
|
474
|
+
"byte_start": 29054,
|
|
475
|
+
"byte_end": 29997,
|
|
476
476
|
"bytes": 943,
|
|
477
477
|
"h3_count": 4
|
|
478
478
|
},
|
|
@@ -480,8 +480,8 @@
|
|
|
480
480
|
"name": "Output Format",
|
|
481
481
|
"normalized_name": "output-format",
|
|
482
482
|
"line": 326,
|
|
483
|
-
"byte_start":
|
|
484
|
-
"byte_end":
|
|
483
|
+
"byte_start": 29997,
|
|
484
|
+
"byte_end": 31967,
|
|
485
485
|
"bytes": 1970,
|
|
486
486
|
"h3_count": 4
|
|
487
487
|
},
|
|
@@ -489,8 +489,8 @@
|
|
|
489
489
|
"name": "Compliance Theater Check",
|
|
490
490
|
"normalized_name": "compliance-theater-check",
|
|
491
491
|
"line": 360,
|
|
492
|
-
"byte_start":
|
|
493
|
-
"byte_end":
|
|
492
|
+
"byte_start": 31967,
|
|
493
|
+
"byte_end": 34689,
|
|
494
494
|
"bytes": 2722,
|
|
495
495
|
"h3_count": 0
|
|
496
496
|
},
|
|
@@ -498,8 +498,8 @@
|
|
|
498
498
|
"name": "Defensive Countermeasure Mapping",
|
|
499
499
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
500
500
|
"line": 388,
|
|
501
|
-
"byte_start":
|
|
502
|
-
"byte_end":
|
|
501
|
+
"byte_start": 34689,
|
|
502
|
+
"byte_end": 38659,
|
|
503
503
|
"bytes": 3970,
|
|
504
504
|
"h3_count": 0
|
|
505
505
|
}
|
|
@@ -888,7 +888,7 @@
|
|
|
888
888
|
},
|
|
889
889
|
"policy-exception-gen": {
|
|
890
890
|
"path": "skills/policy-exception-gen/skill.md",
|
|
891
|
-
"total_bytes":
|
|
891
|
+
"total_bytes": 36832,
|
|
892
892
|
"total_lines": 479,
|
|
893
893
|
"frontmatter": {
|
|
894
894
|
"line_start": 1,
|
|
@@ -929,16 +929,16 @@
|
|
|
929
929
|
"normalized_name": "ttp-mapping",
|
|
930
930
|
"line": 91,
|
|
931
931
|
"byte_start": 9601,
|
|
932
|
-
"byte_end":
|
|
933
|
-
"bytes":
|
|
932
|
+
"byte_end": 11544,
|
|
933
|
+
"bytes": 1943,
|
|
934
934
|
"h3_count": 0
|
|
935
935
|
},
|
|
936
936
|
{
|
|
937
937
|
"name": "Exploit Availability Matrix",
|
|
938
938
|
"normalized_name": "exploit-availability-matrix",
|
|
939
939
|
"line": 106,
|
|
940
|
-
"byte_start":
|
|
941
|
-
"byte_end":
|
|
940
|
+
"byte_start": 11544,
|
|
941
|
+
"byte_end": 13568,
|
|
942
942
|
"bytes": 2024,
|
|
943
943
|
"h3_count": 0
|
|
944
944
|
},
|
|
@@ -946,8 +946,8 @@
|
|
|
946
946
|
"name": "Exception Template Library",
|
|
947
947
|
"normalized_name": "exception-template-library",
|
|
948
948
|
"line": 122,
|
|
949
|
-
"byte_start":
|
|
950
|
-
"byte_end":
|
|
949
|
+
"byte_start": 13568,
|
|
950
|
+
"byte_end": 26786,
|
|
951
951
|
"bytes": 13218,
|
|
952
952
|
"h3_count": 4
|
|
953
953
|
},
|
|
@@ -955,8 +955,8 @@
|
|
|
955
955
|
"name": "Analysis Procedure",
|
|
956
956
|
"normalized_name": "analysis-procedure",
|
|
957
957
|
"line": 372,
|
|
958
|
-
"byte_start":
|
|
959
|
-
"byte_end":
|
|
958
|
+
"byte_start": 26786,
|
|
959
|
+
"byte_end": 28331,
|
|
960
960
|
"bytes": 1545,
|
|
961
961
|
"h3_count": 6
|
|
962
962
|
},
|
|
@@ -964,8 +964,8 @@
|
|
|
964
964
|
"name": "Output Format",
|
|
965
965
|
"normalized_name": "output-format",
|
|
966
966
|
"line": 414,
|
|
967
|
-
"byte_start":
|
|
968
|
-
"byte_end":
|
|
967
|
+
"byte_start": 28331,
|
|
968
|
+
"byte_end": 28694,
|
|
969
969
|
"bytes": 363,
|
|
970
970
|
"h3_count": 0
|
|
971
971
|
},
|
|
@@ -973,8 +973,8 @@
|
|
|
973
973
|
"name": "Compliance Theater Check",
|
|
974
974
|
"normalized_name": "compliance-theater-check",
|
|
975
975
|
"line": 427,
|
|
976
|
-
"byte_start":
|
|
977
|
-
"byte_end":
|
|
976
|
+
"byte_start": 28694,
|
|
977
|
+
"byte_end": 31882,
|
|
978
978
|
"bytes": 3188,
|
|
979
979
|
"h3_count": 0
|
|
980
980
|
},
|
|
@@ -982,8 +982,8 @@
|
|
|
982
982
|
"name": "Defensive Countermeasure Mapping",
|
|
983
983
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
984
984
|
"line": 455,
|
|
985
|
-
"byte_start":
|
|
986
|
-
"byte_end":
|
|
985
|
+
"byte_start": 31882,
|
|
986
|
+
"byte_end": 36832,
|
|
987
987
|
"bytes": 4950,
|
|
988
988
|
"h3_count": 0
|
|
989
989
|
}
|
|
@@ -1327,8 +1327,8 @@
|
|
|
1327
1327
|
},
|
|
1328
1328
|
"pqc-first": {
|
|
1329
1329
|
"path": "skills/pqc-first/skill.md",
|
|
1330
|
-
"total_bytes":
|
|
1331
|
-
"total_lines":
|
|
1330
|
+
"total_bytes": 37988,
|
|
1331
|
+
"total_lines": 572,
|
|
1332
1332
|
"frontmatter": {
|
|
1333
1333
|
"line_start": 1,
|
|
1334
1334
|
"line_end": 57,
|
|
@@ -1359,16 +1359,16 @@
|
|
|
1359
1359
|
"normalized_name": "ttp-mapping",
|
|
1360
1360
|
"line": 134,
|
|
1361
1361
|
"byte_start": 12114,
|
|
1362
|
-
"byte_end":
|
|
1363
|
-
"bytes":
|
|
1362
|
+
"byte_end": 14236,
|
|
1363
|
+
"bytes": 2122,
|
|
1364
1364
|
"h3_count": 0
|
|
1365
1365
|
},
|
|
1366
1366
|
{
|
|
1367
1367
|
"name": "Exploit Availability Matrix",
|
|
1368
1368
|
"normalized_name": "exploit-availability-matrix",
|
|
1369
1369
|
"line": 151,
|
|
1370
|
-
"byte_start":
|
|
1371
|
-
"byte_end":
|
|
1370
|
+
"byte_start": 14236,
|
|
1371
|
+
"byte_end": 16708,
|
|
1372
1372
|
"bytes": 2472,
|
|
1373
1373
|
"h3_count": 0
|
|
1374
1374
|
},
|
|
@@ -1376,8 +1376,8 @@
|
|
|
1376
1376
|
"name": "Core Principle",
|
|
1377
1377
|
"normalized_name": "core-principle",
|
|
1378
1378
|
"line": 167,
|
|
1379
|
-
"byte_start":
|
|
1380
|
-
"byte_end":
|
|
1379
|
+
"byte_start": 16708,
|
|
1380
|
+
"byte_end": 17435,
|
|
1381
1381
|
"bytes": 727,
|
|
1382
1382
|
"h3_count": 0
|
|
1383
1383
|
},
|
|
@@ -1385,8 +1385,8 @@
|
|
|
1385
1385
|
"name": "Version Gates — Non-Negotiable Minimums",
|
|
1386
1386
|
"normalized_name": "version-gates-non-negotiable-minimums",
|
|
1387
1387
|
"line": 179,
|
|
1388
|
-
"byte_start":
|
|
1389
|
-
"byte_end":
|
|
1388
|
+
"byte_start": 17435,
|
|
1389
|
+
"byte_end": 19869,
|
|
1390
1390
|
"bytes": 2434,
|
|
1391
1391
|
"h3_count": 7
|
|
1392
1392
|
},
|
|
@@ -1394,8 +1394,8 @@
|
|
|
1394
1394
|
"name": "Algorithm Registry",
|
|
1395
1395
|
"normalized_name": "algorithm-registry",
|
|
1396
1396
|
"line": 256,
|
|
1397
|
-
"byte_start":
|
|
1398
|
-
"byte_end":
|
|
1397
|
+
"byte_start": 19869,
|
|
1398
|
+
"byte_end": 23438,
|
|
1399
1399
|
"bytes": 3569,
|
|
1400
1400
|
"h3_count": 4
|
|
1401
1401
|
},
|
|
@@ -1403,8 +1403,8 @@
|
|
|
1403
1403
|
"name": "Hybrid Construction Requirements",
|
|
1404
1404
|
"normalized_name": "hybrid-construction-requirements",
|
|
1405
1405
|
"line": 329,
|
|
1406
|
-
"byte_start":
|
|
1407
|
-
"byte_end":
|
|
1406
|
+
"byte_start": 23438,
|
|
1407
|
+
"byte_end": 24710,
|
|
1408
1408
|
"bytes": 1272,
|
|
1409
1409
|
"h3_count": 3
|
|
1410
1410
|
},
|
|
@@ -1412,8 +1412,8 @@
|
|
|
1412
1412
|
"name": "Harvest-Now-Decrypt-Later (HNDL) Threat Assessment",
|
|
1413
1413
|
"normalized_name": "harvest-now-decrypt-later-hndl-threat-assessment",
|
|
1414
1414
|
"line": 372,
|
|
1415
|
-
"byte_start":
|
|
1416
|
-
"byte_end":
|
|
1415
|
+
"byte_start": 24710,
|
|
1416
|
+
"byte_end": 26341,
|
|
1417
1417
|
"bytes": 1631,
|
|
1418
1418
|
"h3_count": 2
|
|
1419
1419
|
},
|
|
@@ -1421,8 +1421,8 @@
|
|
|
1421
1421
|
"name": "Loopback Learning — Standards Evolution Tracking",
|
|
1422
1422
|
"normalized_name": "loopback-learning-standards-evolution-tracking",
|
|
1423
1423
|
"line": 405,
|
|
1424
|
-
"byte_start":
|
|
1425
|
-
"byte_end":
|
|
1424
|
+
"byte_start": 26341,
|
|
1425
|
+
"byte_end": 28886,
|
|
1426
1426
|
"bytes": 2545,
|
|
1427
1427
|
"h3_count": 2
|
|
1428
1428
|
},
|
|
@@ -1430,8 +1430,8 @@
|
|
|
1430
1430
|
"name": "Framework Coverage",
|
|
1431
1431
|
"normalized_name": "framework-coverage",
|
|
1432
1432
|
"line": 450,
|
|
1433
|
-
"byte_start":
|
|
1434
|
-
"byte_end":
|
|
1433
|
+
"byte_start": 28886,
|
|
1434
|
+
"byte_end": 30484,
|
|
1435
1435
|
"bytes": 1598,
|
|
1436
1436
|
"h3_count": 1
|
|
1437
1437
|
},
|
|
@@ -1439,8 +1439,8 @@
|
|
|
1439
1439
|
"name": "Analysis Procedure",
|
|
1440
1440
|
"normalized_name": "analysis-procedure",
|
|
1441
1441
|
"line": 471,
|
|
1442
|
-
"byte_start":
|
|
1443
|
-
"byte_end":
|
|
1442
|
+
"byte_start": 30484,
|
|
1443
|
+
"byte_end": 31983,
|
|
1444
1444
|
"bytes": 1499,
|
|
1445
1445
|
"h3_count": 5
|
|
1446
1446
|
},
|
|
@@ -1448,17 +1448,26 @@
|
|
|
1448
1448
|
"name": "Output Format",
|
|
1449
1449
|
"normalized_name": "output-format",
|
|
1450
1450
|
"line": 515,
|
|
1451
|
-
"byte_start":
|
|
1452
|
-
"byte_end":
|
|
1451
|
+
"byte_start": 31983,
|
|
1452
|
+
"byte_end": 33460,
|
|
1453
1453
|
"bytes": 1477,
|
|
1454
1454
|
"h3_count": 6
|
|
1455
1455
|
},
|
|
1456
|
+
{
|
|
1457
|
+
"name": "Defensive Countermeasure Mapping",
|
|
1458
|
+
"normalized_name": "defensive-countermeasure-mapping",
|
|
1459
|
+
"line": 548,
|
|
1460
|
+
"byte_start": 33460,
|
|
1461
|
+
"byte_end": 37328,
|
|
1462
|
+
"bytes": 3868,
|
|
1463
|
+
"h3_count": 0
|
|
1464
|
+
},
|
|
1456
1465
|
{
|
|
1457
1466
|
"name": "Compliance Theater Check",
|
|
1458
1467
|
"normalized_name": "compliance-theater-check",
|
|
1459
|
-
"line":
|
|
1460
|
-
"byte_start":
|
|
1461
|
-
"byte_end":
|
|
1468
|
+
"line": 569,
|
|
1469
|
+
"byte_start": 37328,
|
|
1470
|
+
"byte_end": 37988,
|
|
1462
1471
|
"bytes": 660,
|
|
1463
1472
|
"h3_count": 0
|
|
1464
1473
|
}
|
|
@@ -1466,7 +1475,7 @@
|
|
|
1466
1475
|
},
|
|
1467
1476
|
"skill-update-loop": {
|
|
1468
1477
|
"path": "skills/skill-update-loop/skill.md",
|
|
1469
|
-
"total_bytes":
|
|
1478
|
+
"total_bytes": 47833,
|
|
1470
1479
|
"total_lines": 522,
|
|
1471
1480
|
"frontmatter": {
|
|
1472
1481
|
"line_start": 1,
|
|
@@ -1489,16 +1498,16 @@
|
|
|
1489
1498
|
"normalized_name": "threat-context",
|
|
1490
1499
|
"line": 52,
|
|
1491
1500
|
"byte_start": 2166,
|
|
1492
|
-
"byte_end":
|
|
1493
|
-
"bytes":
|
|
1501
|
+
"byte_end": 3709,
|
|
1502
|
+
"bytes": 1543,
|
|
1494
1503
|
"h3_count": 0
|
|
1495
1504
|
},
|
|
1496
1505
|
{
|
|
1497
1506
|
"name": "TTP Mapping",
|
|
1498
1507
|
"normalized_name": "ttp-mapping",
|
|
1499
1508
|
"line": 67,
|
|
1500
|
-
"byte_start":
|
|
1501
|
-
"byte_end":
|
|
1509
|
+
"byte_start": 3709,
|
|
1510
|
+
"byte_end": 4801,
|
|
1502
1511
|
"bytes": 1092,
|
|
1503
1512
|
"h3_count": 0
|
|
1504
1513
|
},
|
|
@@ -1506,8 +1515,8 @@
|
|
|
1506
1515
|
"name": "Why Skills Decay",
|
|
1507
1516
|
"normalized_name": "why-skills-decay",
|
|
1508
1517
|
"line": 84,
|
|
1509
|
-
"byte_start":
|
|
1510
|
-
"byte_end":
|
|
1518
|
+
"byte_start": 4801,
|
|
1519
|
+
"byte_end": 5688,
|
|
1511
1520
|
"bytes": 887,
|
|
1512
1521
|
"h3_count": 0
|
|
1513
1522
|
},
|
|
@@ -1515,8 +1524,8 @@
|
|
|
1515
1524
|
"name": "Update Triggers and Assigned Skills",
|
|
1516
1525
|
"normalized_name": "update-triggers-and-assigned-skills",
|
|
1517
1526
|
"line": 101,
|
|
1518
|
-
"byte_start":
|
|
1519
|
-
"byte_end":
|
|
1527
|
+
"byte_start": 5688,
|
|
1528
|
+
"byte_end": 33132,
|
|
1520
1529
|
"bytes": 27444,
|
|
1521
1530
|
"h3_count": 12
|
|
1522
1531
|
},
|
|
@@ -1524,8 +1533,8 @@
|
|
|
1524
1533
|
"name": "Skill Currency Scores",
|
|
1525
1534
|
"normalized_name": "skill-currency-scores",
|
|
1526
1535
|
"line": 350,
|
|
1527
|
-
"byte_start":
|
|
1528
|
-
"byte_end":
|
|
1536
|
+
"byte_start": 33132,
|
|
1537
|
+
"byte_end": 33722,
|
|
1529
1538
|
"bytes": 590,
|
|
1530
1539
|
"h3_count": 0
|
|
1531
1540
|
},
|
|
@@ -1533,8 +1542,8 @@
|
|
|
1533
1542
|
"name": "Running the Update Loop",
|
|
1534
1543
|
"normalized_name": "running-the-update-loop",
|
|
1535
1544
|
"line": 371,
|
|
1536
|
-
"byte_start":
|
|
1537
|
-
"byte_end":
|
|
1545
|
+
"byte_start": 33722,
|
|
1546
|
+
"byte_end": 34674,
|
|
1538
1547
|
"bytes": 952,
|
|
1539
1548
|
"h3_count": 3
|
|
1540
1549
|
},
|
|
@@ -1542,8 +1551,8 @@
|
|
|
1542
1551
|
"name": "Analysis Procedure",
|
|
1543
1552
|
"normalized_name": "analysis-procedure",
|
|
1544
1553
|
"line": 400,
|
|
1545
|
-
"byte_start":
|
|
1546
|
-
"byte_end":
|
|
1554
|
+
"byte_start": 34674,
|
|
1555
|
+
"byte_end": 35566,
|
|
1547
1556
|
"bytes": 892,
|
|
1548
1557
|
"h3_count": 4
|
|
1549
1558
|
},
|
|
@@ -1551,8 +1560,8 @@
|
|
|
1551
1560
|
"name": "Output Format",
|
|
1552
1561
|
"normalized_name": "output-format",
|
|
1553
1562
|
"line": 432,
|
|
1554
|
-
"byte_start":
|
|
1555
|
-
"byte_end":
|
|
1563
|
+
"byte_start": 35566,
|
|
1564
|
+
"byte_end": 36620,
|
|
1556
1565
|
"bytes": 1054,
|
|
1557
1566
|
"h3_count": 4
|
|
1558
1567
|
},
|
|
@@ -1560,8 +1569,8 @@
|
|
|
1560
1569
|
"name": "Framework Lag Declaration",
|
|
1561
1570
|
"normalized_name": "framework-lag-declaration",
|
|
1562
1571
|
"line": 459,
|
|
1563
|
-
"byte_start":
|
|
1564
|
-
"byte_end":
|
|
1572
|
+
"byte_start": 36620,
|
|
1573
|
+
"byte_end": 39423,
|
|
1565
1574
|
"bytes": 2803,
|
|
1566
1575
|
"h3_count": 0
|
|
1567
1576
|
},
|
|
@@ -1569,17 +1578,17 @@
|
|
|
1569
1578
|
"name": "Exploit Availability Matrix",
|
|
1570
1579
|
"normalized_name": "exploit-availability-matrix",
|
|
1571
1580
|
"line": 478,
|
|
1572
|
-
"byte_start":
|
|
1573
|
-
"byte_end":
|
|
1574
|
-
"bytes":
|
|
1581
|
+
"byte_start": 39423,
|
|
1582
|
+
"byte_end": 42150,
|
|
1583
|
+
"bytes": 2727,
|
|
1575
1584
|
"h3_count": 0
|
|
1576
1585
|
},
|
|
1577
1586
|
{
|
|
1578
1587
|
"name": "Compliance Theater Check",
|
|
1579
1588
|
"normalized_name": "compliance-theater-check",
|
|
1580
1589
|
"line": 499,
|
|
1581
|
-
"byte_start":
|
|
1582
|
-
"byte_end":
|
|
1590
|
+
"byte_start": 42150,
|
|
1591
|
+
"byte_end": 43827,
|
|
1583
1592
|
"bytes": 1677,
|
|
1584
1593
|
"h3_count": 0
|
|
1585
1594
|
},
|
|
@@ -1587,8 +1596,8 @@
|
|
|
1587
1596
|
"name": "Defensive Countermeasure Mapping",
|
|
1588
1597
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
1589
1598
|
"line": 509,
|
|
1590
|
-
"byte_start":
|
|
1591
|
-
"byte_end":
|
|
1599
|
+
"byte_start": 43827,
|
|
1600
|
+
"byte_end": 47833,
|
|
1592
1601
|
"bytes": 4006,
|
|
1593
1602
|
"h3_count": 0
|
|
1594
1603
|
}
|
|
@@ -1838,7 +1847,7 @@
|
|
|
1838
1847
|
},
|
|
1839
1848
|
"attack-surface-pentest": {
|
|
1840
1849
|
"path": "skills/attack-surface-pentest/skill.md",
|
|
1841
|
-
"total_bytes":
|
|
1850
|
+
"total_bytes": 33290,
|
|
1842
1851
|
"total_lines": 388,
|
|
1843
1852
|
"frontmatter": {
|
|
1844
1853
|
"line_start": 1,
|
|
@@ -1861,25 +1870,25 @@
|
|
|
1861
1870
|
"normalized_name": "framework-lag-declaration",
|
|
1862
1871
|
"line": 106,
|
|
1863
1872
|
"byte_start": 6410,
|
|
1864
|
-
"byte_end":
|
|
1865
|
-
"bytes":
|
|
1873
|
+
"byte_end": 10973,
|
|
1874
|
+
"bytes": 4563,
|
|
1866
1875
|
"h3_count": 0
|
|
1867
1876
|
},
|
|
1868
1877
|
{
|
|
1869
|
-
"name": "TTP Mapping (MITRE ATLAS v5.6.0 + MITRE ATT&CK
|
|
1878
|
+
"name": "TTP Mapping (MITRE ATLAS v5.6.0 + MITRE ATT&CK v19.0)",
|
|
1870
1879
|
"normalized_name": "ttp-mapping",
|
|
1871
1880
|
"line": 124,
|
|
1872
|
-
"byte_start":
|
|
1873
|
-
"byte_end":
|
|
1874
|
-
"bytes":
|
|
1881
|
+
"byte_start": 10973,
|
|
1882
|
+
"byte_end": 13208,
|
|
1883
|
+
"bytes": 2235,
|
|
1875
1884
|
"h3_count": 0
|
|
1876
1885
|
},
|
|
1877
1886
|
{
|
|
1878
1887
|
"name": "Exploit Availability Matrix",
|
|
1879
1888
|
"normalized_name": "exploit-availability-matrix",
|
|
1880
1889
|
"line": 143,
|
|
1881
|
-
"byte_start":
|
|
1882
|
-
"byte_end":
|
|
1890
|
+
"byte_start": 13208,
|
|
1891
|
+
"byte_end": 15663,
|
|
1883
1892
|
"bytes": 2455,
|
|
1884
1893
|
"h3_count": 0
|
|
1885
1894
|
},
|
|
@@ -1887,8 +1896,8 @@
|
|
|
1887
1896
|
"name": "Analysis Procedure",
|
|
1888
1897
|
"normalized_name": "analysis-procedure",
|
|
1889
1898
|
"line": 160,
|
|
1890
|
-
"byte_start":
|
|
1891
|
-
"byte_end":
|
|
1899
|
+
"byte_start": 15663,
|
|
1900
|
+
"byte_end": 25366,
|
|
1892
1901
|
"bytes": 9703,
|
|
1893
1902
|
"h3_count": 4
|
|
1894
1903
|
},
|
|
@@ -1896,8 +1905,8 @@
|
|
|
1896
1905
|
"name": "Output Format",
|
|
1897
1906
|
"normalized_name": "output-format",
|
|
1898
1907
|
"line": 281,
|
|
1899
|
-
"byte_start":
|
|
1900
|
-
"byte_end":
|
|
1908
|
+
"byte_start": 25366,
|
|
1909
|
+
"byte_end": 29363,
|
|
1901
1910
|
"bytes": 3997,
|
|
1902
1911
|
"h3_count": 9
|
|
1903
1912
|
},
|
|
@@ -1905,8 +1914,8 @@
|
|
|
1905
1914
|
"name": "Compliance Theater Check",
|
|
1906
1915
|
"normalized_name": "compliance-theater-check",
|
|
1907
1916
|
"line": 363,
|
|
1908
|
-
"byte_start":
|
|
1909
|
-
"byte_end":
|
|
1917
|
+
"byte_start": 29363,
|
|
1918
|
+
"byte_end": 31679,
|
|
1910
1919
|
"bytes": 2316,
|
|
1911
1920
|
"h3_count": 0
|
|
1912
1921
|
},
|
|
@@ -1914,8 +1923,8 @@
|
|
|
1914
1923
|
"name": "Defensive Countermeasure Mapping (D3FEND)",
|
|
1915
1924
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
1916
1925
|
"line": 377,
|
|
1917
|
-
"byte_start":
|
|
1918
|
-
"byte_end":
|
|
1926
|
+
"byte_start": 31679,
|
|
1927
|
+
"byte_end": 33290,
|
|
1919
1928
|
"bytes": 1611,
|
|
1920
1929
|
"h3_count": 0
|
|
1921
1930
|
}
|
|
@@ -3597,21 +3606,21 @@
|
|
|
3597
3606
|
},
|
|
3598
3607
|
"mlops-security": {
|
|
3599
3608
|
"path": "skills/mlops-security/skill.md",
|
|
3600
|
-
"total_bytes":
|
|
3609
|
+
"total_bytes": 46350,
|
|
3601
3610
|
"total_lines": 332,
|
|
3602
3611
|
"frontmatter": {
|
|
3603
3612
|
"line_start": 1,
|
|
3604
3613
|
"line_end": 66,
|
|
3605
3614
|
"byte_start": 0,
|
|
3606
|
-
"byte_end":
|
|
3615
|
+
"byte_end": 2565
|
|
3607
3616
|
},
|
|
3608
3617
|
"sections": [
|
|
3609
3618
|
{
|
|
3610
3619
|
"name": "Threat Context (mid-2026)",
|
|
3611
3620
|
"normalized_name": "threat-context",
|
|
3612
3621
|
"line": 70,
|
|
3613
|
-
"byte_start":
|
|
3614
|
-
"byte_end":
|
|
3622
|
+
"byte_start": 2604,
|
|
3623
|
+
"byte_end": 8434,
|
|
3615
3624
|
"bytes": 5830,
|
|
3616
3625
|
"h3_count": 0
|
|
3617
3626
|
},
|
|
@@ -3619,8 +3628,8 @@
|
|
|
3619
3628
|
"name": "Framework Lag Declaration",
|
|
3620
3629
|
"normalized_name": "framework-lag-declaration",
|
|
3621
3630
|
"line": 88,
|
|
3622
|
-
"byte_start":
|
|
3623
|
-
"byte_end":
|
|
3631
|
+
"byte_start": 8434,
|
|
3632
|
+
"byte_end": 14216,
|
|
3624
3633
|
"bytes": 5782,
|
|
3625
3634
|
"h3_count": 0
|
|
3626
3635
|
},
|
|
@@ -3628,8 +3637,8 @@
|
|
|
3628
3637
|
"name": "TTP Mapping",
|
|
3629
3638
|
"normalized_name": "ttp-mapping",
|
|
3630
3639
|
"line": 112,
|
|
3631
|
-
"byte_start":
|
|
3632
|
-
"byte_end":
|
|
3640
|
+
"byte_start": 14216,
|
|
3641
|
+
"byte_end": 18592,
|
|
3633
3642
|
"bytes": 4376,
|
|
3634
3643
|
"h3_count": 0
|
|
3635
3644
|
},
|
|
@@ -3637,8 +3646,8 @@
|
|
|
3637
3646
|
"name": "Exploit Availability Matrix",
|
|
3638
3647
|
"normalized_name": "exploit-availability-matrix",
|
|
3639
3648
|
"line": 137,
|
|
3640
|
-
"byte_start":
|
|
3641
|
-
"byte_end":
|
|
3649
|
+
"byte_start": 18592,
|
|
3650
|
+
"byte_end": 24078,
|
|
3642
3651
|
"bytes": 5486,
|
|
3643
3652
|
"h3_count": 0
|
|
3644
3653
|
},
|
|
@@ -3646,8 +3655,8 @@
|
|
|
3646
3655
|
"name": "Analysis Procedure",
|
|
3647
3656
|
"normalized_name": "analysis-procedure",
|
|
3648
3657
|
"line": 163,
|
|
3649
|
-
"byte_start":
|
|
3650
|
-
"byte_end":
|
|
3658
|
+
"byte_start": 24078,
|
|
3659
|
+
"byte_end": 33147,
|
|
3651
3660
|
"bytes": 9069,
|
|
3652
3661
|
"h3_count": 4
|
|
3653
3662
|
},
|
|
@@ -3655,8 +3664,8 @@
|
|
|
3655
3664
|
"name": "Output Format",
|
|
3656
3665
|
"normalized_name": "output-format",
|
|
3657
3666
|
"line": 228,
|
|
3658
|
-
"byte_start":
|
|
3659
|
-
"byte_end":
|
|
3667
|
+
"byte_start": 33147,
|
|
3668
|
+
"byte_end": 36569,
|
|
3660
3669
|
"bytes": 3422,
|
|
3661
3670
|
"h3_count": 10
|
|
3662
3671
|
},
|
|
@@ -3664,8 +3673,8 @@
|
|
|
3664
3673
|
"name": "Compliance Theater Check",
|
|
3665
3674
|
"normalized_name": "compliance-theater-check",
|
|
3666
3675
|
"line": 283,
|
|
3667
|
-
"byte_start":
|
|
3668
|
-
"byte_end":
|
|
3676
|
+
"byte_start": 36569,
|
|
3677
|
+
"byte_end": 39500,
|
|
3669
3678
|
"bytes": 2931,
|
|
3670
3679
|
"h3_count": 0
|
|
3671
3680
|
},
|
|
@@ -3673,8 +3682,8 @@
|
|
|
3673
3682
|
"name": "Defensive Countermeasure Mapping",
|
|
3674
3683
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
3675
3684
|
"line": 299,
|
|
3676
|
-
"byte_start":
|
|
3677
|
-
"byte_end":
|
|
3685
|
+
"byte_start": 39500,
|
|
3686
|
+
"byte_end": 43420,
|
|
3678
3687
|
"bytes": 3920,
|
|
3679
3688
|
"h3_count": 0
|
|
3680
3689
|
},
|
|
@@ -3682,8 +3691,8 @@
|
|
|
3682
3691
|
"name": "Hand-Off / Related Skills",
|
|
3683
3692
|
"normalized_name": "hand-off",
|
|
3684
3693
|
"line": 319,
|
|
3685
|
-
"byte_start":
|
|
3686
|
-
"byte_end":
|
|
3694
|
+
"byte_start": 43420,
|
|
3695
|
+
"byte_end": 46350,
|
|
3687
3696
|
"bytes": 2930,
|
|
3688
3697
|
"h3_count": 0
|
|
3689
3698
|
}
|
|
@@ -3691,7 +3700,7 @@
|
|
|
3691
3700
|
},
|
|
3692
3701
|
"incident-response-playbook": {
|
|
3693
3702
|
"path": "skills/incident-response-playbook/skill.md",
|
|
3694
|
-
"total_bytes":
|
|
3703
|
+
"total_bytes": 63307,
|
|
3695
3704
|
"total_lines": 549,
|
|
3696
3705
|
"frontmatter": {
|
|
3697
3706
|
"line_start": 1,
|
|
@@ -3704,8 +3713,8 @@
|
|
|
3704
3713
|
"name": "Threat Context (mid-2026)",
|
|
3705
3714
|
"normalized_name": "threat-context",
|
|
3706
3715
|
"line": 69,
|
|
3707
|
-
"byte_start":
|
|
3708
|
-
"byte_end":
|
|
3716
|
+
"byte_start": 3603,
|
|
3717
|
+
"byte_end": 8491,
|
|
3709
3718
|
"bytes": 4888,
|
|
3710
3719
|
"h3_count": 0
|
|
3711
3720
|
},
|
|
@@ -3713,8 +3722,8 @@
|
|
|
3713
3722
|
"name": "Framework Lag Declaration",
|
|
3714
3723
|
"normalized_name": "framework-lag-declaration",
|
|
3715
3724
|
"line": 84,
|
|
3716
|
-
"byte_start":
|
|
3717
|
-
"byte_end":
|
|
3725
|
+
"byte_start": 8491,
|
|
3726
|
+
"byte_end": 18689,
|
|
3718
3727
|
"bytes": 10198,
|
|
3719
3728
|
"h3_count": 0
|
|
3720
3729
|
},
|
|
@@ -3722,17 +3731,17 @@
|
|
|
3722
3731
|
"name": "TTP Mapping",
|
|
3723
3732
|
"normalized_name": "ttp-mapping",
|
|
3724
3733
|
"line": 117,
|
|
3725
|
-
"byte_start":
|
|
3726
|
-
"byte_end":
|
|
3727
|
-
"bytes":
|
|
3734
|
+
"byte_start": 18689,
|
|
3735
|
+
"byte_end": 23681,
|
|
3736
|
+
"bytes": 4992,
|
|
3728
3737
|
"h3_count": 0
|
|
3729
3738
|
},
|
|
3730
3739
|
{
|
|
3731
3740
|
"name": "Exploit Availability Matrix",
|
|
3732
3741
|
"normalized_name": "exploit-availability-matrix",
|
|
3733
3742
|
"line": 135,
|
|
3734
|
-
"byte_start":
|
|
3735
|
-
"byte_end":
|
|
3743
|
+
"byte_start": 23681,
|
|
3744
|
+
"byte_end": 27492,
|
|
3736
3745
|
"bytes": 3811,
|
|
3737
3746
|
"h3_count": 0
|
|
3738
3747
|
},
|
|
@@ -3740,8 +3749,8 @@
|
|
|
3740
3749
|
"name": "Analysis Procedure",
|
|
3741
3750
|
"normalized_name": "analysis-procedure",
|
|
3742
3751
|
"line": 159,
|
|
3743
|
-
"byte_start":
|
|
3744
|
-
"byte_end":
|
|
3752
|
+
"byte_start": 27492,
|
|
3753
|
+
"byte_end": 41947,
|
|
3745
3754
|
"bytes": 14455,
|
|
3746
3755
|
"h3_count": 10
|
|
3747
3756
|
},
|
|
@@ -3749,8 +3758,8 @@
|
|
|
3749
3758
|
"name": "Output Format",
|
|
3750
3759
|
"normalized_name": "output-format",
|
|
3751
3760
|
"line": 279,
|
|
3752
|
-
"byte_start":
|
|
3753
|
-
"byte_end":
|
|
3761
|
+
"byte_start": 41947,
|
|
3762
|
+
"byte_end": 51074,
|
|
3754
3763
|
"bytes": 9127,
|
|
3755
3764
|
"h3_count": 7
|
|
3756
3765
|
},
|
|
@@ -3758,8 +3767,8 @@
|
|
|
3758
3767
|
"name": "Compliance Theater Check",
|
|
3759
3768
|
"normalized_name": "compliance-theater-check",
|
|
3760
3769
|
"line": 495,
|
|
3761
|
-
"byte_start":
|
|
3762
|
-
"byte_end":
|
|
3770
|
+
"byte_start": 51074,
|
|
3771
|
+
"byte_end": 54971,
|
|
3763
3772
|
"bytes": 3897,
|
|
3764
3773
|
"h3_count": 0
|
|
3765
3774
|
},
|
|
@@ -3767,8 +3776,8 @@
|
|
|
3767
3776
|
"name": "Defensive Countermeasure Mapping",
|
|
3768
3777
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
3769
3778
|
"line": 511,
|
|
3770
|
-
"byte_start":
|
|
3771
|
-
"byte_end":
|
|
3779
|
+
"byte_start": 54971,
|
|
3780
|
+
"byte_end": 60111,
|
|
3772
3781
|
"bytes": 5140,
|
|
3773
3782
|
"h3_count": 0
|
|
3774
3783
|
},
|
|
@@ -3776,8 +3785,8 @@
|
|
|
3776
3785
|
"name": "Hand-Off / Related Skills",
|
|
3777
3786
|
"normalized_name": "hand-off",
|
|
3778
3787
|
"line": 530,
|
|
3779
|
-
"byte_start":
|
|
3780
|
-
"byte_end":
|
|
3788
|
+
"byte_start": 60111,
|
|
3789
|
+
"byte_end": 63307,
|
|
3781
3790
|
"bytes": 3196,
|
|
3782
3791
|
"h3_count": 0
|
|
3783
3792
|
}
|
|
@@ -3785,7 +3794,7 @@
|
|
|
3785
3794
|
},
|
|
3786
3795
|
"ransomware-response": {
|
|
3787
3796
|
"path": "skills/ransomware-response/skill.md",
|
|
3788
|
-
"total_bytes":
|
|
3797
|
+
"total_bytes": 48452,
|
|
3789
3798
|
"total_lines": 371,
|
|
3790
3799
|
"frontmatter": {
|
|
3791
3800
|
"line_start": 1,
|
|
@@ -3817,16 +3826,16 @@
|
|
|
3817
3826
|
"normalized_name": "ttp-mapping",
|
|
3818
3827
|
"line": 121,
|
|
3819
3828
|
"byte_start": 16933,
|
|
3820
|
-
"byte_end":
|
|
3821
|
-
"bytes":
|
|
3829
|
+
"byte_end": 19150,
|
|
3830
|
+
"bytes": 2217,
|
|
3822
3831
|
"h3_count": 0
|
|
3823
3832
|
},
|
|
3824
3833
|
{
|
|
3825
3834
|
"name": "Exploit Availability Matrix",
|
|
3826
3835
|
"normalized_name": "exploit-availability-matrix",
|
|
3827
3836
|
"line": 136,
|
|
3828
|
-
"byte_start":
|
|
3829
|
-
"byte_end":
|
|
3837
|
+
"byte_start": 19150,
|
|
3838
|
+
"byte_end": 21742,
|
|
3830
3839
|
"bytes": 2592,
|
|
3831
3840
|
"h3_count": 0
|
|
3832
3841
|
},
|
|
@@ -3834,8 +3843,8 @@
|
|
|
3834
3843
|
"name": "Analysis Procedure",
|
|
3835
3844
|
"normalized_name": "analysis-procedure",
|
|
3836
3845
|
"line": 156,
|
|
3837
|
-
"byte_start":
|
|
3838
|
-
"byte_end":
|
|
3846
|
+
"byte_start": 21742,
|
|
3847
|
+
"byte_end": 33250,
|
|
3839
3848
|
"bytes": 11508,
|
|
3840
3849
|
"h3_count": 10
|
|
3841
3850
|
},
|
|
@@ -3843,8 +3852,8 @@
|
|
|
3843
3852
|
"name": "Output Format",
|
|
3844
3853
|
"normalized_name": "output-format",
|
|
3845
3854
|
"line": 218,
|
|
3846
|
-
"byte_start":
|
|
3847
|
-
"byte_end":
|
|
3855
|
+
"byte_start": 33250,
|
|
3856
|
+
"byte_end": 37061,
|
|
3848
3857
|
"bytes": 3811,
|
|
3849
3858
|
"h3_count": 6
|
|
3850
3859
|
},
|
|
@@ -3852,8 +3861,8 @@
|
|
|
3852
3861
|
"name": "Compliance Theater Check",
|
|
3853
3862
|
"normalized_name": "compliance-theater-check",
|
|
3854
3863
|
"line": 321,
|
|
3855
|
-
"byte_start":
|
|
3856
|
-
"byte_end":
|
|
3864
|
+
"byte_start": 37061,
|
|
3865
|
+
"byte_end": 40848,
|
|
3857
3866
|
"bytes": 3787,
|
|
3858
3867
|
"h3_count": 0
|
|
3859
3868
|
},
|
|
@@ -3861,8 +3870,8 @@
|
|
|
3861
3870
|
"name": "Defensive Countermeasure Mapping",
|
|
3862
3871
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
3863
3872
|
"line": 337,
|
|
3864
|
-
"byte_start":
|
|
3865
|
-
"byte_end":
|
|
3873
|
+
"byte_start": 40848,
|
|
3874
|
+
"byte_end": 44634,
|
|
3866
3875
|
"bytes": 3786,
|
|
3867
3876
|
"h3_count": 0
|
|
3868
3877
|
},
|
|
@@ -3870,8 +3879,8 @@
|
|
|
3870
3879
|
"name": "Hand-Off / Related Skills",
|
|
3871
3880
|
"normalized_name": "hand-off",
|
|
3872
3881
|
"line": 356,
|
|
3873
|
-
"byte_start":
|
|
3874
|
-
"byte_end":
|
|
3882
|
+
"byte_start": 44634,
|
|
3883
|
+
"byte_end": 48452,
|
|
3875
3884
|
"bytes": 3818,
|
|
3876
3885
|
"h3_count": 0
|
|
3877
3886
|
}
|