@blamejs/exceptd-skills 0.12.7 → 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 +15 -1
- package/ARCHITECTURE.md +21 -5
- package/CHANGELOG.md +150 -0
- package/README.md +1 -1
- package/bin/exceptd.js +416 -69
- package/data/_indexes/_meta.json +44 -44
- package/data/_indexes/activity-feed.json +34 -34
- package/data/_indexes/catalog-summaries.json +9 -9
- package/data/_indexes/chains.json +249 -11
- package/data/_indexes/frequency.json +63 -5
- package/data/_indexes/jurisdiction-map.json +13 -3
- package/data/_indexes/section-offsets.json +1171 -1027
- package/data/_indexes/summary-cards.json +2 -2
- package/data/_indexes/token-budget.json +232 -152
- package/data/atlas-ttps.json +189 -1
- package/data/cve-catalog.json +34 -22
- package/data/cwe-catalog.json +290 -1
- package/data/d3fend-catalog.json +163 -1
- package/data/framework-control-gaps.json +243 -0
- package/data/playbooks/containers.json +23 -5
- package/data/playbooks/cred-stores.json +9 -9
- package/data/playbooks/crypto.json +8 -8
- package/data/playbooks/hardening.json +46 -10
- package/data/playbooks/library-author.json +16 -20
- package/data/playbooks/mcp.json +1 -0
- package/data/playbooks/runtime.json +7 -7
- package/data/playbooks/sbom.json +11 -11
- package/data/playbooks/secrets.json +4 -4
- package/data/rfc-references.json +144 -0
- package/lib/playbook-runner.js +119 -35
- package/lib/prefetch.js +27 -6
- package/lib/refresh-external.js +32 -9
- package/lib/schemas/skill-frontmatter.schema.json +2 -2
- package/manifest-snapshot.json +1 -1
- package/manifest.json +73 -73
- package/orchestrator/index.js +1 -1
- package/package.json +2 -1
- package/sbom.cdx.json +6 -6
- package/scripts/check-sbom-currency.js +87 -0
- package/scripts/check-test-coverage.README.md +148 -0
- package/scripts/check-test-coverage.js +476 -0
- package/scripts/hooks/pre-commit.sh +19 -0
- package/scripts/predeploy.js +14 -30
- package/skills/age-gates-child-safety/skill.md +3 -0
- package/skills/ai-attack-surface/skill.md +29 -1
- package/skills/ai-c2-detection/skill.md +30 -1
- package/skills/ai-risk-management/skill.md +3 -0
- package/skills/api-security/skill.md +3 -0
- package/skills/attack-surface-pentest/skill.md +3 -0
- package/skills/cloud-security/skill.md +3 -0
- package/skills/compliance-theater/skill.md +6 -0
- package/skills/container-runtime-security/skill.md +3 -0
- package/skills/coordinated-vuln-disclosure/skill.md +8 -1
- package/skills/defensive-countermeasure-mapping/skill.md +1 -1
- package/skills/dlp-gap-analysis/skill.md +3 -0
- package/skills/email-security-anti-phishing/skill.md +9 -1
- package/skills/exploit-scoring/skill.md +6 -0
- package/skills/identity-assurance/skill.md +6 -1
- package/skills/incident-response-playbook/skill.md +8 -2
- package/skills/kernel-lpe-triage/skill.md +24 -4
- package/skills/mcp-agent-trust/skill.md +28 -1
- package/skills/mlops-security/skill.md +3 -0
- package/skills/ot-ics-security/skill.md +3 -0
- package/skills/policy-exception-gen/skill.md +6 -0
- package/skills/rag-pipeline-security/skill.md +30 -1
- package/skills/researcher/skill.md +6 -0
- package/skills/sector-energy/skill.md +3 -0
- package/skills/sector-federal-government/skill.md +3 -0
- package/skills/sector-financial/skill.md +3 -0
- package/skills/sector-healthcare/skill.md +3 -0
- package/skills/security-maturity-tiers/skill.md +25 -1
- package/skills/skill-update-loop/skill.md +38 -0
- package/skills/supply-chain-integrity/skill.md +3 -0
- package/skills/threat-model-currency/skill.md +4 -0
- package/skills/threat-modeling-methodology/skill.md +3 -0
- package/skills/webapp-security/skill.md +3 -0
- package/skills/zeroday-gap-learn/skill.md +6 -0
|
@@ -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":
|
|
7
|
-
"total_approx_tokens":
|
|
6
|
+
"total_chars": 1369448,
|
|
7
|
+
"total_approx_tokens": 342364,
|
|
8
8
|
"skill_count": 38
|
|
9
9
|
},
|
|
10
10
|
"skills": {
|
|
11
11
|
"kernel-lpe-triage": {
|
|
12
12
|
"path": "skills/kernel-lpe-triage/skill.md",
|
|
13
|
-
"bytes":
|
|
14
|
-
"chars":
|
|
15
|
-
"lines":
|
|
16
|
-
"approx_tokens":
|
|
13
|
+
"bytes": 21205,
|
|
14
|
+
"chars": 21099,
|
|
15
|
+
"lines": 324,
|
|
16
|
+
"approx_tokens": 5275,
|
|
17
17
|
"approx_chars_per_token": 4,
|
|
18
18
|
"sections": {
|
|
19
19
|
"threat-context": {
|
|
@@ -36,10 +36,15 @@
|
|
|
36
36
|
"chars": 614,
|
|
37
37
|
"approx_tokens": 154
|
|
38
38
|
},
|
|
39
|
+
"compliance-theater-check": {
|
|
40
|
+
"bytes": 2072,
|
|
41
|
+
"chars": 2064,
|
|
42
|
+
"approx_tokens": 516
|
|
43
|
+
},
|
|
39
44
|
"analysis-procedure": {
|
|
40
|
-
"bytes":
|
|
41
|
-
"chars":
|
|
42
|
-
"approx_tokens":
|
|
45
|
+
"bytes": 4646,
|
|
46
|
+
"chars": 4644,
|
|
47
|
+
"approx_tokens": 1161
|
|
43
48
|
},
|
|
44
49
|
"output-format": {
|
|
45
50
|
"bytes": 1407,
|
|
@@ -60,10 +65,10 @@
|
|
|
60
65
|
},
|
|
61
66
|
"ai-attack-surface": {
|
|
62
67
|
"path": "skills/ai-attack-surface/skill.md",
|
|
63
|
-
"bytes":
|
|
64
|
-
"chars":
|
|
65
|
-
"lines":
|
|
66
|
-
"approx_tokens":
|
|
68
|
+
"bytes": 20062,
|
|
69
|
+
"chars": 20024,
|
|
70
|
+
"lines": 311,
|
|
71
|
+
"approx_tokens": 5006,
|
|
67
72
|
"approx_chars_per_token": 4,
|
|
68
73
|
"sections": {
|
|
69
74
|
"threat-context": {
|
|
@@ -96,6 +101,11 @@
|
|
|
96
101
|
"chars": 1117,
|
|
97
102
|
"approx_tokens": 279
|
|
98
103
|
},
|
|
104
|
+
"defensive-countermeasure-mapping": {
|
|
105
|
+
"bytes": 3718,
|
|
106
|
+
"chars": 3706,
|
|
107
|
+
"approx_tokens": 927
|
|
108
|
+
},
|
|
99
109
|
"compliance-theater-check": {
|
|
100
110
|
"bytes": 1086,
|
|
101
111
|
"chars": 1086,
|
|
@@ -105,10 +115,10 @@
|
|
|
105
115
|
},
|
|
106
116
|
"mcp-agent-trust": {
|
|
107
117
|
"path": "skills/mcp-agent-trust/skill.md",
|
|
108
|
-
"bytes":
|
|
109
|
-
"chars":
|
|
110
|
-
"lines":
|
|
111
|
-
"approx_tokens":
|
|
118
|
+
"bytes": 23929,
|
|
119
|
+
"chars": 23861,
|
|
120
|
+
"lines": 354,
|
|
121
|
+
"approx_tokens": 5965,
|
|
112
122
|
"approx_chars_per_token": 4,
|
|
113
123
|
"sections": {
|
|
114
124
|
"threat-context": {
|
|
@@ -146,6 +156,11 @@
|
|
|
146
156
|
"chars": 2431,
|
|
147
157
|
"approx_tokens": 608
|
|
148
158
|
},
|
|
159
|
+
"defensive-countermeasure-mapping": {
|
|
160
|
+
"bytes": 4201,
|
|
161
|
+
"chars": 4195,
|
|
162
|
+
"approx_tokens": 1049
|
|
163
|
+
},
|
|
149
164
|
"compliance-theater-check": {
|
|
150
165
|
"bytes": 513,
|
|
151
166
|
"chars": 513,
|
|
@@ -210,12 +225,17 @@
|
|
|
210
225
|
},
|
|
211
226
|
"compliance-theater": {
|
|
212
227
|
"path": "skills/compliance-theater/skill.md",
|
|
213
|
-
"bytes":
|
|
214
|
-
"chars":
|
|
215
|
-
"lines":
|
|
216
|
-
"approx_tokens":
|
|
228
|
+
"bytes": 28379,
|
|
229
|
+
"chars": 28313,
|
|
230
|
+
"lines": 372,
|
|
231
|
+
"approx_tokens": 7078,
|
|
217
232
|
"approx_chars_per_token": 4,
|
|
218
233
|
"sections": {
|
|
234
|
+
"frontmatter-scope": {
|
|
235
|
+
"bytes": 811,
|
|
236
|
+
"chars": 807,
|
|
237
|
+
"approx_tokens": 202
|
|
238
|
+
},
|
|
219
239
|
"threat-context": {
|
|
220
240
|
"bytes": 1804,
|
|
221
241
|
"chars": 1798,
|
|
@@ -260,12 +280,17 @@
|
|
|
260
280
|
},
|
|
261
281
|
"exploit-scoring": {
|
|
262
282
|
"path": "skills/exploit-scoring/skill.md",
|
|
263
|
-
"bytes":
|
|
264
|
-
"chars":
|
|
265
|
-
"lines":
|
|
266
|
-
"approx_tokens":
|
|
283
|
+
"bytes": 21077,
|
|
284
|
+
"chars": 20949,
|
|
285
|
+
"lines": 338,
|
|
286
|
+
"approx_tokens": 5237,
|
|
267
287
|
"approx_chars_per_token": 4,
|
|
268
288
|
"sections": {
|
|
289
|
+
"frontmatter-scope": {
|
|
290
|
+
"bytes": 618,
|
|
291
|
+
"chars": 616,
|
|
292
|
+
"approx_tokens": 154
|
|
293
|
+
},
|
|
269
294
|
"threat-context": {
|
|
270
295
|
"bytes": 1685,
|
|
271
296
|
"chars": 1677,
|
|
@@ -320,10 +345,10 @@
|
|
|
320
345
|
},
|
|
321
346
|
"rag-pipeline-security": {
|
|
322
347
|
"path": "skills/rag-pipeline-security/skill.md",
|
|
323
|
-
"bytes":
|
|
324
|
-
"chars":
|
|
325
|
-
"lines":
|
|
326
|
-
"approx_tokens":
|
|
348
|
+
"bytes": 28775,
|
|
349
|
+
"chars": 28610,
|
|
350
|
+
"lines": 324,
|
|
351
|
+
"approx_tokens": 7153,
|
|
327
352
|
"approx_chars_per_token": 4,
|
|
328
353
|
"sections": {
|
|
329
354
|
"threat-context": {
|
|
@@ -357,9 +382,9 @@
|
|
|
357
382
|
"approx_tokens": 423
|
|
358
383
|
},
|
|
359
384
|
"framework-lag-declaration": {
|
|
360
|
-
"bytes":
|
|
361
|
-
"chars":
|
|
362
|
-
"approx_tokens":
|
|
385
|
+
"bytes": 2157,
|
|
386
|
+
"chars": 2151,
|
|
387
|
+
"approx_tokens": 538
|
|
363
388
|
},
|
|
364
389
|
"ttp-mapping": {
|
|
365
390
|
"bytes": 3642,
|
|
@@ -386,6 +411,11 @@
|
|
|
386
411
|
"chars": 2624,
|
|
387
412
|
"approx_tokens": 656
|
|
388
413
|
},
|
|
414
|
+
"defensive-countermeasure-mapping": {
|
|
415
|
+
"bytes": 3879,
|
|
416
|
+
"chars": 3857,
|
|
417
|
+
"approx_tokens": 964
|
|
418
|
+
},
|
|
389
419
|
"compliance-theater-check": {
|
|
390
420
|
"bytes": 644,
|
|
391
421
|
"chars": 640,
|
|
@@ -395,10 +425,10 @@
|
|
|
395
425
|
},
|
|
396
426
|
"ai-c2-detection": {
|
|
397
427
|
"path": "skills/ai-c2-detection/skill.md",
|
|
398
|
-
"bytes":
|
|
399
|
-
"chars":
|
|
400
|
-
"lines":
|
|
401
|
-
"approx_tokens":
|
|
428
|
+
"bytes": 33572,
|
|
429
|
+
"chars": 33436,
|
|
430
|
+
"lines": 470,
|
|
431
|
+
"approx_tokens": 8359,
|
|
402
432
|
"approx_chars_per_token": 4,
|
|
403
433
|
"sections": {
|
|
404
434
|
"threat-context": {
|
|
@@ -441,6 +471,11 @@
|
|
|
441
471
|
"chars": 4070,
|
|
442
472
|
"approx_tokens": 1018
|
|
443
473
|
},
|
|
474
|
+
"defensive-countermeasure-mapping": {
|
|
475
|
+
"bytes": 3942,
|
|
476
|
+
"chars": 3930,
|
|
477
|
+
"approx_tokens": 983
|
|
478
|
+
},
|
|
444
479
|
"compliance-theater-check": {
|
|
445
480
|
"bytes": 1390,
|
|
446
481
|
"chars": 1382,
|
|
@@ -460,12 +495,17 @@
|
|
|
460
495
|
},
|
|
461
496
|
"policy-exception-gen": {
|
|
462
497
|
"path": "skills/policy-exception-gen/skill.md",
|
|
463
|
-
"bytes":
|
|
464
|
-
"chars":
|
|
465
|
-
"lines":
|
|
466
|
-
"approx_tokens":
|
|
498
|
+
"bytes": 28886,
|
|
499
|
+
"chars": 28802,
|
|
500
|
+
"lines": 444,
|
|
501
|
+
"approx_tokens": 7201,
|
|
467
502
|
"approx_chars_per_token": 4,
|
|
468
503
|
"sections": {
|
|
504
|
+
"frontmatter-scope": {
|
|
505
|
+
"bytes": 483,
|
|
506
|
+
"chars": 481,
|
|
507
|
+
"approx_tokens": 120
|
|
508
|
+
},
|
|
469
509
|
"threat-context": {
|
|
470
510
|
"bytes": 2232,
|
|
471
511
|
"chars": 2226,
|
|
@@ -510,12 +550,17 @@
|
|
|
510
550
|
},
|
|
511
551
|
"threat-model-currency": {
|
|
512
552
|
"path": "skills/threat-model-currency/skill.md",
|
|
513
|
-
"bytes":
|
|
514
|
-
"chars":
|
|
515
|
-
"lines":
|
|
516
|
-
"approx_tokens":
|
|
553
|
+
"bytes": 25608,
|
|
554
|
+
"chars": 25506,
|
|
555
|
+
"lines": 409,
|
|
556
|
+
"approx_tokens": 6377,
|
|
517
557
|
"approx_chars_per_token": 4,
|
|
518
558
|
"sections": {
|
|
559
|
+
"frontmatter-scope": {
|
|
560
|
+
"bytes": 626,
|
|
561
|
+
"chars": 624,
|
|
562
|
+
"approx_tokens": 156
|
|
563
|
+
},
|
|
519
564
|
"purpose": {
|
|
520
565
|
"bytes": 545,
|
|
521
566
|
"chars": 541,
|
|
@@ -630,12 +675,17 @@
|
|
|
630
675
|
},
|
|
631
676
|
"zeroday-gap-learn": {
|
|
632
677
|
"path": "skills/zeroday-gap-learn/skill.md",
|
|
633
|
-
"bytes":
|
|
634
|
-
"chars":
|
|
635
|
-
"lines":
|
|
636
|
-
"approx_tokens":
|
|
678
|
+
"bytes": 22718,
|
|
679
|
+
"chars": 22600,
|
|
680
|
+
"lines": 357,
|
|
681
|
+
"approx_tokens": 5650,
|
|
637
682
|
"approx_chars_per_token": 4,
|
|
638
683
|
"sections": {
|
|
684
|
+
"frontmatter-scope": {
|
|
685
|
+
"bytes": 541,
|
|
686
|
+
"chars": 539,
|
|
687
|
+
"approx_tokens": 135
|
|
688
|
+
},
|
|
639
689
|
"threat-context": {
|
|
640
690
|
"bytes": 1673,
|
|
641
691
|
"chars": 1665,
|
|
@@ -765,12 +815,27 @@
|
|
|
765
815
|
},
|
|
766
816
|
"skill-update-loop": {
|
|
767
817
|
"path": "skills/skill-update-loop/skill.md",
|
|
768
|
-
"bytes":
|
|
769
|
-
"chars":
|
|
770
|
-
"lines":
|
|
771
|
-
"approx_tokens":
|
|
818
|
+
"bytes": 43027,
|
|
819
|
+
"chars": 42921,
|
|
820
|
+
"lines": 502,
|
|
821
|
+
"approx_tokens": 10730,
|
|
772
822
|
"approx_chars_per_token": 4,
|
|
773
823
|
"sections": {
|
|
824
|
+
"frontmatter-scope": {
|
|
825
|
+
"bytes": 453,
|
|
826
|
+
"chars": 451,
|
|
827
|
+
"approx_tokens": 113
|
|
828
|
+
},
|
|
829
|
+
"threat-context": {
|
|
830
|
+
"bytes": 1510,
|
|
831
|
+
"chars": 1504,
|
|
832
|
+
"approx_tokens": 376
|
|
833
|
+
},
|
|
834
|
+
"ttp-mapping": {
|
|
835
|
+
"bytes": 1071,
|
|
836
|
+
"chars": 1069,
|
|
837
|
+
"approx_tokens": 267
|
|
838
|
+
},
|
|
774
839
|
"why-skills-decay": {
|
|
775
840
|
"bytes": 887,
|
|
776
841
|
"chars": 887,
|
|
@@ -820,12 +885,17 @@
|
|
|
820
885
|
},
|
|
821
886
|
"security-maturity-tiers": {
|
|
822
887
|
"path": "skills/security-maturity-tiers/skill.md",
|
|
823
|
-
"bytes":
|
|
824
|
-
"chars":
|
|
825
|
-
"lines":
|
|
826
|
-
"approx_tokens":
|
|
888
|
+
"bytes": 29805,
|
|
889
|
+
"chars": 29641,
|
|
890
|
+
"lines": 489,
|
|
891
|
+
"approx_tokens": 7410,
|
|
827
892
|
"approx_chars_per_token": 4,
|
|
828
893
|
"sections": {
|
|
894
|
+
"frontmatter-scope": {
|
|
895
|
+
"bytes": 522,
|
|
896
|
+
"chars": 522,
|
|
897
|
+
"approx_tokens": 131
|
|
898
|
+
},
|
|
829
899
|
"how-to-use-this-skill": {
|
|
830
900
|
"bytes": 411,
|
|
831
901
|
"chars": 409,
|
|
@@ -837,9 +907,9 @@
|
|
|
837
907
|
"approx_tokens": 128
|
|
838
908
|
},
|
|
839
909
|
"domain-kernel-lpe-copy-fail-dirty-frag-class": {
|
|
840
|
-
"bytes":
|
|
841
|
-
"chars":
|
|
842
|
-
"approx_tokens":
|
|
910
|
+
"bytes": 4081,
|
|
911
|
+
"chars": 4071,
|
|
912
|
+
"approx_tokens": 1018
|
|
843
913
|
},
|
|
844
914
|
"domain-ai-attack-surface": {
|
|
845
915
|
"bytes": 2706,
|
|
@@ -866,6 +936,11 @@
|
|
|
866
936
|
"chars": 985,
|
|
867
937
|
"approx_tokens": 246
|
|
868
938
|
},
|
|
939
|
+
"compliance-theater-check": {
|
|
940
|
+
"bytes": 2317,
|
|
941
|
+
"chars": 2311,
|
|
942
|
+
"approx_tokens": 578
|
|
943
|
+
},
|
|
869
944
|
"the-anti-pattern-tier-3-security-theater": {
|
|
870
945
|
"bytes": 644,
|
|
871
946
|
"chars": 644,
|
|
@@ -895,12 +970,17 @@
|
|
|
895
970
|
},
|
|
896
971
|
"researcher": {
|
|
897
972
|
"path": "skills/researcher/skill.md",
|
|
898
|
-
"bytes":
|
|
899
|
-
"chars":
|
|
900
|
-
"lines":
|
|
901
|
-
"approx_tokens":
|
|
973
|
+
"bytes": 29009,
|
|
974
|
+
"chars": 28839,
|
|
975
|
+
"lines": 317,
|
|
976
|
+
"approx_tokens": 7210,
|
|
902
977
|
"approx_chars_per_token": 4,
|
|
903
978
|
"sections": {
|
|
979
|
+
"frontmatter-scope": {
|
|
980
|
+
"bytes": 537,
|
|
981
|
+
"chars": 535,
|
|
982
|
+
"approx_tokens": 134
|
|
983
|
+
},
|
|
904
984
|
"threat-context": {
|
|
905
985
|
"bytes": 2945,
|
|
906
986
|
"chars": 2937,
|
|
@@ -940,10 +1020,10 @@
|
|
|
940
1020
|
},
|
|
941
1021
|
"attack-surface-pentest": {
|
|
942
1022
|
"path": "skills/attack-surface-pentest/skill.md",
|
|
943
|
-
"bytes":
|
|
944
|
-
"chars":
|
|
945
|
-
"lines":
|
|
946
|
-
"approx_tokens":
|
|
1023
|
+
"bytes": 32110,
|
|
1024
|
+
"chars": 31971,
|
|
1025
|
+
"lines": 385,
|
|
1026
|
+
"approx_tokens": 7993,
|
|
947
1027
|
"approx_chars_per_token": 4,
|
|
948
1028
|
"sections": {
|
|
949
1029
|
"threat-context": {
|
|
@@ -1040,10 +1120,10 @@
|
|
|
1040
1120
|
},
|
|
1041
1121
|
"dlp-gap-analysis": {
|
|
1042
1122
|
"path": "skills/dlp-gap-analysis/skill.md",
|
|
1043
|
-
"bytes":
|
|
1044
|
-
"chars":
|
|
1045
|
-
"lines":
|
|
1046
|
-
"approx_tokens":
|
|
1123
|
+
"bytes": 40295,
|
|
1124
|
+
"chars": 40036,
|
|
1125
|
+
"lines": 341,
|
|
1126
|
+
"approx_tokens": 10009,
|
|
1047
1127
|
"approx_chars_per_token": 4,
|
|
1048
1128
|
"sections": {
|
|
1049
1129
|
"threat-context": {
|
|
@@ -1090,10 +1170,10 @@
|
|
|
1090
1170
|
},
|
|
1091
1171
|
"supply-chain-integrity": {
|
|
1092
1172
|
"path": "skills/supply-chain-integrity/skill.md",
|
|
1093
|
-
"bytes":
|
|
1094
|
-
"chars":
|
|
1095
|
-
"lines":
|
|
1096
|
-
"approx_tokens":
|
|
1173
|
+
"bytes": 39747,
|
|
1174
|
+
"chars": 39613,
|
|
1175
|
+
"lines": 323,
|
|
1176
|
+
"approx_tokens": 9903,
|
|
1097
1177
|
"approx_chars_per_token": 4,
|
|
1098
1178
|
"sections": {
|
|
1099
1179
|
"threat-context": {
|
|
@@ -1140,10 +1220,10 @@
|
|
|
1140
1220
|
},
|
|
1141
1221
|
"defensive-countermeasure-mapping": {
|
|
1142
1222
|
"path": "skills/defensive-countermeasure-mapping/skill.md",
|
|
1143
|
-
"bytes":
|
|
1144
|
-
"chars":
|
|
1223
|
+
"bytes": 32601,
|
|
1224
|
+
"chars": 32465,
|
|
1145
1225
|
"lines": 301,
|
|
1146
|
-
"approx_tokens":
|
|
1226
|
+
"approx_tokens": 8116,
|
|
1147
1227
|
"approx_chars_per_token": 4,
|
|
1148
1228
|
"sections": {
|
|
1149
1229
|
"threat-context": {
|
|
@@ -1172,9 +1252,9 @@
|
|
|
1172
1252
|
"approx_tokens": 1760
|
|
1173
1253
|
},
|
|
1174
1254
|
"output-format": {
|
|
1175
|
-
"bytes":
|
|
1176
|
-
"chars":
|
|
1177
|
-
"approx_tokens":
|
|
1255
|
+
"bytes": 4611,
|
|
1256
|
+
"chars": 4583,
|
|
1257
|
+
"approx_tokens": 1146
|
|
1178
1258
|
},
|
|
1179
1259
|
"compliance-theater-check": {
|
|
1180
1260
|
"bytes": 2780,
|
|
@@ -1190,10 +1270,10 @@
|
|
|
1190
1270
|
},
|
|
1191
1271
|
"identity-assurance": {
|
|
1192
1272
|
"path": "skills/identity-assurance/skill.md",
|
|
1193
|
-
"bytes":
|
|
1194
|
-
"chars":
|
|
1195
|
-
"lines":
|
|
1196
|
-
"approx_tokens":
|
|
1273
|
+
"bytes": 32857,
|
|
1274
|
+
"chars": 32710,
|
|
1275
|
+
"lines": 278,
|
|
1276
|
+
"approx_tokens": 8178,
|
|
1197
1277
|
"approx_chars_per_token": 4,
|
|
1198
1278
|
"sections": {
|
|
1199
1279
|
"threat-context": {
|
|
@@ -1245,10 +1325,10 @@
|
|
|
1245
1325
|
},
|
|
1246
1326
|
"ot-ics-security": {
|
|
1247
1327
|
"path": "skills/ot-ics-security/skill.md",
|
|
1248
|
-
"bytes":
|
|
1249
|
-
"chars":
|
|
1250
|
-
"lines":
|
|
1251
|
-
"approx_tokens":
|
|
1328
|
+
"bytes": 36323,
|
|
1329
|
+
"chars": 36127,
|
|
1330
|
+
"lines": 344,
|
|
1331
|
+
"approx_tokens": 9032,
|
|
1252
1332
|
"approx_chars_per_token": 4,
|
|
1253
1333
|
"sections": {
|
|
1254
1334
|
"threat-context": {
|
|
@@ -1300,10 +1380,10 @@
|
|
|
1300
1380
|
},
|
|
1301
1381
|
"coordinated-vuln-disclosure": {
|
|
1302
1382
|
"path": "skills/coordinated-vuln-disclosure/skill.md",
|
|
1303
|
-
"bytes":
|
|
1304
|
-
"chars":
|
|
1305
|
-
"lines":
|
|
1306
|
-
"approx_tokens":
|
|
1383
|
+
"bytes": 46917,
|
|
1384
|
+
"chars": 46692,
|
|
1385
|
+
"lines": 481,
|
|
1386
|
+
"approx_tokens": 11673,
|
|
1307
1387
|
"approx_chars_per_token": 4,
|
|
1308
1388
|
"sections": {
|
|
1309
1389
|
"threat-context": {
|
|
@@ -1355,10 +1435,10 @@
|
|
|
1355
1435
|
},
|
|
1356
1436
|
"threat-modeling-methodology": {
|
|
1357
1437
|
"path": "skills/threat-modeling-methodology/skill.md",
|
|
1358
|
-
"bytes":
|
|
1359
|
-
"chars":
|
|
1360
|
-
"lines":
|
|
1361
|
-
"approx_tokens":
|
|
1438
|
+
"bytes": 30544,
|
|
1439
|
+
"chars": 30367,
|
|
1440
|
+
"lines": 316,
|
|
1441
|
+
"approx_tokens": 7592,
|
|
1362
1442
|
"approx_chars_per_token": 4,
|
|
1363
1443
|
"sections": {
|
|
1364
1444
|
"purpose": {
|
|
@@ -1415,10 +1495,10 @@
|
|
|
1415
1495
|
},
|
|
1416
1496
|
"webapp-security": {
|
|
1417
1497
|
"path": "skills/webapp-security/skill.md",
|
|
1418
|
-
"bytes":
|
|
1419
|
-
"chars":
|
|
1420
|
-
"lines":
|
|
1421
|
-
"approx_tokens":
|
|
1498
|
+
"bytes": 28689,
|
|
1499
|
+
"chars": 28517,
|
|
1500
|
+
"lines": 285,
|
|
1501
|
+
"approx_tokens": 7129,
|
|
1422
1502
|
"approx_chars_per_token": 4,
|
|
1423
1503
|
"sections": {
|
|
1424
1504
|
"threat-context": {
|
|
@@ -1470,10 +1550,10 @@
|
|
|
1470
1550
|
},
|
|
1471
1551
|
"ai-risk-management": {
|
|
1472
1552
|
"path": "skills/ai-risk-management/skill.md",
|
|
1473
|
-
"bytes":
|
|
1474
|
-
"chars":
|
|
1475
|
-
"lines":
|
|
1476
|
-
"approx_tokens":
|
|
1553
|
+
"bytes": 33571,
|
|
1554
|
+
"chars": 33395,
|
|
1555
|
+
"lines": 315,
|
|
1556
|
+
"approx_tokens": 8349,
|
|
1477
1557
|
"approx_chars_per_token": 4,
|
|
1478
1558
|
"sections": {
|
|
1479
1559
|
"purpose": {
|
|
@@ -1530,10 +1610,10 @@
|
|
|
1530
1610
|
},
|
|
1531
1611
|
"sector-healthcare": {
|
|
1532
1612
|
"path": "skills/sector-healthcare/skill.md",
|
|
1533
|
-
"bytes":
|
|
1534
|
-
"chars":
|
|
1535
|
-
"lines":
|
|
1536
|
-
"approx_tokens":
|
|
1613
|
+
"bytes": 47391,
|
|
1614
|
+
"chars": 47209,
|
|
1615
|
+
"lines": 377,
|
|
1616
|
+
"approx_tokens": 11802,
|
|
1537
1617
|
"approx_chars_per_token": 4,
|
|
1538
1618
|
"sections": {
|
|
1539
1619
|
"threat-context": {
|
|
@@ -1585,10 +1665,10 @@
|
|
|
1585
1665
|
},
|
|
1586
1666
|
"sector-financial": {
|
|
1587
1667
|
"path": "skills/sector-financial/skill.md",
|
|
1588
|
-
"bytes":
|
|
1589
|
-
"chars":
|
|
1590
|
-
"lines":
|
|
1591
|
-
"approx_tokens":
|
|
1668
|
+
"bytes": 49827,
|
|
1669
|
+
"chars": 49664,
|
|
1670
|
+
"lines": 402,
|
|
1671
|
+
"approx_tokens": 12416,
|
|
1592
1672
|
"approx_chars_per_token": 4,
|
|
1593
1673
|
"sections": {
|
|
1594
1674
|
"threat-context": {
|
|
@@ -1640,10 +1720,10 @@
|
|
|
1640
1720
|
},
|
|
1641
1721
|
"sector-federal-government": {
|
|
1642
1722
|
"path": "skills/sector-federal-government/skill.md",
|
|
1643
|
-
"bytes":
|
|
1644
|
-
"chars":
|
|
1645
|
-
"lines":
|
|
1646
|
-
"approx_tokens":
|
|
1723
|
+
"bytes": 44111,
|
|
1724
|
+
"chars": 43938,
|
|
1725
|
+
"lines": 306,
|
|
1726
|
+
"approx_tokens": 10985,
|
|
1647
1727
|
"approx_chars_per_token": 4,
|
|
1648
1728
|
"sections": {
|
|
1649
1729
|
"threat-context": {
|
|
@@ -1695,10 +1775,10 @@
|
|
|
1695
1775
|
},
|
|
1696
1776
|
"sector-energy": {
|
|
1697
1777
|
"path": "skills/sector-energy/skill.md",
|
|
1698
|
-
"bytes":
|
|
1699
|
-
"chars":
|
|
1700
|
-
"lines":
|
|
1701
|
-
"approx_tokens":
|
|
1778
|
+
"bytes": 53821,
|
|
1779
|
+
"chars": 53615,
|
|
1780
|
+
"lines": 413,
|
|
1781
|
+
"approx_tokens": 13404,
|
|
1702
1782
|
"approx_chars_per_token": 4,
|
|
1703
1783
|
"sections": {
|
|
1704
1784
|
"threat-context": {
|
|
@@ -1750,10 +1830,10 @@
|
|
|
1750
1830
|
},
|
|
1751
1831
|
"api-security": {
|
|
1752
1832
|
"path": "skills/api-security/skill.md",
|
|
1753
|
-
"bytes":
|
|
1754
|
-
"chars":
|
|
1755
|
-
"lines":
|
|
1756
|
-
"approx_tokens":
|
|
1833
|
+
"bytes": 34661,
|
|
1834
|
+
"chars": 34434,
|
|
1835
|
+
"lines": 291,
|
|
1836
|
+
"approx_tokens": 8609,
|
|
1757
1837
|
"approx_chars_per_token": 4,
|
|
1758
1838
|
"sections": {
|
|
1759
1839
|
"threat-context": {
|
|
@@ -1805,10 +1885,10 @@
|
|
|
1805
1885
|
},
|
|
1806
1886
|
"cloud-security": {
|
|
1807
1887
|
"path": "skills/cloud-security/skill.md",
|
|
1808
|
-
"bytes":
|
|
1809
|
-
"chars":
|
|
1810
|
-
"lines":
|
|
1811
|
-
"approx_tokens":
|
|
1888
|
+
"bytes": 55647,
|
|
1889
|
+
"chars": 55411,
|
|
1890
|
+
"lines": 388,
|
|
1891
|
+
"approx_tokens": 13853,
|
|
1812
1892
|
"approx_chars_per_token": 4,
|
|
1813
1893
|
"sections": {
|
|
1814
1894
|
"threat-context": {
|
|
@@ -1860,10 +1940,10 @@
|
|
|
1860
1940
|
},
|
|
1861
1941
|
"container-runtime-security": {
|
|
1862
1942
|
"path": "skills/container-runtime-security/skill.md",
|
|
1863
|
-
"bytes":
|
|
1864
|
-
"chars":
|
|
1865
|
-
"lines":
|
|
1866
|
-
"approx_tokens":
|
|
1943
|
+
"bytes": 48824,
|
|
1944
|
+
"chars": 48666,
|
|
1945
|
+
"lines": 383,
|
|
1946
|
+
"approx_tokens": 12167,
|
|
1867
1947
|
"approx_chars_per_token": 4,
|
|
1868
1948
|
"sections": {
|
|
1869
1949
|
"threat-context": {
|
|
@@ -1915,10 +1995,10 @@
|
|
|
1915
1995
|
},
|
|
1916
1996
|
"mlops-security": {
|
|
1917
1997
|
"path": "skills/mlops-security/skill.md",
|
|
1918
|
-
"bytes":
|
|
1919
|
-
"chars":
|
|
1920
|
-
"lines":
|
|
1921
|
-
"approx_tokens":
|
|
1998
|
+
"bytes": 43702,
|
|
1999
|
+
"chars": 43420,
|
|
2000
|
+
"lines": 329,
|
|
2001
|
+
"approx_tokens": 10855,
|
|
1922
2002
|
"approx_chars_per_token": 4,
|
|
1923
2003
|
"sections": {
|
|
1924
2004
|
"threat-context": {
|
|
@@ -1970,10 +2050,10 @@
|
|
|
1970
2050
|
},
|
|
1971
2051
|
"incident-response-playbook": {
|
|
1972
2052
|
"path": "skills/incident-response-playbook/skill.md",
|
|
1973
|
-
"bytes":
|
|
1974
|
-
"chars":
|
|
1975
|
-
"lines":
|
|
1976
|
-
"approx_tokens":
|
|
2053
|
+
"bytes": 63019,
|
|
2054
|
+
"chars": 62769,
|
|
2055
|
+
"lines": 553,
|
|
2056
|
+
"approx_tokens": 15692,
|
|
1977
2057
|
"approx_chars_per_token": 4,
|
|
1978
2058
|
"sections": {
|
|
1979
2059
|
"threat-context": {
|
|
@@ -1987,9 +2067,9 @@
|
|
|
1987
2067
|
"approx_tokens": 2541
|
|
1988
2068
|
},
|
|
1989
2069
|
"ttp-mapping": {
|
|
1990
|
-
"bytes":
|
|
1991
|
-
"chars":
|
|
1992
|
-
"approx_tokens":
|
|
2070
|
+
"bytes": 4755,
|
|
2071
|
+
"chars": 4749,
|
|
2072
|
+
"approx_tokens": 1187
|
|
1993
2073
|
},
|
|
1994
2074
|
"exploit-availability-matrix": {
|
|
1995
2075
|
"bytes": 3811,
|
|
@@ -2025,10 +2105,10 @@
|
|
|
2025
2105
|
},
|
|
2026
2106
|
"email-security-anti-phishing": {
|
|
2027
2107
|
"path": "skills/email-security-anti-phishing/skill.md",
|
|
2028
|
-
"bytes":
|
|
2029
|
-
"chars":
|
|
2030
|
-
"lines":
|
|
2031
|
-
"approx_tokens":
|
|
2108
|
+
"bytes": 26463,
|
|
2109
|
+
"chars": 26365,
|
|
2110
|
+
"lines": 215,
|
|
2111
|
+
"approx_tokens": 6591,
|
|
2032
2112
|
"approx_chars_per_token": 4,
|
|
2033
2113
|
"sections": {
|
|
2034
2114
|
"threat-context": {
|
|
@@ -2080,10 +2160,10 @@
|
|
|
2080
2160
|
},
|
|
2081
2161
|
"age-gates-child-safety": {
|
|
2082
2162
|
"path": "skills/age-gates-child-safety/skill.md",
|
|
2083
|
-
"bytes":
|
|
2084
|
-
"chars":
|
|
2085
|
-
"lines":
|
|
2086
|
-
"approx_tokens":
|
|
2163
|
+
"bytes": 68916,
|
|
2164
|
+
"chars": 68631,
|
|
2165
|
+
"lines": 460,
|
|
2166
|
+
"approx_tokens": 17158,
|
|
2087
2167
|
"approx_chars_per_token": 4,
|
|
2088
2168
|
"sections": {
|
|
2089
2169
|
"threat-context": {
|