@blamejs/exceptd-skills 0.13.3 → 0.13.5

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.
Files changed (71) hide show
  1. package/AGENTS.md +41 -4
  2. package/CHANGELOG.md +64 -0
  3. package/README.md +79 -13
  4. package/bin/exceptd.js +117 -9
  5. package/data/_indexes/_meta.json +44 -44
  6. package/data/_indexes/activity-feed.json +3 -3
  7. package/data/_indexes/catalog-summaries.json +3 -3
  8. package/data/_indexes/chains.json +0 -32
  9. package/data/_indexes/handoff-dag.json +127 -57
  10. package/data/_indexes/section-offsets.json +465 -411
  11. package/data/_indexes/summary-cards.json +34 -34
  12. package/data/_indexes/token-budget.json +298 -268
  13. package/data/cve-catalog.json +4 -146
  14. package/data/exploit-availability.json +0 -27
  15. package/data/framework-control-gaps.json +2 -2
  16. package/data/playbooks/ai-discovered-cve-triage.json +1146 -0
  17. package/data/playbooks/cicd-pipeline-compromise.json +3 -0
  18. package/data/playbooks/cred-stores.json +1 -0
  19. package/data/playbooks/crypto.json +3 -0
  20. package/data/playbooks/framework.json +3 -0
  21. package/data/playbooks/idp-incident.json +2 -1
  22. package/data/playbooks/kernel.json +1 -0
  23. package/data/playbooks/mcp.json +27 -2
  24. package/data/playbooks/post-quantum-migration.json +1268 -0
  25. package/data/playbooks/runtime.json +1 -0
  26. package/data/playbooks/sbom.json +3 -0
  27. package/data/playbooks/supply-chain-recovery.json +1332 -0
  28. package/data/zeroday-lessons.json +0 -89
  29. package/lib/schemas/cve-catalog.schema.json +2 -1
  30. package/lib/schemas/playbook.schema.json +5 -0
  31. package/lib/validate-cve-catalog.js +27 -0
  32. package/manifest.json +80 -80
  33. package/orchestrator/index.js +58 -1
  34. package/package.json +1 -1
  35. package/sbom.cdx.json +99 -66
  36. package/skills/age-gates-child-safety/skill.md +2 -0
  37. package/skills/ai-attack-surface/skill.md +2 -0
  38. package/skills/ai-c2-detection/skill.md +2 -0
  39. package/skills/ai-risk-management/skill.md +2 -0
  40. package/skills/api-security/skill.md +2 -0
  41. package/skills/attack-surface-pentest/skill.md +2 -0
  42. package/skills/cloud-security/skill.md +2 -0
  43. package/skills/compliance-theater/skill.md +28 -2
  44. package/skills/container-runtime-security/skill.md +2 -0
  45. package/skills/coordinated-vuln-disclosure/skill.md +1 -1
  46. package/skills/defensive-countermeasure-mapping/skill.md +2 -0
  47. package/skills/dlp-gap-analysis/skill.md +2 -0
  48. package/skills/exploit-scoring/skill.md +30 -1
  49. package/skills/framework-gap-analysis/skill.md +28 -1
  50. package/skills/fuzz-testing-strategy/skill.md +4 -2
  51. package/skills/global-grc/skill.md +2 -0
  52. package/skills/identity-assurance/skill.md +2 -0
  53. package/skills/kernel-lpe-triage/skill.md +2 -0
  54. package/skills/mcp-agent-trust/skill.md +4 -0
  55. package/skills/mlops-security/skill.md +2 -0
  56. package/skills/ot-ics-security/skill.md +2 -0
  57. package/skills/policy-exception-gen/skill.md +28 -1
  58. package/skills/pqc-first/skill.md +2 -0
  59. package/skills/rag-pipeline-security/skill.md +2 -0
  60. package/skills/researcher/skill.md +2 -0
  61. package/skills/sector-energy/skill.md +2 -0
  62. package/skills/sector-federal-government/skill.md +2 -0
  63. package/skills/sector-financial/skill.md +2 -0
  64. package/skills/sector-healthcare/skill.md +2 -0
  65. package/skills/security-maturity-tiers/skill.md +2 -0
  66. package/skills/skill-update-loop/skill.md +2 -0
  67. package/skills/supply-chain-integrity/skill.md +2 -0
  68. package/skills/threat-model-currency/skill.md +37 -1
  69. package/skills/threat-modeling-methodology/skill.md +2 -0
  70. package/skills/webapp-security/skill.md +2 -0
  71. package/skills/zeroday-gap-learn/skill.md +33 -1
@@ -3,17 +3,17 @@
3
3
  "schema_version": "1.0.0",
4
4
  "tokenizer_note": "Character-density approximation: 1 token ≈ 4 chars. This is the canonical rule-of-thumb for OpenAI tokenizers on English+technical text. Claude's tokenizer is typically more efficient on prose; treat this as an upper-bound budget for both. Consumers with stricter precision needs should re-tokenize with their own tokenizer.",
5
5
  "approx_chars_per_token": 4,
6
- "total_chars": 1617909,
7
- "total_approx_tokens": 404483,
6
+ "total_chars": 1667909,
7
+ "total_approx_tokens": 416983,
8
8
  "skill_count": 42
9
9
  },
10
10
  "skills": {
11
11
  "kernel-lpe-triage": {
12
12
  "path": "skills/kernel-lpe-triage/skill.md",
13
- "bytes": 30519,
14
- "chars": 30350,
15
- "lines": 395,
16
- "approx_tokens": 7588,
13
+ "bytes": 31111,
14
+ "chars": 30940,
15
+ "lines": 397,
16
+ "approx_tokens": 7735,
17
17
  "approx_chars_per_token": 4,
18
18
  "sections": {
19
19
  "threat-context": {
@@ -47,9 +47,9 @@
47
47
  "approx_tokens": 1324
48
48
  },
49
49
  "output-format": {
50
- "bytes": 1796,
51
- "chars": 1784,
52
- "approx_tokens": 446
50
+ "bytes": 2388,
51
+ "chars": 2374,
52
+ "approx_tokens": 594
53
53
  },
54
54
  "detection-rules": {
55
55
  "bytes": 689,
@@ -70,10 +70,10 @@
70
70
  },
71
71
  "ai-attack-surface": {
72
72
  "path": "skills/ai-attack-surface/skill.md",
73
- "bytes": 29104,
74
- "chars": 29030,
75
- "lines": 335,
76
- "approx_tokens": 7258,
73
+ "bytes": 29677,
74
+ "chars": 29601,
75
+ "lines": 337,
76
+ "approx_tokens": 7400,
77
77
  "approx_chars_per_token": 4,
78
78
  "sections": {
79
79
  "threat-context": {
@@ -102,9 +102,9 @@
102
102
  "approx_tokens": 832
103
103
  },
104
104
  "output-format": {
105
- "bytes": 1117,
106
- "chars": 1117,
107
- "approx_tokens": 279
105
+ "bytes": 1690,
106
+ "chars": 1688,
107
+ "approx_tokens": 422
108
108
  },
109
109
  "defensive-countermeasure-mapping": {
110
110
  "bytes": 3718,
@@ -120,10 +120,10 @@
120
120
  },
121
121
  "mcp-agent-trust": {
122
122
  "path": "skills/mcp-agent-trust/skill.md",
123
- "bytes": 30991,
124
- "chars": 30899,
125
- "lines": 376,
126
- "approx_tokens": 7725,
123
+ "bytes": 32105,
124
+ "chars": 32013,
125
+ "lines": 380,
126
+ "approx_tokens": 8003,
127
127
  "approx_chars_per_token": 4,
128
128
  "sections": {
129
129
  "threat-context": {
@@ -147,14 +147,14 @@
147
147
  "approx_tokens": 718
148
148
  },
149
149
  "analysis-procedure": {
150
- "bytes": 3859,
151
- "chars": 3855,
152
- "approx_tokens": 964
150
+ "bytes": 4413,
151
+ "chars": 4409,
152
+ "approx_tokens": 1102
153
153
  },
154
154
  "output-format": {
155
- "bytes": 977,
156
- "chars": 975,
157
- "approx_tokens": 244
155
+ "bytes": 1537,
156
+ "chars": 1535,
157
+ "approx_tokens": 384
158
158
  },
159
159
  "hand-off": {
160
160
  "bytes": 2441,
@@ -175,10 +175,10 @@
175
175
  },
176
176
  "framework-gap-analysis": {
177
177
  "path": "skills/framework-gap-analysis/skill.md",
178
- "bytes": 27418,
179
- "chars": 27362,
180
- "lines": 379,
181
- "approx_tokens": 6841,
178
+ "bytes": 32011,
179
+ "chars": 31903,
180
+ "lines": 406,
181
+ "approx_tokens": 7976,
182
182
  "approx_chars_per_token": 4,
183
183
  "sections": {
184
184
  "threat-context": {
@@ -222,24 +222,29 @@
222
222
  "approx_tokens": 483
223
223
  },
224
224
  "compliance-theater-check": {
225
- "bytes": 2461,
226
- "chars": 2461,
227
- "approx_tokens": 615
225
+ "bytes": 2467,
226
+ "chars": 2467,
227
+ "approx_tokens": 617
228
+ },
229
+ "defensive-countermeasure-mapping": {
230
+ "bytes": 4587,
231
+ "chars": 4535,
232
+ "approx_tokens": 1134
228
233
  }
229
234
  }
230
235
  },
231
236
  "compliance-theater": {
232
237
  "path": "skills/compliance-theater/skill.md",
233
- "bytes": 33923,
234
- "chars": 33853,
235
- "lines": 383,
236
- "approx_tokens": 8463,
238
+ "bytes": 38664,
239
+ "chars": 38572,
240
+ "lines": 409,
241
+ "approx_tokens": 9643,
237
242
  "approx_chars_per_token": 4,
238
243
  "sections": {
239
244
  "frontmatter-scope": {
240
- "bytes": 811,
241
- "chars": 807,
242
- "approx_tokens": 202
245
+ "bytes": 869,
246
+ "chars": 865,
247
+ "approx_tokens": 216
243
248
  },
244
249
  "threat-context": {
245
250
  "bytes": 1994,
@@ -272,23 +277,28 @@
272
277
  "approx_tokens": 233
273
278
  },
274
279
  "output-format": {
275
- "bytes": 1263,
276
- "chars": 1263,
277
- "approx_tokens": 316
280
+ "bytes": 1970,
281
+ "chars": 1968,
282
+ "approx_tokens": 492
278
283
  },
279
284
  "compliance-theater-check": {
280
- "bytes": 2716,
281
- "chars": 2710,
282
- "approx_tokens": 678
285
+ "bytes": 2722,
286
+ "chars": 2716,
287
+ "approx_tokens": 679
288
+ },
289
+ "defensive-countermeasure-mapping": {
290
+ "bytes": 3970,
291
+ "chars": 3950,
292
+ "approx_tokens": 988
283
293
  }
284
294
  }
285
295
  },
286
296
  "exploit-scoring": {
287
297
  "path": "skills/exploit-scoring/skill.md",
288
- "bytes": 25424,
289
- "chars": 25282,
290
- "lines": 362,
291
- "approx_tokens": 6321,
298
+ "bytes": 30273,
299
+ "chars": 30089,
300
+ "lines": 391,
301
+ "approx_tokens": 7522,
292
302
  "approx_chars_per_token": 4,
293
303
  "sections": {
294
304
  "frontmatter-scope": {
@@ -337,23 +347,28 @@
337
347
  "approx_tokens": 416
338
348
  },
339
349
  "output-format": {
340
- "bytes": 1054,
341
- "chars": 1053,
342
- "approx_tokens": 263
350
+ "bytes": 1645,
351
+ "chars": 1642,
352
+ "approx_tokens": 411
343
353
  },
344
354
  "compliance-theater-check": {
345
- "bytes": 2029,
346
- "chars": 2019,
347
- "approx_tokens": 505
355
+ "bytes": 2035,
356
+ "chars": 2025,
357
+ "approx_tokens": 506
358
+ },
359
+ "defensive-countermeasure-mapping": {
360
+ "bytes": 4252,
361
+ "chars": 4212,
362
+ "approx_tokens": 1053
348
363
  }
349
364
  }
350
365
  },
351
366
  "rag-pipeline-security": {
352
367
  "path": "skills/rag-pipeline-security/skill.md",
353
- "bytes": 31249,
354
- "chars": 31076,
355
- "lines": 332,
356
- "approx_tokens": 7769,
368
+ "bytes": 31951,
369
+ "chars": 31776,
370
+ "lines": 334,
371
+ "approx_tokens": 7944,
357
372
  "approx_chars_per_token": 4,
358
373
  "sections": {
359
374
  "threat-context": {
@@ -407,9 +422,9 @@
407
422
  "approx_tokens": 429
408
423
  },
409
424
  "output-format": {
410
- "bytes": 843,
411
- "chars": 829,
412
- "approx_tokens": 207
425
+ "bytes": 1545,
426
+ "chars": 1529,
427
+ "approx_tokens": 382
413
428
  },
414
429
  "hand-off": {
415
430
  "bytes": 2639,
@@ -430,10 +445,10 @@
430
445
  },
431
446
  "ai-c2-detection": {
432
447
  "path": "skills/ai-c2-detection/skill.md",
433
- "bytes": 39136,
434
- "chars": 38984,
435
- "lines": 486,
436
- "approx_tokens": 9746,
448
+ "bytes": 39771,
449
+ "chars": 39617,
450
+ "lines": 488,
451
+ "approx_tokens": 9904,
437
452
  "approx_chars_per_token": 4,
438
453
  "sections": {
439
454
  "threat-context": {
@@ -487,9 +502,9 @@
487
502
  "approx_tokens": 346
488
503
  },
489
504
  "output-format": {
490
- "bytes": 858,
491
- "chars": 858,
492
- "approx_tokens": 215
505
+ "bytes": 1493,
506
+ "chars": 1491,
507
+ "approx_tokens": 373
493
508
  },
494
509
  "hand-off": {
495
510
  "bytes": 2943,
@@ -500,10 +515,10 @@
500
515
  },
501
516
  "policy-exception-gen": {
502
517
  "path": "skills/policy-exception-gen/skill.md",
503
- "bytes": 31881,
504
- "chars": 31799,
505
- "lines": 452,
506
- "approx_tokens": 7950,
518
+ "bytes": 36837,
519
+ "chars": 36725,
520
+ "lines": 479,
521
+ "approx_tokens": 9181,
507
522
  "approx_chars_per_token": 4,
508
523
  "sections": {
509
524
  "frontmatter-scope": {
@@ -547,18 +562,23 @@
547
562
  "approx_tokens": 91
548
563
  },
549
564
  "compliance-theater-check": {
550
- "bytes": 3182,
551
- "chars": 3174,
552
- "approx_tokens": 794
565
+ "bytes": 3188,
566
+ "chars": 3180,
567
+ "approx_tokens": 795
568
+ },
569
+ "defensive-countermeasure-mapping": {
570
+ "bytes": 4950,
571
+ "chars": 4920,
572
+ "approx_tokens": 1230
553
573
  }
554
574
  }
555
575
  },
556
576
  "threat-model-currency": {
557
577
  "path": "skills/threat-model-currency/skill.md",
558
- "bytes": 27509,
559
- "chars": 27397,
560
- "lines": 412,
561
- "approx_tokens": 6849,
578
+ "bytes": 33321,
579
+ "chars": 33135,
580
+ "lines": 448,
581
+ "approx_tokens": 8284,
562
582
  "approx_chars_per_token": 4,
563
583
  "sections": {
564
584
  "frontmatter-scope": {
@@ -612,18 +632,23 @@
612
632
  "approx_tokens": 233
613
633
  },
614
634
  "output-format": {
615
- "bytes": 1295,
616
- "chars": 1295,
617
- "approx_tokens": 324
635
+ "bytes": 1978,
636
+ "chars": 1976,
637
+ "approx_tokens": 494
638
+ },
639
+ "defensive-countermeasure-mapping": {
640
+ "bytes": 5129,
641
+ "chars": 5057,
642
+ "approx_tokens": 1264
618
643
  }
619
644
  }
620
645
  },
621
646
  "global-grc": {
622
647
  "path": "skills/global-grc/skill.md",
623
- "bytes": 39911,
624
- "chars": 39717,
625
- "lines": 567,
626
- "approx_tokens": 9929,
648
+ "bytes": 40604,
649
+ "chars": 40406,
650
+ "lines": 569,
651
+ "approx_tokens": 10102,
627
652
  "approx_chars_per_token": 4,
628
653
  "sections": {
629
654
  "framework-registry-mid-2026-currency": {
@@ -672,18 +697,18 @@
672
697
  "approx_tokens": 258
673
698
  },
674
699
  "output-format": {
675
- "bytes": 814,
676
- "chars": 814,
677
- "approx_tokens": 204
700
+ "bytes": 1507,
701
+ "chars": 1503,
702
+ "approx_tokens": 376
678
703
  }
679
704
  }
680
705
  },
681
706
  "zeroday-gap-learn": {
682
707
  "path": "skills/zeroday-gap-learn/skill.md",
683
- "bytes": 37784,
684
- "chars": 37628,
685
- "lines": 445,
686
- "approx_tokens": 9407,
708
+ "bytes": 42906,
709
+ "chars": 42714,
710
+ "lines": 477,
711
+ "approx_tokens": 10679,
687
712
  "approx_chars_per_token": 4,
688
713
  "sections": {
689
714
  "frontmatter-scope": {
@@ -727,23 +752,28 @@
727
752
  "approx_tokens": 531
728
753
  },
729
754
  "output-format": {
730
- "bytes": 859,
731
- "chars": 859,
732
- "approx_tokens": 215
755
+ "bytes": 1562,
756
+ "chars": 1560,
757
+ "approx_tokens": 390
733
758
  },
734
759
  "compliance-theater-check": {
735
- "bytes": 1838,
736
- "chars": 1834,
737
- "approx_tokens": 459
760
+ "bytes": 1844,
761
+ "chars": 1840,
762
+ "approx_tokens": 460
763
+ },
764
+ "defensive-countermeasure-mapping": {
765
+ "bytes": 4413,
766
+ "chars": 4379,
767
+ "approx_tokens": 1095
738
768
  }
739
769
  }
740
770
  },
741
771
  "pqc-first": {
742
772
  "path": "skills/pqc-first/skill.md",
743
- "bytes": 33405,
744
- "chars": 33259,
745
- "lines": 549,
746
- "approx_tokens": 8315,
773
+ "bytes": 34118,
774
+ "chars": 33970,
775
+ "lines": 551,
776
+ "approx_tokens": 8493,
747
777
  "approx_chars_per_token": 4,
748
778
  "sections": {
749
779
  "threat-context": {
@@ -807,9 +837,9 @@
807
837
  "approx_tokens": 375
808
838
  },
809
839
  "output-format": {
810
- "bytes": 764,
811
- "chars": 760,
812
- "approx_tokens": 190
840
+ "bytes": 1477,
841
+ "chars": 1471,
842
+ "approx_tokens": 368
813
843
  },
814
844
  "compliance-theater-check": {
815
845
  "bytes": 660,
@@ -820,10 +850,10 @@
820
850
  },
821
851
  "skill-update-loop": {
822
852
  "path": "skills/skill-update-loop/skill.md",
823
- "bytes": 47309,
824
- "chars": 47177,
825
- "lines": 520,
826
- "approx_tokens": 11794,
853
+ "bytes": 47841,
854
+ "chars": 47707,
855
+ "lines": 522,
856
+ "approx_tokens": 11927,
827
857
  "approx_chars_per_token": 4,
828
858
  "sections": {
829
859
  "frontmatter-scope": {
@@ -867,9 +897,9 @@
867
897
  "approx_tokens": 223
868
898
  },
869
899
  "output-format": {
870
- "bytes": 522,
871
- "chars": 522,
872
- "approx_tokens": 131
900
+ "bytes": 1054,
901
+ "chars": 1052,
902
+ "approx_tokens": 263
873
903
  },
874
904
  "framework-lag-declaration": {
875
905
  "bytes": 2803,
@@ -895,10 +925,10 @@
895
925
  },
896
926
  "security-maturity-tiers": {
897
927
  "path": "skills/security-maturity-tiers/skill.md",
898
- "bytes": 30213,
899
- "chars": 30049,
900
- "lines": 488,
901
- "approx_tokens": 7512,
928
+ "bytes": 30818,
929
+ "chars": 30652,
930
+ "lines": 490,
931
+ "approx_tokens": 7663,
902
932
  "approx_chars_per_token": 4,
903
933
  "sections": {
904
934
  "frontmatter-scope": {
@@ -942,9 +972,9 @@
942
972
  "approx_tokens": 405
943
973
  },
944
974
  "output-format": {
945
- "bytes": 993,
946
- "chars": 985,
947
- "approx_tokens": 246
975
+ "bytes": 1598,
976
+ "chars": 1588,
977
+ "approx_tokens": 397
948
978
  },
949
979
  "compliance-theater-check": {
950
980
  "bytes": 2317,
@@ -980,10 +1010,10 @@
980
1010
  },
981
1011
  "researcher": {
982
1012
  "path": "skills/researcher/skill.md",
983
- "bytes": 32226,
984
- "chars": 32054,
985
- "lines": 336,
986
- "approx_tokens": 8014,
1013
+ "bytes": 32800,
1014
+ "chars": 32626,
1015
+ "lines": 338,
1016
+ "approx_tokens": 8157,
987
1017
  "approx_chars_per_token": 4,
988
1018
  "sections": {
989
1019
  "frontmatter-scope": {
@@ -1017,9 +1047,9 @@
1017
1047
  "approx_tokens": 3468
1018
1048
  },
1019
1049
  "output-format": {
1020
- "bytes": 2589,
1021
- "chars": 2577,
1022
- "approx_tokens": 644
1050
+ "bytes": 3163,
1051
+ "chars": 3149,
1052
+ "approx_tokens": 787
1023
1053
  },
1024
1054
  "defensive-countermeasure-mapping": {
1025
1055
  "bytes": 2705,
@@ -1035,10 +1065,10 @@
1035
1065
  },
1036
1066
  "attack-surface-pentest": {
1037
1067
  "path": "skills/attack-surface-pentest/skill.md",
1038
- "bytes": 32636,
1039
- "chars": 32495,
1040
- "lines": 386,
1041
- "approx_tokens": 8124,
1068
+ "bytes": 33284,
1069
+ "chars": 33141,
1070
+ "lines": 388,
1071
+ "approx_tokens": 8285,
1042
1072
  "approx_chars_per_token": 4,
1043
1073
  "sections": {
1044
1074
  "threat-context": {
@@ -1067,9 +1097,9 @@
1067
1097
  "approx_tokens": 2413
1068
1098
  },
1069
1099
  "output-format": {
1070
- "bytes": 3349,
1071
- "chars": 3341,
1072
- "approx_tokens": 835
1100
+ "bytes": 3997,
1101
+ "chars": 3987,
1102
+ "approx_tokens": 997
1073
1103
  },
1074
1104
  "compliance-theater-check": {
1075
1105
  "bytes": 2316,
@@ -1085,10 +1115,10 @@
1085
1115
  },
1086
1116
  "fuzz-testing-strategy": {
1087
1117
  "path": "skills/fuzz-testing-strategy/skill.md",
1088
- "bytes": 30702,
1089
- "chars": 30561,
1090
- "lines": 314,
1091
- "approx_tokens": 7640,
1118
+ "bytes": 31319,
1119
+ "chars": 31176,
1120
+ "lines": 316,
1121
+ "approx_tokens": 7794,
1092
1122
  "approx_chars_per_token": 4,
1093
1123
  "sections": {
1094
1124
  "threat-context": {
@@ -1117,9 +1147,9 @@
1117
1147
  "approx_tokens": 1770
1118
1148
  },
1119
1149
  "output-format": {
1120
- "bytes": 3177,
1121
- "chars": 3175,
1122
- "approx_tokens": 794
1150
+ "bytes": 3794,
1151
+ "chars": 3790,
1152
+ "approx_tokens": 948
1123
1153
  },
1124
1154
  "compliance-theater-check": {
1125
1155
  "bytes": 2937,
@@ -1135,10 +1165,10 @@
1135
1165
  },
1136
1166
  "dlp-gap-analysis": {
1137
1167
  "path": "skills/dlp-gap-analysis/skill.md",
1138
- "bytes": 41698,
1139
- "chars": 41431,
1140
- "lines": 344,
1141
- "approx_tokens": 10358,
1168
+ "bytes": 42409,
1169
+ "chars": 42140,
1170
+ "lines": 346,
1171
+ "approx_tokens": 10535,
1142
1172
  "approx_chars_per_token": 4,
1143
1173
  "sections": {
1144
1174
  "threat-context": {
@@ -1167,9 +1197,9 @@
1167
1197
  "approx_tokens": 2107
1168
1198
  },
1169
1199
  "output-format": {
1170
- "bytes": 2387,
1171
- "chars": 2332,
1172
- "approx_tokens": 583
1200
+ "bytes": 3098,
1201
+ "chars": 3041,
1202
+ "approx_tokens": 760
1173
1203
  },
1174
1204
  "compliance-theater-check": {
1175
1205
  "bytes": 2602,
@@ -1185,10 +1215,10 @@
1185
1215
  },
1186
1216
  "supply-chain-integrity": {
1187
1217
  "path": "skills/supply-chain-integrity/skill.md",
1188
- "bytes": 40287,
1189
- "chars": 40149,
1190
- "lines": 326,
1191
- "approx_tokens": 10037,
1218
+ "bytes": 40938,
1219
+ "chars": 40798,
1220
+ "lines": 328,
1221
+ "approx_tokens": 10200,
1192
1222
  "approx_chars_per_token": 4,
1193
1223
  "sections": {
1194
1224
  "threat-context": {
@@ -1217,9 +1247,9 @@
1217
1247
  "approx_tokens": 1863
1218
1248
  },
1219
1249
  "output-format": {
1220
- "bytes": 2102,
1221
- "chars": 2102,
1222
- "approx_tokens": 526
1250
+ "bytes": 2753,
1251
+ "chars": 2751,
1252
+ "approx_tokens": 688
1223
1253
  },
1224
1254
  "compliance-theater-check": {
1225
1255
  "bytes": 2288,
@@ -1235,10 +1265,10 @@
1235
1265
  },
1236
1266
  "defensive-countermeasure-mapping": {
1237
1267
  "path": "skills/defensive-countermeasure-mapping/skill.md",
1238
- "bytes": 32791,
1239
- "chars": 32655,
1240
- "lines": 302,
1241
- "approx_tokens": 8164,
1268
+ "bytes": 33463,
1269
+ "chars": 33325,
1270
+ "lines": 304,
1271
+ "approx_tokens": 8331,
1242
1272
  "approx_chars_per_token": 4,
1243
1273
  "sections": {
1244
1274
  "threat-context": {
@@ -1267,9 +1297,9 @@
1267
1297
  "approx_tokens": 1760
1268
1298
  },
1269
1299
  "output-format": {
1270
- "bytes": 4611,
1271
- "chars": 4583,
1272
- "approx_tokens": 1146
1300
+ "bytes": 5283,
1301
+ "chars": 5253,
1302
+ "approx_tokens": 1313
1273
1303
  },
1274
1304
  "compliance-theater-check": {
1275
1305
  "bytes": 2780,
@@ -1285,10 +1315,10 @@
1285
1315
  },
1286
1316
  "identity-assurance": {
1287
1317
  "path": "skills/identity-assurance/skill.md",
1288
- "bytes": 32885,
1289
- "chars": 32738,
1290
- "lines": 276,
1291
- "approx_tokens": 8185,
1318
+ "bytes": 33608,
1319
+ "chars": 33459,
1320
+ "lines": 278,
1321
+ "approx_tokens": 8365,
1292
1322
  "approx_chars_per_token": 4,
1293
1323
  "sections": {
1294
1324
  "threat-context": {
@@ -1317,9 +1347,9 @@
1317
1347
  "approx_tokens": 1448
1318
1348
  },
1319
1349
  "output-format": {
1320
- "bytes": 2693,
1321
- "chars": 2690,
1322
- "approx_tokens": 673
1350
+ "bytes": 3416,
1351
+ "chars": 3411,
1352
+ "approx_tokens": 853
1323
1353
  },
1324
1354
  "compliance-theater-check": {
1325
1355
  "bytes": 2057,
@@ -1340,10 +1370,10 @@
1340
1370
  },
1341
1371
  "ot-ics-security": {
1342
1372
  "path": "skills/ot-ics-security/skill.md",
1343
- "bytes": 36439,
1344
- "chars": 36243,
1345
- "lines": 342,
1346
- "approx_tokens": 9061,
1373
+ "bytes": 37112,
1374
+ "chars": 36914,
1375
+ "lines": 344,
1376
+ "approx_tokens": 9229,
1347
1377
  "approx_chars_per_token": 4,
1348
1378
  "sections": {
1349
1379
  "threat-context": {
@@ -1372,9 +1402,9 @@
1372
1402
  "approx_tokens": 2181
1373
1403
  },
1374
1404
  "output-format": {
1375
- "bytes": 2099,
1376
- "chars": 2095,
1377
- "approx_tokens": 524
1405
+ "bytes": 2772,
1406
+ "chars": 2766,
1407
+ "approx_tokens": 692
1378
1408
  },
1379
1409
  "compliance-theater-check": {
1380
1410
  "bytes": 3205,
@@ -1395,10 +1425,10 @@
1395
1425
  },
1396
1426
  "coordinated-vuln-disclosure": {
1397
1427
  "path": "skills/coordinated-vuln-disclosure/skill.md",
1398
- "bytes": 46917,
1399
- "chars": 46692,
1428
+ "bytes": 47388,
1429
+ "chars": 47163,
1400
1430
  "lines": 481,
1401
- "approx_tokens": 11673,
1431
+ "approx_tokens": 11791,
1402
1432
  "approx_chars_per_token": 4,
1403
1433
  "sections": {
1404
1434
  "threat-context": {
@@ -1427,9 +1457,9 @@
1427
1457
  "approx_tokens": 3111
1428
1458
  },
1429
1459
  "output-format": {
1430
- "bytes": 6518,
1431
- "chars": 6464,
1432
- "approx_tokens": 1616
1460
+ "bytes": 6989,
1461
+ "chars": 6935,
1462
+ "approx_tokens": 1734
1433
1463
  },
1434
1464
  "compliance-theater-check": {
1435
1465
  "bytes": 3056,
@@ -1450,10 +1480,10 @@
1450
1480
  },
1451
1481
  "threat-modeling-methodology": {
1452
1482
  "path": "skills/threat-modeling-methodology/skill.md",
1453
- "bytes": 30802,
1454
- "chars": 30625,
1455
- "lines": 318,
1456
- "approx_tokens": 7656,
1483
+ "bytes": 31561,
1484
+ "chars": 31382,
1485
+ "lines": 320,
1486
+ "approx_tokens": 7846,
1457
1487
  "approx_chars_per_token": 4,
1458
1488
  "sections": {
1459
1489
  "purpose": {
@@ -1487,9 +1517,9 @@
1487
1517
  "approx_tokens": 1630
1488
1518
  },
1489
1519
  "output-format": {
1490
- "bytes": 1549,
1491
- "chars": 1547,
1492
- "approx_tokens": 387
1520
+ "bytes": 2308,
1521
+ "chars": 2304,
1522
+ "approx_tokens": 576
1493
1523
  },
1494
1524
  "compliance-theater-check": {
1495
1525
  "bytes": 1924,
@@ -1510,10 +1540,10 @@
1510
1540
  },
1511
1541
  "webapp-security": {
1512
1542
  "path": "skills/webapp-security/skill.md",
1513
- "bytes": 29136,
1514
- "chars": 28962,
1515
- "lines": 283,
1516
- "approx_tokens": 7241,
1543
+ "bytes": 29755,
1544
+ "chars": 29579,
1545
+ "lines": 285,
1546
+ "approx_tokens": 7395,
1517
1547
  "approx_chars_per_token": 4,
1518
1548
  "sections": {
1519
1549
  "threat-context": {
@@ -1542,9 +1572,9 @@
1542
1572
  "approx_tokens": 1639
1543
1573
  },
1544
1574
  "output-format": {
1545
- "bytes": 3142,
1546
- "chars": 3138,
1547
- "approx_tokens": 785
1575
+ "bytes": 3761,
1576
+ "chars": 3755,
1577
+ "approx_tokens": 939
1548
1578
  },
1549
1579
  "compliance-theater-check": {
1550
1580
  "bytes": 1977,
@@ -1565,10 +1595,10 @@
1565
1595
  },
1566
1596
  "ai-risk-management": {
1567
1597
  "path": "skills/ai-risk-management/skill.md",
1568
- "bytes": 34929,
1569
- "chars": 34747,
1570
- "lines": 321,
1571
- "approx_tokens": 8687,
1598
+ "bytes": 35598,
1599
+ "chars": 35414,
1600
+ "lines": 323,
1601
+ "approx_tokens": 8854,
1572
1602
  "approx_chars_per_token": 4,
1573
1603
  "sections": {
1574
1604
  "purpose": {
@@ -1602,9 +1632,9 @@
1602
1632
  "approx_tokens": 2152
1603
1633
  },
1604
1634
  "output-format": {
1605
- "bytes": 2860,
1606
- "chars": 2858,
1607
- "approx_tokens": 715
1635
+ "bytes": 3529,
1636
+ "chars": 3525,
1637
+ "approx_tokens": 881
1608
1638
  },
1609
1639
  "compliance-theater-check": {
1610
1640
  "bytes": 2799,
@@ -1625,10 +1655,10 @@
1625
1655
  },
1626
1656
  "sector-healthcare": {
1627
1657
  "path": "skills/sector-healthcare/skill.md",
1628
- "bytes": 47633,
1629
- "chars": 47445,
1630
- "lines": 372,
1631
- "approx_tokens": 11861,
1658
+ "bytes": 48294,
1659
+ "chars": 48104,
1660
+ "lines": 374,
1661
+ "approx_tokens": 12026,
1632
1662
  "approx_chars_per_token": 4,
1633
1663
  "sections": {
1634
1664
  "threat-context": {
@@ -1657,9 +1687,9 @@
1657
1687
  "approx_tokens": 2626
1658
1688
  },
1659
1689
  "output-format": {
1660
- "bytes": 2891,
1661
- "chars": 2888,
1662
- "approx_tokens": 722
1690
+ "bytes": 3552,
1691
+ "chars": 3547,
1692
+ "approx_tokens": 887
1663
1693
  },
1664
1694
  "compliance-theater-check": {
1665
1695
  "bytes": 3568,
@@ -1680,10 +1710,10 @@
1680
1710
  },
1681
1711
  "sector-financial": {
1682
1712
  "path": "skills/sector-financial/skill.md",
1683
- "bytes": 49779,
1684
- "chars": 49616,
1685
- "lines": 399,
1686
- "approx_tokens": 12404,
1713
+ "bytes": 50431,
1714
+ "chars": 50266,
1715
+ "lines": 401,
1716
+ "approx_tokens": 12567,
1687
1717
  "approx_chars_per_token": 4,
1688
1718
  "sections": {
1689
1719
  "threat-context": {
@@ -1712,9 +1742,9 @@
1712
1742
  "approx_tokens": 2182
1713
1743
  },
1714
1744
  "output-format": {
1715
- "bytes": 2755,
1716
- "chars": 2751,
1717
- "approx_tokens": 688
1745
+ "bytes": 3407,
1746
+ "chars": 3401,
1747
+ "approx_tokens": 850
1718
1748
  },
1719
1749
  "compliance-theater-check": {
1720
1750
  "bytes": 4338,
@@ -1735,10 +1765,10 @@
1735
1765
  },
1736
1766
  "sector-federal-government": {
1737
1767
  "path": "skills/sector-federal-government/skill.md",
1738
- "bytes": 44323,
1739
- "chars": 44150,
1740
- "lines": 306,
1741
- "approx_tokens": 11038,
1768
+ "bytes": 45040,
1769
+ "chars": 44865,
1770
+ "lines": 308,
1771
+ "approx_tokens": 11216,
1742
1772
  "approx_chars_per_token": 4,
1743
1773
  "sections": {
1744
1774
  "threat-context": {
@@ -1767,9 +1797,9 @@
1767
1797
  "approx_tokens": 2007
1768
1798
  },
1769
1799
  "output-format": {
1770
- "bytes": 2488,
1771
- "chars": 2486,
1772
- "approx_tokens": 622
1800
+ "bytes": 3205,
1801
+ "chars": 3201,
1802
+ "approx_tokens": 800
1773
1803
  },
1774
1804
  "compliance-theater-check": {
1775
1805
  "bytes": 2868,
@@ -1790,10 +1820,10 @@
1790
1820
  },
1791
1821
  "sector-energy": {
1792
1822
  "path": "skills/sector-energy/skill.md",
1793
- "bytes": 54077,
1794
- "chars": 53869,
1795
- "lines": 410,
1796
- "approx_tokens": 13467,
1823
+ "bytes": 54749,
1824
+ "chars": 54539,
1825
+ "lines": 412,
1826
+ "approx_tokens": 13635,
1797
1827
  "approx_chars_per_token": 4,
1798
1828
  "sections": {
1799
1829
  "threat-context": {
@@ -1822,9 +1852,9 @@
1822
1852
  "approx_tokens": 2726
1823
1853
  },
1824
1854
  "output-format": {
1825
- "bytes": 2788,
1826
- "chars": 2786,
1827
- "approx_tokens": 697
1855
+ "bytes": 3460,
1856
+ "chars": 3456,
1857
+ "approx_tokens": 864
1828
1858
  },
1829
1859
  "compliance-theater-check": {
1830
1860
  "bytes": 4991,
@@ -1900,10 +1930,10 @@
1900
1930
  },
1901
1931
  "api-security": {
1902
1932
  "path": "skills/api-security/skill.md",
1903
- "bytes": 39261,
1904
- "chars": 39026,
1905
- "lines": 304,
1906
- "approx_tokens": 9757,
1933
+ "bytes": 39941,
1934
+ "chars": 39704,
1935
+ "lines": 306,
1936
+ "approx_tokens": 9926,
1907
1937
  "approx_chars_per_token": 4,
1908
1938
  "sections": {
1909
1939
  "threat-context": {
@@ -1932,9 +1962,9 @@
1932
1962
  "approx_tokens": 2109
1933
1963
  },
1934
1964
  "output-format": {
1935
- "bytes": 3718,
1936
- "chars": 3708,
1937
- "approx_tokens": 927
1965
+ "bytes": 4398,
1966
+ "chars": 4386,
1967
+ "approx_tokens": 1097
1938
1968
  },
1939
1969
  "compliance-theater-check": {
1940
1970
  "bytes": 2358,
@@ -1955,10 +1985,10 @@
1955
1985
  },
1956
1986
  "cloud-security": {
1957
1987
  "path": "skills/cloud-security/skill.md",
1958
- "bytes": 55635,
1959
- "chars": 55397,
1960
- "lines": 384,
1961
- "approx_tokens": 13849,
1988
+ "bytes": 56326,
1989
+ "chars": 56086,
1990
+ "lines": 386,
1991
+ "approx_tokens": 14022,
1962
1992
  "approx_chars_per_token": 4,
1963
1993
  "sections": {
1964
1994
  "threat-context": {
@@ -1987,9 +2017,9 @@
1987
2017
  "approx_tokens": 3226
1988
2018
  },
1989
2019
  "output-format": {
1990
- "bytes": 2263,
1991
- "chars": 2261,
1992
- "approx_tokens": 565
2020
+ "bytes": 2954,
2021
+ "chars": 2950,
2022
+ "approx_tokens": 738
1993
2023
  },
1994
2024
  "compliance-theater-check": {
1995
2025
  "bytes": 4221,
@@ -2010,10 +2040,10 @@
2010
2040
  },
2011
2041
  "container-runtime-security": {
2012
2042
  "path": "skills/container-runtime-security/skill.md",
2013
- "bytes": 49060,
2014
- "chars": 48900,
2015
- "lines": 383,
2016
- "approx_tokens": 12225,
2043
+ "bytes": 49807,
2044
+ "chars": 49645,
2045
+ "lines": 385,
2046
+ "approx_tokens": 12411,
2017
2047
  "approx_chars_per_token": 4,
2018
2048
  "sections": {
2019
2049
  "threat-context": {
@@ -2042,9 +2072,9 @@
2042
2072
  "approx_tokens": 2711
2043
2073
  },
2044
2074
  "output-format": {
2045
- "bytes": 2919,
2046
- "chars": 2917,
2047
- "approx_tokens": 729
2075
+ "bytes": 3666,
2076
+ "chars": 3662,
2077
+ "approx_tokens": 916
2048
2078
  },
2049
2079
  "compliance-theater-check": {
2050
2080
  "bytes": 3497,
@@ -2065,10 +2095,10 @@
2065
2095
  },
2066
2096
  "mlops-security": {
2067
2097
  "path": "skills/mlops-security/skill.md",
2068
- "bytes": 45611,
2069
- "chars": 45319,
2070
- "lines": 330,
2071
- "approx_tokens": 11330,
2098
+ "bytes": 46355,
2099
+ "chars": 46061,
2100
+ "lines": 332,
2101
+ "approx_tokens": 11515,
2072
2102
  "approx_chars_per_token": 4,
2073
2103
  "sections": {
2074
2104
  "threat-context": {
@@ -2097,9 +2127,9 @@
2097
2127
  "approx_tokens": 2252
2098
2128
  },
2099
2129
  "output-format": {
2100
- "bytes": 2678,
2101
- "chars": 2676,
2102
- "approx_tokens": 669
2130
+ "bytes": 3422,
2131
+ "chars": 3418,
2132
+ "approx_tokens": 855
2103
2133
  },
2104
2134
  "compliance-theater-check": {
2105
2135
  "bytes": 2931,
@@ -2285,10 +2315,10 @@
2285
2315
  },
2286
2316
  "age-gates-child-safety": {
2287
2317
  "path": "skills/age-gates-child-safety/skill.md",
2288
- "bytes": 69740,
2289
- "chars": 69452,
2290
- "lines": 457,
2291
- "approx_tokens": 17363,
2318
+ "bytes": 70471,
2319
+ "chars": 70181,
2320
+ "lines": 459,
2321
+ "approx_tokens": 17545,
2292
2322
  "approx_chars_per_token": 4,
2293
2323
  "sections": {
2294
2324
  "threat-context": {
@@ -2317,9 +2347,9 @@
2317
2347
  "approx_tokens": 3515
2318
2348
  },
2319
2349
  "output-format": {
2320
- "bytes": 4603,
2321
- "chars": 4593,
2322
- "approx_tokens": 1148
2350
+ "bytes": 5334,
2351
+ "chars": 5322,
2352
+ "approx_tokens": 1331
2323
2353
  },
2324
2354
  "compliance-theater-check": {
2325
2355
  "bytes": 6085,