@blamejs/exceptd-skills 0.12.7 → 0.12.8
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 +14 -0
- package/CHANGELOG.md +67 -0
- package/bin/exceptd.js +189 -52
- package/data/_indexes/_meta.json +37 -37
- package/data/_indexes/activity-feed.json +26 -26
- package/data/_indexes/catalog-summaries.json +8 -8
- package/data/_indexes/chains.json +238 -0
- package/data/_indexes/frequency.json +63 -5
- package/data/_indexes/jurisdiction-map.json +13 -3
- package/data/_indexes/section-offsets.json +881 -845
- package/data/_indexes/summary-cards.json +2 -2
- package/data/_indexes/token-budget.json +145 -125
- package/data/atlas-ttps.json +189 -1
- 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/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/refresh-external.js +25 -5
- package/lib/schemas/skill-frontmatter.schema.json +2 -2
- package/manifest-snapshot.json +1 -1
- package/manifest.json +67 -67
- 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 +455 -0
- package/scripts/hooks/pre-commit.sh +19 -0
- package/scripts/predeploy.js +16 -30
- package/skills/age-gates-child-safety/skill.md +3 -0
- package/skills/ai-attack-surface/skill.md +4 -1
- package/skills/ai-c2-detection/skill.md +6 -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/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/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 +4 -1
- package/skills/mlops-security/skill.md +3 -0
- package/skills/ot-ics-security/skill.md +3 -0
- package/skills/rag-pipeline-security/skill.md +3 -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 +19 -1
- package/skills/skill-update-loop/skill.md +32 -0
- package/skills/supply-chain-integrity/skill.md +3 -0
- package/skills/threat-modeling-methodology/skill.md +3 -0
- package/skills/webapp-security/skill.md +3 -0
|
@@ -19,84 +19,93 @@
|
|
|
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": 21205,
|
|
23
|
+
"total_lines": 324,
|
|
24
24
|
"frontmatter": {
|
|
25
25
|
"line_start": 1,
|
|
26
|
-
"line_end":
|
|
26
|
+
"line_end": 47,
|
|
27
27
|
"byte_start": 0,
|
|
28
|
-
"byte_end":
|
|
28
|
+
"byte_end": 892
|
|
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":
|
|
34
|
+
"line": 51,
|
|
35
|
+
"byte_start": 914,
|
|
36
|
+
"byte_end": 4070,
|
|
37
37
|
"bytes": 3156,
|
|
38
38
|
"h3_count": 2
|
|
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": 96,
|
|
44
|
+
"byte_start": 4070,
|
|
45
|
+
"byte_end": 6589,
|
|
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": 112,
|
|
53
|
+
"byte_start": 6589,
|
|
54
|
+
"byte_end": 9506,
|
|
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":
|
|
61
|
+
"line": 129,
|
|
62
|
+
"byte_start": 9506,
|
|
63
|
+
"byte_end": 10122,
|
|
64
64
|
"bytes": 616,
|
|
65
65
|
"h3_count": 0
|
|
66
66
|
},
|
|
67
|
+
{
|
|
68
|
+
"name": "Compliance Theater Check",
|
|
69
|
+
"normalized_name": "compliance-theater-check",
|
|
70
|
+
"line": 139,
|
|
71
|
+
"byte_start": 10122,
|
|
72
|
+
"byte_end": 12194,
|
|
73
|
+
"bytes": 2072,
|
|
74
|
+
"h3_count": 0
|
|
75
|
+
},
|
|
67
76
|
{
|
|
68
77
|
"name": "Analysis Procedure",
|
|
69
78
|
"normalized_name": "analysis-procedure",
|
|
70
|
-
"line":
|
|
71
|
-
"byte_start":
|
|
72
|
-
"byte_end":
|
|
73
|
-
"bytes":
|
|
79
|
+
"line": 157,
|
|
80
|
+
"byte_start": 12194,
|
|
81
|
+
"byte_end": 16840,
|
|
82
|
+
"bytes": 4646,
|
|
74
83
|
"h3_count": 6
|
|
75
84
|
},
|
|
76
85
|
{
|
|
77
86
|
"name": "Output Format",
|
|
78
87
|
"normalized_name": "output-format",
|
|
79
|
-
"line":
|
|
80
|
-
"byte_start":
|
|
81
|
-
"byte_end":
|
|
88
|
+
"line": 251,
|
|
89
|
+
"byte_start": 16840,
|
|
90
|
+
"byte_end": 18247,
|
|
82
91
|
"bytes": 1407,
|
|
83
92
|
"h3_count": 7
|
|
84
93
|
},
|
|
85
94
|
{
|
|
86
95
|
"name": "Detection Rules",
|
|
87
96
|
"normalized_name": "detection-rules",
|
|
88
|
-
"line":
|
|
89
|
-
"byte_start":
|
|
90
|
-
"byte_end":
|
|
97
|
+
"line": 292,
|
|
98
|
+
"byte_start": 18247,
|
|
99
|
+
"byte_end": 18936,
|
|
91
100
|
"bytes": 689,
|
|
92
101
|
"h3_count": 0
|
|
93
102
|
},
|
|
94
103
|
{
|
|
95
104
|
"name": "Hand-Off / Related Skills",
|
|
96
105
|
"normalized_name": "hand-off",
|
|
97
|
-
"line":
|
|
98
|
-
"byte_start":
|
|
99
|
-
"byte_end":
|
|
106
|
+
"line": 315,
|
|
107
|
+
"byte_start": 18936,
|
|
108
|
+
"byte_end": 21205,
|
|
100
109
|
"bytes": 2269,
|
|
101
110
|
"h3_count": 0
|
|
102
111
|
}
|
|
@@ -104,75 +113,75 @@
|
|
|
104
113
|
},
|
|
105
114
|
"ai-attack-surface": {
|
|
106
115
|
"path": "skills/ai-attack-surface/skill.md",
|
|
107
|
-
"total_bytes":
|
|
108
|
-
"total_lines":
|
|
116
|
+
"total_bytes": 16309,
|
|
117
|
+
"total_lines": 286,
|
|
109
118
|
"frontmatter": {
|
|
110
119
|
"line_start": 1,
|
|
111
|
-
"line_end":
|
|
120
|
+
"line_end": 53,
|
|
112
121
|
"byte_start": 0,
|
|
113
|
-
"byte_end":
|
|
122
|
+
"byte_end": 1067
|
|
114
123
|
},
|
|
115
124
|
"sections": [
|
|
116
125
|
{
|
|
117
126
|
"name": "Threat Context (mid-2026)",
|
|
118
127
|
"normalized_name": "threat-context",
|
|
119
|
-
"line":
|
|
120
|
-
"byte_start":
|
|
121
|
-
"byte_end":
|
|
128
|
+
"line": 57,
|
|
129
|
+
"byte_start": 1100,
|
|
130
|
+
"byte_end": 5928,
|
|
122
131
|
"bytes": 4828,
|
|
123
132
|
"h3_count": 9
|
|
124
133
|
},
|
|
125
134
|
{
|
|
126
135
|
"name": "Framework Lag Declaration",
|
|
127
136
|
"normalized_name": "framework-lag-declaration",
|
|
128
|
-
"line":
|
|
129
|
-
"byte_start":
|
|
130
|
-
"byte_end":
|
|
137
|
+
"line": 129,
|
|
138
|
+
"byte_start": 5928,
|
|
139
|
+
"byte_end": 8393,
|
|
131
140
|
"bytes": 2465,
|
|
132
141
|
"h3_count": 0
|
|
133
142
|
},
|
|
134
143
|
{
|
|
135
144
|
"name": "TTP Mapping (MITRE ATLAS v5.1.0)",
|
|
136
145
|
"normalized_name": "ttp-mapping",
|
|
137
|
-
"line":
|
|
138
|
-
"byte_start":
|
|
139
|
-
"byte_end":
|
|
146
|
+
"line": 146,
|
|
147
|
+
"byte_start": 8393,
|
|
148
|
+
"byte_end": 10159,
|
|
140
149
|
"bytes": 1766,
|
|
141
150
|
"h3_count": 0
|
|
142
151
|
},
|
|
143
152
|
{
|
|
144
153
|
"name": "Exploit Availability Matrix",
|
|
145
154
|
"normalized_name": "exploit-availability-matrix",
|
|
146
|
-
"line":
|
|
147
|
-
"byte_start":
|
|
148
|
-
"byte_end":
|
|
155
|
+
"line": 162,
|
|
156
|
+
"byte_start": 10159,
|
|
157
|
+
"byte_end": 10779,
|
|
149
158
|
"bytes": 620,
|
|
150
159
|
"h3_count": 0
|
|
151
160
|
},
|
|
152
161
|
{
|
|
153
162
|
"name": "Analysis Procedure",
|
|
154
163
|
"normalized_name": "analysis-procedure",
|
|
155
|
-
"line":
|
|
156
|
-
"byte_start":
|
|
157
|
-
"byte_end":
|
|
164
|
+
"line": 174,
|
|
165
|
+
"byte_start": 10779,
|
|
166
|
+
"byte_end": 14106,
|
|
158
167
|
"bytes": 3327,
|
|
159
168
|
"h3_count": 6
|
|
160
169
|
},
|
|
161
170
|
{
|
|
162
171
|
"name": "Output Format",
|
|
163
172
|
"normalized_name": "output-format",
|
|
164
|
-
"line":
|
|
165
|
-
"byte_start":
|
|
166
|
-
"byte_end":
|
|
173
|
+
"line": 244,
|
|
174
|
+
"byte_start": 14106,
|
|
175
|
+
"byte_end": 15223,
|
|
167
176
|
"bytes": 1117,
|
|
168
177
|
"h3_count": 8
|
|
169
178
|
},
|
|
170
179
|
{
|
|
171
180
|
"name": "Compliance Theater Check",
|
|
172
181
|
"normalized_name": "compliance-theater-check",
|
|
173
|
-
"line":
|
|
174
|
-
"byte_start":
|
|
175
|
-
"byte_end":
|
|
182
|
+
"line": 281,
|
|
183
|
+
"byte_start": 15223,
|
|
184
|
+
"byte_end": 16309,
|
|
176
185
|
"bytes": 1086,
|
|
177
186
|
"h3_count": 0
|
|
178
187
|
}
|
|
@@ -180,84 +189,84 @@
|
|
|
180
189
|
},
|
|
181
190
|
"mcp-agent-trust": {
|
|
182
191
|
"path": "skills/mcp-agent-trust/skill.md",
|
|
183
|
-
"total_bytes":
|
|
184
|
-
"total_lines":
|
|
192
|
+
"total_bytes": 19717,
|
|
193
|
+
"total_lines": 330,
|
|
185
194
|
"frontmatter": {
|
|
186
195
|
"line_start": 1,
|
|
187
|
-
"line_end":
|
|
196
|
+
"line_end": 63,
|
|
188
197
|
"byte_start": 0,
|
|
189
|
-
"byte_end":
|
|
198
|
+
"byte_end": 1134
|
|
190
199
|
},
|
|
191
200
|
"sections": [
|
|
192
201
|
{
|
|
193
202
|
"name": "Threat Context (mid-2026)",
|
|
194
203
|
"normalized_name": "threat-context",
|
|
195
|
-
"line":
|
|
196
|
-
"byte_start":
|
|
197
|
-
"byte_end":
|
|
204
|
+
"line": 67,
|
|
205
|
+
"byte_start": 1165,
|
|
206
|
+
"byte_end": 4538,
|
|
198
207
|
"bytes": 3373,
|
|
199
208
|
"h3_count": 3
|
|
200
209
|
},
|
|
201
210
|
{
|
|
202
211
|
"name": "Framework Lag Declaration",
|
|
203
212
|
"normalized_name": "framework-lag-declaration",
|
|
204
|
-
"line":
|
|
205
|
-
"byte_start":
|
|
206
|
-
"byte_end":
|
|
213
|
+
"line": 120,
|
|
214
|
+
"byte_start": 4538,
|
|
215
|
+
"byte_end": 8375,
|
|
207
216
|
"bytes": 3837,
|
|
208
217
|
"h3_count": 0
|
|
209
218
|
},
|
|
210
219
|
{
|
|
211
220
|
"name": "TTP Mapping",
|
|
212
221
|
"normalized_name": "ttp-mapping",
|
|
213
|
-
"line":
|
|
214
|
-
"byte_start":
|
|
215
|
-
"byte_end":
|
|
222
|
+
"line": 140,
|
|
223
|
+
"byte_start": 8375,
|
|
224
|
+
"byte_end": 9570,
|
|
216
225
|
"bytes": 1195,
|
|
217
226
|
"h3_count": 0
|
|
218
227
|
},
|
|
219
228
|
{
|
|
220
229
|
"name": "Exploit Availability Matrix",
|
|
221
230
|
"normalized_name": "exploit-availability-matrix",
|
|
222
|
-
"line":
|
|
223
|
-
"byte_start":
|
|
224
|
-
"byte_end":
|
|
231
|
+
"line": 153,
|
|
232
|
+
"byte_start": 9570,
|
|
233
|
+
"byte_end": 11927,
|
|
225
234
|
"bytes": 2357,
|
|
226
235
|
"h3_count": 0
|
|
227
236
|
},
|
|
228
237
|
{
|
|
229
238
|
"name": "Analysis Procedure",
|
|
230
239
|
"normalized_name": "analysis-procedure",
|
|
231
|
-
"line":
|
|
232
|
-
"byte_start":
|
|
233
|
-
"byte_end":
|
|
240
|
+
"line": 168,
|
|
241
|
+
"byte_start": 11927,
|
|
242
|
+
"byte_end": 15786,
|
|
234
243
|
"bytes": 3859,
|
|
235
244
|
"h3_count": 5
|
|
236
245
|
},
|
|
237
246
|
{
|
|
238
247
|
"name": "Output Format",
|
|
239
248
|
"normalized_name": "output-format",
|
|
240
|
-
"line":
|
|
241
|
-
"byte_start":
|
|
242
|
-
"byte_end":
|
|
249
|
+
"line": 280,
|
|
250
|
+
"byte_start": 15786,
|
|
251
|
+
"byte_end": 16763,
|
|
243
252
|
"bytes": 977,
|
|
244
253
|
"h3_count": 7
|
|
245
254
|
},
|
|
246
255
|
{
|
|
247
256
|
"name": "Hand-Off / Related Skills",
|
|
248
257
|
"normalized_name": "hand-off",
|
|
249
|
-
"line":
|
|
250
|
-
"byte_start":
|
|
251
|
-
"byte_end":
|
|
258
|
+
"line": 313,
|
|
259
|
+
"byte_start": 16763,
|
|
260
|
+
"byte_end": 19204,
|
|
252
261
|
"bytes": 2441,
|
|
253
262
|
"h3_count": 0
|
|
254
263
|
},
|
|
255
264
|
{
|
|
256
265
|
"name": "Compliance Theater Check",
|
|
257
266
|
"normalized_name": "compliance-theater-check",
|
|
258
|
-
"line":
|
|
259
|
-
"byte_start":
|
|
260
|
-
"byte_end":
|
|
267
|
+
"line": 327,
|
|
268
|
+
"byte_start": 19204,
|
|
269
|
+
"byte_end": 19717,
|
|
261
270
|
"bytes": 513,
|
|
262
271
|
"h3_count": 0
|
|
263
272
|
}
|
|
@@ -547,129 +556,129 @@
|
|
|
547
556
|
},
|
|
548
557
|
"rag-pipeline-security": {
|
|
549
558
|
"path": "skills/rag-pipeline-security/skill.md",
|
|
550
|
-
"total_bytes":
|
|
551
|
-
"total_lines":
|
|
559
|
+
"total_bytes": 24124,
|
|
560
|
+
"total_lines": 298,
|
|
552
561
|
"frontmatter": {
|
|
553
562
|
"line_start": 1,
|
|
554
|
-
"line_end":
|
|
563
|
+
"line_end": 39,
|
|
555
564
|
"byte_start": 0,
|
|
556
|
-
"byte_end":
|
|
565
|
+
"byte_end": 859
|
|
557
566
|
},
|
|
558
567
|
"sections": [
|
|
559
568
|
{
|
|
560
569
|
"name": "Threat Context (mid-2026)",
|
|
561
570
|
"normalized_name": "threat-context",
|
|
562
|
-
"line":
|
|
563
|
-
"byte_start":
|
|
564
|
-
"byte_end":
|
|
571
|
+
"line": 43,
|
|
572
|
+
"byte_start": 896,
|
|
573
|
+
"byte_end": 1843,
|
|
565
574
|
"bytes": 947,
|
|
566
575
|
"h3_count": 0
|
|
567
576
|
},
|
|
568
577
|
{
|
|
569
578
|
"name": "Attack Class 1: Embedding Manipulation for Data Exfiltration",
|
|
570
579
|
"normalized_name": "attack-class-1-embedding-manipulation-for-data-exfiltration",
|
|
571
|
-
"line":
|
|
572
|
-
"byte_start":
|
|
573
|
-
"byte_end":
|
|
580
|
+
"line": 63,
|
|
581
|
+
"byte_start": 1843,
|
|
582
|
+
"byte_end": 3484,
|
|
574
583
|
"bytes": 1641,
|
|
575
584
|
"h3_count": 0
|
|
576
585
|
},
|
|
577
586
|
{
|
|
578
587
|
"name": "Attack Class 2: Vector Store Poisoning",
|
|
579
588
|
"normalized_name": "attack-class-2-vector-store-poisoning",
|
|
580
|
-
"line":
|
|
581
|
-
"byte_start":
|
|
582
|
-
"byte_end":
|
|
589
|
+
"line": 84,
|
|
590
|
+
"byte_start": 3484,
|
|
591
|
+
"byte_end": 5497,
|
|
583
592
|
"bytes": 2013,
|
|
584
593
|
"h3_count": 0
|
|
585
594
|
},
|
|
586
595
|
{
|
|
587
596
|
"name": "Attack Class 3: Chunking Exploitation",
|
|
588
597
|
"normalized_name": "attack-class-3-chunking-exploitation",
|
|
589
|
-
"line":
|
|
590
|
-
"byte_start":
|
|
591
|
-
"byte_end":
|
|
598
|
+
"line": 108,
|
|
599
|
+
"byte_start": 5497,
|
|
600
|
+
"byte_end": 6720,
|
|
592
601
|
"bytes": 1223,
|
|
593
602
|
"h3_count": 0
|
|
594
603
|
},
|
|
595
604
|
{
|
|
596
605
|
"name": "Attack Class 4: Retrieval Filter Bypass",
|
|
597
606
|
"normalized_name": "attack-class-4-retrieval-filter-bypass",
|
|
598
|
-
"line":
|
|
599
|
-
"byte_start":
|
|
600
|
-
"byte_end":
|
|
607
|
+
"line": 125,
|
|
608
|
+
"byte_start": 6720,
|
|
609
|
+
"byte_end": 7923,
|
|
601
610
|
"bytes": 1203,
|
|
602
611
|
"h3_count": 0
|
|
603
612
|
},
|
|
604
613
|
{
|
|
605
614
|
"name": "Attack Class 5: Indirect Prompt Injection via Retrieved Documents",
|
|
606
615
|
"normalized_name": "attack-class-5-indirect-prompt-injection-via-retrieved-documents",
|
|
607
|
-
"line":
|
|
608
|
-
"byte_start":
|
|
609
|
-
"byte_end":
|
|
616
|
+
"line": 143,
|
|
617
|
+
"byte_start": 7923,
|
|
618
|
+
"byte_end": 9618,
|
|
610
619
|
"bytes": 1695,
|
|
611
620
|
"h3_count": 0
|
|
612
621
|
},
|
|
613
622
|
{
|
|
614
623
|
"name": "Framework Lag Declaration",
|
|
615
624
|
"normalized_name": "framework-lag-declaration",
|
|
616
|
-
"line":
|
|
617
|
-
"byte_start":
|
|
618
|
-
"byte_end":
|
|
625
|
+
"line": 164,
|
|
626
|
+
"byte_start": 9618,
|
|
627
|
+
"byte_end": 11026,
|
|
619
628
|
"bytes": 1408,
|
|
620
629
|
"h3_count": 0
|
|
621
630
|
},
|
|
622
631
|
{
|
|
623
632
|
"name": "TTP Mapping (MITRE ATLAS v5.1.0)",
|
|
624
633
|
"normalized_name": "ttp-mapping",
|
|
625
|
-
"line":
|
|
626
|
-
"byte_start":
|
|
627
|
-
"byte_end":
|
|
634
|
+
"line": 177,
|
|
635
|
+
"byte_start": 11026,
|
|
636
|
+
"byte_end": 14668,
|
|
628
637
|
"bytes": 3642,
|
|
629
638
|
"h3_count": 0
|
|
630
639
|
},
|
|
631
640
|
{
|
|
632
641
|
"name": "Exploit Availability Matrix",
|
|
633
642
|
"normalized_name": "exploit-availability-matrix",
|
|
634
|
-
"line":
|
|
635
|
-
"byte_start":
|
|
636
|
-
"byte_end":
|
|
643
|
+
"line": 191,
|
|
644
|
+
"byte_start": 14668,
|
|
645
|
+
"byte_end": 18278,
|
|
637
646
|
"bytes": 3610,
|
|
638
647
|
"h3_count": 0
|
|
639
648
|
},
|
|
640
649
|
{
|
|
641
650
|
"name": "Analysis Procedure",
|
|
642
651
|
"normalized_name": "analysis-procedure",
|
|
643
|
-
"line":
|
|
644
|
-
"byte_start":
|
|
645
|
-
"byte_end":
|
|
652
|
+
"line": 207,
|
|
653
|
+
"byte_start": 18278,
|
|
654
|
+
"byte_end": 19998,
|
|
646
655
|
"bytes": 1720,
|
|
647
656
|
"h3_count": 4
|
|
648
657
|
},
|
|
649
658
|
{
|
|
650
659
|
"name": "Output Format",
|
|
651
660
|
"normalized_name": "output-format",
|
|
652
|
-
"line":
|
|
653
|
-
"byte_start":
|
|
654
|
-
"byte_end":
|
|
661
|
+
"line": 249,
|
|
662
|
+
"byte_start": 19998,
|
|
663
|
+
"byte_end": 20841,
|
|
655
664
|
"bytes": 843,
|
|
656
665
|
"h3_count": 5
|
|
657
666
|
},
|
|
658
667
|
{
|
|
659
668
|
"name": "Hand-Off / Related Skills",
|
|
660
669
|
"normalized_name": "hand-off",
|
|
661
|
-
"line":
|
|
662
|
-
"byte_start":
|
|
663
|
-
"byte_end":
|
|
670
|
+
"line": 281,
|
|
671
|
+
"byte_start": 20841,
|
|
672
|
+
"byte_end": 23480,
|
|
664
673
|
"bytes": 2639,
|
|
665
674
|
"h3_count": 0
|
|
666
675
|
},
|
|
667
676
|
{
|
|
668
677
|
"name": "Compliance Theater Check",
|
|
669
678
|
"normalized_name": "compliance-theater-check",
|
|
670
|
-
"line":
|
|
671
|
-
"byte_start":
|
|
672
|
-
"byte_end":
|
|
679
|
+
"line": 295,
|
|
680
|
+
"byte_start": 23480,
|
|
681
|
+
"byte_end": 24124,
|
|
673
682
|
"bytes": 644,
|
|
674
683
|
"h3_count": 0
|
|
675
684
|
}
|
|
@@ -677,111 +686,111 @@
|
|
|
677
686
|
},
|
|
678
687
|
"ai-c2-detection": {
|
|
679
688
|
"path": "skills/ai-c2-detection/skill.md",
|
|
680
|
-
"total_bytes":
|
|
681
|
-
"total_lines":
|
|
689
|
+
"total_bytes": 29630,
|
|
690
|
+
"total_lines": 446,
|
|
682
691
|
"frontmatter": {
|
|
683
692
|
"line_start": 1,
|
|
684
|
-
"line_end":
|
|
693
|
+
"line_end": 52,
|
|
685
694
|
"byte_start": 0,
|
|
686
|
-
"byte_end":
|
|
695
|
+
"byte_end": 941
|
|
687
696
|
},
|
|
688
697
|
"sections": [
|
|
689
698
|
{
|
|
690
699
|
"name": "Threat Context (mid-2026)",
|
|
691
700
|
"normalized_name": "threat-context",
|
|
692
|
-
"line":
|
|
693
|
-
"byte_start":
|
|
694
|
-
"byte_end":
|
|
701
|
+
"line": 56,
|
|
702
|
+
"byte_start": 961,
|
|
703
|
+
"byte_end": 5752,
|
|
695
704
|
"bytes": 4791,
|
|
696
705
|
"h3_count": 3
|
|
697
706
|
},
|
|
698
707
|
{
|
|
699
708
|
"name": "Framework Lag Declaration",
|
|
700
709
|
"normalized_name": "framework-lag-declaration",
|
|
701
|
-
"line":
|
|
702
|
-
"byte_start":
|
|
703
|
-
"byte_end":
|
|
710
|
+
"line": 144,
|
|
711
|
+
"byte_start": 5752,
|
|
712
|
+
"byte_end": 7238,
|
|
704
713
|
"bytes": 1486,
|
|
705
714
|
"h3_count": 0
|
|
706
715
|
},
|
|
707
716
|
{
|
|
708
717
|
"name": "Detection Architecture",
|
|
709
718
|
"normalized_name": "detection-architecture",
|
|
710
|
-
"line":
|
|
711
|
-
"byte_start":
|
|
712
|
-
"byte_end":
|
|
719
|
+
"line": 157,
|
|
720
|
+
"byte_start": 7238,
|
|
721
|
+
"byte_end": 9857,
|
|
713
722
|
"bytes": 2619,
|
|
714
723
|
"h3_count": 4
|
|
715
724
|
},
|
|
716
725
|
{
|
|
717
726
|
"name": "Incident Response Playbook — AI C2",
|
|
718
727
|
"normalized_name": "incident-response-playbook-ai-c2",
|
|
719
|
-
"line":
|
|
720
|
-
"byte_start":
|
|
721
|
-
"byte_end":
|
|
728
|
+
"line": 216,
|
|
729
|
+
"byte_start": 9857,
|
|
730
|
+
"byte_end": 12218,
|
|
722
731
|
"bytes": 2361,
|
|
723
732
|
"h3_count": 6
|
|
724
733
|
},
|
|
725
734
|
{
|
|
726
735
|
"name": "Detection Rule Examples",
|
|
727
736
|
"normalized_name": "detection-rules",
|
|
728
|
-
"line":
|
|
729
|
-
"byte_start":
|
|
730
|
-
"byte_end":
|
|
737
|
+
"line": 269,
|
|
738
|
+
"byte_start": 12218,
|
|
739
|
+
"byte_end": 13418,
|
|
731
740
|
"bytes": 1200,
|
|
732
741
|
"h3_count": 2
|
|
733
742
|
},
|
|
734
743
|
{
|
|
735
744
|
"name": "TTP Mapping (MITRE ATLAS v5.1.0 + MITRE ATT&CK)",
|
|
736
745
|
"normalized_name": "ttp-mapping",
|
|
737
|
-
"line":
|
|
738
|
-
"byte_start":
|
|
739
|
-
"byte_end":
|
|
746
|
+
"line": 322,
|
|
747
|
+
"byte_start": 13418,
|
|
748
|
+
"byte_end": 16402,
|
|
740
749
|
"bytes": 2984,
|
|
741
750
|
"h3_count": 0
|
|
742
751
|
},
|
|
743
752
|
{
|
|
744
753
|
"name": "Exploit Availability Matrix",
|
|
745
754
|
"normalized_name": "exploit-availability-matrix",
|
|
746
|
-
"line":
|
|
747
|
-
"byte_start":
|
|
748
|
-
"byte_end":
|
|
755
|
+
"line": 334,
|
|
756
|
+
"byte_start": 16402,
|
|
757
|
+
"byte_end": 20355,
|
|
749
758
|
"bytes": 3953,
|
|
750
759
|
"h3_count": 1
|
|
751
760
|
},
|
|
752
761
|
{
|
|
753
762
|
"name": "Analysis Procedure",
|
|
754
763
|
"normalized_name": "analysis-procedure",
|
|
755
|
-
"line":
|
|
756
|
-
"byte_start":
|
|
757
|
-
"byte_end":
|
|
764
|
+
"line": 353,
|
|
765
|
+
"byte_start": 20355,
|
|
766
|
+
"byte_end": 24439,
|
|
758
767
|
"bytes": 4084,
|
|
759
768
|
"h3_count": 7
|
|
760
769
|
},
|
|
761
770
|
{
|
|
762
771
|
"name": "Compliance Theater Check",
|
|
763
772
|
"normalized_name": "compliance-theater-check",
|
|
764
|
-
"line":
|
|
765
|
-
"byte_start":
|
|
766
|
-
"byte_end":
|
|
773
|
+
"line": 398,
|
|
774
|
+
"byte_start": 24439,
|
|
775
|
+
"byte_end": 25829,
|
|
767
776
|
"bytes": 1390,
|
|
768
777
|
"h3_count": 0
|
|
769
778
|
},
|
|
770
779
|
{
|
|
771
780
|
"name": "Output Format",
|
|
772
781
|
"normalized_name": "output-format",
|
|
773
|
-
"line":
|
|
774
|
-
"byte_start":
|
|
775
|
-
"byte_end":
|
|
782
|
+
"line": 404,
|
|
783
|
+
"byte_start": 25829,
|
|
784
|
+
"byte_end": 26687,
|
|
776
785
|
"bytes": 858,
|
|
777
786
|
"h3_count": 5
|
|
778
787
|
},
|
|
779
788
|
{
|
|
780
789
|
"name": "Hand-Off / Related Skills",
|
|
781
790
|
"normalized_name": "hand-off",
|
|
782
|
-
"line":
|
|
783
|
-
"byte_start":
|
|
784
|
-
"byte_end":
|
|
791
|
+
"line": 435,
|
|
792
|
+
"byte_start": 26687,
|
|
793
|
+
"byte_end": 29630,
|
|
785
794
|
"bytes": 2943,
|
|
786
795
|
"h3_count": 0
|
|
787
796
|
}
|
|
@@ -1313,8 +1322,8 @@
|
|
|
1313
1322
|
},
|
|
1314
1323
|
"skill-update-loop": {
|
|
1315
1324
|
"path": "skills/skill-update-loop/skill.md",
|
|
1316
|
-
"total_bytes":
|
|
1317
|
-
"total_lines":
|
|
1325
|
+
"total_bytes": 42574,
|
|
1326
|
+
"total_lines": 496,
|
|
1318
1327
|
"frontmatter": {
|
|
1319
1328
|
"line_start": 1,
|
|
1320
1329
|
"line_end": 36,
|
|
@@ -1323,83 +1332,101 @@
|
|
|
1323
1332
|
},
|
|
1324
1333
|
"sections": [
|
|
1325
1334
|
{
|
|
1326
|
-
"name": "
|
|
1327
|
-
"normalized_name": "
|
|
1335
|
+
"name": "Threat Context",
|
|
1336
|
+
"normalized_name": "threat-context",
|
|
1328
1337
|
"line": 44,
|
|
1329
1338
|
"byte_start": 1514,
|
|
1330
|
-
"byte_end":
|
|
1339
|
+
"byte_end": 3024,
|
|
1340
|
+
"bytes": 1510,
|
|
1341
|
+
"h3_count": 0
|
|
1342
|
+
},
|
|
1343
|
+
{
|
|
1344
|
+
"name": "TTP Mapping",
|
|
1345
|
+
"normalized_name": "ttp-mapping",
|
|
1346
|
+
"line": 59,
|
|
1347
|
+
"byte_start": 3024,
|
|
1348
|
+
"byte_end": 4095,
|
|
1349
|
+
"bytes": 1071,
|
|
1350
|
+
"h3_count": 0
|
|
1351
|
+
},
|
|
1352
|
+
{
|
|
1353
|
+
"name": "Why Skills Decay",
|
|
1354
|
+
"normalized_name": "why-skills-decay",
|
|
1355
|
+
"line": 76,
|
|
1356
|
+
"byte_start": 4095,
|
|
1357
|
+
"byte_end": 4982,
|
|
1331
1358
|
"bytes": 887,
|
|
1332
1359
|
"h3_count": 0
|
|
1333
1360
|
},
|
|
1334
1361
|
{
|
|
1335
1362
|
"name": "Update Triggers and Assigned Skills",
|
|
1336
1363
|
"normalized_name": "update-triggers-and-assigned-skills",
|
|
1337
|
-
"line":
|
|
1338
|
-
"byte_start":
|
|
1339
|
-
"byte_end":
|
|
1364
|
+
"line": 93,
|
|
1365
|
+
"byte_start": 4982,
|
|
1366
|
+
"byte_end": 32426,
|
|
1340
1367
|
"bytes": 27444,
|
|
1341
1368
|
"h3_count": 12
|
|
1342
1369
|
},
|
|
1343
1370
|
{
|
|
1344
1371
|
"name": "Skill Currency Scores",
|
|
1345
1372
|
"normalized_name": "skill-currency-scores",
|
|
1346
|
-
"line":
|
|
1347
|
-
"byte_start":
|
|
1348
|
-
"byte_end":
|
|
1373
|
+
"line": 342,
|
|
1374
|
+
"byte_start": 32426,
|
|
1375
|
+
"byte_end": 33016,
|
|
1349
1376
|
"bytes": 590,
|
|
1350
1377
|
"h3_count": 0
|
|
1351
1378
|
},
|
|
1352
1379
|
{
|
|
1353
1380
|
"name": "Running the Update Loop",
|
|
1354
1381
|
"normalized_name": "running-the-update-loop",
|
|
1355
|
-
"line":
|
|
1356
|
-
"byte_start":
|
|
1357
|
-
"byte_end":
|
|
1382
|
+
"line": 363,
|
|
1383
|
+
"byte_start": 33016,
|
|
1384
|
+
"byte_end": 33968,
|
|
1358
1385
|
"bytes": 952,
|
|
1359
1386
|
"h3_count": 3
|
|
1360
1387
|
},
|
|
1361
1388
|
{
|
|
1362
1389
|
"name": "Analysis Procedure",
|
|
1363
1390
|
"normalized_name": "analysis-procedure",
|
|
1364
|
-
"line":
|
|
1365
|
-
"byte_start":
|
|
1366
|
-
"byte_end":
|
|
1391
|
+
"line": 392,
|
|
1392
|
+
"byte_start": 33968,
|
|
1393
|
+
"byte_end": 34860,
|
|
1367
1394
|
"bytes": 892,
|
|
1368
1395
|
"h3_count": 4
|
|
1369
1396
|
},
|
|
1370
1397
|
{
|
|
1371
1398
|
"name": "Output Format",
|
|
1372
1399
|
"normalized_name": "output-format",
|
|
1373
|
-
"line":
|
|
1374
|
-
"byte_start":
|
|
1375
|
-
"byte_end":
|
|
1400
|
+
"line": 424,
|
|
1401
|
+
"byte_start": 34860,
|
|
1402
|
+
"byte_end": 35382,
|
|
1376
1403
|
"bytes": 522,
|
|
1377
1404
|
"h3_count": 4
|
|
1378
1405
|
},
|
|
1379
1406
|
{
|
|
1380
1407
|
"name": "Framework Lag Declaration",
|
|
1381
1408
|
"normalized_name": "framework-lag-declaration",
|
|
1382
|
-
"line":
|
|
1383
|
-
"byte_start":
|
|
1384
|
-
"byte_end":
|
|
1409
|
+
"line": 449,
|
|
1410
|
+
"byte_start": 35382,
|
|
1411
|
+
"byte_end": 38185,
|
|
1385
1412
|
"bytes": 2803,
|
|
1386
1413
|
"h3_count": 0
|
|
1387
1414
|
},
|
|
1388
1415
|
{
|
|
1389
1416
|
"name": "Exploit Availability Matrix",
|
|
1390
1417
|
"normalized_name": "exploit-availability-matrix",
|
|
1391
|
-
"line":
|
|
1392
|
-
"byte_start":
|
|
1393
|
-
"byte_end":
|
|
1418
|
+
"line": 468,
|
|
1419
|
+
"byte_start": 38185,
|
|
1420
|
+
"byte_end": 40903,
|
|
1394
1421
|
"bytes": 2718,
|
|
1395
1422
|
"h3_count": 0
|
|
1396
1423
|
},
|
|
1397
1424
|
{
|
|
1398
1425
|
"name": "Compliance Theater Check",
|
|
1399
1426
|
"normalized_name": "compliance-theater-check",
|
|
1400
|
-
"line":
|
|
1401
|
-
"byte_start":
|
|
1402
|
-
"byte_end":
|
|
1427
|
+
"line": 489,
|
|
1428
|
+
"byte_start": 40903,
|
|
1429
|
+
"byte_end": 42574,
|
|
1403
1430
|
"bytes": 1671,
|
|
1404
1431
|
"h3_count": 0
|
|
1405
1432
|
}
|
|
@@ -1407,8 +1434,8 @@
|
|
|
1407
1434
|
},
|
|
1408
1435
|
"security-maturity-tiers": {
|
|
1409
1436
|
"path": "skills/security-maturity-tiers/skill.md",
|
|
1410
|
-
"total_bytes":
|
|
1411
|
-
"total_lines":
|
|
1437
|
+
"total_bytes": 29283,
|
|
1438
|
+
"total_lines": 483,
|
|
1412
1439
|
"frontmatter": {
|
|
1413
1440
|
"line_start": 1,
|
|
1414
1441
|
"line_end": 31,
|
|
@@ -1439,16 +1466,16 @@
|
|
|
1439
1466
|
"normalized_name": "domain-kernel-lpe-copy-fail-dirty-frag-class",
|
|
1440
1467
|
"line": 62,
|
|
1441
1468
|
"byte_start": 2230,
|
|
1442
|
-
"byte_end":
|
|
1443
|
-
"bytes":
|
|
1469
|
+
"byte_end": 6311,
|
|
1470
|
+
"bytes": 4081,
|
|
1444
1471
|
"h3_count": 3
|
|
1445
1472
|
},
|
|
1446
1473
|
{
|
|
1447
1474
|
"name": "Domain: AI Attack Surface",
|
|
1448
1475
|
"normalized_name": "domain-ai-attack-surface",
|
|
1449
1476
|
"line": 172,
|
|
1450
|
-
"byte_start":
|
|
1451
|
-
"byte_end":
|
|
1477
|
+
"byte_start": 6311,
|
|
1478
|
+
"byte_end": 9017,
|
|
1452
1479
|
"bytes": 2706,
|
|
1453
1480
|
"h3_count": 3
|
|
1454
1481
|
},
|
|
@@ -1456,8 +1483,8 @@
|
|
|
1456
1483
|
"name": "Domain: Cryptography / PQC",
|
|
1457
1484
|
"normalized_name": "domain-cryptography-pqc",
|
|
1458
1485
|
"line": 224,
|
|
1459
|
-
"byte_start":
|
|
1460
|
-
"byte_end":
|
|
1486
|
+
"byte_start": 9017,
|
|
1487
|
+
"byte_end": 11061,
|
|
1461
1488
|
"bytes": 2044,
|
|
1462
1489
|
"h3_count": 3
|
|
1463
1490
|
},
|
|
@@ -1465,8 +1492,8 @@
|
|
|
1465
1492
|
"name": "Domain: GRC / Compliance",
|
|
1466
1493
|
"normalized_name": "domain-grc-compliance",
|
|
1467
1494
|
"line": 263,
|
|
1468
|
-
"byte_start":
|
|
1469
|
-
"byte_end":
|
|
1495
|
+
"byte_start": 11061,
|
|
1496
|
+
"byte_end": 13021,
|
|
1470
1497
|
"bytes": 1960,
|
|
1471
1498
|
"h3_count": 3
|
|
1472
1499
|
},
|
|
@@ -1474,8 +1501,8 @@
|
|
|
1474
1501
|
"name": "Analysis Procedure",
|
|
1475
1502
|
"normalized_name": "analysis-procedure",
|
|
1476
1503
|
"line": 297,
|
|
1477
|
-
"byte_start":
|
|
1478
|
-
"byte_end":
|
|
1504
|
+
"byte_start": 13021,
|
|
1505
|
+
"byte_end": 14672,
|
|
1479
1506
|
"bytes": 1651,
|
|
1480
1507
|
"h3_count": 4
|
|
1481
1508
|
},
|
|
@@ -1483,53 +1510,62 @@
|
|
|
1483
1510
|
"name": "Output Format",
|
|
1484
1511
|
"normalized_name": "output-format",
|
|
1485
1512
|
"line": 340,
|
|
1486
|
-
"byte_start":
|
|
1487
|
-
"byte_end":
|
|
1513
|
+
"byte_start": 14672,
|
|
1514
|
+
"byte_end": 15665,
|
|
1488
1515
|
"bytes": 993,
|
|
1489
1516
|
"h3_count": 3
|
|
1490
1517
|
},
|
|
1518
|
+
{
|
|
1519
|
+
"name": "Compliance Theater Check",
|
|
1520
|
+
"normalized_name": "compliance-theater-check",
|
|
1521
|
+
"line": 376,
|
|
1522
|
+
"byte_start": 15665,
|
|
1523
|
+
"byte_end": 17982,
|
|
1524
|
+
"bytes": 2317,
|
|
1525
|
+
"h3_count": 0
|
|
1526
|
+
},
|
|
1491
1527
|
{
|
|
1492
1528
|
"name": "The Anti-Pattern: Tier 3 Security Theater",
|
|
1493
1529
|
"normalized_name": "the-anti-pattern-tier-3-security-theater",
|
|
1494
|
-
"line":
|
|
1495
|
-
"byte_start":
|
|
1496
|
-
"byte_end":
|
|
1530
|
+
"line": 394,
|
|
1531
|
+
"byte_start": 17982,
|
|
1532
|
+
"byte_end": 18626,
|
|
1497
1533
|
"bytes": 644,
|
|
1498
1534
|
"h3_count": 0
|
|
1499
1535
|
},
|
|
1500
1536
|
{
|
|
1501
1537
|
"name": "Threat Context",
|
|
1502
1538
|
"normalized_name": "threat-context",
|
|
1503
|
-
"line":
|
|
1504
|
-
"byte_start":
|
|
1505
|
-
"byte_end":
|
|
1539
|
+
"line": 410,
|
|
1540
|
+
"byte_start": 18626,
|
|
1541
|
+
"byte_end": 20621,
|
|
1506
1542
|
"bytes": 1995,
|
|
1507
1543
|
"h3_count": 0
|
|
1508
1544
|
},
|
|
1509
1545
|
{
|
|
1510
1546
|
"name": "Framework Lag Declaration",
|
|
1511
1547
|
"normalized_name": "framework-lag-declaration",
|
|
1512
|
-
"line":
|
|
1513
|
-
"byte_start":
|
|
1514
|
-
"byte_end":
|
|
1548
|
+
"line": 422,
|
|
1549
|
+
"byte_start": 20621,
|
|
1550
|
+
"byte_end": 24532,
|
|
1515
1551
|
"bytes": 3911,
|
|
1516
1552
|
"h3_count": 0
|
|
1517
1553
|
},
|
|
1518
1554
|
{
|
|
1519
1555
|
"name": "TTP Mapping",
|
|
1520
1556
|
"normalized_name": "ttp-mapping",
|
|
1521
|
-
"line":
|
|
1522
|
-
"byte_start":
|
|
1523
|
-
"byte_end":
|
|
1557
|
+
"line": 446,
|
|
1558
|
+
"byte_start": 24532,
|
|
1559
|
+
"byte_end": 26905,
|
|
1524
1560
|
"bytes": 2373,
|
|
1525
1561
|
"h3_count": 0
|
|
1526
1562
|
},
|
|
1527
1563
|
{
|
|
1528
1564
|
"name": "Exploit Availability Matrix",
|
|
1529
1565
|
"normalized_name": "exploit-availability-matrix",
|
|
1530
|
-
"line":
|
|
1531
|
-
"byte_start":
|
|
1532
|
-
"byte_end":
|
|
1566
|
+
"line": 468,
|
|
1567
|
+
"byte_start": 26905,
|
|
1568
|
+
"byte_end": 29283,
|
|
1533
1569
|
"bytes": 2378,
|
|
1534
1570
|
"h3_count": 0
|
|
1535
1571
|
}
|
|
@@ -1613,84 +1649,84 @@
|
|
|
1613
1649
|
},
|
|
1614
1650
|
"attack-surface-pentest": {
|
|
1615
1651
|
"path": "skills/attack-surface-pentest/skill.md",
|
|
1616
|
-
"total_bytes":
|
|
1617
|
-
"total_lines":
|
|
1652
|
+
"total_bytes": 32110,
|
|
1653
|
+
"total_lines": 385,
|
|
1618
1654
|
"frontmatter": {
|
|
1619
1655
|
"line_start": 1,
|
|
1620
|
-
"line_end":
|
|
1656
|
+
"line_end": 63,
|
|
1621
1657
|
"byte_start": 0,
|
|
1622
|
-
"byte_end":
|
|
1658
|
+
"byte_end": 1386
|
|
1623
1659
|
},
|
|
1624
1660
|
"sections": [
|
|
1625
1661
|
{
|
|
1626
1662
|
"name": "Threat Context (mid-2026)",
|
|
1627
1663
|
"normalized_name": "threat-context",
|
|
1628
|
-
"line":
|
|
1629
|
-
"byte_start":
|
|
1630
|
-
"byte_end":
|
|
1664
|
+
"line": 67,
|
|
1665
|
+
"byte_start": 1438,
|
|
1666
|
+
"byte_end": 5885,
|
|
1631
1667
|
"bytes": 4447,
|
|
1632
1668
|
"h3_count": 8
|
|
1633
1669
|
},
|
|
1634
1670
|
{
|
|
1635
1671
|
"name": "Framework Lag Declaration",
|
|
1636
1672
|
"normalized_name": "framework-lag-declaration",
|
|
1637
|
-
"line":
|
|
1638
|
-
"byte_start":
|
|
1639
|
-
"byte_end":
|
|
1673
|
+
"line": 105,
|
|
1674
|
+
"byte_start": 5885,
|
|
1675
|
+
"byte_end": 10446,
|
|
1640
1676
|
"bytes": 4561,
|
|
1641
1677
|
"h3_count": 0
|
|
1642
1678
|
},
|
|
1643
1679
|
{
|
|
1644
1680
|
"name": "TTP Mapping (MITRE ATLAS v5.1.0 + MITRE ATT&CK v17)",
|
|
1645
1681
|
"normalized_name": "ttp-mapping",
|
|
1646
|
-
"line":
|
|
1647
|
-
"byte_start":
|
|
1648
|
-
"byte_end":
|
|
1682
|
+
"line": 123,
|
|
1683
|
+
"byte_start": 10446,
|
|
1684
|
+
"byte_end": 12663,
|
|
1649
1685
|
"bytes": 2217,
|
|
1650
1686
|
"h3_count": 0
|
|
1651
1687
|
},
|
|
1652
1688
|
{
|
|
1653
1689
|
"name": "Exploit Availability Matrix",
|
|
1654
1690
|
"normalized_name": "exploit-availability-matrix",
|
|
1655
|
-
"line":
|
|
1656
|
-
"byte_start":
|
|
1657
|
-
"byte_end":
|
|
1691
|
+
"line": 142,
|
|
1692
|
+
"byte_start": 12663,
|
|
1693
|
+
"byte_end": 15131,
|
|
1658
1694
|
"bytes": 2468,
|
|
1659
1695
|
"h3_count": 0
|
|
1660
1696
|
},
|
|
1661
1697
|
{
|
|
1662
1698
|
"name": "Analysis Procedure",
|
|
1663
1699
|
"normalized_name": "analysis-procedure",
|
|
1664
|
-
"line":
|
|
1665
|
-
"byte_start":
|
|
1666
|
-
"byte_end":
|
|
1700
|
+
"line": 159,
|
|
1701
|
+
"byte_start": 15131,
|
|
1702
|
+
"byte_end": 24834,
|
|
1667
1703
|
"bytes": 9703,
|
|
1668
1704
|
"h3_count": 4
|
|
1669
1705
|
},
|
|
1670
1706
|
{
|
|
1671
1707
|
"name": "Output Format",
|
|
1672
1708
|
"normalized_name": "output-format",
|
|
1673
|
-
"line":
|
|
1674
|
-
"byte_start":
|
|
1675
|
-
"byte_end":
|
|
1709
|
+
"line": 280,
|
|
1710
|
+
"byte_start": 24834,
|
|
1711
|
+
"byte_end": 28183,
|
|
1676
1712
|
"bytes": 3349,
|
|
1677
1713
|
"h3_count": 9
|
|
1678
1714
|
},
|
|
1679
1715
|
{
|
|
1680
1716
|
"name": "Compliance Theater Check",
|
|
1681
1717
|
"normalized_name": "compliance-theater-check",
|
|
1682
|
-
"line":
|
|
1683
|
-
"byte_start":
|
|
1684
|
-
"byte_end":
|
|
1718
|
+
"line": 360,
|
|
1719
|
+
"byte_start": 28183,
|
|
1720
|
+
"byte_end": 30499,
|
|
1685
1721
|
"bytes": 2316,
|
|
1686
1722
|
"h3_count": 0
|
|
1687
1723
|
},
|
|
1688
1724
|
{
|
|
1689
1725
|
"name": "Defensive Countermeasure Mapping (D3FEND)",
|
|
1690
1726
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
1691
|
-
"line":
|
|
1692
|
-
"byte_start":
|
|
1693
|
-
"byte_end":
|
|
1727
|
+
"line": 374,
|
|
1728
|
+
"byte_start": 30499,
|
|
1729
|
+
"byte_end": 32110,
|
|
1694
1730
|
"bytes": 1611,
|
|
1695
1731
|
"h3_count": 0
|
|
1696
1732
|
}
|
|
@@ -1783,84 +1819,84 @@
|
|
|
1783
1819
|
},
|
|
1784
1820
|
"dlp-gap-analysis": {
|
|
1785
1821
|
"path": "skills/dlp-gap-analysis/skill.md",
|
|
1786
|
-
"total_bytes":
|
|
1787
|
-
"total_lines":
|
|
1822
|
+
"total_bytes": 40295,
|
|
1823
|
+
"total_lines": 341,
|
|
1788
1824
|
"frontmatter": {
|
|
1789
1825
|
"line_start": 1,
|
|
1790
|
-
"line_end":
|
|
1826
|
+
"line_end": 66,
|
|
1791
1827
|
"byte_start": 0,
|
|
1792
|
-
"byte_end":
|
|
1828
|
+
"byte_end": 2047
|
|
1793
1829
|
},
|
|
1794
1830
|
"sections": [
|
|
1795
1831
|
{
|
|
1796
1832
|
"name": "Threat Context (mid-2026)",
|
|
1797
1833
|
"normalized_name": "threat-context",
|
|
1798
|
-
"line":
|
|
1799
|
-
"byte_start":
|
|
1800
|
-
"byte_end":
|
|
1834
|
+
"line": 70,
|
|
1835
|
+
"byte_start": 2068,
|
|
1836
|
+
"byte_end": 4428,
|
|
1801
1837
|
"bytes": 2360,
|
|
1802
1838
|
"h3_count": 0
|
|
1803
1839
|
},
|
|
1804
1840
|
{
|
|
1805
1841
|
"name": "Framework Lag Declaration",
|
|
1806
1842
|
"normalized_name": "framework-lag-declaration",
|
|
1807
|
-
"line":
|
|
1808
|
-
"byte_start":
|
|
1809
|
-
"byte_end":
|
|
1843
|
+
"line": 80,
|
|
1844
|
+
"byte_start": 4428,
|
|
1845
|
+
"byte_end": 15001,
|
|
1810
1846
|
"bytes": 10573,
|
|
1811
1847
|
"h3_count": 1
|
|
1812
1848
|
},
|
|
1813
1849
|
{
|
|
1814
1850
|
"name": "TTP Mapping (MITRE ATLAS v5.1.0 + MITRE ATT&CK)",
|
|
1815
1851
|
"normalized_name": "ttp-mapping",
|
|
1816
|
-
"line":
|
|
1817
|
-
"byte_start":
|
|
1818
|
-
"byte_end":
|
|
1852
|
+
"line": 128,
|
|
1853
|
+
"byte_start": 15001,
|
|
1854
|
+
"byte_end": 18539,
|
|
1819
1855
|
"bytes": 3538,
|
|
1820
1856
|
"h3_count": 0
|
|
1821
1857
|
},
|
|
1822
1858
|
{
|
|
1823
1859
|
"name": "Exploit Availability Matrix",
|
|
1824
1860
|
"normalized_name": "exploit-availability-matrix",
|
|
1825
|
-
"line":
|
|
1826
|
-
"byte_start":
|
|
1827
|
-
"byte_end":
|
|
1861
|
+
"line": 142,
|
|
1862
|
+
"byte_start": 18539,
|
|
1863
|
+
"byte_end": 22878,
|
|
1828
1864
|
"bytes": 4339,
|
|
1829
1865
|
"h3_count": 0
|
|
1830
1866
|
},
|
|
1831
1867
|
{
|
|
1832
1868
|
"name": "Analysis Procedure",
|
|
1833
1869
|
"normalized_name": "analysis-procedure",
|
|
1834
|
-
"line":
|
|
1835
|
-
"byte_start":
|
|
1836
|
-
"byte_end":
|
|
1870
|
+
"line": 159,
|
|
1871
|
+
"byte_start": 22878,
|
|
1872
|
+
"byte_end": 31351,
|
|
1837
1873
|
"bytes": 8473,
|
|
1838
1874
|
"h3_count": 4
|
|
1839
1875
|
},
|
|
1840
1876
|
{
|
|
1841
1877
|
"name": "Output Format",
|
|
1842
1878
|
"normalized_name": "output-format",
|
|
1843
|
-
"line":
|
|
1844
|
-
"byte_start":
|
|
1845
|
-
"byte_end":
|
|
1879
|
+
"line": 241,
|
|
1880
|
+
"byte_start": 31351,
|
|
1881
|
+
"byte_end": 33738,
|
|
1846
1882
|
"bytes": 2387,
|
|
1847
1883
|
"h3_count": 9
|
|
1848
1884
|
},
|
|
1849
1885
|
{
|
|
1850
1886
|
"name": "Compliance Theater Check",
|
|
1851
1887
|
"normalized_name": "compliance-theater-check",
|
|
1852
|
-
"line":
|
|
1853
|
-
"byte_start":
|
|
1854
|
-
"byte_end":
|
|
1888
|
+
"line": 296,
|
|
1889
|
+
"byte_start": 33738,
|
|
1890
|
+
"byte_end": 36340,
|
|
1855
1891
|
"bytes": 2602,
|
|
1856
1892
|
"h3_count": 0
|
|
1857
1893
|
},
|
|
1858
1894
|
{
|
|
1859
1895
|
"name": "Defensive Countermeasure Mapping",
|
|
1860
1896
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
1861
|
-
"line":
|
|
1862
|
-
"byte_start":
|
|
1863
|
-
"byte_end":
|
|
1897
|
+
"line": 314,
|
|
1898
|
+
"byte_start": 36340,
|
|
1899
|
+
"byte_end": 40295,
|
|
1864
1900
|
"bytes": 3955,
|
|
1865
1901
|
"h3_count": 0
|
|
1866
1902
|
}
|
|
@@ -1868,84 +1904,84 @@
|
|
|
1868
1904
|
},
|
|
1869
1905
|
"supply-chain-integrity": {
|
|
1870
1906
|
"path": "skills/supply-chain-integrity/skill.md",
|
|
1871
|
-
"total_bytes":
|
|
1872
|
-
"total_lines":
|
|
1907
|
+
"total_bytes": 39747,
|
|
1908
|
+
"total_lines": 323,
|
|
1873
1909
|
"frontmatter": {
|
|
1874
1910
|
"line_start": 1,
|
|
1875
|
-
"line_end":
|
|
1911
|
+
"line_end": 68,
|
|
1876
1912
|
"byte_start": 0,
|
|
1877
|
-
"byte_end":
|
|
1913
|
+
"byte_end": 1862
|
|
1878
1914
|
},
|
|
1879
1915
|
"sections": [
|
|
1880
1916
|
{
|
|
1881
1917
|
"name": "Threat Context (mid-2026)",
|
|
1882
1918
|
"normalized_name": "threat-context",
|
|
1883
|
-
"line":
|
|
1884
|
-
"byte_start":
|
|
1885
|
-
"byte_end":
|
|
1919
|
+
"line": 72,
|
|
1920
|
+
"byte_start": 1900,
|
|
1921
|
+
"byte_end": 7291,
|
|
1886
1922
|
"bytes": 5391,
|
|
1887
1923
|
"h3_count": 0
|
|
1888
1924
|
},
|
|
1889
1925
|
{
|
|
1890
1926
|
"name": "Framework Lag Declaration",
|
|
1891
1927
|
"normalized_name": "framework-lag-declaration",
|
|
1892
|
-
"line":
|
|
1893
|
-
"byte_start":
|
|
1894
|
-
"byte_end":
|
|
1928
|
+
"line": 91,
|
|
1929
|
+
"byte_start": 7291,
|
|
1930
|
+
"byte_end": 17774,
|
|
1895
1931
|
"bytes": 10483,
|
|
1896
1932
|
"h3_count": 1
|
|
1897
1933
|
},
|
|
1898
1934
|
{
|
|
1899
1935
|
"name": "TTP Mapping",
|
|
1900
1936
|
"normalized_name": "ttp-mapping",
|
|
1901
|
-
"line":
|
|
1902
|
-
"byte_start":
|
|
1903
|
-
"byte_end":
|
|
1937
|
+
"line": 136,
|
|
1938
|
+
"byte_start": 17774,
|
|
1939
|
+
"byte_end": 20902,
|
|
1904
1940
|
"bytes": 3128,
|
|
1905
1941
|
"h3_count": 0
|
|
1906
1942
|
},
|
|
1907
1943
|
{
|
|
1908
1944
|
"name": "Exploit Availability Matrix",
|
|
1909
1945
|
"normalized_name": "exploit-availability-matrix",
|
|
1910
|
-
"line":
|
|
1911
|
-
"byte_start":
|
|
1912
|
-
"byte_end":
|
|
1946
|
+
"line": 159,
|
|
1947
|
+
"byte_start": 20902,
|
|
1948
|
+
"byte_end": 25483,
|
|
1913
1949
|
"bytes": 4581,
|
|
1914
1950
|
"h3_count": 0
|
|
1915
1951
|
},
|
|
1916
1952
|
{
|
|
1917
1953
|
"name": "Analysis Procedure",
|
|
1918
1954
|
"normalized_name": "analysis-procedure",
|
|
1919
|
-
"line":
|
|
1920
|
-
"byte_start":
|
|
1921
|
-
"byte_end":
|
|
1955
|
+
"line": 176,
|
|
1956
|
+
"byte_start": 25483,
|
|
1957
|
+
"byte_end": 32940,
|
|
1922
1958
|
"bytes": 7457,
|
|
1923
1959
|
"h3_count": 4
|
|
1924
1960
|
},
|
|
1925
1961
|
{
|
|
1926
1962
|
"name": "Output Format",
|
|
1927
1963
|
"normalized_name": "output-format",
|
|
1928
|
-
"line":
|
|
1929
|
-
"byte_start":
|
|
1930
|
-
"byte_end":
|
|
1964
|
+
"line": 250,
|
|
1965
|
+
"byte_start": 32940,
|
|
1966
|
+
"byte_end": 35042,
|
|
1931
1967
|
"bytes": 2102,
|
|
1932
1968
|
"h3_count": 9
|
|
1933
1969
|
},
|
|
1934
1970
|
{
|
|
1935
1971
|
"name": "Compliance Theater Check",
|
|
1936
1972
|
"normalized_name": "compliance-theater-check",
|
|
1937
|
-
"line":
|
|
1938
|
-
"byte_start":
|
|
1939
|
-
"byte_end":
|
|
1973
|
+
"line": 290,
|
|
1974
|
+
"byte_start": 35042,
|
|
1975
|
+
"byte_end": 37330,
|
|
1940
1976
|
"bytes": 2288,
|
|
1941
1977
|
"h3_count": 0
|
|
1942
1978
|
},
|
|
1943
1979
|
{
|
|
1944
1980
|
"name": "Defensive Countermeasure Mapping",
|
|
1945
1981
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
1946
|
-
"line":
|
|
1947
|
-
"byte_start":
|
|
1948
|
-
"byte_end":
|
|
1982
|
+
"line": 306,
|
|
1983
|
+
"byte_start": 37330,
|
|
1984
|
+
"byte_end": 39747,
|
|
1949
1985
|
"bytes": 2417,
|
|
1950
1986
|
"h3_count": 0
|
|
1951
1987
|
}
|
|
@@ -1953,7 +1989,7 @@
|
|
|
1953
1989
|
},
|
|
1954
1990
|
"defensive-countermeasure-mapping": {
|
|
1955
1991
|
"path": "skills/defensive-countermeasure-mapping/skill.md",
|
|
1956
|
-
"total_bytes":
|
|
1992
|
+
"total_bytes": 32601,
|
|
1957
1993
|
"total_lines": 301,
|
|
1958
1994
|
"frontmatter": {
|
|
1959
1995
|
"line_start": 1,
|
|
@@ -2012,16 +2048,16 @@
|
|
|
2012
2048
|
"normalized_name": "output-format",
|
|
2013
2049
|
"line": 201,
|
|
2014
2050
|
"byte_start": 21889,
|
|
2015
|
-
"byte_end":
|
|
2016
|
-
"bytes":
|
|
2051
|
+
"byte_end": 26500,
|
|
2052
|
+
"bytes": 4611,
|
|
2017
2053
|
"h3_count": 0
|
|
2018
2054
|
},
|
|
2019
2055
|
{
|
|
2020
2056
|
"name": "Compliance Theater Check",
|
|
2021
2057
|
"normalized_name": "compliance-theater-check",
|
|
2022
2058
|
"line": 266,
|
|
2023
|
-
"byte_start":
|
|
2024
|
-
"byte_end":
|
|
2059
|
+
"byte_start": 26500,
|
|
2060
|
+
"byte_end": 29280,
|
|
2025
2061
|
"bytes": 2780,
|
|
2026
2062
|
"h3_count": 0
|
|
2027
2063
|
},
|
|
@@ -2029,8 +2065,8 @@
|
|
|
2029
2065
|
"name": "Defensive Countermeasure Mapping",
|
|
2030
2066
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
2031
2067
|
"line": 284,
|
|
2032
|
-
"byte_start":
|
|
2033
|
-
"byte_end":
|
|
2068
|
+
"byte_start": 29280,
|
|
2069
|
+
"byte_end": 32601,
|
|
2034
2070
|
"bytes": 3321,
|
|
2035
2071
|
"h3_count": 0
|
|
2036
2072
|
}
|
|
@@ -2038,93 +2074,93 @@
|
|
|
2038
2074
|
},
|
|
2039
2075
|
"identity-assurance": {
|
|
2040
2076
|
"path": "skills/identity-assurance/skill.md",
|
|
2041
|
-
"total_bytes":
|
|
2042
|
-
"total_lines":
|
|
2077
|
+
"total_bytes": 32857,
|
|
2078
|
+
"total_lines": 278,
|
|
2043
2079
|
"frontmatter": {
|
|
2044
2080
|
"line_start": 1,
|
|
2045
|
-
"line_end":
|
|
2081
|
+
"line_end": 62,
|
|
2046
2082
|
"byte_start": 0,
|
|
2047
|
-
"byte_end":
|
|
2083
|
+
"byte_end": 1142
|
|
2048
2084
|
},
|
|
2049
2085
|
"sections": [
|
|
2050
2086
|
{
|
|
2051
2087
|
"name": "Threat Context (mid-2026)",
|
|
2052
2088
|
"normalized_name": "threat-context",
|
|
2053
|
-
"line":
|
|
2054
|
-
"byte_start":
|
|
2055
|
-
"byte_end":
|
|
2089
|
+
"line": 66,
|
|
2090
|
+
"byte_start": 1176,
|
|
2091
|
+
"byte_end": 3822,
|
|
2056
2092
|
"bytes": 2646,
|
|
2057
2093
|
"h3_count": 0
|
|
2058
2094
|
},
|
|
2059
2095
|
{
|
|
2060
2096
|
"name": "Framework Lag Declaration",
|
|
2061
2097
|
"normalized_name": "framework-lag-declaration",
|
|
2062
|
-
"line":
|
|
2063
|
-
"byte_start":
|
|
2064
|
-
"byte_end":
|
|
2098
|
+
"line": 80,
|
|
2099
|
+
"byte_start": 3822,
|
|
2100
|
+
"byte_end": 11095,
|
|
2065
2101
|
"bytes": 7273,
|
|
2066
2102
|
"h3_count": 0
|
|
2067
2103
|
},
|
|
2068
2104
|
{
|
|
2069
2105
|
"name": "TTP Mapping",
|
|
2070
2106
|
"normalized_name": "ttp-mapping",
|
|
2071
|
-
"line":
|
|
2072
|
-
"byte_start":
|
|
2073
|
-
"byte_end":
|
|
2107
|
+
"line": 111,
|
|
2108
|
+
"byte_start": 11095,
|
|
2109
|
+
"byte_end": 12977,
|
|
2074
2110
|
"bytes": 1882,
|
|
2075
2111
|
"h3_count": 0
|
|
2076
2112
|
},
|
|
2077
2113
|
{
|
|
2078
2114
|
"name": "Exploit Availability Matrix",
|
|
2079
2115
|
"normalized_name": "exploit-availability-matrix",
|
|
2080
|
-
"line":
|
|
2081
|
-
"byte_start":
|
|
2082
|
-
"byte_end":
|
|
2116
|
+
"line": 122,
|
|
2117
|
+
"byte_start": 12977,
|
|
2118
|
+
"byte_end": 15867,
|
|
2083
2119
|
"bytes": 2890,
|
|
2084
2120
|
"h3_count": 0
|
|
2085
2121
|
},
|
|
2086
2122
|
{
|
|
2087
2123
|
"name": "Analysis Procedure",
|
|
2088
2124
|
"normalized_name": "analysis-procedure",
|
|
2089
|
-
"line":
|
|
2090
|
-
"byte_start":
|
|
2091
|
-
"byte_end":
|
|
2125
|
+
"line": 138,
|
|
2126
|
+
"byte_start": 15867,
|
|
2127
|
+
"byte_end": 21695,
|
|
2092
2128
|
"bytes": 5828,
|
|
2093
2129
|
"h3_count": 4
|
|
2094
2130
|
},
|
|
2095
2131
|
{
|
|
2096
2132
|
"name": "Output Format",
|
|
2097
2133
|
"normalized_name": "output-format",
|
|
2098
|
-
"line":
|
|
2099
|
-
"byte_start":
|
|
2100
|
-
"byte_end":
|
|
2134
|
+
"line": 194,
|
|
2135
|
+
"byte_start": 21695,
|
|
2136
|
+
"byte_end": 24388,
|
|
2101
2137
|
"bytes": 2693,
|
|
2102
2138
|
"h3_count": 9
|
|
2103
2139
|
},
|
|
2104
2140
|
{
|
|
2105
2141
|
"name": "Compliance Theater Check",
|
|
2106
2142
|
"normalized_name": "compliance-theater-check",
|
|
2107
|
-
"line":
|
|
2108
|
-
"byte_start":
|
|
2109
|
-
"byte_end":
|
|
2143
|
+
"line": 240,
|
|
2144
|
+
"byte_start": 24388,
|
|
2145
|
+
"byte_end": 26445,
|
|
2110
2146
|
"bytes": 2057,
|
|
2111
2147
|
"h3_count": 0
|
|
2112
2148
|
},
|
|
2113
2149
|
{
|
|
2114
2150
|
"name": "Defensive Countermeasure Mapping",
|
|
2115
2151
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
2116
|
-
"line":
|
|
2117
|
-
"byte_start":
|
|
2118
|
-
"byte_end":
|
|
2152
|
+
"line": 254,
|
|
2153
|
+
"byte_start": 26445,
|
|
2154
|
+
"byte_end": 30066,
|
|
2119
2155
|
"bytes": 3621,
|
|
2120
2156
|
"h3_count": 0
|
|
2121
2157
|
},
|
|
2122
2158
|
{
|
|
2123
2159
|
"name": "Hand-Off / Related Skills",
|
|
2124
2160
|
"normalized_name": "hand-off",
|
|
2125
|
-
"line":
|
|
2126
|
-
"byte_start":
|
|
2127
|
-
"byte_end":
|
|
2161
|
+
"line": 267,
|
|
2162
|
+
"byte_start": 30066,
|
|
2163
|
+
"byte_end": 32857,
|
|
2128
2164
|
"bytes": 2791,
|
|
2129
2165
|
"h3_count": 0
|
|
2130
2166
|
}
|
|
@@ -2132,93 +2168,93 @@
|
|
|
2132
2168
|
},
|
|
2133
2169
|
"ot-ics-security": {
|
|
2134
2170
|
"path": "skills/ot-ics-security/skill.md",
|
|
2135
|
-
"total_bytes":
|
|
2136
|
-
"total_lines":
|
|
2171
|
+
"total_bytes": 36323,
|
|
2172
|
+
"total_lines": 344,
|
|
2137
2173
|
"frontmatter": {
|
|
2138
2174
|
"line_start": 1,
|
|
2139
|
-
"line_end":
|
|
2175
|
+
"line_end": 50,
|
|
2140
2176
|
"byte_start": 0,
|
|
2141
|
-
"byte_end":
|
|
2177
|
+
"byte_end": 977
|
|
2142
2178
|
},
|
|
2143
2179
|
"sections": [
|
|
2144
2180
|
{
|
|
2145
2181
|
"name": "Threat Context (mid-2026)",
|
|
2146
2182
|
"normalized_name": "threat-context",
|
|
2147
|
-
"line":
|
|
2148
|
-
"byte_start":
|
|
2149
|
-
"byte_end":
|
|
2183
|
+
"line": 54,
|
|
2184
|
+
"byte_start": 1010,
|
|
2185
|
+
"byte_end": 4471,
|
|
2150
2186
|
"bytes": 3461,
|
|
2151
2187
|
"h3_count": 0
|
|
2152
2188
|
},
|
|
2153
2189
|
{
|
|
2154
2190
|
"name": "Framework Lag Declaration",
|
|
2155
2191
|
"normalized_name": "framework-lag-declaration",
|
|
2156
|
-
"line":
|
|
2157
|
-
"byte_start":
|
|
2158
|
-
"byte_end":
|
|
2192
|
+
"line": 70,
|
|
2193
|
+
"byte_start": 4471,
|
|
2194
|
+
"byte_end": 8946,
|
|
2159
2195
|
"bytes": 4475,
|
|
2160
2196
|
"h3_count": 0
|
|
2161
2197
|
},
|
|
2162
2198
|
{
|
|
2163
2199
|
"name": "TTP Mapping",
|
|
2164
2200
|
"normalized_name": "ttp-mapping",
|
|
2165
|
-
"line":
|
|
2166
|
-
"byte_start":
|
|
2167
|
-
"byte_end":
|
|
2201
|
+
"line": 91,
|
|
2202
|
+
"byte_start": 8946,
|
|
2203
|
+
"byte_end": 12678,
|
|
2168
2204
|
"bytes": 3732,
|
|
2169
2205
|
"h3_count": 0
|
|
2170
2206
|
},
|
|
2171
2207
|
{
|
|
2172
2208
|
"name": "Exploit Availability Matrix",
|
|
2173
2209
|
"normalized_name": "exploit-availability-matrix",
|
|
2174
|
-
"line":
|
|
2175
|
-
"byte_start":
|
|
2176
|
-
"byte_end":
|
|
2210
|
+
"line": 113,
|
|
2211
|
+
"byte_start": 12678,
|
|
2212
|
+
"byte_end": 14960,
|
|
2177
2213
|
"bytes": 2282,
|
|
2178
2214
|
"h3_count": 0
|
|
2179
2215
|
},
|
|
2180
2216
|
{
|
|
2181
2217
|
"name": "Analysis Procedure",
|
|
2182
2218
|
"normalized_name": "analysis-procedure",
|
|
2183
|
-
"line":
|
|
2184
|
-
"byte_start":
|
|
2185
|
-
"byte_end":
|
|
2219
|
+
"line": 126,
|
|
2220
|
+
"byte_start": 14960,
|
|
2221
|
+
"byte_end": 23752,
|
|
2186
2222
|
"bytes": 8792,
|
|
2187
2223
|
"h3_count": 10
|
|
2188
2224
|
},
|
|
2189
2225
|
{
|
|
2190
2226
|
"name": "Output Format",
|
|
2191
2227
|
"normalized_name": "output-format",
|
|
2192
|
-
"line":
|
|
2193
|
-
"byte_start":
|
|
2194
|
-
"byte_end":
|
|
2228
|
+
"line": 222,
|
|
2229
|
+
"byte_start": 23752,
|
|
2230
|
+
"byte_end": 25851,
|
|
2195
2231
|
"bytes": 2099,
|
|
2196
2232
|
"h3_count": 11
|
|
2197
2233
|
},
|
|
2198
2234
|
{
|
|
2199
2235
|
"name": "Compliance Theater Check",
|
|
2200
2236
|
"normalized_name": "compliance-theater-check",
|
|
2201
|
-
"line":
|
|
2202
|
-
"byte_start":
|
|
2203
|
-
"byte_end":
|
|
2237
|
+
"line": 278,
|
|
2238
|
+
"byte_start": 25851,
|
|
2239
|
+
"byte_end": 29056,
|
|
2204
2240
|
"bytes": 3205,
|
|
2205
2241
|
"h3_count": 0
|
|
2206
2242
|
},
|
|
2207
2243
|
{
|
|
2208
2244
|
"name": "Defensive Countermeasure Mapping",
|
|
2209
2245
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
2210
|
-
"line":
|
|
2211
|
-
"byte_start":
|
|
2212
|
-
"byte_end":
|
|
2246
|
+
"line": 312,
|
|
2247
|
+
"byte_start": 29056,
|
|
2248
|
+
"byte_end": 32513,
|
|
2213
2249
|
"bytes": 3457,
|
|
2214
2250
|
"h3_count": 0
|
|
2215
2251
|
},
|
|
2216
2252
|
{
|
|
2217
2253
|
"name": "Hand-Off / Related Skills",
|
|
2218
2254
|
"normalized_name": "hand-off",
|
|
2219
|
-
"line":
|
|
2220
|
-
"byte_start":
|
|
2221
|
-
"byte_end":
|
|
2255
|
+
"line": 328,
|
|
2256
|
+
"byte_start": 32513,
|
|
2257
|
+
"byte_end": 36323,
|
|
2222
2258
|
"bytes": 3810,
|
|
2223
2259
|
"h3_count": 0
|
|
2224
2260
|
}
|
|
@@ -2226,93 +2262,93 @@
|
|
|
2226
2262
|
},
|
|
2227
2263
|
"coordinated-vuln-disclosure": {
|
|
2228
2264
|
"path": "skills/coordinated-vuln-disclosure/skill.md",
|
|
2229
|
-
"total_bytes":
|
|
2230
|
-
"total_lines":
|
|
2265
|
+
"total_bytes": 46917,
|
|
2266
|
+
"total_lines": 481,
|
|
2231
2267
|
"frontmatter": {
|
|
2232
2268
|
"line_start": 1,
|
|
2233
|
-
"line_end":
|
|
2269
|
+
"line_end": 51,
|
|
2234
2270
|
"byte_start": 0,
|
|
2235
|
-
"byte_end":
|
|
2271
|
+
"byte_end": 1878
|
|
2236
2272
|
},
|
|
2237
2273
|
"sections": [
|
|
2238
2274
|
{
|
|
2239
2275
|
"name": "Threat Context (mid-2026)",
|
|
2240
2276
|
"normalized_name": "threat-context",
|
|
2241
|
-
"line":
|
|
2242
|
-
"byte_start":
|
|
2243
|
-
"byte_end":
|
|
2277
|
+
"line": 61,
|
|
2278
|
+
"byte_start": 2990,
|
|
2279
|
+
"byte_end": 6464,
|
|
2244
2280
|
"bytes": 3474,
|
|
2245
2281
|
"h3_count": 0
|
|
2246
2282
|
},
|
|
2247
2283
|
{
|
|
2248
2284
|
"name": "Framework Lag Declaration",
|
|
2249
2285
|
"normalized_name": "framework-lag-declaration",
|
|
2250
|
-
"line":
|
|
2251
|
-
"byte_start":
|
|
2252
|
-
"byte_end":
|
|
2286
|
+
"line": 76,
|
|
2287
|
+
"byte_start": 6464,
|
|
2288
|
+
"byte_end": 12750,
|
|
2253
2289
|
"bytes": 6286,
|
|
2254
2290
|
"h3_count": 0
|
|
2255
2291
|
},
|
|
2256
2292
|
{
|
|
2257
2293
|
"name": "TTP Mapping",
|
|
2258
2294
|
"normalized_name": "ttp-mapping",
|
|
2259
|
-
"line":
|
|
2260
|
-
"byte_start":
|
|
2261
|
-
"byte_end":
|
|
2295
|
+
"line": 101,
|
|
2296
|
+
"byte_start": 12750,
|
|
2297
|
+
"byte_end": 15105,
|
|
2262
2298
|
"bytes": 2355,
|
|
2263
2299
|
"h3_count": 0
|
|
2264
2300
|
},
|
|
2265
2301
|
{
|
|
2266
2302
|
"name": "Exploit Availability Matrix",
|
|
2267
2303
|
"normalized_name": "exploit-availability-matrix",
|
|
2268
|
-
"line":
|
|
2269
|
-
"byte_start":
|
|
2270
|
-
"byte_end":
|
|
2304
|
+
"line": 119,
|
|
2305
|
+
"byte_start": 15105,
|
|
2306
|
+
"byte_end": 18795,
|
|
2271
2307
|
"bytes": 3690,
|
|
2272
2308
|
"h3_count": 0
|
|
2273
2309
|
},
|
|
2274
2310
|
{
|
|
2275
2311
|
"name": "Analysis Procedure",
|
|
2276
2312
|
"normalized_name": "analysis-procedure",
|
|
2277
|
-
"line":
|
|
2278
|
-
"byte_start":
|
|
2279
|
-
"byte_end":
|
|
2313
|
+
"line": 144,
|
|
2314
|
+
"byte_start": 18795,
|
|
2315
|
+
"byte_end": 31307,
|
|
2280
2316
|
"bytes": 12512,
|
|
2281
2317
|
"h3_count": 10
|
|
2282
2318
|
},
|
|
2283
2319
|
{
|
|
2284
2320
|
"name": "Output Format",
|
|
2285
2321
|
"normalized_name": "output-format",
|
|
2286
|
-
"line":
|
|
2287
|
-
"byte_start":
|
|
2288
|
-
"byte_end":
|
|
2322
|
+
"line": 256,
|
|
2323
|
+
"byte_start": 31307,
|
|
2324
|
+
"byte_end": 37825,
|
|
2289
2325
|
"bytes": 6518,
|
|
2290
2326
|
"h3_count": 7
|
|
2291
2327
|
},
|
|
2292
2328
|
{
|
|
2293
2329
|
"name": "Compliance Theater Check",
|
|
2294
2330
|
"normalized_name": "compliance-theater-check",
|
|
2295
|
-
"line":
|
|
2296
|
-
"byte_start":
|
|
2297
|
-
"byte_end":
|
|
2331
|
+
"line": 432,
|
|
2332
|
+
"byte_start": 37825,
|
|
2333
|
+
"byte_end": 40881,
|
|
2298
2334
|
"bytes": 3056,
|
|
2299
2335
|
"h3_count": 0
|
|
2300
2336
|
},
|
|
2301
2337
|
{
|
|
2302
2338
|
"name": "Defensive Countermeasure Mapping",
|
|
2303
2339
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
2304
|
-
"line":
|
|
2305
|
-
"byte_start":
|
|
2306
|
-
"byte_end":
|
|
2340
|
+
"line": 448,
|
|
2341
|
+
"byte_start": 40881,
|
|
2342
|
+
"byte_end": 44498,
|
|
2307
2343
|
"bytes": 3617,
|
|
2308
2344
|
"h3_count": 0
|
|
2309
2345
|
},
|
|
2310
2346
|
{
|
|
2311
2347
|
"name": "Hand-Off / Related Skills",
|
|
2312
2348
|
"normalized_name": "hand-off",
|
|
2313
|
-
"line":
|
|
2314
|
-
"byte_start":
|
|
2315
|
-
"byte_end":
|
|
2349
|
+
"line": 468,
|
|
2350
|
+
"byte_start": 44498,
|
|
2351
|
+
"byte_end": 46917,
|
|
2316
2352
|
"bytes": 2419,
|
|
2317
2353
|
"h3_count": 0
|
|
2318
2354
|
}
|
|
@@ -2320,102 +2356,102 @@
|
|
|
2320
2356
|
},
|
|
2321
2357
|
"threat-modeling-methodology": {
|
|
2322
2358
|
"path": "skills/threat-modeling-methodology/skill.md",
|
|
2323
|
-
"total_bytes":
|
|
2324
|
-
"total_lines":
|
|
2359
|
+
"total_bytes": 30544,
|
|
2360
|
+
"total_lines": 316,
|
|
2325
2361
|
"frontmatter": {
|
|
2326
2362
|
"line_start": 1,
|
|
2327
|
-
"line_end":
|
|
2363
|
+
"line_end": 46,
|
|
2328
2364
|
"byte_start": 0,
|
|
2329
|
-
"byte_end":
|
|
2365
|
+
"byte_end": 1333
|
|
2330
2366
|
},
|
|
2331
2367
|
"sections": [
|
|
2332
2368
|
{
|
|
2333
2369
|
"name": "Purpose",
|
|
2334
2370
|
"normalized_name": "purpose",
|
|
2335
|
-
"line":
|
|
2336
|
-
"byte_start":
|
|
2337
|
-
"byte_end":
|
|
2371
|
+
"line": 50,
|
|
2372
|
+
"byte_start": 1365,
|
|
2373
|
+
"byte_end": 2049,
|
|
2338
2374
|
"bytes": 684,
|
|
2339
2375
|
"h3_count": 0
|
|
2340
2376
|
},
|
|
2341
2377
|
{
|
|
2342
2378
|
"name": "Threat Context",
|
|
2343
2379
|
"normalized_name": "threat-context",
|
|
2344
|
-
"line":
|
|
2345
|
-
"byte_start":
|
|
2346
|
-
"byte_end":
|
|
2380
|
+
"line": 58,
|
|
2381
|
+
"byte_start": 2049,
|
|
2382
|
+
"byte_end": 6414,
|
|
2347
2383
|
"bytes": 4365,
|
|
2348
2384
|
"h3_count": 0
|
|
2349
2385
|
},
|
|
2350
2386
|
{
|
|
2351
2387
|
"name": "Framework Lag Declaration",
|
|
2352
2388
|
"normalized_name": "framework-lag-declaration",
|
|
2353
|
-
"line":
|
|
2354
|
-
"byte_start":
|
|
2355
|
-
"byte_end":
|
|
2389
|
+
"line": 84,
|
|
2390
|
+
"byte_start": 6414,
|
|
2391
|
+
"byte_end": 10985,
|
|
2356
2392
|
"bytes": 4571,
|
|
2357
2393
|
"h3_count": 0
|
|
2358
2394
|
},
|
|
2359
2395
|
{
|
|
2360
2396
|
"name": "TTP Mapping",
|
|
2361
2397
|
"normalized_name": "ttp-mapping",
|
|
2362
|
-
"line":
|
|
2363
|
-
"byte_start":
|
|
2364
|
-
"byte_end":
|
|
2398
|
+
"line": 114,
|
|
2399
|
+
"byte_start": 10985,
|
|
2400
|
+
"byte_end": 14900,
|
|
2365
2401
|
"bytes": 3915,
|
|
2366
2402
|
"h3_count": 0
|
|
2367
2403
|
},
|
|
2368
2404
|
{
|
|
2369
2405
|
"name": "Exploit Availability Matrix",
|
|
2370
2406
|
"normalized_name": "exploit-availability-matrix",
|
|
2371
|
-
"line":
|
|
2372
|
-
"byte_start":
|
|
2373
|
-
"byte_end":
|
|
2407
|
+
"line": 136,
|
|
2408
|
+
"byte_start": 14900,
|
|
2409
|
+
"byte_end": 17202,
|
|
2374
2410
|
"bytes": 2302,
|
|
2375
2411
|
"h3_count": 0
|
|
2376
2412
|
},
|
|
2377
2413
|
{
|
|
2378
2414
|
"name": "Analysis Procedure",
|
|
2379
2415
|
"normalized_name": "analysis-procedure",
|
|
2380
|
-
"line":
|
|
2381
|
-
"byte_start":
|
|
2382
|
-
"byte_end":
|
|
2416
|
+
"line": 158,
|
|
2417
|
+
"byte_start": 17202,
|
|
2418
|
+
"byte_end": 23809,
|
|
2383
2419
|
"bytes": 6607,
|
|
2384
2420
|
"h3_count": 10
|
|
2385
2421
|
},
|
|
2386
2422
|
{
|
|
2387
2423
|
"name": "Output Format",
|
|
2388
2424
|
"normalized_name": "output-format",
|
|
2389
|
-
"line":
|
|
2390
|
-
"byte_start":
|
|
2391
|
-
"byte_end":
|
|
2425
|
+
"line": 233,
|
|
2426
|
+
"byte_start": 23809,
|
|
2427
|
+
"byte_end": 25358,
|
|
2392
2428
|
"bytes": 1549,
|
|
2393
2429
|
"h3_count": 9
|
|
2394
2430
|
},
|
|
2395
2431
|
{
|
|
2396
2432
|
"name": "Compliance Theater Check",
|
|
2397
2433
|
"normalized_name": "compliance-theater-check",
|
|
2398
|
-
"line":
|
|
2399
|
-
"byte_start":
|
|
2400
|
-
"byte_end":
|
|
2434
|
+
"line": 275,
|
|
2435
|
+
"byte_start": 25358,
|
|
2436
|
+
"byte_end": 27282,
|
|
2401
2437
|
"bytes": 1924,
|
|
2402
2438
|
"h3_count": 0
|
|
2403
2439
|
},
|
|
2404
2440
|
{
|
|
2405
2441
|
"name": "Defensive Countermeasure Mapping",
|
|
2406
2442
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
2407
|
-
"line":
|
|
2408
|
-
"byte_start":
|
|
2409
|
-
"byte_end":
|
|
2443
|
+
"line": 293,
|
|
2444
|
+
"byte_start": 27282,
|
|
2445
|
+
"byte_end": 28986,
|
|
2410
2446
|
"bytes": 1704,
|
|
2411
2447
|
"h3_count": 0
|
|
2412
2448
|
},
|
|
2413
2449
|
{
|
|
2414
2450
|
"name": "Hand-Off / Related Skills",
|
|
2415
2451
|
"normalized_name": "hand-off",
|
|
2416
|
-
"line":
|
|
2417
|
-
"byte_start":
|
|
2418
|
-
"byte_end":
|
|
2452
|
+
"line": 306,
|
|
2453
|
+
"byte_start": 28986,
|
|
2454
|
+
"byte_end": 30544,
|
|
2419
2455
|
"bytes": 1558,
|
|
2420
2456
|
"h3_count": 0
|
|
2421
2457
|
}
|
|
@@ -2423,93 +2459,93 @@
|
|
|
2423
2459
|
},
|
|
2424
2460
|
"webapp-security": {
|
|
2425
2461
|
"path": "skills/webapp-security/skill.md",
|
|
2426
|
-
"total_bytes":
|
|
2427
|
-
"total_lines":
|
|
2462
|
+
"total_bytes": 28689,
|
|
2463
|
+
"total_lines": 285,
|
|
2428
2464
|
"frontmatter": {
|
|
2429
2465
|
"line_start": 1,
|
|
2430
|
-
"line_end":
|
|
2466
|
+
"line_end": 72,
|
|
2431
2467
|
"byte_start": 0,
|
|
2432
|
-
"byte_end":
|
|
2468
|
+
"byte_end": 1347
|
|
2433
2469
|
},
|
|
2434
2470
|
"sections": [
|
|
2435
2471
|
{
|
|
2436
2472
|
"name": "Threat Context (mid-2026)",
|
|
2437
2473
|
"normalized_name": "threat-context",
|
|
2438
|
-
"line":
|
|
2439
|
-
"byte_start":
|
|
2440
|
-
"byte_end":
|
|
2474
|
+
"line": 76,
|
|
2475
|
+
"byte_start": 1387,
|
|
2476
|
+
"byte_end": 4830,
|
|
2441
2477
|
"bytes": 3443,
|
|
2442
2478
|
"h3_count": 0
|
|
2443
2479
|
},
|
|
2444
2480
|
{
|
|
2445
2481
|
"name": "Framework Lag Declaration",
|
|
2446
2482
|
"normalized_name": "framework-lag-declaration",
|
|
2447
|
-
"line":
|
|
2448
|
-
"byte_start":
|
|
2449
|
-
"byte_end":
|
|
2483
|
+
"line": 90,
|
|
2484
|
+
"byte_start": 4830,
|
|
2485
|
+
"byte_end": 8391,
|
|
2450
2486
|
"bytes": 3561,
|
|
2451
2487
|
"h3_count": 0
|
|
2452
2488
|
},
|
|
2453
2489
|
{
|
|
2454
2490
|
"name": "TTP Mapping (MITRE ATT&CK Enterprise + ATLAS v5.1.0)",
|
|
2455
2491
|
"normalized_name": "ttp-mapping",
|
|
2456
|
-
"line":
|
|
2457
|
-
"byte_start":
|
|
2458
|
-
"byte_end":
|
|
2492
|
+
"line": 110,
|
|
2493
|
+
"byte_start": 8391,
|
|
2494
|
+
"byte_end": 9909,
|
|
2459
2495
|
"bytes": 1518,
|
|
2460
2496
|
"h3_count": 0
|
|
2461
2497
|
},
|
|
2462
2498
|
{
|
|
2463
2499
|
"name": "Exploit Availability Matrix",
|
|
2464
2500
|
"normalized_name": "exploit-availability-matrix",
|
|
2465
|
-
"line":
|
|
2466
|
-
"byte_start":
|
|
2467
|
-
"byte_end":
|
|
2501
|
+
"line": 122,
|
|
2502
|
+
"byte_start": 9909,
|
|
2503
|
+
"byte_end": 13355,
|
|
2468
2504
|
"bytes": 3446,
|
|
2469
2505
|
"h3_count": 0
|
|
2470
2506
|
},
|
|
2471
2507
|
{
|
|
2472
2508
|
"name": "Analysis Procedure",
|
|
2473
2509
|
"normalized_name": "analysis-procedure",
|
|
2474
|
-
"line":
|
|
2475
|
-
"byte_start":
|
|
2476
|
-
"byte_end":
|
|
2510
|
+
"line": 140,
|
|
2511
|
+
"byte_start": 13355,
|
|
2512
|
+
"byte_end": 19856,
|
|
2477
2513
|
"bytes": 6501,
|
|
2478
2514
|
"h3_count": 1
|
|
2479
2515
|
},
|
|
2480
2516
|
{
|
|
2481
2517
|
"name": "Output Format",
|
|
2482
2518
|
"normalized_name": "output-format",
|
|
2483
|
-
"line":
|
|
2484
|
-
"byte_start":
|
|
2485
|
-
"byte_end":
|
|
2519
|
+
"line": 188,
|
|
2520
|
+
"byte_start": 19856,
|
|
2521
|
+
"byte_end": 22998,
|
|
2486
2522
|
"bytes": 3142,
|
|
2487
2523
|
"h3_count": 6
|
|
2488
2524
|
},
|
|
2489
2525
|
{
|
|
2490
2526
|
"name": "Compliance Theater Check",
|
|
2491
2527
|
"normalized_name": "compliance-theater-check",
|
|
2492
|
-
"line":
|
|
2493
|
-
"byte_start":
|
|
2494
|
-
"byte_end":
|
|
2528
|
+
"line": 247,
|
|
2529
|
+
"byte_start": 22998,
|
|
2530
|
+
"byte_end": 24975,
|
|
2495
2531
|
"bytes": 1977,
|
|
2496
2532
|
"h3_count": 0
|
|
2497
2533
|
},
|
|
2498
2534
|
{
|
|
2499
2535
|
"name": "Defensive Countermeasure Mapping",
|
|
2500
2536
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
2501
|
-
"line":
|
|
2502
|
-
"byte_start":
|
|
2503
|
-
"byte_end":
|
|
2537
|
+
"line": 261,
|
|
2538
|
+
"byte_start": 24975,
|
|
2539
|
+
"byte_end": 27494,
|
|
2504
2540
|
"bytes": 2519,
|
|
2505
2541
|
"h3_count": 0
|
|
2506
2542
|
},
|
|
2507
2543
|
{
|
|
2508
2544
|
"name": "Hand-Off / Related Skills",
|
|
2509
2545
|
"normalized_name": "hand-off",
|
|
2510
|
-
"line":
|
|
2511
|
-
"byte_start":
|
|
2512
|
-
"byte_end":
|
|
2546
|
+
"line": 275,
|
|
2547
|
+
"byte_start": 27494,
|
|
2548
|
+
"byte_end": 28689,
|
|
2513
2549
|
"bytes": 1195,
|
|
2514
2550
|
"h3_count": 0
|
|
2515
2551
|
}
|
|
@@ -2517,102 +2553,102 @@
|
|
|
2517
2553
|
},
|
|
2518
2554
|
"ai-risk-management": {
|
|
2519
2555
|
"path": "skills/ai-risk-management/skill.md",
|
|
2520
|
-
"total_bytes":
|
|
2521
|
-
"total_lines":
|
|
2556
|
+
"total_bytes": 33571,
|
|
2557
|
+
"total_lines": 315,
|
|
2522
2558
|
"frontmatter": {
|
|
2523
2559
|
"line_start": 1,
|
|
2524
|
-
"line_end":
|
|
2560
|
+
"line_end": 46,
|
|
2525
2561
|
"byte_start": 0,
|
|
2526
|
-
"byte_end":
|
|
2562
|
+
"byte_end": 1094
|
|
2527
2563
|
},
|
|
2528
2564
|
"sections": [
|
|
2529
2565
|
{
|
|
2530
2566
|
"name": "Purpose",
|
|
2531
2567
|
"normalized_name": "purpose",
|
|
2532
|
-
"line":
|
|
2533
|
-
"byte_start":
|
|
2534
|
-
"byte_end":
|
|
2568
|
+
"line": 50,
|
|
2569
|
+
"byte_start": 1136,
|
|
2570
|
+
"byte_end": 1915,
|
|
2535
2571
|
"bytes": 779,
|
|
2536
2572
|
"h3_count": 0
|
|
2537
2573
|
},
|
|
2538
2574
|
{
|
|
2539
2575
|
"name": "Threat Context (mid-2026)",
|
|
2540
2576
|
"normalized_name": "threat-context",
|
|
2541
|
-
"line":
|
|
2542
|
-
"byte_start":
|
|
2543
|
-
"byte_end":
|
|
2577
|
+
"line": 58,
|
|
2578
|
+
"byte_start": 1915,
|
|
2579
|
+
"byte_end": 5517,
|
|
2544
2580
|
"bytes": 3602,
|
|
2545
2581
|
"h3_count": 0
|
|
2546
2582
|
},
|
|
2547
2583
|
{
|
|
2548
2584
|
"name": "Framework Lag Declaration",
|
|
2549
2585
|
"normalized_name": "framework-lag-declaration",
|
|
2550
|
-
"line":
|
|
2551
|
-
"byte_start":
|
|
2552
|
-
"byte_end":
|
|
2586
|
+
"line": 84,
|
|
2587
|
+
"byte_start": 5517,
|
|
2588
|
+
"byte_end": 10803,
|
|
2553
2589
|
"bytes": 5286,
|
|
2554
2590
|
"h3_count": 0
|
|
2555
2591
|
},
|
|
2556
2592
|
{
|
|
2557
2593
|
"name": "TTP Mapping",
|
|
2558
2594
|
"normalized_name": "ttp-mapping",
|
|
2559
|
-
"line":
|
|
2560
|
-
"byte_start":
|
|
2561
|
-
"byte_end":
|
|
2595
|
+
"line": 108,
|
|
2596
|
+
"byte_start": 10803,
|
|
2597
|
+
"byte_end": 13004,
|
|
2562
2598
|
"bytes": 2201,
|
|
2563
2599
|
"h3_count": 0
|
|
2564
2600
|
},
|
|
2565
2601
|
{
|
|
2566
2602
|
"name": "Exploit Availability Matrix",
|
|
2567
2603
|
"normalized_name": "exploit-availability-matrix",
|
|
2568
|
-
"line":
|
|
2569
|
-
"byte_start":
|
|
2570
|
-
"byte_end":
|
|
2604
|
+
"line": 129,
|
|
2605
|
+
"byte_start": 13004,
|
|
2606
|
+
"byte_end": 15470,
|
|
2571
2607
|
"bytes": 2466,
|
|
2572
2608
|
"h3_count": 0
|
|
2573
2609
|
},
|
|
2574
2610
|
{
|
|
2575
2611
|
"name": "Analysis Procedure",
|
|
2576
2612
|
"normalized_name": "analysis-procedure",
|
|
2577
|
-
"line":
|
|
2578
|
-
"byte_start":
|
|
2579
|
-
"byte_end":
|
|
2613
|
+
"line": 146,
|
|
2614
|
+
"byte_start": 15470,
|
|
2615
|
+
"byte_end": 24134,
|
|
2580
2616
|
"bytes": 8664,
|
|
2581
2617
|
"h3_count": 10
|
|
2582
2618
|
},
|
|
2583
2619
|
{
|
|
2584
2620
|
"name": "Output Format",
|
|
2585
2621
|
"normalized_name": "output-format",
|
|
2586
|
-
"line":
|
|
2587
|
-
"byte_start":
|
|
2588
|
-
"byte_end":
|
|
2622
|
+
"line": 216,
|
|
2623
|
+
"byte_start": 24134,
|
|
2624
|
+
"byte_end": 26994,
|
|
2589
2625
|
"bytes": 2860,
|
|
2590
2626
|
"h3_count": 10
|
|
2591
2627
|
},
|
|
2592
2628
|
{
|
|
2593
2629
|
"name": "Compliance Theater Check",
|
|
2594
2630
|
"normalized_name": "compliance-theater-check",
|
|
2595
|
-
"line":
|
|
2596
|
-
"byte_start":
|
|
2597
|
-
"byte_end":
|
|
2631
|
+
"line": 270,
|
|
2632
|
+
"byte_start": 26994,
|
|
2633
|
+
"byte_end": 29793,
|
|
2598
2634
|
"bytes": 2799,
|
|
2599
2635
|
"h3_count": 0
|
|
2600
2636
|
},
|
|
2601
2637
|
{
|
|
2602
2638
|
"name": "Defensive Countermeasure Mapping",
|
|
2603
2639
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
2604
|
-
"line":
|
|
2605
|
-
"byte_start":
|
|
2606
|
-
"byte_end":
|
|
2640
|
+
"line": 288,
|
|
2641
|
+
"byte_start": 29793,
|
|
2642
|
+
"byte_end": 31580,
|
|
2607
2643
|
"bytes": 1787,
|
|
2608
2644
|
"h3_count": 0
|
|
2609
2645
|
},
|
|
2610
2646
|
{
|
|
2611
2647
|
"name": "Hand-Off / Related Skills",
|
|
2612
2648
|
"normalized_name": "hand-off",
|
|
2613
|
-
"line":
|
|
2614
|
-
"byte_start":
|
|
2615
|
-
"byte_end":
|
|
2649
|
+
"line": 302,
|
|
2650
|
+
"byte_start": 31580,
|
|
2651
|
+
"byte_end": 33571,
|
|
2616
2652
|
"bytes": 1991,
|
|
2617
2653
|
"h3_count": 0
|
|
2618
2654
|
}
|
|
@@ -2620,93 +2656,93 @@
|
|
|
2620
2656
|
},
|
|
2621
2657
|
"sector-healthcare": {
|
|
2622
2658
|
"path": "skills/sector-healthcare/skill.md",
|
|
2623
|
-
"total_bytes":
|
|
2624
|
-
"total_lines":
|
|
2659
|
+
"total_bytes": 47391,
|
|
2660
|
+
"total_lines": 377,
|
|
2625
2661
|
"frontmatter": {
|
|
2626
2662
|
"line_start": 1,
|
|
2627
|
-
"line_end":
|
|
2663
|
+
"line_end": 56,
|
|
2628
2664
|
"byte_start": 0,
|
|
2629
|
-
"byte_end":
|
|
2665
|
+
"byte_end": 1170
|
|
2630
2666
|
},
|
|
2631
2667
|
"sections": [
|
|
2632
2668
|
{
|
|
2633
2669
|
"name": "Threat Context (mid-2026)",
|
|
2634
2670
|
"normalized_name": "threat-context",
|
|
2635
|
-
"line":
|
|
2636
|
-
"byte_start":
|
|
2637
|
-
"byte_end":
|
|
2671
|
+
"line": 60,
|
|
2672
|
+
"byte_start": 1217,
|
|
2673
|
+
"byte_end": 5441,
|
|
2638
2674
|
"bytes": 4224,
|
|
2639
2675
|
"h3_count": 0
|
|
2640
2676
|
},
|
|
2641
2677
|
{
|
|
2642
2678
|
"name": "Framework Lag Declaration",
|
|
2643
2679
|
"normalized_name": "framework-lag-declaration",
|
|
2644
|
-
"line":
|
|
2645
|
-
"byte_start":
|
|
2646
|
-
"byte_end":
|
|
2680
|
+
"line": 83,
|
|
2681
|
+
"byte_start": 5441,
|
|
2682
|
+
"byte_end": 15067,
|
|
2647
2683
|
"bytes": 9626,
|
|
2648
2684
|
"h3_count": 0
|
|
2649
2685
|
},
|
|
2650
2686
|
{
|
|
2651
2687
|
"name": "TTP Mapping",
|
|
2652
2688
|
"normalized_name": "ttp-mapping",
|
|
2653
|
-
"line":
|
|
2654
|
-
"byte_start":
|
|
2655
|
-
"byte_end":
|
|
2689
|
+
"line": 112,
|
|
2690
|
+
"byte_start": 15067,
|
|
2691
|
+
"byte_end": 19770,
|
|
2656
2692
|
"bytes": 4703,
|
|
2657
2693
|
"h3_count": 0
|
|
2658
2694
|
},
|
|
2659
2695
|
{
|
|
2660
2696
|
"name": "Exploit Availability Matrix",
|
|
2661
2697
|
"normalized_name": "exploit-availability-matrix",
|
|
2662
|
-
"line":
|
|
2663
|
-
"byte_start":
|
|
2664
|
-
"byte_end":
|
|
2698
|
+
"line": 129,
|
|
2699
|
+
"byte_start": 19770,
|
|
2700
|
+
"byte_end": 23104,
|
|
2665
2701
|
"bytes": 3334,
|
|
2666
2702
|
"h3_count": 0
|
|
2667
2703
|
},
|
|
2668
2704
|
{
|
|
2669
2705
|
"name": "Analysis Procedure",
|
|
2670
2706
|
"normalized_name": "analysis-procedure",
|
|
2671
|
-
"line":
|
|
2672
|
-
"byte_start":
|
|
2673
|
-
"byte_end":
|
|
2707
|
+
"line": 144,
|
|
2708
|
+
"byte_start": 23104,
|
|
2709
|
+
"byte_end": 33659,
|
|
2674
2710
|
"bytes": 10555,
|
|
2675
2711
|
"h3_count": 12
|
|
2676
2712
|
},
|
|
2677
2713
|
{
|
|
2678
2714
|
"name": "Output Format",
|
|
2679
2715
|
"normalized_name": "output-format",
|
|
2680
|
-
"line":
|
|
2681
|
-
"byte_start":
|
|
2682
|
-
"byte_end":
|
|
2716
|
+
"line": 241,
|
|
2717
|
+
"byte_start": 33659,
|
|
2718
|
+
"byte_end": 36550,
|
|
2683
2719
|
"bytes": 2891,
|
|
2684
2720
|
"h3_count": 14
|
|
2685
2721
|
},
|
|
2686
2722
|
{
|
|
2687
2723
|
"name": "Compliance Theater Check",
|
|
2688
2724
|
"normalized_name": "compliance-theater-check",
|
|
2689
|
-
"line":
|
|
2690
|
-
"byte_start":
|
|
2691
|
-
"byte_end":
|
|
2725
|
+
"line": 310,
|
|
2726
|
+
"byte_start": 36550,
|
|
2727
|
+
"byte_end": 40118,
|
|
2692
2728
|
"bytes": 3568,
|
|
2693
2729
|
"h3_count": 0
|
|
2694
2730
|
},
|
|
2695
2731
|
{
|
|
2696
2732
|
"name": "Defensive Countermeasure Mapping",
|
|
2697
2733
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
2698
|
-
"line":
|
|
2699
|
-
"byte_start":
|
|
2700
|
-
"byte_end":
|
|
2734
|
+
"line": 345,
|
|
2735
|
+
"byte_start": 40118,
|
|
2736
|
+
"byte_end": 43532,
|
|
2701
2737
|
"bytes": 3414,
|
|
2702
2738
|
"h3_count": 0
|
|
2703
2739
|
},
|
|
2704
2740
|
{
|
|
2705
2741
|
"name": "Hand-Off / Related Skills",
|
|
2706
2742
|
"normalized_name": "hand-off",
|
|
2707
|
-
"line":
|
|
2708
|
-
"byte_start":
|
|
2709
|
-
"byte_end":
|
|
2743
|
+
"line": 359,
|
|
2744
|
+
"byte_start": 43532,
|
|
2745
|
+
"byte_end": 47391,
|
|
2710
2746
|
"bytes": 3859,
|
|
2711
2747
|
"h3_count": 0
|
|
2712
2748
|
}
|
|
@@ -2714,93 +2750,93 @@
|
|
|
2714
2750
|
},
|
|
2715
2751
|
"sector-financial": {
|
|
2716
2752
|
"path": "skills/sector-financial/skill.md",
|
|
2717
|
-
"total_bytes":
|
|
2718
|
-
"total_lines":
|
|
2753
|
+
"total_bytes": 49827,
|
|
2754
|
+
"total_lines": 402,
|
|
2719
2755
|
"frontmatter": {
|
|
2720
2756
|
"line_start": 1,
|
|
2721
|
-
"line_end":
|
|
2757
|
+
"line_end": 77,
|
|
2722
2758
|
"byte_start": 0,
|
|
2723
|
-
"byte_end":
|
|
2759
|
+
"byte_end": 2439
|
|
2724
2760
|
},
|
|
2725
2761
|
"sections": [
|
|
2726
2762
|
{
|
|
2727
2763
|
"name": "Threat Context (mid-2026)",
|
|
2728
2764
|
"normalized_name": "threat-context",
|
|
2729
|
-
"line":
|
|
2730
|
-
"byte_start":
|
|
2731
|
-
"byte_end":
|
|
2765
|
+
"line": 81,
|
|
2766
|
+
"byte_start": 2498,
|
|
2767
|
+
"byte_end": 10053,
|
|
2732
2768
|
"bytes": 7555,
|
|
2733
2769
|
"h3_count": 0
|
|
2734
2770
|
},
|
|
2735
2771
|
{
|
|
2736
2772
|
"name": "Framework Lag Declaration",
|
|
2737
2773
|
"normalized_name": "framework-lag-declaration",
|
|
2738
|
-
"line":
|
|
2739
|
-
"byte_start":
|
|
2740
|
-
"byte_end":
|
|
2774
|
+
"line": 120,
|
|
2775
|
+
"byte_start": 10053,
|
|
2776
|
+
"byte_end": 19000,
|
|
2741
2777
|
"bytes": 8947,
|
|
2742
2778
|
"h3_count": 0
|
|
2743
2779
|
},
|
|
2744
2780
|
{
|
|
2745
2781
|
"name": "TTP Mapping",
|
|
2746
2782
|
"normalized_name": "ttp-mapping",
|
|
2747
|
-
"line":
|
|
2748
|
-
"byte_start":
|
|
2749
|
-
"byte_end":
|
|
2783
|
+
"line": 150,
|
|
2784
|
+
"byte_start": 19000,
|
|
2785
|
+
"byte_end": 23497,
|
|
2750
2786
|
"bytes": 4497,
|
|
2751
2787
|
"h3_count": 0
|
|
2752
2788
|
},
|
|
2753
2789
|
{
|
|
2754
2790
|
"name": "Exploit Availability Matrix",
|
|
2755
2791
|
"normalized_name": "exploit-availability-matrix",
|
|
2756
|
-
"line":
|
|
2757
|
-
"byte_start":
|
|
2758
|
-
"byte_end":
|
|
2792
|
+
"line": 169,
|
|
2793
|
+
"byte_start": 23497,
|
|
2794
|
+
"byte_end": 26383,
|
|
2759
2795
|
"bytes": 2886,
|
|
2760
2796
|
"h3_count": 0
|
|
2761
2797
|
},
|
|
2762
2798
|
{
|
|
2763
2799
|
"name": "Analysis Procedure",
|
|
2764
2800
|
"normalized_name": "analysis-procedure",
|
|
2765
|
-
"line":
|
|
2766
|
-
"byte_start":
|
|
2767
|
-
"byte_end":
|
|
2801
|
+
"line": 185,
|
|
2802
|
+
"byte_start": 26383,
|
|
2803
|
+
"byte_end": 35137,
|
|
2768
2804
|
"bytes": 8754,
|
|
2769
2805
|
"h3_count": 10
|
|
2770
2806
|
},
|
|
2771
2807
|
{
|
|
2772
2808
|
"name": "Output Format",
|
|
2773
2809
|
"normalized_name": "output-format",
|
|
2774
|
-
"line":
|
|
2775
|
-
"byte_start":
|
|
2776
|
-
"byte_end":
|
|
2810
|
+
"line": 274,
|
|
2811
|
+
"byte_start": 35137,
|
|
2812
|
+
"byte_end": 37892,
|
|
2777
2813
|
"bytes": 2755,
|
|
2778
2814
|
"h3_count": 15
|
|
2779
2815
|
},
|
|
2780
2816
|
{
|
|
2781
2817
|
"name": "Compliance Theater Check",
|
|
2782
2818
|
"normalized_name": "compliance-theater-check",
|
|
2783
|
-
"line":
|
|
2784
|
-
"byte_start":
|
|
2785
|
-
"byte_end":
|
|
2819
|
+
"line": 336,
|
|
2820
|
+
"byte_start": 37892,
|
|
2821
|
+
"byte_end": 42230,
|
|
2786
2822
|
"bytes": 4338,
|
|
2787
2823
|
"h3_count": 0
|
|
2788
2824
|
},
|
|
2789
2825
|
{
|
|
2790
2826
|
"name": "Defensive Countermeasure Mapping",
|
|
2791
2827
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
2792
|
-
"line":
|
|
2793
|
-
"byte_start":
|
|
2794
|
-
"byte_end":
|
|
2828
|
+
"line": 371,
|
|
2829
|
+
"byte_start": 42230,
|
|
2830
|
+
"byte_end": 46074,
|
|
2795
2831
|
"bytes": 3844,
|
|
2796
2832
|
"h3_count": 0
|
|
2797
2833
|
},
|
|
2798
2834
|
{
|
|
2799
2835
|
"name": "Hand-Off / Related Skills",
|
|
2800
2836
|
"normalized_name": "hand-off",
|
|
2801
|
-
"line":
|
|
2802
|
-
"byte_start":
|
|
2803
|
-
"byte_end":
|
|
2837
|
+
"line": 386,
|
|
2838
|
+
"byte_start": 46074,
|
|
2839
|
+
"byte_end": 49827,
|
|
2804
2840
|
"bytes": 3753,
|
|
2805
2841
|
"h3_count": 0
|
|
2806
2842
|
}
|
|
@@ -2808,93 +2844,93 @@
|
|
|
2808
2844
|
},
|
|
2809
2845
|
"sector-federal-government": {
|
|
2810
2846
|
"path": "skills/sector-federal-government/skill.md",
|
|
2811
|
-
"total_bytes":
|
|
2812
|
-
"total_lines":
|
|
2847
|
+
"total_bytes": 44111,
|
|
2848
|
+
"total_lines": 306,
|
|
2813
2849
|
"frontmatter": {
|
|
2814
2850
|
"line_start": 1,
|
|
2815
|
-
"line_end":
|
|
2851
|
+
"line_end": 65,
|
|
2816
2852
|
"byte_start": 0,
|
|
2817
|
-
"byte_end":
|
|
2853
|
+
"byte_end": 2866
|
|
2818
2854
|
},
|
|
2819
2855
|
"sections": [
|
|
2820
2856
|
{
|
|
2821
2857
|
"name": "Threat Context (mid-2026)",
|
|
2822
2858
|
"normalized_name": "threat-context",
|
|
2823
|
-
"line":
|
|
2824
|
-
"byte_start":
|
|
2825
|
-
"byte_end":
|
|
2859
|
+
"line": 69,
|
|
2860
|
+
"byte_start": 2926,
|
|
2861
|
+
"byte_end": 8206,
|
|
2826
2862
|
"bytes": 5280,
|
|
2827
2863
|
"h3_count": 0
|
|
2828
2864
|
},
|
|
2829
2865
|
{
|
|
2830
2866
|
"name": "Framework Lag Declaration",
|
|
2831
2867
|
"normalized_name": "framework-lag-declaration",
|
|
2832
|
-
"line":
|
|
2833
|
-
"byte_start":
|
|
2834
|
-
"byte_end":
|
|
2868
|
+
"line": 89,
|
|
2869
|
+
"byte_start": 8206,
|
|
2870
|
+
"byte_end": 17699,
|
|
2835
2871
|
"bytes": 9493,
|
|
2836
2872
|
"h3_count": 0
|
|
2837
2873
|
},
|
|
2838
2874
|
{
|
|
2839
2875
|
"name": "TTP Mapping",
|
|
2840
2876
|
"normalized_name": "ttp-mapping",
|
|
2841
|
-
"line":
|
|
2842
|
-
"byte_start":
|
|
2843
|
-
"byte_end":
|
|
2877
|
+
"line": 119,
|
|
2878
|
+
"byte_start": 17699,
|
|
2879
|
+
"byte_end": 20115,
|
|
2844
2880
|
"bytes": 2416,
|
|
2845
2881
|
"h3_count": 0
|
|
2846
2882
|
},
|
|
2847
2883
|
{
|
|
2848
2884
|
"name": "Exploit Availability Matrix",
|
|
2849
2885
|
"normalized_name": "exploit-availability-matrix",
|
|
2850
|
-
"line":
|
|
2851
|
-
"byte_start":
|
|
2852
|
-
"byte_end":
|
|
2886
|
+
"line": 137,
|
|
2887
|
+
"byte_start": 20115,
|
|
2888
|
+
"byte_end": 26254,
|
|
2853
2889
|
"bytes": 6139,
|
|
2854
2890
|
"h3_count": 0
|
|
2855
2891
|
},
|
|
2856
2892
|
{
|
|
2857
2893
|
"name": "Analysis Procedure",
|
|
2858
2894
|
"normalized_name": "analysis-procedure",
|
|
2859
|
-
"line":
|
|
2860
|
-
"byte_start":
|
|
2861
|
-
"byte_end":
|
|
2895
|
+
"line": 156,
|
|
2896
|
+
"byte_start": 26254,
|
|
2897
|
+
"byte_end": 34294,
|
|
2862
2898
|
"bytes": 8040,
|
|
2863
2899
|
"h3_count": 4
|
|
2864
2900
|
},
|
|
2865
2901
|
{
|
|
2866
2902
|
"name": "Output Format",
|
|
2867
2903
|
"normalized_name": "output-format",
|
|
2868
|
-
"line":
|
|
2869
|
-
"byte_start":
|
|
2870
|
-
"byte_end":
|
|
2904
|
+
"line": 213,
|
|
2905
|
+
"byte_start": 34294,
|
|
2906
|
+
"byte_end": 36782,
|
|
2871
2907
|
"bytes": 2488,
|
|
2872
2908
|
"h3_count": 10
|
|
2873
2909
|
},
|
|
2874
2910
|
{
|
|
2875
2911
|
"name": "Compliance Theater Check",
|
|
2876
2912
|
"normalized_name": "compliance-theater-check",
|
|
2877
|
-
"line":
|
|
2878
|
-
"byte_start":
|
|
2879
|
-
"byte_end":
|
|
2913
|
+
"line": 267,
|
|
2914
|
+
"byte_start": 36782,
|
|
2915
|
+
"byte_end": 39650,
|
|
2880
2916
|
"bytes": 2868,
|
|
2881
2917
|
"h3_count": 0
|
|
2882
2918
|
},
|
|
2883
2919
|
{
|
|
2884
2920
|
"name": "Defensive Countermeasure Mapping",
|
|
2885
2921
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
2886
|
-
"line":
|
|
2887
|
-
"byte_start":
|
|
2888
|
-
"byte_end":
|
|
2922
|
+
"line": 281,
|
|
2923
|
+
"byte_start": 39650,
|
|
2924
|
+
"byte_end": 42650,
|
|
2889
2925
|
"bytes": 3000,
|
|
2890
2926
|
"h3_count": 0
|
|
2891
2927
|
},
|
|
2892
2928
|
{
|
|
2893
2929
|
"name": "Hand-Off",
|
|
2894
2930
|
"normalized_name": "hand-off",
|
|
2895
|
-
"line":
|
|
2896
|
-
"byte_start":
|
|
2897
|
-
"byte_end":
|
|
2931
|
+
"line": 295,
|
|
2932
|
+
"byte_start": 42650,
|
|
2933
|
+
"byte_end": 44111,
|
|
2898
2934
|
"bytes": 1461,
|
|
2899
2935
|
"h3_count": 0
|
|
2900
2936
|
}
|
|
@@ -2902,93 +2938,93 @@
|
|
|
2902
2938
|
},
|
|
2903
2939
|
"sector-energy": {
|
|
2904
2940
|
"path": "skills/sector-energy/skill.md",
|
|
2905
|
-
"total_bytes":
|
|
2906
|
-
"total_lines":
|
|
2941
|
+
"total_bytes": 53821,
|
|
2942
|
+
"total_lines": 413,
|
|
2907
2943
|
"frontmatter": {
|
|
2908
2944
|
"line_start": 1,
|
|
2909
|
-
"line_end":
|
|
2945
|
+
"line_end": 64,
|
|
2910
2946
|
"byte_start": 0,
|
|
2911
|
-
"byte_end":
|
|
2947
|
+
"byte_end": 2378
|
|
2912
2948
|
},
|
|
2913
2949
|
"sections": [
|
|
2914
2950
|
{
|
|
2915
2951
|
"name": "Threat Context (mid-2026)",
|
|
2916
2952
|
"normalized_name": "threat-context",
|
|
2917
|
-
"line":
|
|
2918
|
-
"byte_start":
|
|
2919
|
-
"byte_end":
|
|
2953
|
+
"line": 70,
|
|
2954
|
+
"byte_start": 3114,
|
|
2955
|
+
"byte_end": 8467,
|
|
2920
2956
|
"bytes": 5353,
|
|
2921
2957
|
"h3_count": 0
|
|
2922
2958
|
},
|
|
2923
2959
|
{
|
|
2924
2960
|
"name": "Framework Lag Declaration",
|
|
2925
2961
|
"normalized_name": "framework-lag-declaration",
|
|
2926
|
-
"line":
|
|
2927
|
-
"byte_start":
|
|
2928
|
-
"byte_end":
|
|
2962
|
+
"line": 96,
|
|
2963
|
+
"byte_start": 8467,
|
|
2964
|
+
"byte_end": 16804,
|
|
2929
2965
|
"bytes": 8337,
|
|
2930
2966
|
"h3_count": 0
|
|
2931
2967
|
},
|
|
2932
2968
|
{
|
|
2933
2969
|
"name": "TTP Mapping",
|
|
2934
2970
|
"normalized_name": "ttp-mapping",
|
|
2935
|
-
"line":
|
|
2936
|
-
"byte_start":
|
|
2937
|
-
"byte_end":
|
|
2971
|
+
"line": 121,
|
|
2972
|
+
"byte_start": 16804,
|
|
2973
|
+
"byte_end": 23180,
|
|
2938
2974
|
"bytes": 6376,
|
|
2939
2975
|
"h3_count": 0
|
|
2940
2976
|
},
|
|
2941
2977
|
{
|
|
2942
2978
|
"name": "Exploit Availability Matrix",
|
|
2943
2979
|
"normalized_name": "exploit-availability-matrix",
|
|
2944
|
-
"line":
|
|
2945
|
-
"byte_start":
|
|
2946
|
-
"byte_end":
|
|
2980
|
+
"line": 147,
|
|
2981
|
+
"byte_start": 23180,
|
|
2982
|
+
"byte_end": 27170,
|
|
2947
2983
|
"bytes": 3990,
|
|
2948
2984
|
"h3_count": 0
|
|
2949
2985
|
},
|
|
2950
2986
|
{
|
|
2951
2987
|
"name": "Analysis Procedure",
|
|
2952
2988
|
"normalized_name": "analysis-procedure",
|
|
2953
|
-
"line":
|
|
2954
|
-
"byte_start":
|
|
2955
|
-
"byte_end":
|
|
2989
|
+
"line": 165,
|
|
2990
|
+
"byte_start": 27170,
|
|
2991
|
+
"byte_end": 38116,
|
|
2956
2992
|
"bytes": 10946,
|
|
2957
2993
|
"h3_count": 13
|
|
2958
2994
|
},
|
|
2959
2995
|
{
|
|
2960
2996
|
"name": "Output Format",
|
|
2961
2997
|
"normalized_name": "output-format",
|
|
2962
|
-
"line":
|
|
2963
|
-
"byte_start":
|
|
2964
|
-
"byte_end":
|
|
2998
|
+
"line": 277,
|
|
2999
|
+
"byte_start": 38116,
|
|
3000
|
+
"byte_end": 40904,
|
|
2965
3001
|
"bytes": 2788,
|
|
2966
3002
|
"h3_count": 13
|
|
2967
3003
|
},
|
|
2968
3004
|
{
|
|
2969
3005
|
"name": "Compliance Theater Check",
|
|
2970
3006
|
"normalized_name": "compliance-theater-check",
|
|
2971
|
-
"line":
|
|
2972
|
-
"byte_start":
|
|
2973
|
-
"byte_end":
|
|
3007
|
+
"line": 342,
|
|
3008
|
+
"byte_start": 40904,
|
|
3009
|
+
"byte_end": 45895,
|
|
2974
3010
|
"bytes": 4991,
|
|
2975
3011
|
"h3_count": 0
|
|
2976
3012
|
},
|
|
2977
3013
|
{
|
|
2978
3014
|
"name": "Defensive Countermeasure Mapping",
|
|
2979
3015
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
2980
|
-
"line":
|
|
2981
|
-
"byte_start":
|
|
2982
|
-
"byte_end":
|
|
3016
|
+
"line": 380,
|
|
3017
|
+
"byte_start": 45895,
|
|
3018
|
+
"byte_end": 50446,
|
|
2983
3019
|
"bytes": 4551,
|
|
2984
3020
|
"h3_count": 0
|
|
2985
3021
|
},
|
|
2986
3022
|
{
|
|
2987
3023
|
"name": "Hand-Off / Related Skills",
|
|
2988
3024
|
"normalized_name": "hand-off",
|
|
2989
|
-
"line":
|
|
2990
|
-
"byte_start":
|
|
2991
|
-
"byte_end":
|
|
3025
|
+
"line": 396,
|
|
3026
|
+
"byte_start": 50446,
|
|
3027
|
+
"byte_end": 53821,
|
|
2992
3028
|
"bytes": 3375,
|
|
2993
3029
|
"h3_count": 0
|
|
2994
3030
|
}
|
|
@@ -2996,93 +3032,93 @@
|
|
|
2996
3032
|
},
|
|
2997
3033
|
"api-security": {
|
|
2998
3034
|
"path": "skills/api-security/skill.md",
|
|
2999
|
-
"total_bytes":
|
|
3000
|
-
"total_lines":
|
|
3035
|
+
"total_bytes": 34661,
|
|
3036
|
+
"total_lines": 291,
|
|
3001
3037
|
"frontmatter": {
|
|
3002
3038
|
"line_start": 1,
|
|
3003
|
-
"line_end":
|
|
3039
|
+
"line_end": 67,
|
|
3004
3040
|
"byte_start": 0,
|
|
3005
|
-
"byte_end":
|
|
3041
|
+
"byte_end": 1291
|
|
3006
3042
|
},
|
|
3007
3043
|
"sections": [
|
|
3008
3044
|
{
|
|
3009
3045
|
"name": "Threat Context (mid-2026)",
|
|
3010
3046
|
"normalized_name": "threat-context",
|
|
3011
|
-
"line":
|
|
3012
|
-
"byte_start":
|
|
3013
|
-
"byte_end":
|
|
3047
|
+
"line": 71,
|
|
3048
|
+
"byte_start": 1319,
|
|
3049
|
+
"byte_end": 6426,
|
|
3014
3050
|
"bytes": 5107,
|
|
3015
3051
|
"h3_count": 0
|
|
3016
3052
|
},
|
|
3017
3053
|
{
|
|
3018
3054
|
"name": "Framework Lag Declaration",
|
|
3019
3055
|
"normalized_name": "framework-lag-declaration",
|
|
3020
|
-
"line":
|
|
3021
|
-
"byte_start":
|
|
3022
|
-
"byte_end":
|
|
3056
|
+
"line": 97,
|
|
3057
|
+
"byte_start": 6426,
|
|
3058
|
+
"byte_end": 9704,
|
|
3023
3059
|
"bytes": 3278,
|
|
3024
3060
|
"h3_count": 0
|
|
3025
3061
|
},
|
|
3026
3062
|
{
|
|
3027
3063
|
"name": "TTP Mapping (MITRE ATT&CK Enterprise + ATLAS v5.1.0)",
|
|
3028
3064
|
"normalized_name": "ttp-mapping",
|
|
3029
|
-
"line":
|
|
3030
|
-
"byte_start":
|
|
3031
|
-
"byte_end":
|
|
3065
|
+
"line": 120,
|
|
3066
|
+
"byte_start": 9704,
|
|
3067
|
+
"byte_end": 11909,
|
|
3032
3068
|
"bytes": 2205,
|
|
3033
3069
|
"h3_count": 0
|
|
3034
3070
|
},
|
|
3035
3071
|
{
|
|
3036
3072
|
"name": "Exploit Availability Matrix",
|
|
3037
3073
|
"normalized_name": "exploit-availability-matrix",
|
|
3038
|
-
"line":
|
|
3039
|
-
"byte_start":
|
|
3040
|
-
"byte_end":
|
|
3074
|
+
"line": 134,
|
|
3075
|
+
"byte_start": 11909,
|
|
3076
|
+
"byte_end": 16343,
|
|
3041
3077
|
"bytes": 4434,
|
|
3042
3078
|
"h3_count": 0
|
|
3043
3079
|
},
|
|
3044
3080
|
{
|
|
3045
3081
|
"name": "Analysis Procedure",
|
|
3046
3082
|
"normalized_name": "analysis-procedure",
|
|
3047
|
-
"line":
|
|
3048
|
-
"byte_start":
|
|
3049
|
-
"byte_end":
|
|
3083
|
+
"line": 154,
|
|
3084
|
+
"byte_start": 16343,
|
|
3085
|
+
"byte_end": 24142,
|
|
3050
3086
|
"bytes": 7799,
|
|
3051
3087
|
"h3_count": 1
|
|
3052
3088
|
},
|
|
3053
3089
|
{
|
|
3054
3090
|
"name": "Output Format",
|
|
3055
3091
|
"normalized_name": "output-format",
|
|
3056
|
-
"line":
|
|
3057
|
-
"byte_start":
|
|
3058
|
-
"byte_end":
|
|
3092
|
+
"line": 202,
|
|
3093
|
+
"byte_start": 24142,
|
|
3094
|
+
"byte_end": 27860,
|
|
3059
3095
|
"bytes": 3718,
|
|
3060
3096
|
"h3_count": 9
|
|
3061
3097
|
},
|
|
3062
3098
|
{
|
|
3063
3099
|
"name": "Compliance Theater Check",
|
|
3064
3100
|
"normalized_name": "compliance-theater-check",
|
|
3065
|
-
"line":
|
|
3066
|
-
"byte_start":
|
|
3067
|
-
"byte_end":
|
|
3101
|
+
"line": 255,
|
|
3102
|
+
"byte_start": 27860,
|
|
3103
|
+
"byte_end": 30218,
|
|
3068
3104
|
"bytes": 2358,
|
|
3069
3105
|
"h3_count": 0
|
|
3070
3106
|
},
|
|
3071
3107
|
{
|
|
3072
3108
|
"name": "Defensive Countermeasure Mapping",
|
|
3073
3109
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
3074
|
-
"line":
|
|
3075
|
-
"byte_start":
|
|
3076
|
-
"byte_end":
|
|
3110
|
+
"line": 269,
|
|
3111
|
+
"byte_start": 30218,
|
|
3112
|
+
"byte_end": 33456,
|
|
3077
3113
|
"bytes": 3238,
|
|
3078
3114
|
"h3_count": 0
|
|
3079
3115
|
},
|
|
3080
3116
|
{
|
|
3081
3117
|
"name": "Hand-Off / Related Skills",
|
|
3082
3118
|
"normalized_name": "hand-off",
|
|
3083
|
-
"line":
|
|
3084
|
-
"byte_start":
|
|
3085
|
-
"byte_end":
|
|
3119
|
+
"line": 283,
|
|
3120
|
+
"byte_start": 33456,
|
|
3121
|
+
"byte_end": 34661,
|
|
3086
3122
|
"bytes": 1205,
|
|
3087
3123
|
"h3_count": 0
|
|
3088
3124
|
}
|
|
@@ -3090,93 +3126,93 @@
|
|
|
3090
3126
|
},
|
|
3091
3127
|
"cloud-security": {
|
|
3092
3128
|
"path": "skills/cloud-security/skill.md",
|
|
3093
|
-
"total_bytes":
|
|
3094
|
-
"total_lines":
|
|
3129
|
+
"total_bytes": 55647,
|
|
3130
|
+
"total_lines": 388,
|
|
3095
3131
|
"frontmatter": {
|
|
3096
3132
|
"line_start": 1,
|
|
3097
|
-
"line_end":
|
|
3133
|
+
"line_end": 78,
|
|
3098
3134
|
"byte_start": 0,
|
|
3099
|
-
"byte_end":
|
|
3135
|
+
"byte_end": 3522
|
|
3100
3136
|
},
|
|
3101
3137
|
"sections": [
|
|
3102
3138
|
{
|
|
3103
3139
|
"name": "Threat Context (mid-2026)",
|
|
3104
3140
|
"normalized_name": "threat-context",
|
|
3105
|
-
"line":
|
|
3106
|
-
"byte_start":
|
|
3107
|
-
"byte_end":
|
|
3141
|
+
"line": 82,
|
|
3142
|
+
"byte_start": 3552,
|
|
3143
|
+
"byte_end": 9941,
|
|
3108
3144
|
"bytes": 6389,
|
|
3109
3145
|
"h3_count": 0
|
|
3110
3146
|
},
|
|
3111
3147
|
{
|
|
3112
3148
|
"name": "Framework Lag Declaration",
|
|
3113
3149
|
"normalized_name": "framework-lag-declaration",
|
|
3114
|
-
"line":
|
|
3115
|
-
"byte_start":
|
|
3116
|
-
"byte_end":
|
|
3150
|
+
"line": 100,
|
|
3151
|
+
"byte_start": 9941,
|
|
3152
|
+
"byte_end": 19000,
|
|
3117
3153
|
"bytes": 9059,
|
|
3118
3154
|
"h3_count": 0
|
|
3119
3155
|
},
|
|
3120
3156
|
{
|
|
3121
3157
|
"name": "TTP Mapping",
|
|
3122
3158
|
"normalized_name": "ttp-mapping",
|
|
3123
|
-
"line":
|
|
3124
|
-
"byte_start":
|
|
3125
|
-
"byte_end":
|
|
3159
|
+
"line": 130,
|
|
3160
|
+
"byte_start": 19000,
|
|
3161
|
+
"byte_end": 22186,
|
|
3126
3162
|
"bytes": 3186,
|
|
3127
3163
|
"h3_count": 0
|
|
3128
3164
|
},
|
|
3129
3165
|
{
|
|
3130
3166
|
"name": "Exploit Availability Matrix",
|
|
3131
3167
|
"normalized_name": "exploit-availability-matrix",
|
|
3132
|
-
"line":
|
|
3133
|
-
"byte_start":
|
|
3134
|
-
"byte_end":
|
|
3168
|
+
"line": 145,
|
|
3169
|
+
"byte_start": 22186,
|
|
3170
|
+
"byte_end": 27408,
|
|
3135
3171
|
"bytes": 5222,
|
|
3136
3172
|
"h3_count": 0
|
|
3137
3173
|
},
|
|
3138
3174
|
{
|
|
3139
3175
|
"name": "Analysis Procedure",
|
|
3140
3176
|
"normalized_name": "analysis-procedure",
|
|
3141
|
-
"line":
|
|
3142
|
-
"byte_start":
|
|
3143
|
-
"byte_end":
|
|
3177
|
+
"line": 160,
|
|
3178
|
+
"byte_start": 27408,
|
|
3179
|
+
"byte_end": 40388,
|
|
3144
3180
|
"bytes": 12980,
|
|
3145
3181
|
"h3_count": 11
|
|
3146
3182
|
},
|
|
3147
3183
|
{
|
|
3148
3184
|
"name": "Output Format",
|
|
3149
3185
|
"normalized_name": "output-format",
|
|
3150
|
-
"line":
|
|
3151
|
-
"byte_start":
|
|
3152
|
-
"byte_end":
|
|
3186
|
+
"line": 263,
|
|
3187
|
+
"byte_start": 40388,
|
|
3188
|
+
"byte_end": 42651,
|
|
3153
3189
|
"bytes": 2263,
|
|
3154
3190
|
"h3_count": 13
|
|
3155
3191
|
},
|
|
3156
3192
|
{
|
|
3157
3193
|
"name": "Compliance Theater Check",
|
|
3158
3194
|
"normalized_name": "compliance-theater-check",
|
|
3159
|
-
"line":
|
|
3160
|
-
"byte_start":
|
|
3161
|
-
"byte_end":
|
|
3195
|
+
"line": 320,
|
|
3196
|
+
"byte_start": 42651,
|
|
3197
|
+
"byte_end": 46872,
|
|
3162
3198
|
"bytes": 4221,
|
|
3163
3199
|
"h3_count": 0
|
|
3164
3200
|
},
|
|
3165
3201
|
{
|
|
3166
3202
|
"name": "Defensive Countermeasure Mapping",
|
|
3167
3203
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
3168
|
-
"line":
|
|
3169
|
-
"byte_start":
|
|
3170
|
-
"byte_end":
|
|
3204
|
+
"line": 354,
|
|
3205
|
+
"byte_start": 46872,
|
|
3206
|
+
"byte_end": 51614,
|
|
3171
3207
|
"bytes": 4742,
|
|
3172
3208
|
"h3_count": 0
|
|
3173
3209
|
},
|
|
3174
3210
|
{
|
|
3175
3211
|
"name": "Hand-Off / Related Skills",
|
|
3176
3212
|
"normalized_name": "hand-off",
|
|
3177
|
-
"line":
|
|
3178
|
-
"byte_start":
|
|
3179
|
-
"byte_end":
|
|
3213
|
+
"line": 370,
|
|
3214
|
+
"byte_start": 51614,
|
|
3215
|
+
"byte_end": 55647,
|
|
3180
3216
|
"bytes": 4033,
|
|
3181
3217
|
"h3_count": 0
|
|
3182
3218
|
}
|
|
@@ -3184,93 +3220,93 @@
|
|
|
3184
3220
|
},
|
|
3185
3221
|
"container-runtime-security": {
|
|
3186
3222
|
"path": "skills/container-runtime-security/skill.md",
|
|
3187
|
-
"total_bytes":
|
|
3188
|
-
"total_lines":
|
|
3223
|
+
"total_bytes": 48824,
|
|
3224
|
+
"total_lines": 383,
|
|
3189
3225
|
"frontmatter": {
|
|
3190
3226
|
"line_start": 1,
|
|
3191
|
-
"line_end":
|
|
3227
|
+
"line_end": 61,
|
|
3192
3228
|
"byte_start": 0,
|
|
3193
|
-
"byte_end":
|
|
3229
|
+
"byte_end": 1232
|
|
3194
3230
|
},
|
|
3195
3231
|
"sections": [
|
|
3196
3232
|
{
|
|
3197
3233
|
"name": "Threat Context (mid-2026)",
|
|
3198
3234
|
"normalized_name": "threat-context",
|
|
3199
|
-
"line":
|
|
3200
|
-
"byte_start":
|
|
3201
|
-
"byte_end":
|
|
3235
|
+
"line": 65,
|
|
3236
|
+
"byte_start": 1287,
|
|
3237
|
+
"byte_end": 6810,
|
|
3202
3238
|
"bytes": 5523,
|
|
3203
3239
|
"h3_count": 0
|
|
3204
3240
|
},
|
|
3205
3241
|
{
|
|
3206
3242
|
"name": "Framework Lag Declaration",
|
|
3207
3243
|
"normalized_name": "framework-lag-declaration",
|
|
3208
|
-
"line":
|
|
3209
|
-
"byte_start":
|
|
3210
|
-
"byte_end":
|
|
3244
|
+
"line": 92,
|
|
3245
|
+
"byte_start": 6810,
|
|
3246
|
+
"byte_end": 13222,
|
|
3211
3247
|
"bytes": 6412,
|
|
3212
3248
|
"h3_count": 0
|
|
3213
3249
|
},
|
|
3214
3250
|
{
|
|
3215
3251
|
"name": "TTP Mapping",
|
|
3216
3252
|
"normalized_name": "ttp-mapping",
|
|
3217
|
-
"line":
|
|
3218
|
-
"byte_start":
|
|
3219
|
-
"byte_end":
|
|
3253
|
+
"line": 119,
|
|
3254
|
+
"byte_start": 13222,
|
|
3255
|
+
"byte_end": 17697,
|
|
3220
3256
|
"bytes": 4475,
|
|
3221
3257
|
"h3_count": 0
|
|
3222
3258
|
},
|
|
3223
3259
|
{
|
|
3224
3260
|
"name": "Exploit Availability Matrix",
|
|
3225
3261
|
"normalized_name": "exploit-availability-matrix",
|
|
3226
|
-
"line":
|
|
3227
|
-
"byte_start":
|
|
3228
|
-
"byte_end":
|
|
3262
|
+
"line": 143,
|
|
3263
|
+
"byte_start": 17697,
|
|
3264
|
+
"byte_end": 21684,
|
|
3229
3265
|
"bytes": 3987,
|
|
3230
3266
|
"h3_count": 0
|
|
3231
3267
|
},
|
|
3232
3268
|
{
|
|
3233
3269
|
"name": "Analysis Procedure",
|
|
3234
3270
|
"normalized_name": "analysis-procedure",
|
|
3235
|
-
"line":
|
|
3236
|
-
"byte_start":
|
|
3237
|
-
"byte_end":
|
|
3271
|
+
"line": 160,
|
|
3272
|
+
"byte_start": 21684,
|
|
3273
|
+
"byte_end": 32542,
|
|
3238
3274
|
"bytes": 10858,
|
|
3239
3275
|
"h3_count": 5
|
|
3240
3276
|
},
|
|
3241
3277
|
{
|
|
3242
3278
|
"name": "Output Format",
|
|
3243
3279
|
"normalized_name": "output-format",
|
|
3244
|
-
"line":
|
|
3245
|
-
"byte_start":
|
|
3246
|
-
"byte_end":
|
|
3280
|
+
"line": 246,
|
|
3281
|
+
"byte_start": 32542,
|
|
3282
|
+
"byte_end": 35461,
|
|
3247
3283
|
"bytes": 2919,
|
|
3248
3284
|
"h3_count": 12
|
|
3249
3285
|
},
|
|
3250
3286
|
{
|
|
3251
3287
|
"name": "Compliance Theater Check",
|
|
3252
3288
|
"normalized_name": "compliance-theater-check",
|
|
3253
|
-
"line":
|
|
3254
|
-
"byte_start":
|
|
3255
|
-
"byte_end":
|
|
3289
|
+
"line": 312,
|
|
3290
|
+
"byte_start": 35461,
|
|
3291
|
+
"byte_end": 38958,
|
|
3256
3292
|
"bytes": 3497,
|
|
3257
3293
|
"h3_count": 0
|
|
3258
3294
|
},
|
|
3259
3295
|
{
|
|
3260
3296
|
"name": "Defensive Countermeasure Mapping",
|
|
3261
3297
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
3262
|
-
"line":
|
|
3263
|
-
"byte_start":
|
|
3264
|
-
"byte_end":
|
|
3298
|
+
"line": 348,
|
|
3299
|
+
"byte_start": 38958,
|
|
3300
|
+
"byte_end": 44230,
|
|
3265
3301
|
"bytes": 5272,
|
|
3266
3302
|
"h3_count": 0
|
|
3267
3303
|
},
|
|
3268
3304
|
{
|
|
3269
3305
|
"name": "Hand-Off / Related Skills",
|
|
3270
3306
|
"normalized_name": "hand-off",
|
|
3271
|
-
"line":
|
|
3272
|
-
"byte_start":
|
|
3273
|
-
"byte_end":
|
|
3307
|
+
"line": 365,
|
|
3308
|
+
"byte_start": 44230,
|
|
3309
|
+
"byte_end": 48824,
|
|
3274
3310
|
"bytes": 4594,
|
|
3275
3311
|
"h3_count": 0
|
|
3276
3312
|
}
|
|
@@ -3278,93 +3314,93 @@
|
|
|
3278
3314
|
},
|
|
3279
3315
|
"mlops-security": {
|
|
3280
3316
|
"path": "skills/mlops-security/skill.md",
|
|
3281
|
-
"total_bytes":
|
|
3282
|
-
"total_lines":
|
|
3317
|
+
"total_bytes": 43702,
|
|
3318
|
+
"total_lines": 329,
|
|
3283
3319
|
"frontmatter": {
|
|
3284
3320
|
"line_start": 1,
|
|
3285
|
-
"line_end":
|
|
3321
|
+
"line_end": 66,
|
|
3286
3322
|
"byte_start": 0,
|
|
3287
|
-
"byte_end":
|
|
3323
|
+
"byte_end": 2132
|
|
3288
3324
|
},
|
|
3289
3325
|
"sections": [
|
|
3290
3326
|
{
|
|
3291
3327
|
"name": "Threat Context (mid-2026)",
|
|
3292
3328
|
"normalized_name": "threat-context",
|
|
3293
|
-
"line":
|
|
3294
|
-
"byte_start":
|
|
3295
|
-
"byte_end":
|
|
3329
|
+
"line": 70,
|
|
3330
|
+
"byte_start": 2171,
|
|
3331
|
+
"byte_end": 6521,
|
|
3296
3332
|
"bytes": 4350,
|
|
3297
3333
|
"h3_count": 0
|
|
3298
3334
|
},
|
|
3299
3335
|
{
|
|
3300
3336
|
"name": "Framework Lag Declaration",
|
|
3301
3337
|
"normalized_name": "framework-lag-declaration",
|
|
3302
|
-
"line":
|
|
3303
|
-
"byte_start":
|
|
3304
|
-
"byte_end":
|
|
3338
|
+
"line": 87,
|
|
3339
|
+
"byte_start": 6521,
|
|
3340
|
+
"byte_end": 12303,
|
|
3305
3341
|
"bytes": 5782,
|
|
3306
3342
|
"h3_count": 0
|
|
3307
3343
|
},
|
|
3308
3344
|
{
|
|
3309
3345
|
"name": "TTP Mapping",
|
|
3310
3346
|
"normalized_name": "ttp-mapping",
|
|
3311
|
-
"line":
|
|
3312
|
-
"byte_start":
|
|
3313
|
-
"byte_end":
|
|
3347
|
+
"line": 111,
|
|
3348
|
+
"byte_start": 12303,
|
|
3349
|
+
"byte_end": 16688,
|
|
3314
3350
|
"bytes": 4385,
|
|
3315
3351
|
"h3_count": 0
|
|
3316
3352
|
},
|
|
3317
3353
|
{
|
|
3318
3354
|
"name": "Exploit Availability Matrix",
|
|
3319
3355
|
"normalized_name": "exploit-availability-matrix",
|
|
3320
|
-
"line":
|
|
3321
|
-
"byte_start":
|
|
3322
|
-
"byte_end":
|
|
3356
|
+
"line": 136,
|
|
3357
|
+
"byte_start": 16688,
|
|
3358
|
+
"byte_end": 22174,
|
|
3323
3359
|
"bytes": 5486,
|
|
3324
3360
|
"h3_count": 0
|
|
3325
3361
|
},
|
|
3326
3362
|
{
|
|
3327
3363
|
"name": "Analysis Procedure",
|
|
3328
3364
|
"normalized_name": "analysis-procedure",
|
|
3329
|
-
"line":
|
|
3330
|
-
"byte_start":
|
|
3331
|
-
"byte_end":
|
|
3365
|
+
"line": 162,
|
|
3366
|
+
"byte_start": 22174,
|
|
3367
|
+
"byte_end": 31243,
|
|
3332
3368
|
"bytes": 9069,
|
|
3333
3369
|
"h3_count": 4
|
|
3334
3370
|
},
|
|
3335
3371
|
{
|
|
3336
3372
|
"name": "Output Format",
|
|
3337
3373
|
"normalized_name": "output-format",
|
|
3338
|
-
"line":
|
|
3339
|
-
"byte_start":
|
|
3340
|
-
"byte_end":
|
|
3374
|
+
"line": 227,
|
|
3375
|
+
"byte_start": 31243,
|
|
3376
|
+
"byte_end": 33921,
|
|
3341
3377
|
"bytes": 2678,
|
|
3342
3378
|
"h3_count": 10
|
|
3343
3379
|
},
|
|
3344
3380
|
{
|
|
3345
3381
|
"name": "Compliance Theater Check",
|
|
3346
3382
|
"normalized_name": "compliance-theater-check",
|
|
3347
|
-
"line":
|
|
3348
|
-
"byte_start":
|
|
3349
|
-
"byte_end":
|
|
3383
|
+
"line": 280,
|
|
3384
|
+
"byte_start": 33921,
|
|
3385
|
+
"byte_end": 36852,
|
|
3350
3386
|
"bytes": 2931,
|
|
3351
3387
|
"h3_count": 0
|
|
3352
3388
|
},
|
|
3353
3389
|
{
|
|
3354
3390
|
"name": "Defensive Countermeasure Mapping",
|
|
3355
3391
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
3356
|
-
"line":
|
|
3357
|
-
"byte_start":
|
|
3358
|
-
"byte_end":
|
|
3392
|
+
"line": 296,
|
|
3393
|
+
"byte_start": 36852,
|
|
3394
|
+
"byte_end": 40772,
|
|
3359
3395
|
"bytes": 3920,
|
|
3360
3396
|
"h3_count": 0
|
|
3361
3397
|
},
|
|
3362
3398
|
{
|
|
3363
3399
|
"name": "Hand-Off / Related Skills",
|
|
3364
3400
|
"normalized_name": "hand-off",
|
|
3365
|
-
"line":
|
|
3366
|
-
"byte_start":
|
|
3367
|
-
"byte_end":
|
|
3401
|
+
"line": 316,
|
|
3402
|
+
"byte_start": 40772,
|
|
3403
|
+
"byte_end": 43702,
|
|
3368
3404
|
"bytes": 2930,
|
|
3369
3405
|
"h3_count": 0
|
|
3370
3406
|
}
|
|
@@ -3372,93 +3408,93 @@
|
|
|
3372
3408
|
},
|
|
3373
3409
|
"incident-response-playbook": {
|
|
3374
3410
|
"path": "skills/incident-response-playbook/skill.md",
|
|
3375
|
-
"total_bytes":
|
|
3376
|
-
"total_lines":
|
|
3411
|
+
"total_bytes": 63019,
|
|
3412
|
+
"total_lines": 553,
|
|
3377
3413
|
"frontmatter": {
|
|
3378
3414
|
"line_start": 1,
|
|
3379
|
-
"line_end":
|
|
3415
|
+
"line_end": 63,
|
|
3380
3416
|
"byte_start": 0,
|
|
3381
|
-
"byte_end":
|
|
3417
|
+
"byte_end": 2330
|
|
3382
3418
|
},
|
|
3383
3419
|
"sections": [
|
|
3384
3420
|
{
|
|
3385
3421
|
"name": "Threat Context (mid-2026)",
|
|
3386
3422
|
"normalized_name": "threat-context",
|
|
3387
|
-
"line":
|
|
3388
|
-
"byte_start":
|
|
3389
|
-
"byte_end":
|
|
3423
|
+
"line": 73,
|
|
3424
|
+
"byte_start": 3679,
|
|
3425
|
+
"byte_end": 8567,
|
|
3390
3426
|
"bytes": 4888,
|
|
3391
3427
|
"h3_count": 0
|
|
3392
3428
|
},
|
|
3393
3429
|
{
|
|
3394
3430
|
"name": "Framework Lag Declaration",
|
|
3395
3431
|
"normalized_name": "framework-lag-declaration",
|
|
3396
|
-
"line":
|
|
3397
|
-
"byte_start":
|
|
3398
|
-
"byte_end":
|
|
3432
|
+
"line": 88,
|
|
3433
|
+
"byte_start": 8567,
|
|
3434
|
+
"byte_end": 18765,
|
|
3399
3435
|
"bytes": 10198,
|
|
3400
3436
|
"h3_count": 0
|
|
3401
3437
|
},
|
|
3402
3438
|
{
|
|
3403
3439
|
"name": "TTP Mapping",
|
|
3404
3440
|
"normalized_name": "ttp-mapping",
|
|
3405
|
-
"line":
|
|
3406
|
-
"byte_start":
|
|
3407
|
-
"byte_end":
|
|
3408
|
-
"bytes":
|
|
3441
|
+
"line": 121,
|
|
3442
|
+
"byte_start": 18765,
|
|
3443
|
+
"byte_end": 23520,
|
|
3444
|
+
"bytes": 4755,
|
|
3409
3445
|
"h3_count": 0
|
|
3410
3446
|
},
|
|
3411
3447
|
{
|
|
3412
3448
|
"name": "Exploit Availability Matrix",
|
|
3413
3449
|
"normalized_name": "exploit-availability-matrix",
|
|
3414
|
-
"line":
|
|
3415
|
-
"byte_start":
|
|
3416
|
-
"byte_end":
|
|
3450
|
+
"line": 139,
|
|
3451
|
+
"byte_start": 23520,
|
|
3452
|
+
"byte_end": 27331,
|
|
3417
3453
|
"bytes": 3811,
|
|
3418
3454
|
"h3_count": 0
|
|
3419
3455
|
},
|
|
3420
3456
|
{
|
|
3421
3457
|
"name": "Analysis Procedure",
|
|
3422
3458
|
"normalized_name": "analysis-procedure",
|
|
3423
|
-
"line":
|
|
3424
|
-
"byte_start":
|
|
3425
|
-
"byte_end":
|
|
3459
|
+
"line": 163,
|
|
3460
|
+
"byte_start": 27331,
|
|
3461
|
+
"byte_end": 41659,
|
|
3426
3462
|
"bytes": 14328,
|
|
3427
3463
|
"h3_count": 10
|
|
3428
3464
|
},
|
|
3429
3465
|
{
|
|
3430
3466
|
"name": "Output Format",
|
|
3431
3467
|
"normalized_name": "output-format",
|
|
3432
|
-
"line":
|
|
3433
|
-
"byte_start":
|
|
3434
|
-
"byte_end":
|
|
3468
|
+
"line": 283,
|
|
3469
|
+
"byte_start": 41659,
|
|
3470
|
+
"byte_end": 50786,
|
|
3435
3471
|
"bytes": 9127,
|
|
3436
3472
|
"h3_count": 7
|
|
3437
3473
|
},
|
|
3438
3474
|
{
|
|
3439
3475
|
"name": "Compliance Theater Check",
|
|
3440
3476
|
"normalized_name": "compliance-theater-check",
|
|
3441
|
-
"line":
|
|
3442
|
-
"byte_start":
|
|
3443
|
-
"byte_end":
|
|
3477
|
+
"line": 499,
|
|
3478
|
+
"byte_start": 50786,
|
|
3479
|
+
"byte_end": 54683,
|
|
3444
3480
|
"bytes": 3897,
|
|
3445
3481
|
"h3_count": 0
|
|
3446
3482
|
},
|
|
3447
3483
|
{
|
|
3448
3484
|
"name": "Defensive Countermeasure Mapping",
|
|
3449
3485
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
3450
|
-
"line":
|
|
3451
|
-
"byte_start":
|
|
3452
|
-
"byte_end":
|
|
3486
|
+
"line": 515,
|
|
3487
|
+
"byte_start": 54683,
|
|
3488
|
+
"byte_end": 59823,
|
|
3453
3489
|
"bytes": 5140,
|
|
3454
3490
|
"h3_count": 0
|
|
3455
3491
|
},
|
|
3456
3492
|
{
|
|
3457
3493
|
"name": "Hand-Off / Related Skills",
|
|
3458
3494
|
"normalized_name": "hand-off",
|
|
3459
|
-
"line":
|
|
3460
|
-
"byte_start":
|
|
3461
|
-
"byte_end":
|
|
3495
|
+
"line": 534,
|
|
3496
|
+
"byte_start": 59823,
|
|
3497
|
+
"byte_end": 63019,
|
|
3462
3498
|
"bytes": 3196,
|
|
3463
3499
|
"h3_count": 0
|
|
3464
3500
|
}
|
|
@@ -3466,93 +3502,93 @@
|
|
|
3466
3502
|
},
|
|
3467
3503
|
"email-security-anti-phishing": {
|
|
3468
3504
|
"path": "skills/email-security-anti-phishing/skill.md",
|
|
3469
|
-
"total_bytes":
|
|
3470
|
-
"total_lines":
|
|
3505
|
+
"total_bytes": 26463,
|
|
3506
|
+
"total_lines": 215,
|
|
3471
3507
|
"frontmatter": {
|
|
3472
3508
|
"line_start": 1,
|
|
3473
|
-
"line_end":
|
|
3509
|
+
"line_end": 58,
|
|
3474
3510
|
"byte_start": 0,
|
|
3475
|
-
"byte_end":
|
|
3511
|
+
"byte_end": 1162
|
|
3476
3512
|
},
|
|
3477
3513
|
"sections": [
|
|
3478
3514
|
{
|
|
3479
3515
|
"name": "Threat Context (mid-2026)",
|
|
3480
3516
|
"normalized_name": "threat-context",
|
|
3481
|
-
"line":
|
|
3482
|
-
"byte_start":
|
|
3483
|
-
"byte_end":
|
|
3517
|
+
"line": 62,
|
|
3518
|
+
"byte_start": 1210,
|
|
3519
|
+
"byte_end": 5572,
|
|
3484
3520
|
"bytes": 4362,
|
|
3485
3521
|
"h3_count": 0
|
|
3486
3522
|
},
|
|
3487
3523
|
{
|
|
3488
3524
|
"name": "Framework Lag Declaration",
|
|
3489
3525
|
"normalized_name": "framework-lag-declaration",
|
|
3490
|
-
"line":
|
|
3491
|
-
"byte_start":
|
|
3492
|
-
"byte_end":
|
|
3526
|
+
"line": 80,
|
|
3527
|
+
"byte_start": 5572,
|
|
3528
|
+
"byte_end": 9255,
|
|
3493
3529
|
"bytes": 3683,
|
|
3494
3530
|
"h3_count": 0
|
|
3495
3531
|
},
|
|
3496
3532
|
{
|
|
3497
3533
|
"name": "TTP Mapping",
|
|
3498
3534
|
"normalized_name": "ttp-mapping",
|
|
3499
|
-
"line":
|
|
3500
|
-
"byte_start":
|
|
3501
|
-
"byte_end":
|
|
3535
|
+
"line": 102,
|
|
3536
|
+
"byte_start": 9255,
|
|
3537
|
+
"byte_end": 10675,
|
|
3502
3538
|
"bytes": 1420,
|
|
3503
3539
|
"h3_count": 0
|
|
3504
3540
|
},
|
|
3505
3541
|
{
|
|
3506
3542
|
"name": "Exploit Availability Matrix",
|
|
3507
3543
|
"normalized_name": "exploit-availability-matrix",
|
|
3508
|
-
"line":
|
|
3509
|
-
"byte_start":
|
|
3510
|
-
"byte_end":
|
|
3544
|
+
"line": 116,
|
|
3545
|
+
"byte_start": 10675,
|
|
3546
|
+
"byte_end": 12515,
|
|
3511
3547
|
"bytes": 1840,
|
|
3512
3548
|
"h3_count": 0
|
|
3513
3549
|
},
|
|
3514
3550
|
{
|
|
3515
3551
|
"name": "Analysis Procedure",
|
|
3516
3552
|
"normalized_name": "analysis-procedure",
|
|
3517
|
-
"line":
|
|
3518
|
-
"byte_start":
|
|
3519
|
-
"byte_end":
|
|
3553
|
+
"line": 135,
|
|
3554
|
+
"byte_start": 12515,
|
|
3555
|
+
"byte_end": 19274,
|
|
3520
3556
|
"bytes": 6759,
|
|
3521
3557
|
"h3_count": 0
|
|
3522
3558
|
},
|
|
3523
3559
|
{
|
|
3524
3560
|
"name": "Output Format",
|
|
3525
3561
|
"normalized_name": "output-format",
|
|
3526
|
-
"line":
|
|
3527
|
-
"byte_start":
|
|
3528
|
-
"byte_end":
|
|
3562
|
+
"line": 162,
|
|
3563
|
+
"byte_start": 19274,
|
|
3564
|
+
"byte_end": 21095,
|
|
3529
3565
|
"bytes": 1821,
|
|
3530
3566
|
"h3_count": 0
|
|
3531
3567
|
},
|
|
3532
3568
|
{
|
|
3533
3569
|
"name": "Compliance Theater Check",
|
|
3534
3570
|
"normalized_name": "compliance-theater-check",
|
|
3535
|
-
"line":
|
|
3536
|
-
"byte_start":
|
|
3537
|
-
"byte_end":
|
|
3571
|
+
"line": 179,
|
|
3572
|
+
"byte_start": 21095,
|
|
3573
|
+
"byte_end": 22897,
|
|
3538
3574
|
"bytes": 1802,
|
|
3539
3575
|
"h3_count": 0
|
|
3540
3576
|
},
|
|
3541
3577
|
{
|
|
3542
3578
|
"name": "Defensive Countermeasure Mapping",
|
|
3543
3579
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
3544
|
-
"line":
|
|
3545
|
-
"byte_start":
|
|
3546
|
-
"byte_end":
|
|
3580
|
+
"line": 190,
|
|
3581
|
+
"byte_start": 22897,
|
|
3582
|
+
"byte_end": 25328,
|
|
3547
3583
|
"bytes": 2431,
|
|
3548
3584
|
"h3_count": 0
|
|
3549
3585
|
},
|
|
3550
3586
|
{
|
|
3551
3587
|
"name": "Hand-Off / Related Skills",
|
|
3552
3588
|
"normalized_name": "hand-off",
|
|
3553
|
-
"line":
|
|
3554
|
-
"byte_start":
|
|
3555
|
-
"byte_end":
|
|
3589
|
+
"line": 203,
|
|
3590
|
+
"byte_start": 25328,
|
|
3591
|
+
"byte_end": 26463,
|
|
3556
3592
|
"bytes": 1135,
|
|
3557
3593
|
"h3_count": 0
|
|
3558
3594
|
}
|
|
@@ -3560,93 +3596,93 @@
|
|
|
3560
3596
|
},
|
|
3561
3597
|
"age-gates-child-safety": {
|
|
3562
3598
|
"path": "skills/age-gates-child-safety/skill.md",
|
|
3563
|
-
"total_bytes":
|
|
3564
|
-
"total_lines":
|
|
3599
|
+
"total_bytes": 68916,
|
|
3600
|
+
"total_lines": 460,
|
|
3565
3601
|
"frontmatter": {
|
|
3566
3602
|
"line_start": 1,
|
|
3567
|
-
"line_end":
|
|
3603
|
+
"line_end": 66,
|
|
3568
3604
|
"byte_start": 0,
|
|
3569
|
-
"byte_end":
|
|
3605
|
+
"byte_end": 3143
|
|
3570
3606
|
},
|
|
3571
3607
|
"sections": [
|
|
3572
3608
|
{
|
|
3573
3609
|
"name": "Threat Context (mid-2026)",
|
|
3574
3610
|
"normalized_name": "threat-context",
|
|
3575
|
-
"line":
|
|
3576
|
-
"byte_start":
|
|
3577
|
-
"byte_end":
|
|
3611
|
+
"line": 70,
|
|
3612
|
+
"byte_start": 3192,
|
|
3613
|
+
"byte_end": 7996,
|
|
3578
3614
|
"bytes": 4804,
|
|
3579
3615
|
"h3_count": 0
|
|
3580
3616
|
},
|
|
3581
3617
|
{
|
|
3582
3618
|
"name": "Framework Lag Declaration",
|
|
3583
3619
|
"normalized_name": "framework-lag-declaration",
|
|
3584
|
-
"line":
|
|
3585
|
-
"byte_start":
|
|
3586
|
-
"byte_end":
|
|
3620
|
+
"line": 89,
|
|
3621
|
+
"byte_start": 7996,
|
|
3622
|
+
"byte_end": 23968,
|
|
3587
3623
|
"bytes": 15972,
|
|
3588
3624
|
"h3_count": 0
|
|
3589
3625
|
},
|
|
3590
3626
|
{
|
|
3591
3627
|
"name": "TTP Mapping",
|
|
3592
3628
|
"normalized_name": "ttp-mapping",
|
|
3593
|
-
"line":
|
|
3594
|
-
"byte_start":
|
|
3595
|
-
"byte_end":
|
|
3629
|
+
"line": 129,
|
|
3630
|
+
"byte_start": 23968,
|
|
3631
|
+
"byte_end": 27288,
|
|
3596
3632
|
"bytes": 3320,
|
|
3597
3633
|
"h3_count": 0
|
|
3598
3634
|
},
|
|
3599
3635
|
{
|
|
3600
3636
|
"name": "Exploit Availability Matrix",
|
|
3601
3637
|
"normalized_name": "exploit-availability-matrix",
|
|
3602
|
-
"line":
|
|
3603
|
-
"byte_start":
|
|
3604
|
-
"byte_end":
|
|
3638
|
+
"line": 144,
|
|
3639
|
+
"byte_start": 27288,
|
|
3640
|
+
"byte_end": 34620,
|
|
3605
3641
|
"bytes": 7332,
|
|
3606
3642
|
"h3_count": 0
|
|
3607
3643
|
},
|
|
3608
3644
|
{
|
|
3609
3645
|
"name": "Analysis Procedure",
|
|
3610
3646
|
"normalized_name": "analysis-procedure",
|
|
3611
|
-
"line":
|
|
3612
|
-
"byte_start":
|
|
3613
|
-
"byte_end":
|
|
3647
|
+
"line": 167,
|
|
3648
|
+
"byte_start": 34620,
|
|
3649
|
+
"byte_end": 48753,
|
|
3614
3650
|
"bytes": 14133,
|
|
3615
3651
|
"h3_count": 4
|
|
3616
3652
|
},
|
|
3617
3653
|
{
|
|
3618
3654
|
"name": "Output Format",
|
|
3619
3655
|
"normalized_name": "output-format",
|
|
3620
|
-
"line":
|
|
3621
|
-
"byte_start":
|
|
3622
|
-
"byte_end":
|
|
3656
|
+
"line": 291,
|
|
3657
|
+
"byte_start": 48753,
|
|
3658
|
+
"byte_end": 53356,
|
|
3623
3659
|
"bytes": 4603,
|
|
3624
3660
|
"h3_count": 14
|
|
3625
3661
|
},
|
|
3626
3662
|
{
|
|
3627
3663
|
"name": "Compliance Theater Check",
|
|
3628
3664
|
"normalized_name": "compliance-theater-check",
|
|
3629
|
-
"line":
|
|
3630
|
-
"byte_start":
|
|
3631
|
-
"byte_end":
|
|
3665
|
+
"line": 372,
|
|
3666
|
+
"byte_start": 53356,
|
|
3667
|
+
"byte_end": 59441,
|
|
3632
3668
|
"bytes": 6085,
|
|
3633
3669
|
"h3_count": 0
|
|
3634
3670
|
},
|
|
3635
3671
|
{
|
|
3636
3672
|
"name": "Defensive Countermeasure Mapping",
|
|
3637
3673
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
3638
|
-
"line":
|
|
3639
|
-
"byte_start":
|
|
3640
|
-
"byte_end":
|
|
3674
|
+
"line": 422,
|
|
3675
|
+
"byte_start": 59441,
|
|
3676
|
+
"byte_end": 64583,
|
|
3641
3677
|
"bytes": 5142,
|
|
3642
3678
|
"h3_count": 0
|
|
3643
3679
|
},
|
|
3644
3680
|
{
|
|
3645
3681
|
"name": "Hand-Off / Related Skills",
|
|
3646
3682
|
"normalized_name": "hand-off",
|
|
3647
|
-
"line":
|
|
3648
|
-
"byte_start":
|
|
3649
|
-
"byte_end":
|
|
3683
|
+
"line": 442,
|
|
3684
|
+
"byte_start": 64583,
|
|
3685
|
+
"byte_end": 68916,
|
|
3650
3686
|
"bytes": 4333,
|
|
3651
3687
|
"h3_count": 0
|
|
3652
3688
|
}
|