@blamejs/exceptd-skills 0.12.7 → 0.12.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AGENTS.md +15 -1
- package/ARCHITECTURE.md +21 -5
- package/CHANGELOG.md +150 -0
- package/README.md +1 -1
- package/bin/exceptd.js +416 -69
- package/data/_indexes/_meta.json +44 -44
- package/data/_indexes/activity-feed.json +34 -34
- package/data/_indexes/catalog-summaries.json +9 -9
- package/data/_indexes/chains.json +249 -11
- package/data/_indexes/frequency.json +63 -5
- package/data/_indexes/jurisdiction-map.json +13 -3
- package/data/_indexes/section-offsets.json +1171 -1027
- package/data/_indexes/summary-cards.json +2 -2
- package/data/_indexes/token-budget.json +232 -152
- package/data/atlas-ttps.json +189 -1
- package/data/cve-catalog.json +34 -22
- package/data/cwe-catalog.json +290 -1
- package/data/d3fend-catalog.json +163 -1
- package/data/framework-control-gaps.json +243 -0
- package/data/playbooks/containers.json +23 -5
- package/data/playbooks/cred-stores.json +9 -9
- package/data/playbooks/crypto.json +8 -8
- package/data/playbooks/hardening.json +46 -10
- package/data/playbooks/library-author.json +16 -20
- package/data/playbooks/mcp.json +1 -0
- package/data/playbooks/runtime.json +7 -7
- package/data/playbooks/sbom.json +11 -11
- package/data/playbooks/secrets.json +4 -4
- package/data/rfc-references.json +144 -0
- package/lib/playbook-runner.js +119 -35
- package/lib/prefetch.js +27 -6
- package/lib/refresh-external.js +32 -9
- package/lib/schemas/skill-frontmatter.schema.json +2 -2
- package/manifest-snapshot.json +1 -1
- package/manifest.json +73 -73
- package/orchestrator/index.js +1 -1
- package/package.json +2 -1
- package/sbom.cdx.json +6 -6
- package/scripts/check-sbom-currency.js +87 -0
- package/scripts/check-test-coverage.README.md +148 -0
- package/scripts/check-test-coverage.js +476 -0
- package/scripts/hooks/pre-commit.sh +19 -0
- package/scripts/predeploy.js +14 -30
- package/skills/age-gates-child-safety/skill.md +3 -0
- package/skills/ai-attack-surface/skill.md +29 -1
- package/skills/ai-c2-detection/skill.md +30 -1
- package/skills/ai-risk-management/skill.md +3 -0
- package/skills/api-security/skill.md +3 -0
- package/skills/attack-surface-pentest/skill.md +3 -0
- package/skills/cloud-security/skill.md +3 -0
- package/skills/compliance-theater/skill.md +6 -0
- package/skills/container-runtime-security/skill.md +3 -0
- package/skills/coordinated-vuln-disclosure/skill.md +8 -1
- package/skills/defensive-countermeasure-mapping/skill.md +1 -1
- package/skills/dlp-gap-analysis/skill.md +3 -0
- package/skills/email-security-anti-phishing/skill.md +9 -1
- package/skills/exploit-scoring/skill.md +6 -0
- package/skills/identity-assurance/skill.md +6 -1
- package/skills/incident-response-playbook/skill.md +8 -2
- package/skills/kernel-lpe-triage/skill.md +24 -4
- package/skills/mcp-agent-trust/skill.md +28 -1
- package/skills/mlops-security/skill.md +3 -0
- package/skills/ot-ics-security/skill.md +3 -0
- package/skills/policy-exception-gen/skill.md +6 -0
- package/skills/rag-pipeline-security/skill.md +30 -1
- package/skills/researcher/skill.md +6 -0
- package/skills/sector-energy/skill.md +3 -0
- package/skills/sector-federal-government/skill.md +3 -0
- package/skills/sector-financial/skill.md +3 -0
- package/skills/sector-healthcare/skill.md +3 -0
- package/skills/security-maturity-tiers/skill.md +25 -1
- package/skills/skill-update-loop/skill.md +38 -0
- package/skills/supply-chain-integrity/skill.md +3 -0
- package/skills/threat-model-currency/skill.md +4 -0
- package/skills/threat-modeling-methodology/skill.md +3 -0
- package/skills/webapp-security/skill.md +3 -0
- package/skills/zeroday-gap-learn/skill.md +6 -0
|
@@ -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,84 @@
|
|
|
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": 20062,
|
|
117
|
+
"total_lines": 311,
|
|
109
118
|
"frontmatter": {
|
|
110
119
|
"line_start": 1,
|
|
111
|
-
"line_end":
|
|
120
|
+
"line_end": 56,
|
|
112
121
|
"byte_start": 0,
|
|
113
|
-
"byte_end":
|
|
122
|
+
"byte_end": 1102
|
|
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": 60,
|
|
129
|
+
"byte_start": 1135,
|
|
130
|
+
"byte_end": 5963,
|
|
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": 132,
|
|
138
|
+
"byte_start": 5963,
|
|
139
|
+
"byte_end": 8428,
|
|
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": 149,
|
|
147
|
+
"byte_start": 8428,
|
|
148
|
+
"byte_end": 10194,
|
|
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": 165,
|
|
156
|
+
"byte_start": 10194,
|
|
157
|
+
"byte_end": 10814,
|
|
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": 177,
|
|
165
|
+
"byte_start": 10814,
|
|
166
|
+
"byte_end": 14141,
|
|
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": 247,
|
|
174
|
+
"byte_start": 14141,
|
|
175
|
+
"byte_end": 15258,
|
|
167
176
|
"bytes": 1117,
|
|
168
177
|
"h3_count": 8
|
|
169
178
|
},
|
|
179
|
+
{
|
|
180
|
+
"name": "Defensive Countermeasure Mapping",
|
|
181
|
+
"normalized_name": "defensive-countermeasure-mapping",
|
|
182
|
+
"line": 284,
|
|
183
|
+
"byte_start": 15258,
|
|
184
|
+
"byte_end": 18976,
|
|
185
|
+
"bytes": 3718,
|
|
186
|
+
"h3_count": 0
|
|
187
|
+
},
|
|
170
188
|
{
|
|
171
189
|
"name": "Compliance Theater Check",
|
|
172
190
|
"normalized_name": "compliance-theater-check",
|
|
173
|
-
"line":
|
|
174
|
-
"byte_start":
|
|
175
|
-
"byte_end":
|
|
191
|
+
"line": 306,
|
|
192
|
+
"byte_start": 18976,
|
|
193
|
+
"byte_end": 20062,
|
|
176
194
|
"bytes": 1086,
|
|
177
195
|
"h3_count": 0
|
|
178
196
|
}
|
|
@@ -180,84 +198,93 @@
|
|
|
180
198
|
},
|
|
181
199
|
"mcp-agent-trust": {
|
|
182
200
|
"path": "skills/mcp-agent-trust/skill.md",
|
|
183
|
-
"total_bytes":
|
|
184
|
-
"total_lines":
|
|
201
|
+
"total_bytes": 23929,
|
|
202
|
+
"total_lines": 354,
|
|
185
203
|
"frontmatter": {
|
|
186
204
|
"line_start": 1,
|
|
187
|
-
"line_end":
|
|
205
|
+
"line_end": 64,
|
|
188
206
|
"byte_start": 0,
|
|
189
|
-
"byte_end":
|
|
207
|
+
"byte_end": 1145
|
|
190
208
|
},
|
|
191
209
|
"sections": [
|
|
192
210
|
{
|
|
193
211
|
"name": "Threat Context (mid-2026)",
|
|
194
212
|
"normalized_name": "threat-context",
|
|
195
|
-
"line":
|
|
196
|
-
"byte_start":
|
|
197
|
-
"byte_end":
|
|
213
|
+
"line": 68,
|
|
214
|
+
"byte_start": 1176,
|
|
215
|
+
"byte_end": 4549,
|
|
198
216
|
"bytes": 3373,
|
|
199
217
|
"h3_count": 3
|
|
200
218
|
},
|
|
201
219
|
{
|
|
202
220
|
"name": "Framework Lag Declaration",
|
|
203
221
|
"normalized_name": "framework-lag-declaration",
|
|
204
|
-
"line":
|
|
205
|
-
"byte_start":
|
|
206
|
-
"byte_end":
|
|
222
|
+
"line": 121,
|
|
223
|
+
"byte_start": 4549,
|
|
224
|
+
"byte_end": 8386,
|
|
207
225
|
"bytes": 3837,
|
|
208
226
|
"h3_count": 0
|
|
209
227
|
},
|
|
210
228
|
{
|
|
211
229
|
"name": "TTP Mapping",
|
|
212
230
|
"normalized_name": "ttp-mapping",
|
|
213
|
-
"line":
|
|
214
|
-
"byte_start":
|
|
215
|
-
"byte_end":
|
|
231
|
+
"line": 141,
|
|
232
|
+
"byte_start": 8386,
|
|
233
|
+
"byte_end": 9581,
|
|
216
234
|
"bytes": 1195,
|
|
217
235
|
"h3_count": 0
|
|
218
236
|
},
|
|
219
237
|
{
|
|
220
238
|
"name": "Exploit Availability Matrix",
|
|
221
239
|
"normalized_name": "exploit-availability-matrix",
|
|
222
|
-
"line":
|
|
223
|
-
"byte_start":
|
|
224
|
-
"byte_end":
|
|
240
|
+
"line": 154,
|
|
241
|
+
"byte_start": 9581,
|
|
242
|
+
"byte_end": 11938,
|
|
225
243
|
"bytes": 2357,
|
|
226
244
|
"h3_count": 0
|
|
227
245
|
},
|
|
228
246
|
{
|
|
229
247
|
"name": "Analysis Procedure",
|
|
230
248
|
"normalized_name": "analysis-procedure",
|
|
231
|
-
"line":
|
|
232
|
-
"byte_start":
|
|
233
|
-
"byte_end":
|
|
249
|
+
"line": 169,
|
|
250
|
+
"byte_start": 11938,
|
|
251
|
+
"byte_end": 15797,
|
|
234
252
|
"bytes": 3859,
|
|
235
253
|
"h3_count": 5
|
|
236
254
|
},
|
|
237
255
|
{
|
|
238
256
|
"name": "Output Format",
|
|
239
257
|
"normalized_name": "output-format",
|
|
240
|
-
"line":
|
|
241
|
-
"byte_start":
|
|
242
|
-
"byte_end":
|
|
258
|
+
"line": 281,
|
|
259
|
+
"byte_start": 15797,
|
|
260
|
+
"byte_end": 16774,
|
|
243
261
|
"bytes": 977,
|
|
244
262
|
"h3_count": 7
|
|
245
263
|
},
|
|
246
264
|
{
|
|
247
265
|
"name": "Hand-Off / Related Skills",
|
|
248
266
|
"normalized_name": "hand-off",
|
|
249
|
-
"line":
|
|
250
|
-
"byte_start":
|
|
251
|
-
"byte_end":
|
|
267
|
+
"line": 314,
|
|
268
|
+
"byte_start": 16774,
|
|
269
|
+
"byte_end": 19215,
|
|
252
270
|
"bytes": 2441,
|
|
253
271
|
"h3_count": 0
|
|
254
272
|
},
|
|
273
|
+
{
|
|
274
|
+
"name": "Defensive Countermeasure Mapping",
|
|
275
|
+
"normalized_name": "defensive-countermeasure-mapping",
|
|
276
|
+
"line": 328,
|
|
277
|
+
"byte_start": 19215,
|
|
278
|
+
"byte_end": 23416,
|
|
279
|
+
"bytes": 4201,
|
|
280
|
+
"h3_count": 0
|
|
281
|
+
},
|
|
255
282
|
{
|
|
256
283
|
"name": "Compliance Theater Check",
|
|
257
284
|
"normalized_name": "compliance-theater-check",
|
|
258
|
-
"line":
|
|
259
|
-
"byte_start":
|
|
260
|
-
"byte_end":
|
|
285
|
+
"line": 351,
|
|
286
|
+
"byte_start": 23416,
|
|
287
|
+
"byte_end": 23929,
|
|
261
288
|
"bytes": 513,
|
|
262
289
|
"h3_count": 0
|
|
263
290
|
}
|
|
@@ -359,8 +386,8 @@
|
|
|
359
386
|
},
|
|
360
387
|
"compliance-theater": {
|
|
361
388
|
"path": "skills/compliance-theater/skill.md",
|
|
362
|
-
"total_bytes":
|
|
363
|
-
"total_lines":
|
|
389
|
+
"total_bytes": 28379,
|
|
390
|
+
"total_lines": 372,
|
|
364
391
|
"frontmatter": {
|
|
365
392
|
"line_start": 1,
|
|
366
393
|
"line_end": 25,
|
|
@@ -369,74 +396,83 @@
|
|
|
369
396
|
},
|
|
370
397
|
"sections": [
|
|
371
398
|
{
|
|
372
|
-
"name": "
|
|
373
|
-
"normalized_name": "
|
|
399
|
+
"name": "Frontmatter Scope",
|
|
400
|
+
"normalized_name": "frontmatter-scope",
|
|
374
401
|
"line": 35,
|
|
375
402
|
"byte_start": 1149,
|
|
376
|
-
"byte_end":
|
|
403
|
+
"byte_end": 1960,
|
|
404
|
+
"bytes": 811,
|
|
405
|
+
"h3_count": 0
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
"name": "Threat Context (mid-2026)",
|
|
409
|
+
"normalized_name": "threat-context",
|
|
410
|
+
"line": 41,
|
|
411
|
+
"byte_start": 1960,
|
|
412
|
+
"byte_end": 3764,
|
|
377
413
|
"bytes": 1804,
|
|
378
414
|
"h3_count": 0
|
|
379
415
|
},
|
|
380
416
|
{
|
|
381
417
|
"name": "Framework Lag Declaration",
|
|
382
418
|
"normalized_name": "framework-lag-declaration",
|
|
383
|
-
"line":
|
|
384
|
-
"byte_start":
|
|
385
|
-
"byte_end":
|
|
419
|
+
"line": 53,
|
|
420
|
+
"byte_start": 3764,
|
|
421
|
+
"byte_end": 7528,
|
|
386
422
|
"bytes": 3764,
|
|
387
423
|
"h3_count": 0
|
|
388
424
|
},
|
|
389
425
|
{
|
|
390
426
|
"name": "TTP Mapping (MITRE ATLAS v5.1.0 and ATT&CK)",
|
|
391
427
|
"normalized_name": "ttp-mapping",
|
|
392
|
-
"line":
|
|
393
|
-
"byte_start":
|
|
394
|
-
"byte_end":
|
|
428
|
+
"line": 73,
|
|
429
|
+
"byte_start": 7528,
|
|
430
|
+
"byte_end": 9702,
|
|
395
431
|
"bytes": 2174,
|
|
396
432
|
"h3_count": 0
|
|
397
433
|
},
|
|
398
434
|
{
|
|
399
435
|
"name": "Exploit Availability Matrix",
|
|
400
436
|
"normalized_name": "exploit-availability-matrix",
|
|
401
|
-
"line":
|
|
402
|
-
"byte_start":
|
|
403
|
-
"byte_end":
|
|
437
|
+
"line": 91,
|
|
438
|
+
"byte_start": 9702,
|
|
439
|
+
"byte_end": 11465,
|
|
404
440
|
"bytes": 1763,
|
|
405
441
|
"h3_count": 0
|
|
406
442
|
},
|
|
407
443
|
{
|
|
408
444
|
"name": "Theater Pattern Library",
|
|
409
445
|
"normalized_name": "theater-pattern-library",
|
|
410
|
-
"line":
|
|
411
|
-
"byte_start":
|
|
412
|
-
"byte_end":
|
|
446
|
+
"line": 109,
|
|
447
|
+
"byte_start": 11465,
|
|
448
|
+
"byte_end": 23457,
|
|
413
449
|
"bytes": 11992,
|
|
414
450
|
"h3_count": 7
|
|
415
451
|
},
|
|
416
452
|
{
|
|
417
453
|
"name": "Analysis Procedure",
|
|
418
454
|
"normalized_name": "analysis-procedure",
|
|
419
|
-
"line":
|
|
420
|
-
"byte_start":
|
|
421
|
-
"byte_end":
|
|
455
|
+
"line": 286,
|
|
456
|
+
"byte_start": 23457,
|
|
457
|
+
"byte_end": 24400,
|
|
422
458
|
"bytes": 943,
|
|
423
459
|
"h3_count": 4
|
|
424
460
|
},
|
|
425
461
|
{
|
|
426
462
|
"name": "Output Format",
|
|
427
463
|
"normalized_name": "output-format",
|
|
428
|
-
"line":
|
|
429
|
-
"byte_start":
|
|
430
|
-
"byte_end":
|
|
464
|
+
"line": 315,
|
|
465
|
+
"byte_start": 24400,
|
|
466
|
+
"byte_end": 25663,
|
|
431
467
|
"bytes": 1263,
|
|
432
468
|
"h3_count": 4
|
|
433
469
|
},
|
|
434
470
|
{
|
|
435
471
|
"name": "Compliance Theater Check",
|
|
436
472
|
"normalized_name": "compliance-theater-check",
|
|
437
|
-
"line":
|
|
438
|
-
"byte_start":
|
|
439
|
-
"byte_end":
|
|
473
|
+
"line": 347,
|
|
474
|
+
"byte_start": 25663,
|
|
475
|
+
"byte_end": 28379,
|
|
440
476
|
"bytes": 2716,
|
|
441
477
|
"h3_count": 0
|
|
442
478
|
}
|
|
@@ -444,8 +480,8 @@
|
|
|
444
480
|
},
|
|
445
481
|
"exploit-scoring": {
|
|
446
482
|
"path": "skills/exploit-scoring/skill.md",
|
|
447
|
-
"total_bytes":
|
|
448
|
-
"total_lines":
|
|
483
|
+
"total_bytes": 21077,
|
|
484
|
+
"total_lines": 338,
|
|
449
485
|
"frontmatter": {
|
|
450
486
|
"line_start": 1,
|
|
451
487
|
"line_end": 23,
|
|
@@ -454,92 +490,101 @@
|
|
|
454
490
|
},
|
|
455
491
|
"sections": [
|
|
456
492
|
{
|
|
457
|
-
"name": "
|
|
458
|
-
"normalized_name": "
|
|
493
|
+
"name": "Frontmatter Scope",
|
|
494
|
+
"normalized_name": "frontmatter-scope",
|
|
459
495
|
"line": 33,
|
|
460
496
|
"byte_start": 1084,
|
|
461
|
-
"byte_end":
|
|
497
|
+
"byte_end": 1702,
|
|
498
|
+
"bytes": 618,
|
|
499
|
+
"h3_count": 0
|
|
500
|
+
},
|
|
501
|
+
{
|
|
502
|
+
"name": "Threat Context (mid-2026)",
|
|
503
|
+
"normalized_name": "threat-context",
|
|
504
|
+
"line": 39,
|
|
505
|
+
"byte_start": 1702,
|
|
506
|
+
"byte_end": 3387,
|
|
462
507
|
"bytes": 1685,
|
|
463
508
|
"h3_count": 0
|
|
464
509
|
},
|
|
465
510
|
{
|
|
466
511
|
"name": "Framework Lag Declaration",
|
|
467
512
|
"normalized_name": "framework-lag-declaration",
|
|
468
|
-
"line":
|
|
469
|
-
"byte_start":
|
|
470
|
-
"byte_end":
|
|
513
|
+
"line": 50,
|
|
514
|
+
"byte_start": 3387,
|
|
515
|
+
"byte_end": 5797,
|
|
471
516
|
"bytes": 2410,
|
|
472
517
|
"h3_count": 0
|
|
473
518
|
},
|
|
474
519
|
{
|
|
475
520
|
"name": "TTP Mapping",
|
|
476
521
|
"normalized_name": "ttp-mapping",
|
|
477
|
-
"line":
|
|
478
|
-
"byte_start":
|
|
479
|
-
"byte_end":
|
|
522
|
+
"line": 67,
|
|
523
|
+
"byte_start": 5797,
|
|
524
|
+
"byte_end": 6960,
|
|
480
525
|
"bytes": 1163,
|
|
481
526
|
"h3_count": 0
|
|
482
527
|
},
|
|
483
528
|
{
|
|
484
529
|
"name": "Exploit Availability Matrix",
|
|
485
530
|
"normalized_name": "exploit-availability-matrix",
|
|
486
|
-
"line":
|
|
487
|
-
"byte_start":
|
|
488
|
-
"byte_end":
|
|
531
|
+
"line": 82,
|
|
532
|
+
"byte_start": 6960,
|
|
533
|
+
"byte_end": 8247,
|
|
489
534
|
"bytes": 1287,
|
|
490
535
|
"h3_count": 0
|
|
491
536
|
},
|
|
492
537
|
{
|
|
493
538
|
"name": "RWEP Formula",
|
|
494
539
|
"normalized_name": "rwep-formula",
|
|
495
|
-
"line":
|
|
496
|
-
"byte_start":
|
|
497
|
-
"byte_end":
|
|
540
|
+
"line": 98,
|
|
541
|
+
"byte_start": 8247,
|
|
542
|
+
"byte_end": 11113,
|
|
498
543
|
"bytes": 2866,
|
|
499
544
|
"h3_count": 1
|
|
500
545
|
},
|
|
501
546
|
{
|
|
502
547
|
"name": "Pre-Calculated RWEP Scores",
|
|
503
548
|
"normalized_name": "pre-calculated-rwep-scores",
|
|
504
|
-
"line":
|
|
505
|
-
"byte_start":
|
|
506
|
-
"byte_end":
|
|
549
|
+
"line": 153,
|
|
550
|
+
"byte_start": 11113,
|
|
551
|
+
"byte_end": 15141,
|
|
507
552
|
"bytes": 4028,
|
|
508
553
|
"h3_count": 4
|
|
509
554
|
},
|
|
510
555
|
{
|
|
511
556
|
"name": "RWEP vs. CVSS Delta Analysis",
|
|
512
557
|
"normalized_name": "rwep-vs-cvss-delta-analysis",
|
|
513
|
-
"line":
|
|
514
|
-
"byte_start":
|
|
515
|
-
"byte_end":
|
|
558
|
+
"line": 229,
|
|
559
|
+
"byte_start": 15141,
|
|
560
|
+
"byte_end": 16536,
|
|
516
561
|
"bytes": 1395,
|
|
517
562
|
"h3_count": 0
|
|
518
563
|
},
|
|
519
564
|
{
|
|
520
565
|
"name": "Analysis Procedure",
|
|
521
566
|
"normalized_name": "analysis-procedure",
|
|
522
|
-
"line":
|
|
523
|
-
"byte_start":
|
|
524
|
-
"byte_end":
|
|
567
|
+
"line": 253,
|
|
568
|
+
"byte_start": 16536,
|
|
569
|
+
"byte_end": 18227,
|
|
525
570
|
"bytes": 1691,
|
|
526
571
|
"h3_count": 4
|
|
527
572
|
},
|
|
528
573
|
{
|
|
529
574
|
"name": "Output Format",
|
|
530
575
|
"normalized_name": "output-format",
|
|
531
|
-
"line":
|
|
532
|
-
"byte_start":
|
|
533
|
-
"byte_end":
|
|
576
|
+
"line": 291,
|
|
577
|
+
"byte_start": 18227,
|
|
578
|
+
"byte_end": 19281,
|
|
534
579
|
"bytes": 1054,
|
|
535
580
|
"h3_count": 4
|
|
536
581
|
},
|
|
537
582
|
{
|
|
538
583
|
"name": "Compliance Theater Check",
|
|
539
584
|
"normalized_name": "compliance-theater-check",
|
|
540
|
-
"line":
|
|
541
|
-
"byte_start":
|
|
542
|
-
"byte_end":
|
|
585
|
+
"line": 329,
|
|
586
|
+
"byte_start": 19281,
|
|
587
|
+
"byte_end": 21077,
|
|
543
588
|
"bytes": 1796,
|
|
544
589
|
"h3_count": 0
|
|
545
590
|
}
|
|
@@ -547,129 +592,138 @@
|
|
|
547
592
|
},
|
|
548
593
|
"rag-pipeline-security": {
|
|
549
594
|
"path": "skills/rag-pipeline-security/skill.md",
|
|
550
|
-
"total_bytes":
|
|
551
|
-
"total_lines":
|
|
595
|
+
"total_bytes": 28775,
|
|
596
|
+
"total_lines": 324,
|
|
552
597
|
"frontmatter": {
|
|
553
598
|
"line_start": 1,
|
|
554
|
-
"line_end":
|
|
599
|
+
"line_end": 41,
|
|
555
600
|
"byte_start": 0,
|
|
556
|
-
"byte_end":
|
|
601
|
+
"byte_end": 882
|
|
557
602
|
},
|
|
558
603
|
"sections": [
|
|
559
604
|
{
|
|
560
605
|
"name": "Threat Context (mid-2026)",
|
|
561
606
|
"normalized_name": "threat-context",
|
|
562
|
-
"line":
|
|
563
|
-
"byte_start":
|
|
564
|
-
"byte_end":
|
|
607
|
+
"line": 45,
|
|
608
|
+
"byte_start": 919,
|
|
609
|
+
"byte_end": 1866,
|
|
565
610
|
"bytes": 947,
|
|
566
611
|
"h3_count": 0
|
|
567
612
|
},
|
|
568
613
|
{
|
|
569
614
|
"name": "Attack Class 1: Embedding Manipulation for Data Exfiltration",
|
|
570
615
|
"normalized_name": "attack-class-1-embedding-manipulation-for-data-exfiltration",
|
|
571
|
-
"line":
|
|
572
|
-
"byte_start":
|
|
573
|
-
"byte_end":
|
|
616
|
+
"line": 65,
|
|
617
|
+
"byte_start": 1866,
|
|
618
|
+
"byte_end": 3507,
|
|
574
619
|
"bytes": 1641,
|
|
575
620
|
"h3_count": 0
|
|
576
621
|
},
|
|
577
622
|
{
|
|
578
623
|
"name": "Attack Class 2: Vector Store Poisoning",
|
|
579
624
|
"normalized_name": "attack-class-2-vector-store-poisoning",
|
|
580
|
-
"line":
|
|
581
|
-
"byte_start":
|
|
582
|
-
"byte_end":
|
|
625
|
+
"line": 86,
|
|
626
|
+
"byte_start": 3507,
|
|
627
|
+
"byte_end": 5520,
|
|
583
628
|
"bytes": 2013,
|
|
584
629
|
"h3_count": 0
|
|
585
630
|
},
|
|
586
631
|
{
|
|
587
632
|
"name": "Attack Class 3: Chunking Exploitation",
|
|
588
633
|
"normalized_name": "attack-class-3-chunking-exploitation",
|
|
589
|
-
"line":
|
|
590
|
-
"byte_start":
|
|
591
|
-
"byte_end":
|
|
634
|
+
"line": 110,
|
|
635
|
+
"byte_start": 5520,
|
|
636
|
+
"byte_end": 6743,
|
|
592
637
|
"bytes": 1223,
|
|
593
638
|
"h3_count": 0
|
|
594
639
|
},
|
|
595
640
|
{
|
|
596
641
|
"name": "Attack Class 4: Retrieval Filter Bypass",
|
|
597
642
|
"normalized_name": "attack-class-4-retrieval-filter-bypass",
|
|
598
|
-
"line":
|
|
599
|
-
"byte_start":
|
|
600
|
-
"byte_end":
|
|
643
|
+
"line": 127,
|
|
644
|
+
"byte_start": 6743,
|
|
645
|
+
"byte_end": 7946,
|
|
601
646
|
"bytes": 1203,
|
|
602
647
|
"h3_count": 0
|
|
603
648
|
},
|
|
604
649
|
{
|
|
605
650
|
"name": "Attack Class 5: Indirect Prompt Injection via Retrieved Documents",
|
|
606
651
|
"normalized_name": "attack-class-5-indirect-prompt-injection-via-retrieved-documents",
|
|
607
|
-
"line":
|
|
608
|
-
"byte_start":
|
|
609
|
-
"byte_end":
|
|
652
|
+
"line": 145,
|
|
653
|
+
"byte_start": 7946,
|
|
654
|
+
"byte_end": 9641,
|
|
610
655
|
"bytes": 1695,
|
|
611
656
|
"h3_count": 0
|
|
612
657
|
},
|
|
613
658
|
{
|
|
614
659
|
"name": "Framework Lag Declaration",
|
|
615
660
|
"normalized_name": "framework-lag-declaration",
|
|
616
|
-
"line":
|
|
617
|
-
"byte_start":
|
|
618
|
-
"byte_end":
|
|
619
|
-
"bytes":
|
|
661
|
+
"line": 166,
|
|
662
|
+
"byte_start": 9641,
|
|
663
|
+
"byte_end": 11798,
|
|
664
|
+
"bytes": 2157,
|
|
620
665
|
"h3_count": 0
|
|
621
666
|
},
|
|
622
667
|
{
|
|
623
668
|
"name": "TTP Mapping (MITRE ATLAS v5.1.0)",
|
|
624
669
|
"normalized_name": "ttp-mapping",
|
|
625
|
-
"line":
|
|
626
|
-
"byte_start":
|
|
627
|
-
"byte_end":
|
|
670
|
+
"line": 181,
|
|
671
|
+
"byte_start": 11798,
|
|
672
|
+
"byte_end": 15440,
|
|
628
673
|
"bytes": 3642,
|
|
629
674
|
"h3_count": 0
|
|
630
675
|
},
|
|
631
676
|
{
|
|
632
677
|
"name": "Exploit Availability Matrix",
|
|
633
678
|
"normalized_name": "exploit-availability-matrix",
|
|
634
|
-
"line":
|
|
635
|
-
"byte_start":
|
|
636
|
-
"byte_end":
|
|
679
|
+
"line": 195,
|
|
680
|
+
"byte_start": 15440,
|
|
681
|
+
"byte_end": 19050,
|
|
637
682
|
"bytes": 3610,
|
|
638
683
|
"h3_count": 0
|
|
639
684
|
},
|
|
640
685
|
{
|
|
641
686
|
"name": "Analysis Procedure",
|
|
642
687
|
"normalized_name": "analysis-procedure",
|
|
643
|
-
"line":
|
|
644
|
-
"byte_start":
|
|
645
|
-
"byte_end":
|
|
688
|
+
"line": 211,
|
|
689
|
+
"byte_start": 19050,
|
|
690
|
+
"byte_end": 20770,
|
|
646
691
|
"bytes": 1720,
|
|
647
692
|
"h3_count": 4
|
|
648
693
|
},
|
|
649
694
|
{
|
|
650
695
|
"name": "Output Format",
|
|
651
696
|
"normalized_name": "output-format",
|
|
652
|
-
"line":
|
|
653
|
-
"byte_start":
|
|
654
|
-
"byte_end":
|
|
697
|
+
"line": 253,
|
|
698
|
+
"byte_start": 20770,
|
|
699
|
+
"byte_end": 21613,
|
|
655
700
|
"bytes": 843,
|
|
656
701
|
"h3_count": 5
|
|
657
702
|
},
|
|
658
703
|
{
|
|
659
704
|
"name": "Hand-Off / Related Skills",
|
|
660
705
|
"normalized_name": "hand-off",
|
|
661
|
-
"line":
|
|
662
|
-
"byte_start":
|
|
663
|
-
"byte_end":
|
|
706
|
+
"line": 285,
|
|
707
|
+
"byte_start": 21613,
|
|
708
|
+
"byte_end": 24252,
|
|
664
709
|
"bytes": 2639,
|
|
665
710
|
"h3_count": 0
|
|
666
711
|
},
|
|
712
|
+
{
|
|
713
|
+
"name": "Defensive Countermeasure Mapping",
|
|
714
|
+
"normalized_name": "defensive-countermeasure-mapping",
|
|
715
|
+
"line": 299,
|
|
716
|
+
"byte_start": 24252,
|
|
717
|
+
"byte_end": 28131,
|
|
718
|
+
"bytes": 3879,
|
|
719
|
+
"h3_count": 0
|
|
720
|
+
},
|
|
667
721
|
{
|
|
668
722
|
"name": "Compliance Theater Check",
|
|
669
723
|
"normalized_name": "compliance-theater-check",
|
|
670
|
-
"line":
|
|
671
|
-
"byte_start":
|
|
672
|
-
"byte_end":
|
|
724
|
+
"line": 321,
|
|
725
|
+
"byte_start": 28131,
|
|
726
|
+
"byte_end": 28775,
|
|
673
727
|
"bytes": 644,
|
|
674
728
|
"h3_count": 0
|
|
675
729
|
}
|
|
@@ -677,111 +731,120 @@
|
|
|
677
731
|
},
|
|
678
732
|
"ai-c2-detection": {
|
|
679
733
|
"path": "skills/ai-c2-detection/skill.md",
|
|
680
|
-
"total_bytes":
|
|
681
|
-
"total_lines":
|
|
734
|
+
"total_bytes": 33572,
|
|
735
|
+
"total_lines": 470,
|
|
682
736
|
"frontmatter": {
|
|
683
737
|
"line_start": 1,
|
|
684
|
-
"line_end":
|
|
738
|
+
"line_end": 52,
|
|
685
739
|
"byte_start": 0,
|
|
686
|
-
"byte_end":
|
|
740
|
+
"byte_end": 941
|
|
687
741
|
},
|
|
688
742
|
"sections": [
|
|
689
743
|
{
|
|
690
744
|
"name": "Threat Context (mid-2026)",
|
|
691
745
|
"normalized_name": "threat-context",
|
|
692
|
-
"line":
|
|
693
|
-
"byte_start":
|
|
694
|
-
"byte_end":
|
|
746
|
+
"line": 56,
|
|
747
|
+
"byte_start": 961,
|
|
748
|
+
"byte_end": 5752,
|
|
695
749
|
"bytes": 4791,
|
|
696
750
|
"h3_count": 3
|
|
697
751
|
},
|
|
698
752
|
{
|
|
699
753
|
"name": "Framework Lag Declaration",
|
|
700
754
|
"normalized_name": "framework-lag-declaration",
|
|
701
|
-
"line":
|
|
702
|
-
"byte_start":
|
|
703
|
-
"byte_end":
|
|
755
|
+
"line": 144,
|
|
756
|
+
"byte_start": 5752,
|
|
757
|
+
"byte_end": 7238,
|
|
704
758
|
"bytes": 1486,
|
|
705
759
|
"h3_count": 0
|
|
706
760
|
},
|
|
707
761
|
{
|
|
708
762
|
"name": "Detection Architecture",
|
|
709
763
|
"normalized_name": "detection-architecture",
|
|
710
|
-
"line":
|
|
711
|
-
"byte_start":
|
|
712
|
-
"byte_end":
|
|
764
|
+
"line": 157,
|
|
765
|
+
"byte_start": 7238,
|
|
766
|
+
"byte_end": 9857,
|
|
713
767
|
"bytes": 2619,
|
|
714
768
|
"h3_count": 4
|
|
715
769
|
},
|
|
716
770
|
{
|
|
717
771
|
"name": "Incident Response Playbook — AI C2",
|
|
718
772
|
"normalized_name": "incident-response-playbook-ai-c2",
|
|
719
|
-
"line":
|
|
720
|
-
"byte_start":
|
|
721
|
-
"byte_end":
|
|
773
|
+
"line": 216,
|
|
774
|
+
"byte_start": 9857,
|
|
775
|
+
"byte_end": 12218,
|
|
722
776
|
"bytes": 2361,
|
|
723
777
|
"h3_count": 6
|
|
724
778
|
},
|
|
725
779
|
{
|
|
726
780
|
"name": "Detection Rule Examples",
|
|
727
781
|
"normalized_name": "detection-rules",
|
|
728
|
-
"line":
|
|
729
|
-
"byte_start":
|
|
730
|
-
"byte_end":
|
|
782
|
+
"line": 269,
|
|
783
|
+
"byte_start": 12218,
|
|
784
|
+
"byte_end": 13418,
|
|
731
785
|
"bytes": 1200,
|
|
732
786
|
"h3_count": 2
|
|
733
787
|
},
|
|
734
788
|
{
|
|
735
789
|
"name": "TTP Mapping (MITRE ATLAS v5.1.0 + MITRE ATT&CK)",
|
|
736
790
|
"normalized_name": "ttp-mapping",
|
|
737
|
-
"line":
|
|
738
|
-
"byte_start":
|
|
739
|
-
"byte_end":
|
|
791
|
+
"line": 322,
|
|
792
|
+
"byte_start": 13418,
|
|
793
|
+
"byte_end": 16402,
|
|
740
794
|
"bytes": 2984,
|
|
741
795
|
"h3_count": 0
|
|
742
796
|
},
|
|
743
797
|
{
|
|
744
798
|
"name": "Exploit Availability Matrix",
|
|
745
799
|
"normalized_name": "exploit-availability-matrix",
|
|
746
|
-
"line":
|
|
747
|
-
"byte_start":
|
|
748
|
-
"byte_end":
|
|
800
|
+
"line": 334,
|
|
801
|
+
"byte_start": 16402,
|
|
802
|
+
"byte_end": 20355,
|
|
749
803
|
"bytes": 3953,
|
|
750
804
|
"h3_count": 1
|
|
751
805
|
},
|
|
752
806
|
{
|
|
753
807
|
"name": "Analysis Procedure",
|
|
754
808
|
"normalized_name": "analysis-procedure",
|
|
755
|
-
"line":
|
|
756
|
-
"byte_start":
|
|
757
|
-
"byte_end":
|
|
809
|
+
"line": 353,
|
|
810
|
+
"byte_start": 20355,
|
|
811
|
+
"byte_end": 24439,
|
|
758
812
|
"bytes": 4084,
|
|
759
813
|
"h3_count": 7
|
|
760
814
|
},
|
|
815
|
+
{
|
|
816
|
+
"name": "Defensive Countermeasure Mapping",
|
|
817
|
+
"normalized_name": "defensive-countermeasure-mapping",
|
|
818
|
+
"line": 398,
|
|
819
|
+
"byte_start": 24439,
|
|
820
|
+
"byte_end": 28381,
|
|
821
|
+
"bytes": 3942,
|
|
822
|
+
"h3_count": 0
|
|
823
|
+
},
|
|
761
824
|
{
|
|
762
825
|
"name": "Compliance Theater Check",
|
|
763
826
|
"normalized_name": "compliance-theater-check",
|
|
764
|
-
"line":
|
|
765
|
-
"byte_start":
|
|
766
|
-
"byte_end":
|
|
827
|
+
"line": 422,
|
|
828
|
+
"byte_start": 28381,
|
|
829
|
+
"byte_end": 29771,
|
|
767
830
|
"bytes": 1390,
|
|
768
831
|
"h3_count": 0
|
|
769
832
|
},
|
|
770
833
|
{
|
|
771
834
|
"name": "Output Format",
|
|
772
835
|
"normalized_name": "output-format",
|
|
773
|
-
"line":
|
|
774
|
-
"byte_start":
|
|
775
|
-
"byte_end":
|
|
836
|
+
"line": 428,
|
|
837
|
+
"byte_start": 29771,
|
|
838
|
+
"byte_end": 30629,
|
|
776
839
|
"bytes": 858,
|
|
777
840
|
"h3_count": 5
|
|
778
841
|
},
|
|
779
842
|
{
|
|
780
843
|
"name": "Hand-Off / Related Skills",
|
|
781
844
|
"normalized_name": "hand-off",
|
|
782
|
-
"line":
|
|
783
|
-
"byte_start":
|
|
784
|
-
"byte_end":
|
|
845
|
+
"line": 459,
|
|
846
|
+
"byte_start": 30629,
|
|
847
|
+
"byte_end": 33572,
|
|
785
848
|
"bytes": 2943,
|
|
786
849
|
"h3_count": 0
|
|
787
850
|
}
|
|
@@ -789,8 +852,8 @@
|
|
|
789
852
|
},
|
|
790
853
|
"policy-exception-gen": {
|
|
791
854
|
"path": "skills/policy-exception-gen/skill.md",
|
|
792
|
-
"total_bytes":
|
|
793
|
-
"total_lines":
|
|
855
|
+
"total_bytes": 28886,
|
|
856
|
+
"total_lines": 444,
|
|
794
857
|
"frontmatter": {
|
|
795
858
|
"line_start": 1,
|
|
796
859
|
"line_end": 26,
|
|
@@ -799,74 +862,83 @@
|
|
|
799
862
|
},
|
|
800
863
|
"sections": [
|
|
801
864
|
{
|
|
802
|
-
"name": "
|
|
803
|
-
"normalized_name": "
|
|
865
|
+
"name": "Frontmatter Scope",
|
|
866
|
+
"normalized_name": "frontmatter-scope",
|
|
804
867
|
"line": 41,
|
|
805
868
|
"byte_start": 1417,
|
|
806
|
-
"byte_end":
|
|
869
|
+
"byte_end": 1900,
|
|
870
|
+
"bytes": 483,
|
|
871
|
+
"h3_count": 0
|
|
872
|
+
},
|
|
873
|
+
{
|
|
874
|
+
"name": "Threat Context (mid-2026)",
|
|
875
|
+
"normalized_name": "threat-context",
|
|
876
|
+
"line": 47,
|
|
877
|
+
"byte_start": 1900,
|
|
878
|
+
"byte_end": 4132,
|
|
807
879
|
"bytes": 2232,
|
|
808
880
|
"h3_count": 0
|
|
809
881
|
},
|
|
810
882
|
{
|
|
811
883
|
"name": "Framework Lag Declaration",
|
|
812
884
|
"normalized_name": "framework-lag-declaration",
|
|
813
|
-
"line":
|
|
814
|
-
"byte_start":
|
|
815
|
-
"byte_end":
|
|
885
|
+
"line": 62,
|
|
886
|
+
"byte_start": 4132,
|
|
887
|
+
"byte_end": 6689,
|
|
816
888
|
"bytes": 2557,
|
|
817
889
|
"h3_count": 0
|
|
818
890
|
},
|
|
819
891
|
{
|
|
820
892
|
"name": "TTP Mapping (MITRE ATLAS v5.1.0 and ATT&CK)",
|
|
821
893
|
"normalized_name": "ttp-mapping",
|
|
822
|
-
"line":
|
|
823
|
-
"byte_start":
|
|
824
|
-
"byte_end":
|
|
894
|
+
"line": 83,
|
|
895
|
+
"byte_start": 6689,
|
|
896
|
+
"byte_end": 8654,
|
|
825
897
|
"bytes": 1965,
|
|
826
898
|
"h3_count": 0
|
|
827
899
|
},
|
|
828
900
|
{
|
|
829
901
|
"name": "Exploit Availability Matrix",
|
|
830
902
|
"normalized_name": "exploit-availability-matrix",
|
|
831
|
-
"line":
|
|
832
|
-
"byte_start":
|
|
833
|
-
"byte_end":
|
|
903
|
+
"line": 98,
|
|
904
|
+
"byte_start": 8654,
|
|
905
|
+
"byte_end": 10578,
|
|
834
906
|
"bytes": 1924,
|
|
835
907
|
"h3_count": 0
|
|
836
908
|
},
|
|
837
909
|
{
|
|
838
910
|
"name": "Exception Template Library",
|
|
839
911
|
"normalized_name": "exception-template-library",
|
|
840
|
-
"line":
|
|
841
|
-
"byte_start":
|
|
842
|
-
"byte_end":
|
|
912
|
+
"line": 114,
|
|
913
|
+
"byte_start": 10578,
|
|
914
|
+
"byte_end": 23796,
|
|
843
915
|
"bytes": 13218,
|
|
844
916
|
"h3_count": 4
|
|
845
917
|
},
|
|
846
918
|
{
|
|
847
919
|
"name": "Analysis Procedure",
|
|
848
920
|
"normalized_name": "analysis-procedure",
|
|
849
|
-
"line":
|
|
850
|
-
"byte_start":
|
|
851
|
-
"byte_end":
|
|
921
|
+
"line": 364,
|
|
922
|
+
"byte_start": 23796,
|
|
923
|
+
"byte_end": 25341,
|
|
852
924
|
"bytes": 1545,
|
|
853
925
|
"h3_count": 6
|
|
854
926
|
},
|
|
855
927
|
{
|
|
856
928
|
"name": "Output Format",
|
|
857
929
|
"normalized_name": "output-format",
|
|
858
|
-
"line":
|
|
859
|
-
"byte_start":
|
|
860
|
-
"byte_end":
|
|
930
|
+
"line": 406,
|
|
931
|
+
"byte_start": 25341,
|
|
932
|
+
"byte_end": 25704,
|
|
861
933
|
"bytes": 363,
|
|
862
934
|
"h3_count": 0
|
|
863
935
|
},
|
|
864
936
|
{
|
|
865
937
|
"name": "Compliance Theater Check",
|
|
866
938
|
"normalized_name": "compliance-theater-check",
|
|
867
|
-
"line":
|
|
868
|
-
"byte_start":
|
|
869
|
-
"byte_end":
|
|
939
|
+
"line": 419,
|
|
940
|
+
"byte_start": 25704,
|
|
941
|
+
"byte_end": 28886,
|
|
870
942
|
"bytes": 3182,
|
|
871
943
|
"h3_count": 0
|
|
872
944
|
}
|
|
@@ -874,8 +946,8 @@
|
|
|
874
946
|
},
|
|
875
947
|
"threat-model-currency": {
|
|
876
948
|
"path": "skills/threat-model-currency/skill.md",
|
|
877
|
-
"total_bytes":
|
|
878
|
-
"total_lines":
|
|
949
|
+
"total_bytes": 25608,
|
|
950
|
+
"total_lines": 409,
|
|
879
951
|
"frontmatter": {
|
|
880
952
|
"line_start": 1,
|
|
881
953
|
"line_end": 26,
|
|
@@ -884,92 +956,101 @@
|
|
|
884
956
|
},
|
|
885
957
|
"sections": [
|
|
886
958
|
{
|
|
887
|
-
"name": "
|
|
888
|
-
"normalized_name": "
|
|
959
|
+
"name": "Frontmatter Scope",
|
|
960
|
+
"normalized_name": "frontmatter-scope",
|
|
889
961
|
"line": 30,
|
|
890
962
|
"byte_start": 844,
|
|
891
|
-
"byte_end":
|
|
963
|
+
"byte_end": 1470,
|
|
964
|
+
"bytes": 626,
|
|
965
|
+
"h3_count": 0
|
|
966
|
+
},
|
|
967
|
+
{
|
|
968
|
+
"name": "Purpose",
|
|
969
|
+
"normalized_name": "purpose",
|
|
970
|
+
"line": 34,
|
|
971
|
+
"byte_start": 1470,
|
|
972
|
+
"byte_end": 2015,
|
|
892
973
|
"bytes": 545,
|
|
893
974
|
"h3_count": 0
|
|
894
975
|
},
|
|
895
976
|
{
|
|
896
977
|
"name": "The 14 Threat Class Checklist",
|
|
897
978
|
"normalized_name": "the-14-threat-class-checklist",
|
|
898
|
-
"line":
|
|
899
|
-
"byte_start":
|
|
900
|
-
"byte_end":
|
|
979
|
+
"line": 42,
|
|
980
|
+
"byte_start": 2015,
|
|
981
|
+
"byte_end": 12161,
|
|
901
982
|
"bytes": 10146,
|
|
902
983
|
"h3_count": 14
|
|
903
984
|
},
|
|
904
985
|
{
|
|
905
986
|
"name": "Threat Context",
|
|
906
987
|
"normalized_name": "threat-context",
|
|
907
|
-
"line":
|
|
908
|
-
"byte_start":
|
|
909
|
-
"byte_end":
|
|
988
|
+
"line": 226,
|
|
989
|
+
"byte_start": 12161,
|
|
990
|
+
"byte_end": 13989,
|
|
910
991
|
"bytes": 1828,
|
|
911
992
|
"h3_count": 0
|
|
912
993
|
},
|
|
913
994
|
{
|
|
914
995
|
"name": "Framework Lag Declaration",
|
|
915
996
|
"normalized_name": "framework-lag-declaration",
|
|
916
|
-
"line":
|
|
917
|
-
"byte_start":
|
|
918
|
-
"byte_end":
|
|
997
|
+
"line": 240,
|
|
998
|
+
"byte_start": 13989,
|
|
999
|
+
"byte_end": 16577,
|
|
919
1000
|
"bytes": 2588,
|
|
920
1001
|
"h3_count": 0
|
|
921
1002
|
},
|
|
922
1003
|
{
|
|
923
1004
|
"name": "TTP Mapping",
|
|
924
1005
|
"normalized_name": "ttp-mapping",
|
|
925
|
-
"line":
|
|
926
|
-
"byte_start":
|
|
927
|
-
"byte_end":
|
|
1006
|
+
"line": 262,
|
|
1007
|
+
"byte_start": 16577,
|
|
1008
|
+
"byte_end": 19474,
|
|
928
1009
|
"bytes": 2897,
|
|
929
1010
|
"h3_count": 0
|
|
930
1011
|
},
|
|
931
1012
|
{
|
|
932
1013
|
"name": "Exploit Availability Matrix",
|
|
933
1014
|
"normalized_name": "exploit-availability-matrix",
|
|
934
|
-
"line":
|
|
935
|
-
"byte_start":
|
|
936
|
-
"byte_end":
|
|
1015
|
+
"line": 287,
|
|
1016
|
+
"byte_start": 19474,
|
|
1017
|
+
"byte_end": 21273,
|
|
937
1018
|
"bytes": 1799,
|
|
938
1019
|
"h3_count": 0
|
|
939
1020
|
},
|
|
940
1021
|
{
|
|
941
1022
|
"name": "Compliance Theater Check",
|
|
942
1023
|
"normalized_name": "compliance-theater-check",
|
|
943
|
-
"line":
|
|
944
|
-
"byte_start":
|
|
945
|
-
"byte_end":
|
|
1024
|
+
"line": 305,
|
|
1025
|
+
"byte_start": 21273,
|
|
1026
|
+
"byte_end": 22841,
|
|
946
1027
|
"bytes": 1568,
|
|
947
1028
|
"h3_count": 0
|
|
948
1029
|
},
|
|
949
1030
|
{
|
|
950
1031
|
"name": "Scoring",
|
|
951
1032
|
"normalized_name": "scoring",
|
|
952
|
-
"line":
|
|
953
|
-
"byte_start":
|
|
954
|
-
"byte_end":
|
|
1033
|
+
"line": 321,
|
|
1034
|
+
"byte_start": 22841,
|
|
1035
|
+
"byte_end": 23383,
|
|
955
1036
|
"bytes": 542,
|
|
956
1037
|
"h3_count": 0
|
|
957
1038
|
},
|
|
958
1039
|
{
|
|
959
1040
|
"name": "Analysis Procedure",
|
|
960
1041
|
"normalized_name": "analysis-procedure",
|
|
961
|
-
"line":
|
|
962
|
-
"byte_start":
|
|
963
|
-
"byte_end":
|
|
1042
|
+
"line": 340,
|
|
1043
|
+
"byte_start": 23383,
|
|
1044
|
+
"byte_end": 24313,
|
|
964
1045
|
"bytes": 930,
|
|
965
1046
|
"h3_count": 4
|
|
966
1047
|
},
|
|
967
1048
|
{
|
|
968
1049
|
"name": "Output Format",
|
|
969
1050
|
"normalized_name": "output-format",
|
|
970
|
-
"line":
|
|
971
|
-
"byte_start":
|
|
972
|
-
"byte_end":
|
|
1051
|
+
"line": 372,
|
|
1052
|
+
"byte_start": 24313,
|
|
1053
|
+
"byte_end": 25608,
|
|
973
1054
|
"bytes": 1295,
|
|
974
1055
|
"h3_count": 4
|
|
975
1056
|
}
|
|
@@ -1080,8 +1161,8 @@
|
|
|
1080
1161
|
},
|
|
1081
1162
|
"zeroday-gap-learn": {
|
|
1082
1163
|
"path": "skills/zeroday-gap-learn/skill.md",
|
|
1083
|
-
"total_bytes":
|
|
1084
|
-
"total_lines":
|
|
1164
|
+
"total_bytes": 22718,
|
|
1165
|
+
"total_lines": 357,
|
|
1085
1166
|
"frontmatter": {
|
|
1086
1167
|
"line_start": 1,
|
|
1087
1168
|
"line_end": 27,
|
|
@@ -1090,83 +1171,92 @@
|
|
|
1090
1171
|
},
|
|
1091
1172
|
"sections": [
|
|
1092
1173
|
{
|
|
1093
|
-
"name": "
|
|
1094
|
-
"normalized_name": "
|
|
1174
|
+
"name": "Frontmatter Scope",
|
|
1175
|
+
"normalized_name": "frontmatter-scope",
|
|
1095
1176
|
"line": 37,
|
|
1096
1177
|
"byte_start": 1266,
|
|
1097
|
-
"byte_end":
|
|
1178
|
+
"byte_end": 1807,
|
|
1179
|
+
"bytes": 541,
|
|
1180
|
+
"h3_count": 0
|
|
1181
|
+
},
|
|
1182
|
+
{
|
|
1183
|
+
"name": "Threat Context (mid-2026)",
|
|
1184
|
+
"normalized_name": "threat-context",
|
|
1185
|
+
"line": 43,
|
|
1186
|
+
"byte_start": 1807,
|
|
1187
|
+
"byte_end": 3480,
|
|
1098
1188
|
"bytes": 1673,
|
|
1099
1189
|
"h3_count": 0
|
|
1100
1190
|
},
|
|
1101
1191
|
{
|
|
1102
1192
|
"name": "Framework Lag Declaration",
|
|
1103
1193
|
"normalized_name": "framework-lag-declaration",
|
|
1104
|
-
"line":
|
|
1105
|
-
"byte_start":
|
|
1106
|
-
"byte_end":
|
|
1194
|
+
"line": 56,
|
|
1195
|
+
"byte_start": 3480,
|
|
1196
|
+
"byte_end": 6025,
|
|
1107
1197
|
"bytes": 2545,
|
|
1108
1198
|
"h3_count": 0
|
|
1109
1199
|
},
|
|
1110
1200
|
{
|
|
1111
1201
|
"name": "TTP Mapping",
|
|
1112
1202
|
"normalized_name": "ttp-mapping",
|
|
1113
|
-
"line":
|
|
1114
|
-
"byte_start":
|
|
1115
|
-
"byte_end":
|
|
1203
|
+
"line": 74,
|
|
1204
|
+
"byte_start": 6025,
|
|
1205
|
+
"byte_end": 7220,
|
|
1116
1206
|
"bytes": 1195,
|
|
1117
1207
|
"h3_count": 0
|
|
1118
1208
|
},
|
|
1119
1209
|
{
|
|
1120
1210
|
"name": "Exploit Availability Matrix",
|
|
1121
1211
|
"normalized_name": "exploit-availability-matrix",
|
|
1122
|
-
"line":
|
|
1123
|
-
"byte_start":
|
|
1124
|
-
"byte_end":
|
|
1212
|
+
"line": 89,
|
|
1213
|
+
"byte_start": 7220,
|
|
1214
|
+
"byte_end": 8809,
|
|
1125
1215
|
"bytes": 1589,
|
|
1126
1216
|
"h3_count": 0
|
|
1127
1217
|
},
|
|
1128
1218
|
{
|
|
1129
1219
|
"name": "The Learning Loop",
|
|
1130
1220
|
"normalized_name": "the-learning-loop",
|
|
1131
|
-
"line":
|
|
1132
|
-
"byte_start":
|
|
1133
|
-
"byte_end":
|
|
1221
|
+
"line": 105,
|
|
1222
|
+
"byte_start": 8809,
|
|
1223
|
+
"byte_end": 10226,
|
|
1134
1224
|
"bytes": 1417,
|
|
1135
1225
|
"h3_count": 0
|
|
1136
1226
|
},
|
|
1137
1227
|
{
|
|
1138
1228
|
"name": "Pre-Run Lessons (Encoded from Documented Zero-Days)",
|
|
1139
1229
|
"normalized_name": "pre-run-lessons-encoded-from-documented-zero-days",
|
|
1140
|
-
"line":
|
|
1141
|
-
"byte_start":
|
|
1142
|
-
"byte_end":
|
|
1230
|
+
"line": 143,
|
|
1231
|
+
"byte_start": 10226,
|
|
1232
|
+
"byte_end": 17899,
|
|
1143
1233
|
"bytes": 7673,
|
|
1144
1234
|
"h3_count": 5
|
|
1145
1235
|
},
|
|
1146
1236
|
{
|
|
1147
1237
|
"name": "Analysis Procedure for New Zero-Days",
|
|
1148
1238
|
"normalized_name": "analysis-procedure",
|
|
1149
|
-
"line":
|
|
1150
|
-
"byte_start":
|
|
1151
|
-
"byte_end":
|
|
1239
|
+
"line": 251,
|
|
1240
|
+
"byte_start": 17899,
|
|
1241
|
+
"byte_end": 20021,
|
|
1152
1242
|
"bytes": 2122,
|
|
1153
1243
|
"h3_count": 6
|
|
1154
1244
|
},
|
|
1155
1245
|
{
|
|
1156
1246
|
"name": "Output Format",
|
|
1157
1247
|
"normalized_name": "output-format",
|
|
1158
|
-
"line":
|
|
1159
|
-
"byte_start":
|
|
1160
|
-
"byte_end":
|
|
1248
|
+
"line": 311,
|
|
1249
|
+
"byte_start": 20021,
|
|
1250
|
+
"byte_end": 20880,
|
|
1161
1251
|
"bytes": 859,
|
|
1162
1252
|
"h3_count": 7
|
|
1163
1253
|
},
|
|
1164
1254
|
{
|
|
1165
1255
|
"name": "Compliance Theater Check",
|
|
1166
1256
|
"normalized_name": "compliance-theater-check",
|
|
1167
|
-
"line":
|
|
1168
|
-
"byte_start":
|
|
1169
|
-
"byte_end":
|
|
1257
|
+
"line": 348,
|
|
1258
|
+
"byte_start": 20880,
|
|
1259
|
+
"byte_end": 22718,
|
|
1170
1260
|
"bytes": 1838,
|
|
1171
1261
|
"h3_count": 0
|
|
1172
1262
|
}
|
|
@@ -1313,8 +1403,8 @@
|
|
|
1313
1403
|
},
|
|
1314
1404
|
"skill-update-loop": {
|
|
1315
1405
|
"path": "skills/skill-update-loop/skill.md",
|
|
1316
|
-
"total_bytes":
|
|
1317
|
-
"total_lines":
|
|
1406
|
+
"total_bytes": 43027,
|
|
1407
|
+
"total_lines": 502,
|
|
1318
1408
|
"frontmatter": {
|
|
1319
1409
|
"line_start": 1,
|
|
1320
1410
|
"line_end": 36,
|
|
@@ -1323,83 +1413,110 @@
|
|
|
1323
1413
|
},
|
|
1324
1414
|
"sections": [
|
|
1325
1415
|
{
|
|
1326
|
-
"name": "
|
|
1327
|
-
"normalized_name": "
|
|
1416
|
+
"name": "Frontmatter Scope",
|
|
1417
|
+
"normalized_name": "frontmatter-scope",
|
|
1328
1418
|
"line": 44,
|
|
1329
1419
|
"byte_start": 1514,
|
|
1330
|
-
"byte_end":
|
|
1420
|
+
"byte_end": 1967,
|
|
1421
|
+
"bytes": 453,
|
|
1422
|
+
"h3_count": 0
|
|
1423
|
+
},
|
|
1424
|
+
{
|
|
1425
|
+
"name": "Threat Context",
|
|
1426
|
+
"normalized_name": "threat-context",
|
|
1427
|
+
"line": 50,
|
|
1428
|
+
"byte_start": 1967,
|
|
1429
|
+
"byte_end": 3477,
|
|
1430
|
+
"bytes": 1510,
|
|
1431
|
+
"h3_count": 0
|
|
1432
|
+
},
|
|
1433
|
+
{
|
|
1434
|
+
"name": "TTP Mapping",
|
|
1435
|
+
"normalized_name": "ttp-mapping",
|
|
1436
|
+
"line": 65,
|
|
1437
|
+
"byte_start": 3477,
|
|
1438
|
+
"byte_end": 4548,
|
|
1439
|
+
"bytes": 1071,
|
|
1440
|
+
"h3_count": 0
|
|
1441
|
+
},
|
|
1442
|
+
{
|
|
1443
|
+
"name": "Why Skills Decay",
|
|
1444
|
+
"normalized_name": "why-skills-decay",
|
|
1445
|
+
"line": 82,
|
|
1446
|
+
"byte_start": 4548,
|
|
1447
|
+
"byte_end": 5435,
|
|
1331
1448
|
"bytes": 887,
|
|
1332
1449
|
"h3_count": 0
|
|
1333
1450
|
},
|
|
1334
1451
|
{
|
|
1335
1452
|
"name": "Update Triggers and Assigned Skills",
|
|
1336
1453
|
"normalized_name": "update-triggers-and-assigned-skills",
|
|
1337
|
-
"line":
|
|
1338
|
-
"byte_start":
|
|
1339
|
-
"byte_end":
|
|
1454
|
+
"line": 99,
|
|
1455
|
+
"byte_start": 5435,
|
|
1456
|
+
"byte_end": 32879,
|
|
1340
1457
|
"bytes": 27444,
|
|
1341
1458
|
"h3_count": 12
|
|
1342
1459
|
},
|
|
1343
1460
|
{
|
|
1344
1461
|
"name": "Skill Currency Scores",
|
|
1345
1462
|
"normalized_name": "skill-currency-scores",
|
|
1346
|
-
"line":
|
|
1347
|
-
"byte_start":
|
|
1348
|
-
"byte_end":
|
|
1463
|
+
"line": 348,
|
|
1464
|
+
"byte_start": 32879,
|
|
1465
|
+
"byte_end": 33469,
|
|
1349
1466
|
"bytes": 590,
|
|
1350
1467
|
"h3_count": 0
|
|
1351
1468
|
},
|
|
1352
1469
|
{
|
|
1353
1470
|
"name": "Running the Update Loop",
|
|
1354
1471
|
"normalized_name": "running-the-update-loop",
|
|
1355
|
-
"line":
|
|
1356
|
-
"byte_start":
|
|
1357
|
-
"byte_end":
|
|
1472
|
+
"line": 369,
|
|
1473
|
+
"byte_start": 33469,
|
|
1474
|
+
"byte_end": 34421,
|
|
1358
1475
|
"bytes": 952,
|
|
1359
1476
|
"h3_count": 3
|
|
1360
1477
|
},
|
|
1361
1478
|
{
|
|
1362
1479
|
"name": "Analysis Procedure",
|
|
1363
1480
|
"normalized_name": "analysis-procedure",
|
|
1364
|
-
"line":
|
|
1365
|
-
"byte_start":
|
|
1366
|
-
"byte_end":
|
|
1481
|
+
"line": 398,
|
|
1482
|
+
"byte_start": 34421,
|
|
1483
|
+
"byte_end": 35313,
|
|
1367
1484
|
"bytes": 892,
|
|
1368
1485
|
"h3_count": 4
|
|
1369
1486
|
},
|
|
1370
1487
|
{
|
|
1371
1488
|
"name": "Output Format",
|
|
1372
1489
|
"normalized_name": "output-format",
|
|
1373
|
-
"line":
|
|
1374
|
-
"byte_start":
|
|
1375
|
-
"byte_end":
|
|
1490
|
+
"line": 430,
|
|
1491
|
+
"byte_start": 35313,
|
|
1492
|
+
"byte_end": 35835,
|
|
1376
1493
|
"bytes": 522,
|
|
1377
1494
|
"h3_count": 4
|
|
1378
1495
|
},
|
|
1379
1496
|
{
|
|
1380
1497
|
"name": "Framework Lag Declaration",
|
|
1381
1498
|
"normalized_name": "framework-lag-declaration",
|
|
1382
|
-
"line":
|
|
1383
|
-
"byte_start":
|
|
1384
|
-
"byte_end":
|
|
1499
|
+
"line": 455,
|
|
1500
|
+
"byte_start": 35835,
|
|
1501
|
+
"byte_end": 38638,
|
|
1385
1502
|
"bytes": 2803,
|
|
1386
1503
|
"h3_count": 0
|
|
1387
1504
|
},
|
|
1388
1505
|
{
|
|
1389
1506
|
"name": "Exploit Availability Matrix",
|
|
1390
1507
|
"normalized_name": "exploit-availability-matrix",
|
|
1391
|
-
"line":
|
|
1392
|
-
"byte_start":
|
|
1393
|
-
"byte_end":
|
|
1508
|
+
"line": 474,
|
|
1509
|
+
"byte_start": 38638,
|
|
1510
|
+
"byte_end": 41356,
|
|
1394
1511
|
"bytes": 2718,
|
|
1395
1512
|
"h3_count": 0
|
|
1396
1513
|
},
|
|
1397
1514
|
{
|
|
1398
1515
|
"name": "Compliance Theater Check",
|
|
1399
1516
|
"normalized_name": "compliance-theater-check",
|
|
1400
|
-
"line":
|
|
1401
|
-
"byte_start":
|
|
1402
|
-
"byte_end":
|
|
1517
|
+
"line": 495,
|
|
1518
|
+
"byte_start": 41356,
|
|
1519
|
+
"byte_end": 43027,
|
|
1403
1520
|
"bytes": 1671,
|
|
1404
1521
|
"h3_count": 0
|
|
1405
1522
|
}
|
|
@@ -1407,8 +1524,8 @@
|
|
|
1407
1524
|
},
|
|
1408
1525
|
"security-maturity-tiers": {
|
|
1409
1526
|
"path": "skills/security-maturity-tiers/skill.md",
|
|
1410
|
-
"total_bytes":
|
|
1411
|
-
"total_lines":
|
|
1527
|
+
"total_bytes": 29805,
|
|
1528
|
+
"total_lines": 489,
|
|
1412
1529
|
"frontmatter": {
|
|
1413
1530
|
"line_start": 1,
|
|
1414
1531
|
"line_end": 31,
|
|
@@ -1417,119 +1534,137 @@
|
|
|
1417
1534
|
},
|
|
1418
1535
|
"sections": [
|
|
1419
1536
|
{
|
|
1420
|
-
"name": "
|
|
1421
|
-
"normalized_name": "
|
|
1537
|
+
"name": "Frontmatter Scope",
|
|
1538
|
+
"normalized_name": "frontmatter-scope",
|
|
1422
1539
|
"line": 41,
|
|
1423
1540
|
"byte_start": 1305,
|
|
1424
|
-
"byte_end":
|
|
1541
|
+
"byte_end": 1827,
|
|
1542
|
+
"bytes": 522,
|
|
1543
|
+
"h3_count": 0
|
|
1544
|
+
},
|
|
1545
|
+
{
|
|
1546
|
+
"name": "How to Use This Skill",
|
|
1547
|
+
"normalized_name": "how-to-use-this-skill",
|
|
1548
|
+
"line": 47,
|
|
1549
|
+
"byte_start": 1827,
|
|
1550
|
+
"byte_end": 2238,
|
|
1425
1551
|
"bytes": 411,
|
|
1426
1552
|
"h3_count": 0
|
|
1427
1553
|
},
|
|
1428
1554
|
{
|
|
1429
1555
|
"name": "Tier Framework",
|
|
1430
1556
|
"normalized_name": "tier-framework",
|
|
1431
|
-
"line":
|
|
1432
|
-
"byte_start":
|
|
1433
|
-
"byte_end":
|
|
1557
|
+
"line": 58,
|
|
1558
|
+
"byte_start": 2238,
|
|
1559
|
+
"byte_end": 2752,
|
|
1434
1560
|
"bytes": 514,
|
|
1435
1561
|
"h3_count": 0
|
|
1436
1562
|
},
|
|
1437
1563
|
{
|
|
1438
1564
|
"name": "Domain: Kernel LPE (Copy Fail / Dirty Frag Class)",
|
|
1439
1565
|
"normalized_name": "domain-kernel-lpe-copy-fail-dirty-frag-class",
|
|
1440
|
-
"line":
|
|
1441
|
-
"byte_start":
|
|
1442
|
-
"byte_end":
|
|
1443
|
-
"bytes":
|
|
1566
|
+
"line": 68,
|
|
1567
|
+
"byte_start": 2752,
|
|
1568
|
+
"byte_end": 6833,
|
|
1569
|
+
"bytes": 4081,
|
|
1444
1570
|
"h3_count": 3
|
|
1445
1571
|
},
|
|
1446
1572
|
{
|
|
1447
1573
|
"name": "Domain: AI Attack Surface",
|
|
1448
1574
|
"normalized_name": "domain-ai-attack-surface",
|
|
1449
|
-
"line":
|
|
1450
|
-
"byte_start":
|
|
1451
|
-
"byte_end":
|
|
1575
|
+
"line": 178,
|
|
1576
|
+
"byte_start": 6833,
|
|
1577
|
+
"byte_end": 9539,
|
|
1452
1578
|
"bytes": 2706,
|
|
1453
1579
|
"h3_count": 3
|
|
1454
1580
|
},
|
|
1455
1581
|
{
|
|
1456
1582
|
"name": "Domain: Cryptography / PQC",
|
|
1457
1583
|
"normalized_name": "domain-cryptography-pqc",
|
|
1458
|
-
"line":
|
|
1459
|
-
"byte_start":
|
|
1460
|
-
"byte_end":
|
|
1584
|
+
"line": 230,
|
|
1585
|
+
"byte_start": 9539,
|
|
1586
|
+
"byte_end": 11583,
|
|
1461
1587
|
"bytes": 2044,
|
|
1462
1588
|
"h3_count": 3
|
|
1463
1589
|
},
|
|
1464
1590
|
{
|
|
1465
1591
|
"name": "Domain: GRC / Compliance",
|
|
1466
1592
|
"normalized_name": "domain-grc-compliance",
|
|
1467
|
-
"line":
|
|
1468
|
-
"byte_start":
|
|
1469
|
-
"byte_end":
|
|
1593
|
+
"line": 269,
|
|
1594
|
+
"byte_start": 11583,
|
|
1595
|
+
"byte_end": 13543,
|
|
1470
1596
|
"bytes": 1960,
|
|
1471
1597
|
"h3_count": 3
|
|
1472
1598
|
},
|
|
1473
1599
|
{
|
|
1474
1600
|
"name": "Analysis Procedure",
|
|
1475
1601
|
"normalized_name": "analysis-procedure",
|
|
1476
|
-
"line":
|
|
1477
|
-
"byte_start":
|
|
1478
|
-
"byte_end":
|
|
1602
|
+
"line": 303,
|
|
1603
|
+
"byte_start": 13543,
|
|
1604
|
+
"byte_end": 15194,
|
|
1479
1605
|
"bytes": 1651,
|
|
1480
1606
|
"h3_count": 4
|
|
1481
1607
|
},
|
|
1482
1608
|
{
|
|
1483
1609
|
"name": "Output Format",
|
|
1484
1610
|
"normalized_name": "output-format",
|
|
1485
|
-
"line":
|
|
1486
|
-
"byte_start":
|
|
1487
|
-
"byte_end":
|
|
1611
|
+
"line": 346,
|
|
1612
|
+
"byte_start": 15194,
|
|
1613
|
+
"byte_end": 16187,
|
|
1488
1614
|
"bytes": 993,
|
|
1489
1615
|
"h3_count": 3
|
|
1490
1616
|
},
|
|
1617
|
+
{
|
|
1618
|
+
"name": "Compliance Theater Check",
|
|
1619
|
+
"normalized_name": "compliance-theater-check",
|
|
1620
|
+
"line": 382,
|
|
1621
|
+
"byte_start": 16187,
|
|
1622
|
+
"byte_end": 18504,
|
|
1623
|
+
"bytes": 2317,
|
|
1624
|
+
"h3_count": 0
|
|
1625
|
+
},
|
|
1491
1626
|
{
|
|
1492
1627
|
"name": "The Anti-Pattern: Tier 3 Security Theater",
|
|
1493
1628
|
"normalized_name": "the-anti-pattern-tier-3-security-theater",
|
|
1494
|
-
"line":
|
|
1495
|
-
"byte_start":
|
|
1496
|
-
"byte_end":
|
|
1629
|
+
"line": 400,
|
|
1630
|
+
"byte_start": 18504,
|
|
1631
|
+
"byte_end": 19148,
|
|
1497
1632
|
"bytes": 644,
|
|
1498
1633
|
"h3_count": 0
|
|
1499
1634
|
},
|
|
1500
1635
|
{
|
|
1501
1636
|
"name": "Threat Context",
|
|
1502
1637
|
"normalized_name": "threat-context",
|
|
1503
|
-
"line":
|
|
1504
|
-
"byte_start":
|
|
1505
|
-
"byte_end":
|
|
1638
|
+
"line": 416,
|
|
1639
|
+
"byte_start": 19148,
|
|
1640
|
+
"byte_end": 21143,
|
|
1506
1641
|
"bytes": 1995,
|
|
1507
1642
|
"h3_count": 0
|
|
1508
1643
|
},
|
|
1509
1644
|
{
|
|
1510
1645
|
"name": "Framework Lag Declaration",
|
|
1511
1646
|
"normalized_name": "framework-lag-declaration",
|
|
1512
|
-
"line":
|
|
1513
|
-
"byte_start":
|
|
1514
|
-
"byte_end":
|
|
1647
|
+
"line": 428,
|
|
1648
|
+
"byte_start": 21143,
|
|
1649
|
+
"byte_end": 25054,
|
|
1515
1650
|
"bytes": 3911,
|
|
1516
1651
|
"h3_count": 0
|
|
1517
1652
|
},
|
|
1518
1653
|
{
|
|
1519
1654
|
"name": "TTP Mapping",
|
|
1520
1655
|
"normalized_name": "ttp-mapping",
|
|
1521
|
-
"line":
|
|
1522
|
-
"byte_start":
|
|
1523
|
-
"byte_end":
|
|
1656
|
+
"line": 452,
|
|
1657
|
+
"byte_start": 25054,
|
|
1658
|
+
"byte_end": 27427,
|
|
1524
1659
|
"bytes": 2373,
|
|
1525
1660
|
"h3_count": 0
|
|
1526
1661
|
},
|
|
1527
1662
|
{
|
|
1528
1663
|
"name": "Exploit Availability Matrix",
|
|
1529
1664
|
"normalized_name": "exploit-availability-matrix",
|
|
1530
|
-
"line":
|
|
1531
|
-
"byte_start":
|
|
1532
|
-
"byte_end":
|
|
1665
|
+
"line": 474,
|
|
1666
|
+
"byte_start": 27427,
|
|
1667
|
+
"byte_end": 29805,
|
|
1533
1668
|
"bytes": 2378,
|
|
1534
1669
|
"h3_count": 0
|
|
1535
1670
|
}
|
|
@@ -1537,8 +1672,8 @@
|
|
|
1537
1672
|
},
|
|
1538
1673
|
"researcher": {
|
|
1539
1674
|
"path": "skills/researcher/skill.md",
|
|
1540
|
-
"total_bytes":
|
|
1541
|
-
"total_lines":
|
|
1675
|
+
"total_bytes": 29009,
|
|
1676
|
+
"total_lines": 317,
|
|
1542
1677
|
"frontmatter": {
|
|
1543
1678
|
"line_start": 1,
|
|
1544
1679
|
"line_end": 27,
|
|
@@ -1547,65 +1682,74 @@
|
|
|
1547
1682
|
},
|
|
1548
1683
|
"sections": [
|
|
1549
1684
|
{
|
|
1550
|
-
"name": "
|
|
1551
|
-
"normalized_name": "
|
|
1685
|
+
"name": "Frontmatter Scope",
|
|
1686
|
+
"normalized_name": "frontmatter-scope",
|
|
1552
1687
|
"line": 35,
|
|
1553
1688
|
"byte_start": 1324,
|
|
1554
|
-
"byte_end":
|
|
1689
|
+
"byte_end": 1861,
|
|
1690
|
+
"bytes": 537,
|
|
1691
|
+
"h3_count": 0
|
|
1692
|
+
},
|
|
1693
|
+
{
|
|
1694
|
+
"name": "Threat Context (mid-2026)",
|
|
1695
|
+
"normalized_name": "threat-context",
|
|
1696
|
+
"line": 41,
|
|
1697
|
+
"byte_start": 1861,
|
|
1698
|
+
"byte_end": 4806,
|
|
1555
1699
|
"bytes": 2945,
|
|
1556
1700
|
"h3_count": 0
|
|
1557
1701
|
},
|
|
1558
1702
|
{
|
|
1559
1703
|
"name": "Framework Lag Declaration",
|
|
1560
1704
|
"normalized_name": "framework-lag-declaration",
|
|
1561
|
-
"line":
|
|
1562
|
-
"byte_start":
|
|
1563
|
-
"byte_end":
|
|
1705
|
+
"line": 60,
|
|
1706
|
+
"byte_start": 4806,
|
|
1707
|
+
"byte_end": 7219,
|
|
1564
1708
|
"bytes": 2413,
|
|
1565
1709
|
"h3_count": 0
|
|
1566
1710
|
},
|
|
1567
1711
|
{
|
|
1568
1712
|
"name": "TTP Mapping",
|
|
1569
1713
|
"normalized_name": "ttp-mapping",
|
|
1570
|
-
"line":
|
|
1571
|
-
"byte_start":
|
|
1572
|
-
"byte_end":
|
|
1714
|
+
"line": 80,
|
|
1715
|
+
"byte_start": 7219,
|
|
1716
|
+
"byte_end": 8796,
|
|
1573
1717
|
"bytes": 1577,
|
|
1574
1718
|
"h3_count": 0
|
|
1575
1719
|
},
|
|
1576
1720
|
{
|
|
1577
1721
|
"name": "Exploit Availability Matrix",
|
|
1578
1722
|
"normalized_name": "exploit-availability-matrix",
|
|
1579
|
-
"line":
|
|
1580
|
-
"byte_start":
|
|
1581
|
-
"byte_end":
|
|
1723
|
+
"line": 104,
|
|
1724
|
+
"byte_start": 8796,
|
|
1725
|
+
"byte_end": 10308,
|
|
1582
1726
|
"bytes": 1512,
|
|
1583
1727
|
"h3_count": 0
|
|
1584
1728
|
},
|
|
1585
1729
|
{
|
|
1586
1730
|
"name": "Analysis Procedure",
|
|
1587
1731
|
"normalized_name": "analysis-procedure",
|
|
1588
|
-
"line":
|
|
1589
|
-
"byte_start":
|
|
1590
|
-
"byte_end":
|
|
1732
|
+
"line": 125,
|
|
1733
|
+
"byte_start": 10308,
|
|
1734
|
+
"byte_end": 24307,
|
|
1591
1735
|
"bytes": 13999,
|
|
1592
1736
|
"h3_count": 8
|
|
1593
1737
|
},
|
|
1594
1738
|
{
|
|
1595
1739
|
"name": "Output Format",
|
|
1596
1740
|
"normalized_name": "output-format",
|
|
1597
|
-
"line":
|
|
1598
|
-
"byte_start":
|
|
1599
|
-
"byte_end":
|
|
1741
|
+
"line": 249,
|
|
1742
|
+
"byte_start": 24307,
|
|
1743
|
+
"byte_end": 26896,
|
|
1600
1744
|
"bytes": 2589,
|
|
1601
1745
|
"h3_count": 0
|
|
1602
1746
|
},
|
|
1603
1747
|
{
|
|
1604
1748
|
"name": "Compliance Theater Check",
|
|
1605
1749
|
"normalized_name": "compliance-theater-check",
|
|
1606
|
-
"line":
|
|
1607
|
-
"byte_start":
|
|
1608
|
-
"byte_end":
|
|
1750
|
+
"line": 306,
|
|
1751
|
+
"byte_start": 26896,
|
|
1752
|
+
"byte_end": 29009,
|
|
1609
1753
|
"bytes": 2113,
|
|
1610
1754
|
"h3_count": 0
|
|
1611
1755
|
}
|
|
@@ -1613,84 +1757,84 @@
|
|
|
1613
1757
|
},
|
|
1614
1758
|
"attack-surface-pentest": {
|
|
1615
1759
|
"path": "skills/attack-surface-pentest/skill.md",
|
|
1616
|
-
"total_bytes":
|
|
1617
|
-
"total_lines":
|
|
1760
|
+
"total_bytes": 32110,
|
|
1761
|
+
"total_lines": 385,
|
|
1618
1762
|
"frontmatter": {
|
|
1619
1763
|
"line_start": 1,
|
|
1620
|
-
"line_end":
|
|
1764
|
+
"line_end": 63,
|
|
1621
1765
|
"byte_start": 0,
|
|
1622
|
-
"byte_end":
|
|
1766
|
+
"byte_end": 1386
|
|
1623
1767
|
},
|
|
1624
1768
|
"sections": [
|
|
1625
1769
|
{
|
|
1626
1770
|
"name": "Threat Context (mid-2026)",
|
|
1627
1771
|
"normalized_name": "threat-context",
|
|
1628
|
-
"line":
|
|
1629
|
-
"byte_start":
|
|
1630
|
-
"byte_end":
|
|
1772
|
+
"line": 67,
|
|
1773
|
+
"byte_start": 1438,
|
|
1774
|
+
"byte_end": 5885,
|
|
1631
1775
|
"bytes": 4447,
|
|
1632
1776
|
"h3_count": 8
|
|
1633
1777
|
},
|
|
1634
1778
|
{
|
|
1635
1779
|
"name": "Framework Lag Declaration",
|
|
1636
1780
|
"normalized_name": "framework-lag-declaration",
|
|
1637
|
-
"line":
|
|
1638
|
-
"byte_start":
|
|
1639
|
-
"byte_end":
|
|
1781
|
+
"line": 105,
|
|
1782
|
+
"byte_start": 5885,
|
|
1783
|
+
"byte_end": 10446,
|
|
1640
1784
|
"bytes": 4561,
|
|
1641
1785
|
"h3_count": 0
|
|
1642
1786
|
},
|
|
1643
1787
|
{
|
|
1644
1788
|
"name": "TTP Mapping (MITRE ATLAS v5.1.0 + MITRE ATT&CK v17)",
|
|
1645
1789
|
"normalized_name": "ttp-mapping",
|
|
1646
|
-
"line":
|
|
1647
|
-
"byte_start":
|
|
1648
|
-
"byte_end":
|
|
1790
|
+
"line": 123,
|
|
1791
|
+
"byte_start": 10446,
|
|
1792
|
+
"byte_end": 12663,
|
|
1649
1793
|
"bytes": 2217,
|
|
1650
1794
|
"h3_count": 0
|
|
1651
1795
|
},
|
|
1652
1796
|
{
|
|
1653
1797
|
"name": "Exploit Availability Matrix",
|
|
1654
1798
|
"normalized_name": "exploit-availability-matrix",
|
|
1655
|
-
"line":
|
|
1656
|
-
"byte_start":
|
|
1657
|
-
"byte_end":
|
|
1799
|
+
"line": 142,
|
|
1800
|
+
"byte_start": 12663,
|
|
1801
|
+
"byte_end": 15131,
|
|
1658
1802
|
"bytes": 2468,
|
|
1659
1803
|
"h3_count": 0
|
|
1660
1804
|
},
|
|
1661
1805
|
{
|
|
1662
1806
|
"name": "Analysis Procedure",
|
|
1663
1807
|
"normalized_name": "analysis-procedure",
|
|
1664
|
-
"line":
|
|
1665
|
-
"byte_start":
|
|
1666
|
-
"byte_end":
|
|
1808
|
+
"line": 159,
|
|
1809
|
+
"byte_start": 15131,
|
|
1810
|
+
"byte_end": 24834,
|
|
1667
1811
|
"bytes": 9703,
|
|
1668
1812
|
"h3_count": 4
|
|
1669
1813
|
},
|
|
1670
1814
|
{
|
|
1671
1815
|
"name": "Output Format",
|
|
1672
1816
|
"normalized_name": "output-format",
|
|
1673
|
-
"line":
|
|
1674
|
-
"byte_start":
|
|
1675
|
-
"byte_end":
|
|
1817
|
+
"line": 280,
|
|
1818
|
+
"byte_start": 24834,
|
|
1819
|
+
"byte_end": 28183,
|
|
1676
1820
|
"bytes": 3349,
|
|
1677
1821
|
"h3_count": 9
|
|
1678
1822
|
},
|
|
1679
1823
|
{
|
|
1680
1824
|
"name": "Compliance Theater Check",
|
|
1681
1825
|
"normalized_name": "compliance-theater-check",
|
|
1682
|
-
"line":
|
|
1683
|
-
"byte_start":
|
|
1684
|
-
"byte_end":
|
|
1826
|
+
"line": 360,
|
|
1827
|
+
"byte_start": 28183,
|
|
1828
|
+
"byte_end": 30499,
|
|
1685
1829
|
"bytes": 2316,
|
|
1686
1830
|
"h3_count": 0
|
|
1687
1831
|
},
|
|
1688
1832
|
{
|
|
1689
1833
|
"name": "Defensive Countermeasure Mapping (D3FEND)",
|
|
1690
1834
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
1691
|
-
"line":
|
|
1692
|
-
"byte_start":
|
|
1693
|
-
"byte_end":
|
|
1835
|
+
"line": 374,
|
|
1836
|
+
"byte_start": 30499,
|
|
1837
|
+
"byte_end": 32110,
|
|
1694
1838
|
"bytes": 1611,
|
|
1695
1839
|
"h3_count": 0
|
|
1696
1840
|
}
|
|
@@ -1783,84 +1927,84 @@
|
|
|
1783
1927
|
},
|
|
1784
1928
|
"dlp-gap-analysis": {
|
|
1785
1929
|
"path": "skills/dlp-gap-analysis/skill.md",
|
|
1786
|
-
"total_bytes":
|
|
1787
|
-
"total_lines":
|
|
1930
|
+
"total_bytes": 40295,
|
|
1931
|
+
"total_lines": 341,
|
|
1788
1932
|
"frontmatter": {
|
|
1789
1933
|
"line_start": 1,
|
|
1790
|
-
"line_end":
|
|
1934
|
+
"line_end": 66,
|
|
1791
1935
|
"byte_start": 0,
|
|
1792
|
-
"byte_end":
|
|
1936
|
+
"byte_end": 2047
|
|
1793
1937
|
},
|
|
1794
1938
|
"sections": [
|
|
1795
1939
|
{
|
|
1796
1940
|
"name": "Threat Context (mid-2026)",
|
|
1797
1941
|
"normalized_name": "threat-context",
|
|
1798
|
-
"line":
|
|
1799
|
-
"byte_start":
|
|
1800
|
-
"byte_end":
|
|
1942
|
+
"line": 70,
|
|
1943
|
+
"byte_start": 2068,
|
|
1944
|
+
"byte_end": 4428,
|
|
1801
1945
|
"bytes": 2360,
|
|
1802
1946
|
"h3_count": 0
|
|
1803
1947
|
},
|
|
1804
1948
|
{
|
|
1805
1949
|
"name": "Framework Lag Declaration",
|
|
1806
1950
|
"normalized_name": "framework-lag-declaration",
|
|
1807
|
-
"line":
|
|
1808
|
-
"byte_start":
|
|
1809
|
-
"byte_end":
|
|
1951
|
+
"line": 80,
|
|
1952
|
+
"byte_start": 4428,
|
|
1953
|
+
"byte_end": 15001,
|
|
1810
1954
|
"bytes": 10573,
|
|
1811
1955
|
"h3_count": 1
|
|
1812
1956
|
},
|
|
1813
1957
|
{
|
|
1814
1958
|
"name": "TTP Mapping (MITRE ATLAS v5.1.0 + MITRE ATT&CK)",
|
|
1815
1959
|
"normalized_name": "ttp-mapping",
|
|
1816
|
-
"line":
|
|
1817
|
-
"byte_start":
|
|
1818
|
-
"byte_end":
|
|
1960
|
+
"line": 128,
|
|
1961
|
+
"byte_start": 15001,
|
|
1962
|
+
"byte_end": 18539,
|
|
1819
1963
|
"bytes": 3538,
|
|
1820
1964
|
"h3_count": 0
|
|
1821
1965
|
},
|
|
1822
1966
|
{
|
|
1823
1967
|
"name": "Exploit Availability Matrix",
|
|
1824
1968
|
"normalized_name": "exploit-availability-matrix",
|
|
1825
|
-
"line":
|
|
1826
|
-
"byte_start":
|
|
1827
|
-
"byte_end":
|
|
1969
|
+
"line": 142,
|
|
1970
|
+
"byte_start": 18539,
|
|
1971
|
+
"byte_end": 22878,
|
|
1828
1972
|
"bytes": 4339,
|
|
1829
1973
|
"h3_count": 0
|
|
1830
1974
|
},
|
|
1831
1975
|
{
|
|
1832
1976
|
"name": "Analysis Procedure",
|
|
1833
1977
|
"normalized_name": "analysis-procedure",
|
|
1834
|
-
"line":
|
|
1835
|
-
"byte_start":
|
|
1836
|
-
"byte_end":
|
|
1978
|
+
"line": 159,
|
|
1979
|
+
"byte_start": 22878,
|
|
1980
|
+
"byte_end": 31351,
|
|
1837
1981
|
"bytes": 8473,
|
|
1838
1982
|
"h3_count": 4
|
|
1839
1983
|
},
|
|
1840
1984
|
{
|
|
1841
1985
|
"name": "Output Format",
|
|
1842
1986
|
"normalized_name": "output-format",
|
|
1843
|
-
"line":
|
|
1844
|
-
"byte_start":
|
|
1845
|
-
"byte_end":
|
|
1987
|
+
"line": 241,
|
|
1988
|
+
"byte_start": 31351,
|
|
1989
|
+
"byte_end": 33738,
|
|
1846
1990
|
"bytes": 2387,
|
|
1847
1991
|
"h3_count": 9
|
|
1848
1992
|
},
|
|
1849
1993
|
{
|
|
1850
1994
|
"name": "Compliance Theater Check",
|
|
1851
1995
|
"normalized_name": "compliance-theater-check",
|
|
1852
|
-
"line":
|
|
1853
|
-
"byte_start":
|
|
1854
|
-
"byte_end":
|
|
1996
|
+
"line": 296,
|
|
1997
|
+
"byte_start": 33738,
|
|
1998
|
+
"byte_end": 36340,
|
|
1855
1999
|
"bytes": 2602,
|
|
1856
2000
|
"h3_count": 0
|
|
1857
2001
|
},
|
|
1858
2002
|
{
|
|
1859
2003
|
"name": "Defensive Countermeasure Mapping",
|
|
1860
2004
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
1861
|
-
"line":
|
|
1862
|
-
"byte_start":
|
|
1863
|
-
"byte_end":
|
|
2005
|
+
"line": 314,
|
|
2006
|
+
"byte_start": 36340,
|
|
2007
|
+
"byte_end": 40295,
|
|
1864
2008
|
"bytes": 3955,
|
|
1865
2009
|
"h3_count": 0
|
|
1866
2010
|
}
|
|
@@ -1868,84 +2012,84 @@
|
|
|
1868
2012
|
},
|
|
1869
2013
|
"supply-chain-integrity": {
|
|
1870
2014
|
"path": "skills/supply-chain-integrity/skill.md",
|
|
1871
|
-
"total_bytes":
|
|
1872
|
-
"total_lines":
|
|
2015
|
+
"total_bytes": 39747,
|
|
2016
|
+
"total_lines": 323,
|
|
1873
2017
|
"frontmatter": {
|
|
1874
2018
|
"line_start": 1,
|
|
1875
|
-
"line_end":
|
|
2019
|
+
"line_end": 68,
|
|
1876
2020
|
"byte_start": 0,
|
|
1877
|
-
"byte_end":
|
|
2021
|
+
"byte_end": 1862
|
|
1878
2022
|
},
|
|
1879
2023
|
"sections": [
|
|
1880
2024
|
{
|
|
1881
2025
|
"name": "Threat Context (mid-2026)",
|
|
1882
2026
|
"normalized_name": "threat-context",
|
|
1883
|
-
"line":
|
|
1884
|
-
"byte_start":
|
|
1885
|
-
"byte_end":
|
|
2027
|
+
"line": 72,
|
|
2028
|
+
"byte_start": 1900,
|
|
2029
|
+
"byte_end": 7291,
|
|
1886
2030
|
"bytes": 5391,
|
|
1887
2031
|
"h3_count": 0
|
|
1888
2032
|
},
|
|
1889
2033
|
{
|
|
1890
2034
|
"name": "Framework Lag Declaration",
|
|
1891
2035
|
"normalized_name": "framework-lag-declaration",
|
|
1892
|
-
"line":
|
|
1893
|
-
"byte_start":
|
|
1894
|
-
"byte_end":
|
|
2036
|
+
"line": 91,
|
|
2037
|
+
"byte_start": 7291,
|
|
2038
|
+
"byte_end": 17774,
|
|
1895
2039
|
"bytes": 10483,
|
|
1896
2040
|
"h3_count": 1
|
|
1897
2041
|
},
|
|
1898
2042
|
{
|
|
1899
2043
|
"name": "TTP Mapping",
|
|
1900
2044
|
"normalized_name": "ttp-mapping",
|
|
1901
|
-
"line":
|
|
1902
|
-
"byte_start":
|
|
1903
|
-
"byte_end":
|
|
2045
|
+
"line": 136,
|
|
2046
|
+
"byte_start": 17774,
|
|
2047
|
+
"byte_end": 20902,
|
|
1904
2048
|
"bytes": 3128,
|
|
1905
2049
|
"h3_count": 0
|
|
1906
2050
|
},
|
|
1907
2051
|
{
|
|
1908
2052
|
"name": "Exploit Availability Matrix",
|
|
1909
2053
|
"normalized_name": "exploit-availability-matrix",
|
|
1910
|
-
"line":
|
|
1911
|
-
"byte_start":
|
|
1912
|
-
"byte_end":
|
|
2054
|
+
"line": 159,
|
|
2055
|
+
"byte_start": 20902,
|
|
2056
|
+
"byte_end": 25483,
|
|
1913
2057
|
"bytes": 4581,
|
|
1914
2058
|
"h3_count": 0
|
|
1915
2059
|
},
|
|
1916
2060
|
{
|
|
1917
2061
|
"name": "Analysis Procedure",
|
|
1918
2062
|
"normalized_name": "analysis-procedure",
|
|
1919
|
-
"line":
|
|
1920
|
-
"byte_start":
|
|
1921
|
-
"byte_end":
|
|
2063
|
+
"line": 176,
|
|
2064
|
+
"byte_start": 25483,
|
|
2065
|
+
"byte_end": 32940,
|
|
1922
2066
|
"bytes": 7457,
|
|
1923
2067
|
"h3_count": 4
|
|
1924
2068
|
},
|
|
1925
2069
|
{
|
|
1926
2070
|
"name": "Output Format",
|
|
1927
2071
|
"normalized_name": "output-format",
|
|
1928
|
-
"line":
|
|
1929
|
-
"byte_start":
|
|
1930
|
-
"byte_end":
|
|
2072
|
+
"line": 250,
|
|
2073
|
+
"byte_start": 32940,
|
|
2074
|
+
"byte_end": 35042,
|
|
1931
2075
|
"bytes": 2102,
|
|
1932
2076
|
"h3_count": 9
|
|
1933
2077
|
},
|
|
1934
2078
|
{
|
|
1935
2079
|
"name": "Compliance Theater Check",
|
|
1936
2080
|
"normalized_name": "compliance-theater-check",
|
|
1937
|
-
"line":
|
|
1938
|
-
"byte_start":
|
|
1939
|
-
"byte_end":
|
|
2081
|
+
"line": 290,
|
|
2082
|
+
"byte_start": 35042,
|
|
2083
|
+
"byte_end": 37330,
|
|
1940
2084
|
"bytes": 2288,
|
|
1941
2085
|
"h3_count": 0
|
|
1942
2086
|
},
|
|
1943
2087
|
{
|
|
1944
2088
|
"name": "Defensive Countermeasure Mapping",
|
|
1945
2089
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
1946
|
-
"line":
|
|
1947
|
-
"byte_start":
|
|
1948
|
-
"byte_end":
|
|
2090
|
+
"line": 306,
|
|
2091
|
+
"byte_start": 37330,
|
|
2092
|
+
"byte_end": 39747,
|
|
1949
2093
|
"bytes": 2417,
|
|
1950
2094
|
"h3_count": 0
|
|
1951
2095
|
}
|
|
@@ -1953,7 +2097,7 @@
|
|
|
1953
2097
|
},
|
|
1954
2098
|
"defensive-countermeasure-mapping": {
|
|
1955
2099
|
"path": "skills/defensive-countermeasure-mapping/skill.md",
|
|
1956
|
-
"total_bytes":
|
|
2100
|
+
"total_bytes": 32601,
|
|
1957
2101
|
"total_lines": 301,
|
|
1958
2102
|
"frontmatter": {
|
|
1959
2103
|
"line_start": 1,
|
|
@@ -2012,16 +2156,16 @@
|
|
|
2012
2156
|
"normalized_name": "output-format",
|
|
2013
2157
|
"line": 201,
|
|
2014
2158
|
"byte_start": 21889,
|
|
2015
|
-
"byte_end":
|
|
2016
|
-
"bytes":
|
|
2159
|
+
"byte_end": 26500,
|
|
2160
|
+
"bytes": 4611,
|
|
2017
2161
|
"h3_count": 0
|
|
2018
2162
|
},
|
|
2019
2163
|
{
|
|
2020
2164
|
"name": "Compliance Theater Check",
|
|
2021
2165
|
"normalized_name": "compliance-theater-check",
|
|
2022
2166
|
"line": 266,
|
|
2023
|
-
"byte_start":
|
|
2024
|
-
"byte_end":
|
|
2167
|
+
"byte_start": 26500,
|
|
2168
|
+
"byte_end": 29280,
|
|
2025
2169
|
"bytes": 2780,
|
|
2026
2170
|
"h3_count": 0
|
|
2027
2171
|
},
|
|
@@ -2029,8 +2173,8 @@
|
|
|
2029
2173
|
"name": "Defensive Countermeasure Mapping",
|
|
2030
2174
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
2031
2175
|
"line": 284,
|
|
2032
|
-
"byte_start":
|
|
2033
|
-
"byte_end":
|
|
2176
|
+
"byte_start": 29280,
|
|
2177
|
+
"byte_end": 32601,
|
|
2034
2178
|
"bytes": 3321,
|
|
2035
2179
|
"h3_count": 0
|
|
2036
2180
|
}
|
|
@@ -2038,93 +2182,93 @@
|
|
|
2038
2182
|
},
|
|
2039
2183
|
"identity-assurance": {
|
|
2040
2184
|
"path": "skills/identity-assurance/skill.md",
|
|
2041
|
-
"total_bytes":
|
|
2042
|
-
"total_lines":
|
|
2185
|
+
"total_bytes": 32857,
|
|
2186
|
+
"total_lines": 278,
|
|
2043
2187
|
"frontmatter": {
|
|
2044
2188
|
"line_start": 1,
|
|
2045
|
-
"line_end":
|
|
2189
|
+
"line_end": 62,
|
|
2046
2190
|
"byte_start": 0,
|
|
2047
|
-
"byte_end":
|
|
2191
|
+
"byte_end": 1142
|
|
2048
2192
|
},
|
|
2049
2193
|
"sections": [
|
|
2050
2194
|
{
|
|
2051
2195
|
"name": "Threat Context (mid-2026)",
|
|
2052
2196
|
"normalized_name": "threat-context",
|
|
2053
|
-
"line":
|
|
2054
|
-
"byte_start":
|
|
2055
|
-
"byte_end":
|
|
2197
|
+
"line": 66,
|
|
2198
|
+
"byte_start": 1176,
|
|
2199
|
+
"byte_end": 3822,
|
|
2056
2200
|
"bytes": 2646,
|
|
2057
2201
|
"h3_count": 0
|
|
2058
2202
|
},
|
|
2059
2203
|
{
|
|
2060
2204
|
"name": "Framework Lag Declaration",
|
|
2061
2205
|
"normalized_name": "framework-lag-declaration",
|
|
2062
|
-
"line":
|
|
2063
|
-
"byte_start":
|
|
2064
|
-
"byte_end":
|
|
2206
|
+
"line": 80,
|
|
2207
|
+
"byte_start": 3822,
|
|
2208
|
+
"byte_end": 11095,
|
|
2065
2209
|
"bytes": 7273,
|
|
2066
2210
|
"h3_count": 0
|
|
2067
2211
|
},
|
|
2068
2212
|
{
|
|
2069
2213
|
"name": "TTP Mapping",
|
|
2070
2214
|
"normalized_name": "ttp-mapping",
|
|
2071
|
-
"line":
|
|
2072
|
-
"byte_start":
|
|
2073
|
-
"byte_end":
|
|
2215
|
+
"line": 111,
|
|
2216
|
+
"byte_start": 11095,
|
|
2217
|
+
"byte_end": 12977,
|
|
2074
2218
|
"bytes": 1882,
|
|
2075
2219
|
"h3_count": 0
|
|
2076
2220
|
},
|
|
2077
2221
|
{
|
|
2078
2222
|
"name": "Exploit Availability Matrix",
|
|
2079
2223
|
"normalized_name": "exploit-availability-matrix",
|
|
2080
|
-
"line":
|
|
2081
|
-
"byte_start":
|
|
2082
|
-
"byte_end":
|
|
2224
|
+
"line": 122,
|
|
2225
|
+
"byte_start": 12977,
|
|
2226
|
+
"byte_end": 15867,
|
|
2083
2227
|
"bytes": 2890,
|
|
2084
2228
|
"h3_count": 0
|
|
2085
2229
|
},
|
|
2086
2230
|
{
|
|
2087
2231
|
"name": "Analysis Procedure",
|
|
2088
2232
|
"normalized_name": "analysis-procedure",
|
|
2089
|
-
"line":
|
|
2090
|
-
"byte_start":
|
|
2091
|
-
"byte_end":
|
|
2233
|
+
"line": 138,
|
|
2234
|
+
"byte_start": 15867,
|
|
2235
|
+
"byte_end": 21695,
|
|
2092
2236
|
"bytes": 5828,
|
|
2093
2237
|
"h3_count": 4
|
|
2094
2238
|
},
|
|
2095
2239
|
{
|
|
2096
2240
|
"name": "Output Format",
|
|
2097
2241
|
"normalized_name": "output-format",
|
|
2098
|
-
"line":
|
|
2099
|
-
"byte_start":
|
|
2100
|
-
"byte_end":
|
|
2242
|
+
"line": 194,
|
|
2243
|
+
"byte_start": 21695,
|
|
2244
|
+
"byte_end": 24388,
|
|
2101
2245
|
"bytes": 2693,
|
|
2102
2246
|
"h3_count": 9
|
|
2103
2247
|
},
|
|
2104
2248
|
{
|
|
2105
2249
|
"name": "Compliance Theater Check",
|
|
2106
2250
|
"normalized_name": "compliance-theater-check",
|
|
2107
|
-
"line":
|
|
2108
|
-
"byte_start":
|
|
2109
|
-
"byte_end":
|
|
2251
|
+
"line": 240,
|
|
2252
|
+
"byte_start": 24388,
|
|
2253
|
+
"byte_end": 26445,
|
|
2110
2254
|
"bytes": 2057,
|
|
2111
2255
|
"h3_count": 0
|
|
2112
2256
|
},
|
|
2113
2257
|
{
|
|
2114
2258
|
"name": "Defensive Countermeasure Mapping",
|
|
2115
2259
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
2116
|
-
"line":
|
|
2117
|
-
"byte_start":
|
|
2118
|
-
"byte_end":
|
|
2260
|
+
"line": 254,
|
|
2261
|
+
"byte_start": 26445,
|
|
2262
|
+
"byte_end": 30066,
|
|
2119
2263
|
"bytes": 3621,
|
|
2120
2264
|
"h3_count": 0
|
|
2121
2265
|
},
|
|
2122
2266
|
{
|
|
2123
2267
|
"name": "Hand-Off / Related Skills",
|
|
2124
2268
|
"normalized_name": "hand-off",
|
|
2125
|
-
"line":
|
|
2126
|
-
"byte_start":
|
|
2127
|
-
"byte_end":
|
|
2269
|
+
"line": 267,
|
|
2270
|
+
"byte_start": 30066,
|
|
2271
|
+
"byte_end": 32857,
|
|
2128
2272
|
"bytes": 2791,
|
|
2129
2273
|
"h3_count": 0
|
|
2130
2274
|
}
|
|
@@ -2132,93 +2276,93 @@
|
|
|
2132
2276
|
},
|
|
2133
2277
|
"ot-ics-security": {
|
|
2134
2278
|
"path": "skills/ot-ics-security/skill.md",
|
|
2135
|
-
"total_bytes":
|
|
2136
|
-
"total_lines":
|
|
2279
|
+
"total_bytes": 36323,
|
|
2280
|
+
"total_lines": 344,
|
|
2137
2281
|
"frontmatter": {
|
|
2138
2282
|
"line_start": 1,
|
|
2139
|
-
"line_end":
|
|
2283
|
+
"line_end": 50,
|
|
2140
2284
|
"byte_start": 0,
|
|
2141
|
-
"byte_end":
|
|
2285
|
+
"byte_end": 977
|
|
2142
2286
|
},
|
|
2143
2287
|
"sections": [
|
|
2144
2288
|
{
|
|
2145
2289
|
"name": "Threat Context (mid-2026)",
|
|
2146
2290
|
"normalized_name": "threat-context",
|
|
2147
|
-
"line":
|
|
2148
|
-
"byte_start":
|
|
2149
|
-
"byte_end":
|
|
2291
|
+
"line": 54,
|
|
2292
|
+
"byte_start": 1010,
|
|
2293
|
+
"byte_end": 4471,
|
|
2150
2294
|
"bytes": 3461,
|
|
2151
2295
|
"h3_count": 0
|
|
2152
2296
|
},
|
|
2153
2297
|
{
|
|
2154
2298
|
"name": "Framework Lag Declaration",
|
|
2155
2299
|
"normalized_name": "framework-lag-declaration",
|
|
2156
|
-
"line":
|
|
2157
|
-
"byte_start":
|
|
2158
|
-
"byte_end":
|
|
2300
|
+
"line": 70,
|
|
2301
|
+
"byte_start": 4471,
|
|
2302
|
+
"byte_end": 8946,
|
|
2159
2303
|
"bytes": 4475,
|
|
2160
2304
|
"h3_count": 0
|
|
2161
2305
|
},
|
|
2162
2306
|
{
|
|
2163
2307
|
"name": "TTP Mapping",
|
|
2164
2308
|
"normalized_name": "ttp-mapping",
|
|
2165
|
-
"line":
|
|
2166
|
-
"byte_start":
|
|
2167
|
-
"byte_end":
|
|
2309
|
+
"line": 91,
|
|
2310
|
+
"byte_start": 8946,
|
|
2311
|
+
"byte_end": 12678,
|
|
2168
2312
|
"bytes": 3732,
|
|
2169
2313
|
"h3_count": 0
|
|
2170
2314
|
},
|
|
2171
2315
|
{
|
|
2172
2316
|
"name": "Exploit Availability Matrix",
|
|
2173
2317
|
"normalized_name": "exploit-availability-matrix",
|
|
2174
|
-
"line":
|
|
2175
|
-
"byte_start":
|
|
2176
|
-
"byte_end":
|
|
2318
|
+
"line": 113,
|
|
2319
|
+
"byte_start": 12678,
|
|
2320
|
+
"byte_end": 14960,
|
|
2177
2321
|
"bytes": 2282,
|
|
2178
2322
|
"h3_count": 0
|
|
2179
2323
|
},
|
|
2180
2324
|
{
|
|
2181
2325
|
"name": "Analysis Procedure",
|
|
2182
2326
|
"normalized_name": "analysis-procedure",
|
|
2183
|
-
"line":
|
|
2184
|
-
"byte_start":
|
|
2185
|
-
"byte_end":
|
|
2327
|
+
"line": 126,
|
|
2328
|
+
"byte_start": 14960,
|
|
2329
|
+
"byte_end": 23752,
|
|
2186
2330
|
"bytes": 8792,
|
|
2187
2331
|
"h3_count": 10
|
|
2188
2332
|
},
|
|
2189
2333
|
{
|
|
2190
2334
|
"name": "Output Format",
|
|
2191
2335
|
"normalized_name": "output-format",
|
|
2192
|
-
"line":
|
|
2193
|
-
"byte_start":
|
|
2194
|
-
"byte_end":
|
|
2336
|
+
"line": 222,
|
|
2337
|
+
"byte_start": 23752,
|
|
2338
|
+
"byte_end": 25851,
|
|
2195
2339
|
"bytes": 2099,
|
|
2196
2340
|
"h3_count": 11
|
|
2197
2341
|
},
|
|
2198
2342
|
{
|
|
2199
2343
|
"name": "Compliance Theater Check",
|
|
2200
2344
|
"normalized_name": "compliance-theater-check",
|
|
2201
|
-
"line":
|
|
2202
|
-
"byte_start":
|
|
2203
|
-
"byte_end":
|
|
2345
|
+
"line": 278,
|
|
2346
|
+
"byte_start": 25851,
|
|
2347
|
+
"byte_end": 29056,
|
|
2204
2348
|
"bytes": 3205,
|
|
2205
2349
|
"h3_count": 0
|
|
2206
2350
|
},
|
|
2207
2351
|
{
|
|
2208
2352
|
"name": "Defensive Countermeasure Mapping",
|
|
2209
2353
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
2210
|
-
"line":
|
|
2211
|
-
"byte_start":
|
|
2212
|
-
"byte_end":
|
|
2354
|
+
"line": 312,
|
|
2355
|
+
"byte_start": 29056,
|
|
2356
|
+
"byte_end": 32513,
|
|
2213
2357
|
"bytes": 3457,
|
|
2214
2358
|
"h3_count": 0
|
|
2215
2359
|
},
|
|
2216
2360
|
{
|
|
2217
2361
|
"name": "Hand-Off / Related Skills",
|
|
2218
2362
|
"normalized_name": "hand-off",
|
|
2219
|
-
"line":
|
|
2220
|
-
"byte_start":
|
|
2221
|
-
"byte_end":
|
|
2363
|
+
"line": 328,
|
|
2364
|
+
"byte_start": 32513,
|
|
2365
|
+
"byte_end": 36323,
|
|
2222
2366
|
"bytes": 3810,
|
|
2223
2367
|
"h3_count": 0
|
|
2224
2368
|
}
|
|
@@ -2226,93 +2370,93 @@
|
|
|
2226
2370
|
},
|
|
2227
2371
|
"coordinated-vuln-disclosure": {
|
|
2228
2372
|
"path": "skills/coordinated-vuln-disclosure/skill.md",
|
|
2229
|
-
"total_bytes":
|
|
2230
|
-
"total_lines":
|
|
2373
|
+
"total_bytes": 46917,
|
|
2374
|
+
"total_lines": 481,
|
|
2231
2375
|
"frontmatter": {
|
|
2232
2376
|
"line_start": 1,
|
|
2233
|
-
"line_end":
|
|
2377
|
+
"line_end": 51,
|
|
2234
2378
|
"byte_start": 0,
|
|
2235
|
-
"byte_end":
|
|
2379
|
+
"byte_end": 1878
|
|
2236
2380
|
},
|
|
2237
2381
|
"sections": [
|
|
2238
2382
|
{
|
|
2239
2383
|
"name": "Threat Context (mid-2026)",
|
|
2240
2384
|
"normalized_name": "threat-context",
|
|
2241
|
-
"line":
|
|
2242
|
-
"byte_start":
|
|
2243
|
-
"byte_end":
|
|
2385
|
+
"line": 61,
|
|
2386
|
+
"byte_start": 2990,
|
|
2387
|
+
"byte_end": 6464,
|
|
2244
2388
|
"bytes": 3474,
|
|
2245
2389
|
"h3_count": 0
|
|
2246
2390
|
},
|
|
2247
2391
|
{
|
|
2248
2392
|
"name": "Framework Lag Declaration",
|
|
2249
2393
|
"normalized_name": "framework-lag-declaration",
|
|
2250
|
-
"line":
|
|
2251
|
-
"byte_start":
|
|
2252
|
-
"byte_end":
|
|
2394
|
+
"line": 76,
|
|
2395
|
+
"byte_start": 6464,
|
|
2396
|
+
"byte_end": 12750,
|
|
2253
2397
|
"bytes": 6286,
|
|
2254
2398
|
"h3_count": 0
|
|
2255
2399
|
},
|
|
2256
2400
|
{
|
|
2257
2401
|
"name": "TTP Mapping",
|
|
2258
2402
|
"normalized_name": "ttp-mapping",
|
|
2259
|
-
"line":
|
|
2260
|
-
"byte_start":
|
|
2261
|
-
"byte_end":
|
|
2403
|
+
"line": 101,
|
|
2404
|
+
"byte_start": 12750,
|
|
2405
|
+
"byte_end": 15105,
|
|
2262
2406
|
"bytes": 2355,
|
|
2263
2407
|
"h3_count": 0
|
|
2264
2408
|
},
|
|
2265
2409
|
{
|
|
2266
2410
|
"name": "Exploit Availability Matrix",
|
|
2267
2411
|
"normalized_name": "exploit-availability-matrix",
|
|
2268
|
-
"line":
|
|
2269
|
-
"byte_start":
|
|
2270
|
-
"byte_end":
|
|
2412
|
+
"line": 119,
|
|
2413
|
+
"byte_start": 15105,
|
|
2414
|
+
"byte_end": 18795,
|
|
2271
2415
|
"bytes": 3690,
|
|
2272
2416
|
"h3_count": 0
|
|
2273
2417
|
},
|
|
2274
2418
|
{
|
|
2275
2419
|
"name": "Analysis Procedure",
|
|
2276
2420
|
"normalized_name": "analysis-procedure",
|
|
2277
|
-
"line":
|
|
2278
|
-
"byte_start":
|
|
2279
|
-
"byte_end":
|
|
2421
|
+
"line": 144,
|
|
2422
|
+
"byte_start": 18795,
|
|
2423
|
+
"byte_end": 31307,
|
|
2280
2424
|
"bytes": 12512,
|
|
2281
2425
|
"h3_count": 10
|
|
2282
2426
|
},
|
|
2283
2427
|
{
|
|
2284
2428
|
"name": "Output Format",
|
|
2285
2429
|
"normalized_name": "output-format",
|
|
2286
|
-
"line":
|
|
2287
|
-
"byte_start":
|
|
2288
|
-
"byte_end":
|
|
2430
|
+
"line": 256,
|
|
2431
|
+
"byte_start": 31307,
|
|
2432
|
+
"byte_end": 37825,
|
|
2289
2433
|
"bytes": 6518,
|
|
2290
2434
|
"h3_count": 7
|
|
2291
2435
|
},
|
|
2292
2436
|
{
|
|
2293
2437
|
"name": "Compliance Theater Check",
|
|
2294
2438
|
"normalized_name": "compliance-theater-check",
|
|
2295
|
-
"line":
|
|
2296
|
-
"byte_start":
|
|
2297
|
-
"byte_end":
|
|
2439
|
+
"line": 432,
|
|
2440
|
+
"byte_start": 37825,
|
|
2441
|
+
"byte_end": 40881,
|
|
2298
2442
|
"bytes": 3056,
|
|
2299
2443
|
"h3_count": 0
|
|
2300
2444
|
},
|
|
2301
2445
|
{
|
|
2302
2446
|
"name": "Defensive Countermeasure Mapping",
|
|
2303
2447
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
2304
|
-
"line":
|
|
2305
|
-
"byte_start":
|
|
2306
|
-
"byte_end":
|
|
2448
|
+
"line": 448,
|
|
2449
|
+
"byte_start": 40881,
|
|
2450
|
+
"byte_end": 44498,
|
|
2307
2451
|
"bytes": 3617,
|
|
2308
2452
|
"h3_count": 0
|
|
2309
2453
|
},
|
|
2310
2454
|
{
|
|
2311
2455
|
"name": "Hand-Off / Related Skills",
|
|
2312
2456
|
"normalized_name": "hand-off",
|
|
2313
|
-
"line":
|
|
2314
|
-
"byte_start":
|
|
2315
|
-
"byte_end":
|
|
2457
|
+
"line": 468,
|
|
2458
|
+
"byte_start": 44498,
|
|
2459
|
+
"byte_end": 46917,
|
|
2316
2460
|
"bytes": 2419,
|
|
2317
2461
|
"h3_count": 0
|
|
2318
2462
|
}
|
|
@@ -2320,102 +2464,102 @@
|
|
|
2320
2464
|
},
|
|
2321
2465
|
"threat-modeling-methodology": {
|
|
2322
2466
|
"path": "skills/threat-modeling-methodology/skill.md",
|
|
2323
|
-
"total_bytes":
|
|
2324
|
-
"total_lines":
|
|
2467
|
+
"total_bytes": 30544,
|
|
2468
|
+
"total_lines": 316,
|
|
2325
2469
|
"frontmatter": {
|
|
2326
2470
|
"line_start": 1,
|
|
2327
|
-
"line_end":
|
|
2471
|
+
"line_end": 46,
|
|
2328
2472
|
"byte_start": 0,
|
|
2329
|
-
"byte_end":
|
|
2473
|
+
"byte_end": 1333
|
|
2330
2474
|
},
|
|
2331
2475
|
"sections": [
|
|
2332
2476
|
{
|
|
2333
2477
|
"name": "Purpose",
|
|
2334
2478
|
"normalized_name": "purpose",
|
|
2335
|
-
"line":
|
|
2336
|
-
"byte_start":
|
|
2337
|
-
"byte_end":
|
|
2479
|
+
"line": 50,
|
|
2480
|
+
"byte_start": 1365,
|
|
2481
|
+
"byte_end": 2049,
|
|
2338
2482
|
"bytes": 684,
|
|
2339
2483
|
"h3_count": 0
|
|
2340
2484
|
},
|
|
2341
2485
|
{
|
|
2342
2486
|
"name": "Threat Context",
|
|
2343
2487
|
"normalized_name": "threat-context",
|
|
2344
|
-
"line":
|
|
2345
|
-
"byte_start":
|
|
2346
|
-
"byte_end":
|
|
2488
|
+
"line": 58,
|
|
2489
|
+
"byte_start": 2049,
|
|
2490
|
+
"byte_end": 6414,
|
|
2347
2491
|
"bytes": 4365,
|
|
2348
2492
|
"h3_count": 0
|
|
2349
2493
|
},
|
|
2350
2494
|
{
|
|
2351
2495
|
"name": "Framework Lag Declaration",
|
|
2352
2496
|
"normalized_name": "framework-lag-declaration",
|
|
2353
|
-
"line":
|
|
2354
|
-
"byte_start":
|
|
2355
|
-
"byte_end":
|
|
2497
|
+
"line": 84,
|
|
2498
|
+
"byte_start": 6414,
|
|
2499
|
+
"byte_end": 10985,
|
|
2356
2500
|
"bytes": 4571,
|
|
2357
2501
|
"h3_count": 0
|
|
2358
2502
|
},
|
|
2359
2503
|
{
|
|
2360
2504
|
"name": "TTP Mapping",
|
|
2361
2505
|
"normalized_name": "ttp-mapping",
|
|
2362
|
-
"line":
|
|
2363
|
-
"byte_start":
|
|
2364
|
-
"byte_end":
|
|
2506
|
+
"line": 114,
|
|
2507
|
+
"byte_start": 10985,
|
|
2508
|
+
"byte_end": 14900,
|
|
2365
2509
|
"bytes": 3915,
|
|
2366
2510
|
"h3_count": 0
|
|
2367
2511
|
},
|
|
2368
2512
|
{
|
|
2369
2513
|
"name": "Exploit Availability Matrix",
|
|
2370
2514
|
"normalized_name": "exploit-availability-matrix",
|
|
2371
|
-
"line":
|
|
2372
|
-
"byte_start":
|
|
2373
|
-
"byte_end":
|
|
2515
|
+
"line": 136,
|
|
2516
|
+
"byte_start": 14900,
|
|
2517
|
+
"byte_end": 17202,
|
|
2374
2518
|
"bytes": 2302,
|
|
2375
2519
|
"h3_count": 0
|
|
2376
2520
|
},
|
|
2377
2521
|
{
|
|
2378
2522
|
"name": "Analysis Procedure",
|
|
2379
2523
|
"normalized_name": "analysis-procedure",
|
|
2380
|
-
"line":
|
|
2381
|
-
"byte_start":
|
|
2382
|
-
"byte_end":
|
|
2524
|
+
"line": 158,
|
|
2525
|
+
"byte_start": 17202,
|
|
2526
|
+
"byte_end": 23809,
|
|
2383
2527
|
"bytes": 6607,
|
|
2384
2528
|
"h3_count": 10
|
|
2385
2529
|
},
|
|
2386
2530
|
{
|
|
2387
2531
|
"name": "Output Format",
|
|
2388
2532
|
"normalized_name": "output-format",
|
|
2389
|
-
"line":
|
|
2390
|
-
"byte_start":
|
|
2391
|
-
"byte_end":
|
|
2533
|
+
"line": 233,
|
|
2534
|
+
"byte_start": 23809,
|
|
2535
|
+
"byte_end": 25358,
|
|
2392
2536
|
"bytes": 1549,
|
|
2393
2537
|
"h3_count": 9
|
|
2394
2538
|
},
|
|
2395
2539
|
{
|
|
2396
2540
|
"name": "Compliance Theater Check",
|
|
2397
2541
|
"normalized_name": "compliance-theater-check",
|
|
2398
|
-
"line":
|
|
2399
|
-
"byte_start":
|
|
2400
|
-
"byte_end":
|
|
2542
|
+
"line": 275,
|
|
2543
|
+
"byte_start": 25358,
|
|
2544
|
+
"byte_end": 27282,
|
|
2401
2545
|
"bytes": 1924,
|
|
2402
2546
|
"h3_count": 0
|
|
2403
2547
|
},
|
|
2404
2548
|
{
|
|
2405
2549
|
"name": "Defensive Countermeasure Mapping",
|
|
2406
2550
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
2407
|
-
"line":
|
|
2408
|
-
"byte_start":
|
|
2409
|
-
"byte_end":
|
|
2551
|
+
"line": 293,
|
|
2552
|
+
"byte_start": 27282,
|
|
2553
|
+
"byte_end": 28986,
|
|
2410
2554
|
"bytes": 1704,
|
|
2411
2555
|
"h3_count": 0
|
|
2412
2556
|
},
|
|
2413
2557
|
{
|
|
2414
2558
|
"name": "Hand-Off / Related Skills",
|
|
2415
2559
|
"normalized_name": "hand-off",
|
|
2416
|
-
"line":
|
|
2417
|
-
"byte_start":
|
|
2418
|
-
"byte_end":
|
|
2560
|
+
"line": 306,
|
|
2561
|
+
"byte_start": 28986,
|
|
2562
|
+
"byte_end": 30544,
|
|
2419
2563
|
"bytes": 1558,
|
|
2420
2564
|
"h3_count": 0
|
|
2421
2565
|
}
|
|
@@ -2423,93 +2567,93 @@
|
|
|
2423
2567
|
},
|
|
2424
2568
|
"webapp-security": {
|
|
2425
2569
|
"path": "skills/webapp-security/skill.md",
|
|
2426
|
-
"total_bytes":
|
|
2427
|
-
"total_lines":
|
|
2570
|
+
"total_bytes": 28689,
|
|
2571
|
+
"total_lines": 285,
|
|
2428
2572
|
"frontmatter": {
|
|
2429
2573
|
"line_start": 1,
|
|
2430
|
-
"line_end":
|
|
2574
|
+
"line_end": 72,
|
|
2431
2575
|
"byte_start": 0,
|
|
2432
|
-
"byte_end":
|
|
2576
|
+
"byte_end": 1347
|
|
2433
2577
|
},
|
|
2434
2578
|
"sections": [
|
|
2435
2579
|
{
|
|
2436
2580
|
"name": "Threat Context (mid-2026)",
|
|
2437
2581
|
"normalized_name": "threat-context",
|
|
2438
|
-
"line":
|
|
2439
|
-
"byte_start":
|
|
2440
|
-
"byte_end":
|
|
2582
|
+
"line": 76,
|
|
2583
|
+
"byte_start": 1387,
|
|
2584
|
+
"byte_end": 4830,
|
|
2441
2585
|
"bytes": 3443,
|
|
2442
2586
|
"h3_count": 0
|
|
2443
2587
|
},
|
|
2444
2588
|
{
|
|
2445
2589
|
"name": "Framework Lag Declaration",
|
|
2446
2590
|
"normalized_name": "framework-lag-declaration",
|
|
2447
|
-
"line":
|
|
2448
|
-
"byte_start":
|
|
2449
|
-
"byte_end":
|
|
2591
|
+
"line": 90,
|
|
2592
|
+
"byte_start": 4830,
|
|
2593
|
+
"byte_end": 8391,
|
|
2450
2594
|
"bytes": 3561,
|
|
2451
2595
|
"h3_count": 0
|
|
2452
2596
|
},
|
|
2453
2597
|
{
|
|
2454
2598
|
"name": "TTP Mapping (MITRE ATT&CK Enterprise + ATLAS v5.1.0)",
|
|
2455
2599
|
"normalized_name": "ttp-mapping",
|
|
2456
|
-
"line":
|
|
2457
|
-
"byte_start":
|
|
2458
|
-
"byte_end":
|
|
2600
|
+
"line": 110,
|
|
2601
|
+
"byte_start": 8391,
|
|
2602
|
+
"byte_end": 9909,
|
|
2459
2603
|
"bytes": 1518,
|
|
2460
2604
|
"h3_count": 0
|
|
2461
2605
|
},
|
|
2462
2606
|
{
|
|
2463
2607
|
"name": "Exploit Availability Matrix",
|
|
2464
2608
|
"normalized_name": "exploit-availability-matrix",
|
|
2465
|
-
"line":
|
|
2466
|
-
"byte_start":
|
|
2467
|
-
"byte_end":
|
|
2609
|
+
"line": 122,
|
|
2610
|
+
"byte_start": 9909,
|
|
2611
|
+
"byte_end": 13355,
|
|
2468
2612
|
"bytes": 3446,
|
|
2469
2613
|
"h3_count": 0
|
|
2470
2614
|
},
|
|
2471
2615
|
{
|
|
2472
2616
|
"name": "Analysis Procedure",
|
|
2473
2617
|
"normalized_name": "analysis-procedure",
|
|
2474
|
-
"line":
|
|
2475
|
-
"byte_start":
|
|
2476
|
-
"byte_end":
|
|
2618
|
+
"line": 140,
|
|
2619
|
+
"byte_start": 13355,
|
|
2620
|
+
"byte_end": 19856,
|
|
2477
2621
|
"bytes": 6501,
|
|
2478
2622
|
"h3_count": 1
|
|
2479
2623
|
},
|
|
2480
2624
|
{
|
|
2481
2625
|
"name": "Output Format",
|
|
2482
2626
|
"normalized_name": "output-format",
|
|
2483
|
-
"line":
|
|
2484
|
-
"byte_start":
|
|
2485
|
-
"byte_end":
|
|
2627
|
+
"line": 188,
|
|
2628
|
+
"byte_start": 19856,
|
|
2629
|
+
"byte_end": 22998,
|
|
2486
2630
|
"bytes": 3142,
|
|
2487
2631
|
"h3_count": 6
|
|
2488
2632
|
},
|
|
2489
2633
|
{
|
|
2490
2634
|
"name": "Compliance Theater Check",
|
|
2491
2635
|
"normalized_name": "compliance-theater-check",
|
|
2492
|
-
"line":
|
|
2493
|
-
"byte_start":
|
|
2494
|
-
"byte_end":
|
|
2636
|
+
"line": 247,
|
|
2637
|
+
"byte_start": 22998,
|
|
2638
|
+
"byte_end": 24975,
|
|
2495
2639
|
"bytes": 1977,
|
|
2496
2640
|
"h3_count": 0
|
|
2497
2641
|
},
|
|
2498
2642
|
{
|
|
2499
2643
|
"name": "Defensive Countermeasure Mapping",
|
|
2500
2644
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
2501
|
-
"line":
|
|
2502
|
-
"byte_start":
|
|
2503
|
-
"byte_end":
|
|
2645
|
+
"line": 261,
|
|
2646
|
+
"byte_start": 24975,
|
|
2647
|
+
"byte_end": 27494,
|
|
2504
2648
|
"bytes": 2519,
|
|
2505
2649
|
"h3_count": 0
|
|
2506
2650
|
},
|
|
2507
2651
|
{
|
|
2508
2652
|
"name": "Hand-Off / Related Skills",
|
|
2509
2653
|
"normalized_name": "hand-off",
|
|
2510
|
-
"line":
|
|
2511
|
-
"byte_start":
|
|
2512
|
-
"byte_end":
|
|
2654
|
+
"line": 275,
|
|
2655
|
+
"byte_start": 27494,
|
|
2656
|
+
"byte_end": 28689,
|
|
2513
2657
|
"bytes": 1195,
|
|
2514
2658
|
"h3_count": 0
|
|
2515
2659
|
}
|
|
@@ -2517,102 +2661,102 @@
|
|
|
2517
2661
|
},
|
|
2518
2662
|
"ai-risk-management": {
|
|
2519
2663
|
"path": "skills/ai-risk-management/skill.md",
|
|
2520
|
-
"total_bytes":
|
|
2521
|
-
"total_lines":
|
|
2664
|
+
"total_bytes": 33571,
|
|
2665
|
+
"total_lines": 315,
|
|
2522
2666
|
"frontmatter": {
|
|
2523
2667
|
"line_start": 1,
|
|
2524
|
-
"line_end":
|
|
2668
|
+
"line_end": 46,
|
|
2525
2669
|
"byte_start": 0,
|
|
2526
|
-
"byte_end":
|
|
2670
|
+
"byte_end": 1094
|
|
2527
2671
|
},
|
|
2528
2672
|
"sections": [
|
|
2529
2673
|
{
|
|
2530
2674
|
"name": "Purpose",
|
|
2531
2675
|
"normalized_name": "purpose",
|
|
2532
|
-
"line":
|
|
2533
|
-
"byte_start":
|
|
2534
|
-
"byte_end":
|
|
2676
|
+
"line": 50,
|
|
2677
|
+
"byte_start": 1136,
|
|
2678
|
+
"byte_end": 1915,
|
|
2535
2679
|
"bytes": 779,
|
|
2536
2680
|
"h3_count": 0
|
|
2537
2681
|
},
|
|
2538
2682
|
{
|
|
2539
2683
|
"name": "Threat Context (mid-2026)",
|
|
2540
2684
|
"normalized_name": "threat-context",
|
|
2541
|
-
"line":
|
|
2542
|
-
"byte_start":
|
|
2543
|
-
"byte_end":
|
|
2685
|
+
"line": 58,
|
|
2686
|
+
"byte_start": 1915,
|
|
2687
|
+
"byte_end": 5517,
|
|
2544
2688
|
"bytes": 3602,
|
|
2545
2689
|
"h3_count": 0
|
|
2546
2690
|
},
|
|
2547
2691
|
{
|
|
2548
2692
|
"name": "Framework Lag Declaration",
|
|
2549
2693
|
"normalized_name": "framework-lag-declaration",
|
|
2550
|
-
"line":
|
|
2551
|
-
"byte_start":
|
|
2552
|
-
"byte_end":
|
|
2694
|
+
"line": 84,
|
|
2695
|
+
"byte_start": 5517,
|
|
2696
|
+
"byte_end": 10803,
|
|
2553
2697
|
"bytes": 5286,
|
|
2554
2698
|
"h3_count": 0
|
|
2555
2699
|
},
|
|
2556
2700
|
{
|
|
2557
2701
|
"name": "TTP Mapping",
|
|
2558
2702
|
"normalized_name": "ttp-mapping",
|
|
2559
|
-
"line":
|
|
2560
|
-
"byte_start":
|
|
2561
|
-
"byte_end":
|
|
2703
|
+
"line": 108,
|
|
2704
|
+
"byte_start": 10803,
|
|
2705
|
+
"byte_end": 13004,
|
|
2562
2706
|
"bytes": 2201,
|
|
2563
2707
|
"h3_count": 0
|
|
2564
2708
|
},
|
|
2565
2709
|
{
|
|
2566
2710
|
"name": "Exploit Availability Matrix",
|
|
2567
2711
|
"normalized_name": "exploit-availability-matrix",
|
|
2568
|
-
"line":
|
|
2569
|
-
"byte_start":
|
|
2570
|
-
"byte_end":
|
|
2712
|
+
"line": 129,
|
|
2713
|
+
"byte_start": 13004,
|
|
2714
|
+
"byte_end": 15470,
|
|
2571
2715
|
"bytes": 2466,
|
|
2572
2716
|
"h3_count": 0
|
|
2573
2717
|
},
|
|
2574
2718
|
{
|
|
2575
2719
|
"name": "Analysis Procedure",
|
|
2576
2720
|
"normalized_name": "analysis-procedure",
|
|
2577
|
-
"line":
|
|
2578
|
-
"byte_start":
|
|
2579
|
-
"byte_end":
|
|
2721
|
+
"line": 146,
|
|
2722
|
+
"byte_start": 15470,
|
|
2723
|
+
"byte_end": 24134,
|
|
2580
2724
|
"bytes": 8664,
|
|
2581
2725
|
"h3_count": 10
|
|
2582
2726
|
},
|
|
2583
2727
|
{
|
|
2584
2728
|
"name": "Output Format",
|
|
2585
2729
|
"normalized_name": "output-format",
|
|
2586
|
-
"line":
|
|
2587
|
-
"byte_start":
|
|
2588
|
-
"byte_end":
|
|
2730
|
+
"line": 216,
|
|
2731
|
+
"byte_start": 24134,
|
|
2732
|
+
"byte_end": 26994,
|
|
2589
2733
|
"bytes": 2860,
|
|
2590
2734
|
"h3_count": 10
|
|
2591
2735
|
},
|
|
2592
2736
|
{
|
|
2593
2737
|
"name": "Compliance Theater Check",
|
|
2594
2738
|
"normalized_name": "compliance-theater-check",
|
|
2595
|
-
"line":
|
|
2596
|
-
"byte_start":
|
|
2597
|
-
"byte_end":
|
|
2739
|
+
"line": 270,
|
|
2740
|
+
"byte_start": 26994,
|
|
2741
|
+
"byte_end": 29793,
|
|
2598
2742
|
"bytes": 2799,
|
|
2599
2743
|
"h3_count": 0
|
|
2600
2744
|
},
|
|
2601
2745
|
{
|
|
2602
2746
|
"name": "Defensive Countermeasure Mapping",
|
|
2603
2747
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
2604
|
-
"line":
|
|
2605
|
-
"byte_start":
|
|
2606
|
-
"byte_end":
|
|
2748
|
+
"line": 288,
|
|
2749
|
+
"byte_start": 29793,
|
|
2750
|
+
"byte_end": 31580,
|
|
2607
2751
|
"bytes": 1787,
|
|
2608
2752
|
"h3_count": 0
|
|
2609
2753
|
},
|
|
2610
2754
|
{
|
|
2611
2755
|
"name": "Hand-Off / Related Skills",
|
|
2612
2756
|
"normalized_name": "hand-off",
|
|
2613
|
-
"line":
|
|
2614
|
-
"byte_start":
|
|
2615
|
-
"byte_end":
|
|
2757
|
+
"line": 302,
|
|
2758
|
+
"byte_start": 31580,
|
|
2759
|
+
"byte_end": 33571,
|
|
2616
2760
|
"bytes": 1991,
|
|
2617
2761
|
"h3_count": 0
|
|
2618
2762
|
}
|
|
@@ -2620,93 +2764,93 @@
|
|
|
2620
2764
|
},
|
|
2621
2765
|
"sector-healthcare": {
|
|
2622
2766
|
"path": "skills/sector-healthcare/skill.md",
|
|
2623
|
-
"total_bytes":
|
|
2624
|
-
"total_lines":
|
|
2767
|
+
"total_bytes": 47391,
|
|
2768
|
+
"total_lines": 377,
|
|
2625
2769
|
"frontmatter": {
|
|
2626
2770
|
"line_start": 1,
|
|
2627
|
-
"line_end":
|
|
2771
|
+
"line_end": 56,
|
|
2628
2772
|
"byte_start": 0,
|
|
2629
|
-
"byte_end":
|
|
2773
|
+
"byte_end": 1170
|
|
2630
2774
|
},
|
|
2631
2775
|
"sections": [
|
|
2632
2776
|
{
|
|
2633
2777
|
"name": "Threat Context (mid-2026)",
|
|
2634
2778
|
"normalized_name": "threat-context",
|
|
2635
|
-
"line":
|
|
2636
|
-
"byte_start":
|
|
2637
|
-
"byte_end":
|
|
2779
|
+
"line": 60,
|
|
2780
|
+
"byte_start": 1217,
|
|
2781
|
+
"byte_end": 5441,
|
|
2638
2782
|
"bytes": 4224,
|
|
2639
2783
|
"h3_count": 0
|
|
2640
2784
|
},
|
|
2641
2785
|
{
|
|
2642
2786
|
"name": "Framework Lag Declaration",
|
|
2643
2787
|
"normalized_name": "framework-lag-declaration",
|
|
2644
|
-
"line":
|
|
2645
|
-
"byte_start":
|
|
2646
|
-
"byte_end":
|
|
2788
|
+
"line": 83,
|
|
2789
|
+
"byte_start": 5441,
|
|
2790
|
+
"byte_end": 15067,
|
|
2647
2791
|
"bytes": 9626,
|
|
2648
2792
|
"h3_count": 0
|
|
2649
2793
|
},
|
|
2650
2794
|
{
|
|
2651
2795
|
"name": "TTP Mapping",
|
|
2652
2796
|
"normalized_name": "ttp-mapping",
|
|
2653
|
-
"line":
|
|
2654
|
-
"byte_start":
|
|
2655
|
-
"byte_end":
|
|
2797
|
+
"line": 112,
|
|
2798
|
+
"byte_start": 15067,
|
|
2799
|
+
"byte_end": 19770,
|
|
2656
2800
|
"bytes": 4703,
|
|
2657
2801
|
"h3_count": 0
|
|
2658
2802
|
},
|
|
2659
2803
|
{
|
|
2660
2804
|
"name": "Exploit Availability Matrix",
|
|
2661
2805
|
"normalized_name": "exploit-availability-matrix",
|
|
2662
|
-
"line":
|
|
2663
|
-
"byte_start":
|
|
2664
|
-
"byte_end":
|
|
2806
|
+
"line": 129,
|
|
2807
|
+
"byte_start": 19770,
|
|
2808
|
+
"byte_end": 23104,
|
|
2665
2809
|
"bytes": 3334,
|
|
2666
2810
|
"h3_count": 0
|
|
2667
2811
|
},
|
|
2668
2812
|
{
|
|
2669
2813
|
"name": "Analysis Procedure",
|
|
2670
2814
|
"normalized_name": "analysis-procedure",
|
|
2671
|
-
"line":
|
|
2672
|
-
"byte_start":
|
|
2673
|
-
"byte_end":
|
|
2815
|
+
"line": 144,
|
|
2816
|
+
"byte_start": 23104,
|
|
2817
|
+
"byte_end": 33659,
|
|
2674
2818
|
"bytes": 10555,
|
|
2675
2819
|
"h3_count": 12
|
|
2676
2820
|
},
|
|
2677
2821
|
{
|
|
2678
2822
|
"name": "Output Format",
|
|
2679
2823
|
"normalized_name": "output-format",
|
|
2680
|
-
"line":
|
|
2681
|
-
"byte_start":
|
|
2682
|
-
"byte_end":
|
|
2824
|
+
"line": 241,
|
|
2825
|
+
"byte_start": 33659,
|
|
2826
|
+
"byte_end": 36550,
|
|
2683
2827
|
"bytes": 2891,
|
|
2684
2828
|
"h3_count": 14
|
|
2685
2829
|
},
|
|
2686
2830
|
{
|
|
2687
2831
|
"name": "Compliance Theater Check",
|
|
2688
2832
|
"normalized_name": "compliance-theater-check",
|
|
2689
|
-
"line":
|
|
2690
|
-
"byte_start":
|
|
2691
|
-
"byte_end":
|
|
2833
|
+
"line": 310,
|
|
2834
|
+
"byte_start": 36550,
|
|
2835
|
+
"byte_end": 40118,
|
|
2692
2836
|
"bytes": 3568,
|
|
2693
2837
|
"h3_count": 0
|
|
2694
2838
|
},
|
|
2695
2839
|
{
|
|
2696
2840
|
"name": "Defensive Countermeasure Mapping",
|
|
2697
2841
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
2698
|
-
"line":
|
|
2699
|
-
"byte_start":
|
|
2700
|
-
"byte_end":
|
|
2842
|
+
"line": 345,
|
|
2843
|
+
"byte_start": 40118,
|
|
2844
|
+
"byte_end": 43532,
|
|
2701
2845
|
"bytes": 3414,
|
|
2702
2846
|
"h3_count": 0
|
|
2703
2847
|
},
|
|
2704
2848
|
{
|
|
2705
2849
|
"name": "Hand-Off / Related Skills",
|
|
2706
2850
|
"normalized_name": "hand-off",
|
|
2707
|
-
"line":
|
|
2708
|
-
"byte_start":
|
|
2709
|
-
"byte_end":
|
|
2851
|
+
"line": 359,
|
|
2852
|
+
"byte_start": 43532,
|
|
2853
|
+
"byte_end": 47391,
|
|
2710
2854
|
"bytes": 3859,
|
|
2711
2855
|
"h3_count": 0
|
|
2712
2856
|
}
|
|
@@ -2714,93 +2858,93 @@
|
|
|
2714
2858
|
},
|
|
2715
2859
|
"sector-financial": {
|
|
2716
2860
|
"path": "skills/sector-financial/skill.md",
|
|
2717
|
-
"total_bytes":
|
|
2718
|
-
"total_lines":
|
|
2861
|
+
"total_bytes": 49827,
|
|
2862
|
+
"total_lines": 402,
|
|
2719
2863
|
"frontmatter": {
|
|
2720
2864
|
"line_start": 1,
|
|
2721
|
-
"line_end":
|
|
2865
|
+
"line_end": 77,
|
|
2722
2866
|
"byte_start": 0,
|
|
2723
|
-
"byte_end":
|
|
2867
|
+
"byte_end": 2439
|
|
2724
2868
|
},
|
|
2725
2869
|
"sections": [
|
|
2726
2870
|
{
|
|
2727
2871
|
"name": "Threat Context (mid-2026)",
|
|
2728
2872
|
"normalized_name": "threat-context",
|
|
2729
|
-
"line":
|
|
2730
|
-
"byte_start":
|
|
2731
|
-
"byte_end":
|
|
2873
|
+
"line": 81,
|
|
2874
|
+
"byte_start": 2498,
|
|
2875
|
+
"byte_end": 10053,
|
|
2732
2876
|
"bytes": 7555,
|
|
2733
2877
|
"h3_count": 0
|
|
2734
2878
|
},
|
|
2735
2879
|
{
|
|
2736
2880
|
"name": "Framework Lag Declaration",
|
|
2737
2881
|
"normalized_name": "framework-lag-declaration",
|
|
2738
|
-
"line":
|
|
2739
|
-
"byte_start":
|
|
2740
|
-
"byte_end":
|
|
2882
|
+
"line": 120,
|
|
2883
|
+
"byte_start": 10053,
|
|
2884
|
+
"byte_end": 19000,
|
|
2741
2885
|
"bytes": 8947,
|
|
2742
2886
|
"h3_count": 0
|
|
2743
2887
|
},
|
|
2744
2888
|
{
|
|
2745
2889
|
"name": "TTP Mapping",
|
|
2746
2890
|
"normalized_name": "ttp-mapping",
|
|
2747
|
-
"line":
|
|
2748
|
-
"byte_start":
|
|
2749
|
-
"byte_end":
|
|
2891
|
+
"line": 150,
|
|
2892
|
+
"byte_start": 19000,
|
|
2893
|
+
"byte_end": 23497,
|
|
2750
2894
|
"bytes": 4497,
|
|
2751
2895
|
"h3_count": 0
|
|
2752
2896
|
},
|
|
2753
2897
|
{
|
|
2754
2898
|
"name": "Exploit Availability Matrix",
|
|
2755
2899
|
"normalized_name": "exploit-availability-matrix",
|
|
2756
|
-
"line":
|
|
2757
|
-
"byte_start":
|
|
2758
|
-
"byte_end":
|
|
2900
|
+
"line": 169,
|
|
2901
|
+
"byte_start": 23497,
|
|
2902
|
+
"byte_end": 26383,
|
|
2759
2903
|
"bytes": 2886,
|
|
2760
2904
|
"h3_count": 0
|
|
2761
2905
|
},
|
|
2762
2906
|
{
|
|
2763
2907
|
"name": "Analysis Procedure",
|
|
2764
2908
|
"normalized_name": "analysis-procedure",
|
|
2765
|
-
"line":
|
|
2766
|
-
"byte_start":
|
|
2767
|
-
"byte_end":
|
|
2909
|
+
"line": 185,
|
|
2910
|
+
"byte_start": 26383,
|
|
2911
|
+
"byte_end": 35137,
|
|
2768
2912
|
"bytes": 8754,
|
|
2769
2913
|
"h3_count": 10
|
|
2770
2914
|
},
|
|
2771
2915
|
{
|
|
2772
2916
|
"name": "Output Format",
|
|
2773
2917
|
"normalized_name": "output-format",
|
|
2774
|
-
"line":
|
|
2775
|
-
"byte_start":
|
|
2776
|
-
"byte_end":
|
|
2918
|
+
"line": 274,
|
|
2919
|
+
"byte_start": 35137,
|
|
2920
|
+
"byte_end": 37892,
|
|
2777
2921
|
"bytes": 2755,
|
|
2778
2922
|
"h3_count": 15
|
|
2779
2923
|
},
|
|
2780
2924
|
{
|
|
2781
2925
|
"name": "Compliance Theater Check",
|
|
2782
2926
|
"normalized_name": "compliance-theater-check",
|
|
2783
|
-
"line":
|
|
2784
|
-
"byte_start":
|
|
2785
|
-
"byte_end":
|
|
2927
|
+
"line": 336,
|
|
2928
|
+
"byte_start": 37892,
|
|
2929
|
+
"byte_end": 42230,
|
|
2786
2930
|
"bytes": 4338,
|
|
2787
2931
|
"h3_count": 0
|
|
2788
2932
|
},
|
|
2789
2933
|
{
|
|
2790
2934
|
"name": "Defensive Countermeasure Mapping",
|
|
2791
2935
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
2792
|
-
"line":
|
|
2793
|
-
"byte_start":
|
|
2794
|
-
"byte_end":
|
|
2936
|
+
"line": 371,
|
|
2937
|
+
"byte_start": 42230,
|
|
2938
|
+
"byte_end": 46074,
|
|
2795
2939
|
"bytes": 3844,
|
|
2796
2940
|
"h3_count": 0
|
|
2797
2941
|
},
|
|
2798
2942
|
{
|
|
2799
2943
|
"name": "Hand-Off / Related Skills",
|
|
2800
2944
|
"normalized_name": "hand-off",
|
|
2801
|
-
"line":
|
|
2802
|
-
"byte_start":
|
|
2803
|
-
"byte_end":
|
|
2945
|
+
"line": 386,
|
|
2946
|
+
"byte_start": 46074,
|
|
2947
|
+
"byte_end": 49827,
|
|
2804
2948
|
"bytes": 3753,
|
|
2805
2949
|
"h3_count": 0
|
|
2806
2950
|
}
|
|
@@ -2808,93 +2952,93 @@
|
|
|
2808
2952
|
},
|
|
2809
2953
|
"sector-federal-government": {
|
|
2810
2954
|
"path": "skills/sector-federal-government/skill.md",
|
|
2811
|
-
"total_bytes":
|
|
2812
|
-
"total_lines":
|
|
2955
|
+
"total_bytes": 44111,
|
|
2956
|
+
"total_lines": 306,
|
|
2813
2957
|
"frontmatter": {
|
|
2814
2958
|
"line_start": 1,
|
|
2815
|
-
"line_end":
|
|
2959
|
+
"line_end": 65,
|
|
2816
2960
|
"byte_start": 0,
|
|
2817
|
-
"byte_end":
|
|
2961
|
+
"byte_end": 2866
|
|
2818
2962
|
},
|
|
2819
2963
|
"sections": [
|
|
2820
2964
|
{
|
|
2821
2965
|
"name": "Threat Context (mid-2026)",
|
|
2822
2966
|
"normalized_name": "threat-context",
|
|
2823
|
-
"line":
|
|
2824
|
-
"byte_start":
|
|
2825
|
-
"byte_end":
|
|
2967
|
+
"line": 69,
|
|
2968
|
+
"byte_start": 2926,
|
|
2969
|
+
"byte_end": 8206,
|
|
2826
2970
|
"bytes": 5280,
|
|
2827
2971
|
"h3_count": 0
|
|
2828
2972
|
},
|
|
2829
2973
|
{
|
|
2830
2974
|
"name": "Framework Lag Declaration",
|
|
2831
2975
|
"normalized_name": "framework-lag-declaration",
|
|
2832
|
-
"line":
|
|
2833
|
-
"byte_start":
|
|
2834
|
-
"byte_end":
|
|
2976
|
+
"line": 89,
|
|
2977
|
+
"byte_start": 8206,
|
|
2978
|
+
"byte_end": 17699,
|
|
2835
2979
|
"bytes": 9493,
|
|
2836
2980
|
"h3_count": 0
|
|
2837
2981
|
},
|
|
2838
2982
|
{
|
|
2839
2983
|
"name": "TTP Mapping",
|
|
2840
2984
|
"normalized_name": "ttp-mapping",
|
|
2841
|
-
"line":
|
|
2842
|
-
"byte_start":
|
|
2843
|
-
"byte_end":
|
|
2985
|
+
"line": 119,
|
|
2986
|
+
"byte_start": 17699,
|
|
2987
|
+
"byte_end": 20115,
|
|
2844
2988
|
"bytes": 2416,
|
|
2845
2989
|
"h3_count": 0
|
|
2846
2990
|
},
|
|
2847
2991
|
{
|
|
2848
2992
|
"name": "Exploit Availability Matrix",
|
|
2849
2993
|
"normalized_name": "exploit-availability-matrix",
|
|
2850
|
-
"line":
|
|
2851
|
-
"byte_start":
|
|
2852
|
-
"byte_end":
|
|
2994
|
+
"line": 137,
|
|
2995
|
+
"byte_start": 20115,
|
|
2996
|
+
"byte_end": 26254,
|
|
2853
2997
|
"bytes": 6139,
|
|
2854
2998
|
"h3_count": 0
|
|
2855
2999
|
},
|
|
2856
3000
|
{
|
|
2857
3001
|
"name": "Analysis Procedure",
|
|
2858
3002
|
"normalized_name": "analysis-procedure",
|
|
2859
|
-
"line":
|
|
2860
|
-
"byte_start":
|
|
2861
|
-
"byte_end":
|
|
3003
|
+
"line": 156,
|
|
3004
|
+
"byte_start": 26254,
|
|
3005
|
+
"byte_end": 34294,
|
|
2862
3006
|
"bytes": 8040,
|
|
2863
3007
|
"h3_count": 4
|
|
2864
3008
|
},
|
|
2865
3009
|
{
|
|
2866
3010
|
"name": "Output Format",
|
|
2867
3011
|
"normalized_name": "output-format",
|
|
2868
|
-
"line":
|
|
2869
|
-
"byte_start":
|
|
2870
|
-
"byte_end":
|
|
3012
|
+
"line": 213,
|
|
3013
|
+
"byte_start": 34294,
|
|
3014
|
+
"byte_end": 36782,
|
|
2871
3015
|
"bytes": 2488,
|
|
2872
3016
|
"h3_count": 10
|
|
2873
3017
|
},
|
|
2874
3018
|
{
|
|
2875
3019
|
"name": "Compliance Theater Check",
|
|
2876
3020
|
"normalized_name": "compliance-theater-check",
|
|
2877
|
-
"line":
|
|
2878
|
-
"byte_start":
|
|
2879
|
-
"byte_end":
|
|
3021
|
+
"line": 267,
|
|
3022
|
+
"byte_start": 36782,
|
|
3023
|
+
"byte_end": 39650,
|
|
2880
3024
|
"bytes": 2868,
|
|
2881
3025
|
"h3_count": 0
|
|
2882
3026
|
},
|
|
2883
3027
|
{
|
|
2884
3028
|
"name": "Defensive Countermeasure Mapping",
|
|
2885
3029
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
2886
|
-
"line":
|
|
2887
|
-
"byte_start":
|
|
2888
|
-
"byte_end":
|
|
3030
|
+
"line": 281,
|
|
3031
|
+
"byte_start": 39650,
|
|
3032
|
+
"byte_end": 42650,
|
|
2889
3033
|
"bytes": 3000,
|
|
2890
3034
|
"h3_count": 0
|
|
2891
3035
|
},
|
|
2892
3036
|
{
|
|
2893
3037
|
"name": "Hand-Off",
|
|
2894
3038
|
"normalized_name": "hand-off",
|
|
2895
|
-
"line":
|
|
2896
|
-
"byte_start":
|
|
2897
|
-
"byte_end":
|
|
3039
|
+
"line": 295,
|
|
3040
|
+
"byte_start": 42650,
|
|
3041
|
+
"byte_end": 44111,
|
|
2898
3042
|
"bytes": 1461,
|
|
2899
3043
|
"h3_count": 0
|
|
2900
3044
|
}
|
|
@@ -2902,93 +3046,93 @@
|
|
|
2902
3046
|
},
|
|
2903
3047
|
"sector-energy": {
|
|
2904
3048
|
"path": "skills/sector-energy/skill.md",
|
|
2905
|
-
"total_bytes":
|
|
2906
|
-
"total_lines":
|
|
3049
|
+
"total_bytes": 53821,
|
|
3050
|
+
"total_lines": 413,
|
|
2907
3051
|
"frontmatter": {
|
|
2908
3052
|
"line_start": 1,
|
|
2909
|
-
"line_end":
|
|
3053
|
+
"line_end": 64,
|
|
2910
3054
|
"byte_start": 0,
|
|
2911
|
-
"byte_end":
|
|
3055
|
+
"byte_end": 2378
|
|
2912
3056
|
},
|
|
2913
3057
|
"sections": [
|
|
2914
3058
|
{
|
|
2915
3059
|
"name": "Threat Context (mid-2026)",
|
|
2916
3060
|
"normalized_name": "threat-context",
|
|
2917
|
-
"line":
|
|
2918
|
-
"byte_start":
|
|
2919
|
-
"byte_end":
|
|
3061
|
+
"line": 70,
|
|
3062
|
+
"byte_start": 3114,
|
|
3063
|
+
"byte_end": 8467,
|
|
2920
3064
|
"bytes": 5353,
|
|
2921
3065
|
"h3_count": 0
|
|
2922
3066
|
},
|
|
2923
3067
|
{
|
|
2924
3068
|
"name": "Framework Lag Declaration",
|
|
2925
3069
|
"normalized_name": "framework-lag-declaration",
|
|
2926
|
-
"line":
|
|
2927
|
-
"byte_start":
|
|
2928
|
-
"byte_end":
|
|
3070
|
+
"line": 96,
|
|
3071
|
+
"byte_start": 8467,
|
|
3072
|
+
"byte_end": 16804,
|
|
2929
3073
|
"bytes": 8337,
|
|
2930
3074
|
"h3_count": 0
|
|
2931
3075
|
},
|
|
2932
3076
|
{
|
|
2933
3077
|
"name": "TTP Mapping",
|
|
2934
3078
|
"normalized_name": "ttp-mapping",
|
|
2935
|
-
"line":
|
|
2936
|
-
"byte_start":
|
|
2937
|
-
"byte_end":
|
|
3079
|
+
"line": 121,
|
|
3080
|
+
"byte_start": 16804,
|
|
3081
|
+
"byte_end": 23180,
|
|
2938
3082
|
"bytes": 6376,
|
|
2939
3083
|
"h3_count": 0
|
|
2940
3084
|
},
|
|
2941
3085
|
{
|
|
2942
3086
|
"name": "Exploit Availability Matrix",
|
|
2943
3087
|
"normalized_name": "exploit-availability-matrix",
|
|
2944
|
-
"line":
|
|
2945
|
-
"byte_start":
|
|
2946
|
-
"byte_end":
|
|
3088
|
+
"line": 147,
|
|
3089
|
+
"byte_start": 23180,
|
|
3090
|
+
"byte_end": 27170,
|
|
2947
3091
|
"bytes": 3990,
|
|
2948
3092
|
"h3_count": 0
|
|
2949
3093
|
},
|
|
2950
3094
|
{
|
|
2951
3095
|
"name": "Analysis Procedure",
|
|
2952
3096
|
"normalized_name": "analysis-procedure",
|
|
2953
|
-
"line":
|
|
2954
|
-
"byte_start":
|
|
2955
|
-
"byte_end":
|
|
3097
|
+
"line": 165,
|
|
3098
|
+
"byte_start": 27170,
|
|
3099
|
+
"byte_end": 38116,
|
|
2956
3100
|
"bytes": 10946,
|
|
2957
3101
|
"h3_count": 13
|
|
2958
3102
|
},
|
|
2959
3103
|
{
|
|
2960
3104
|
"name": "Output Format",
|
|
2961
3105
|
"normalized_name": "output-format",
|
|
2962
|
-
"line":
|
|
2963
|
-
"byte_start":
|
|
2964
|
-
"byte_end":
|
|
3106
|
+
"line": 277,
|
|
3107
|
+
"byte_start": 38116,
|
|
3108
|
+
"byte_end": 40904,
|
|
2965
3109
|
"bytes": 2788,
|
|
2966
3110
|
"h3_count": 13
|
|
2967
3111
|
},
|
|
2968
3112
|
{
|
|
2969
3113
|
"name": "Compliance Theater Check",
|
|
2970
3114
|
"normalized_name": "compliance-theater-check",
|
|
2971
|
-
"line":
|
|
2972
|
-
"byte_start":
|
|
2973
|
-
"byte_end":
|
|
3115
|
+
"line": 342,
|
|
3116
|
+
"byte_start": 40904,
|
|
3117
|
+
"byte_end": 45895,
|
|
2974
3118
|
"bytes": 4991,
|
|
2975
3119
|
"h3_count": 0
|
|
2976
3120
|
},
|
|
2977
3121
|
{
|
|
2978
3122
|
"name": "Defensive Countermeasure Mapping",
|
|
2979
3123
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
2980
|
-
"line":
|
|
2981
|
-
"byte_start":
|
|
2982
|
-
"byte_end":
|
|
3124
|
+
"line": 380,
|
|
3125
|
+
"byte_start": 45895,
|
|
3126
|
+
"byte_end": 50446,
|
|
2983
3127
|
"bytes": 4551,
|
|
2984
3128
|
"h3_count": 0
|
|
2985
3129
|
},
|
|
2986
3130
|
{
|
|
2987
3131
|
"name": "Hand-Off / Related Skills",
|
|
2988
3132
|
"normalized_name": "hand-off",
|
|
2989
|
-
"line":
|
|
2990
|
-
"byte_start":
|
|
2991
|
-
"byte_end":
|
|
3133
|
+
"line": 396,
|
|
3134
|
+
"byte_start": 50446,
|
|
3135
|
+
"byte_end": 53821,
|
|
2992
3136
|
"bytes": 3375,
|
|
2993
3137
|
"h3_count": 0
|
|
2994
3138
|
}
|
|
@@ -2996,93 +3140,93 @@
|
|
|
2996
3140
|
},
|
|
2997
3141
|
"api-security": {
|
|
2998
3142
|
"path": "skills/api-security/skill.md",
|
|
2999
|
-
"total_bytes":
|
|
3000
|
-
"total_lines":
|
|
3143
|
+
"total_bytes": 34661,
|
|
3144
|
+
"total_lines": 291,
|
|
3001
3145
|
"frontmatter": {
|
|
3002
3146
|
"line_start": 1,
|
|
3003
|
-
"line_end":
|
|
3147
|
+
"line_end": 67,
|
|
3004
3148
|
"byte_start": 0,
|
|
3005
|
-
"byte_end":
|
|
3149
|
+
"byte_end": 1291
|
|
3006
3150
|
},
|
|
3007
3151
|
"sections": [
|
|
3008
3152
|
{
|
|
3009
3153
|
"name": "Threat Context (mid-2026)",
|
|
3010
3154
|
"normalized_name": "threat-context",
|
|
3011
|
-
"line":
|
|
3012
|
-
"byte_start":
|
|
3013
|
-
"byte_end":
|
|
3155
|
+
"line": 71,
|
|
3156
|
+
"byte_start": 1319,
|
|
3157
|
+
"byte_end": 6426,
|
|
3014
3158
|
"bytes": 5107,
|
|
3015
3159
|
"h3_count": 0
|
|
3016
3160
|
},
|
|
3017
3161
|
{
|
|
3018
3162
|
"name": "Framework Lag Declaration",
|
|
3019
3163
|
"normalized_name": "framework-lag-declaration",
|
|
3020
|
-
"line":
|
|
3021
|
-
"byte_start":
|
|
3022
|
-
"byte_end":
|
|
3164
|
+
"line": 97,
|
|
3165
|
+
"byte_start": 6426,
|
|
3166
|
+
"byte_end": 9704,
|
|
3023
3167
|
"bytes": 3278,
|
|
3024
3168
|
"h3_count": 0
|
|
3025
3169
|
},
|
|
3026
3170
|
{
|
|
3027
3171
|
"name": "TTP Mapping (MITRE ATT&CK Enterprise + ATLAS v5.1.0)",
|
|
3028
3172
|
"normalized_name": "ttp-mapping",
|
|
3029
|
-
"line":
|
|
3030
|
-
"byte_start":
|
|
3031
|
-
"byte_end":
|
|
3173
|
+
"line": 120,
|
|
3174
|
+
"byte_start": 9704,
|
|
3175
|
+
"byte_end": 11909,
|
|
3032
3176
|
"bytes": 2205,
|
|
3033
3177
|
"h3_count": 0
|
|
3034
3178
|
},
|
|
3035
3179
|
{
|
|
3036
3180
|
"name": "Exploit Availability Matrix",
|
|
3037
3181
|
"normalized_name": "exploit-availability-matrix",
|
|
3038
|
-
"line":
|
|
3039
|
-
"byte_start":
|
|
3040
|
-
"byte_end":
|
|
3182
|
+
"line": 134,
|
|
3183
|
+
"byte_start": 11909,
|
|
3184
|
+
"byte_end": 16343,
|
|
3041
3185
|
"bytes": 4434,
|
|
3042
3186
|
"h3_count": 0
|
|
3043
3187
|
},
|
|
3044
3188
|
{
|
|
3045
3189
|
"name": "Analysis Procedure",
|
|
3046
3190
|
"normalized_name": "analysis-procedure",
|
|
3047
|
-
"line":
|
|
3048
|
-
"byte_start":
|
|
3049
|
-
"byte_end":
|
|
3191
|
+
"line": 154,
|
|
3192
|
+
"byte_start": 16343,
|
|
3193
|
+
"byte_end": 24142,
|
|
3050
3194
|
"bytes": 7799,
|
|
3051
3195
|
"h3_count": 1
|
|
3052
3196
|
},
|
|
3053
3197
|
{
|
|
3054
3198
|
"name": "Output Format",
|
|
3055
3199
|
"normalized_name": "output-format",
|
|
3056
|
-
"line":
|
|
3057
|
-
"byte_start":
|
|
3058
|
-
"byte_end":
|
|
3200
|
+
"line": 202,
|
|
3201
|
+
"byte_start": 24142,
|
|
3202
|
+
"byte_end": 27860,
|
|
3059
3203
|
"bytes": 3718,
|
|
3060
3204
|
"h3_count": 9
|
|
3061
3205
|
},
|
|
3062
3206
|
{
|
|
3063
3207
|
"name": "Compliance Theater Check",
|
|
3064
3208
|
"normalized_name": "compliance-theater-check",
|
|
3065
|
-
"line":
|
|
3066
|
-
"byte_start":
|
|
3067
|
-
"byte_end":
|
|
3209
|
+
"line": 255,
|
|
3210
|
+
"byte_start": 27860,
|
|
3211
|
+
"byte_end": 30218,
|
|
3068
3212
|
"bytes": 2358,
|
|
3069
3213
|
"h3_count": 0
|
|
3070
3214
|
},
|
|
3071
3215
|
{
|
|
3072
3216
|
"name": "Defensive Countermeasure Mapping",
|
|
3073
3217
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
3074
|
-
"line":
|
|
3075
|
-
"byte_start":
|
|
3076
|
-
"byte_end":
|
|
3218
|
+
"line": 269,
|
|
3219
|
+
"byte_start": 30218,
|
|
3220
|
+
"byte_end": 33456,
|
|
3077
3221
|
"bytes": 3238,
|
|
3078
3222
|
"h3_count": 0
|
|
3079
3223
|
},
|
|
3080
3224
|
{
|
|
3081
3225
|
"name": "Hand-Off / Related Skills",
|
|
3082
3226
|
"normalized_name": "hand-off",
|
|
3083
|
-
"line":
|
|
3084
|
-
"byte_start":
|
|
3085
|
-
"byte_end":
|
|
3227
|
+
"line": 283,
|
|
3228
|
+
"byte_start": 33456,
|
|
3229
|
+
"byte_end": 34661,
|
|
3086
3230
|
"bytes": 1205,
|
|
3087
3231
|
"h3_count": 0
|
|
3088
3232
|
}
|
|
@@ -3090,93 +3234,93 @@
|
|
|
3090
3234
|
},
|
|
3091
3235
|
"cloud-security": {
|
|
3092
3236
|
"path": "skills/cloud-security/skill.md",
|
|
3093
|
-
"total_bytes":
|
|
3094
|
-
"total_lines":
|
|
3237
|
+
"total_bytes": 55647,
|
|
3238
|
+
"total_lines": 388,
|
|
3095
3239
|
"frontmatter": {
|
|
3096
3240
|
"line_start": 1,
|
|
3097
|
-
"line_end":
|
|
3241
|
+
"line_end": 78,
|
|
3098
3242
|
"byte_start": 0,
|
|
3099
|
-
"byte_end":
|
|
3243
|
+
"byte_end": 3522
|
|
3100
3244
|
},
|
|
3101
3245
|
"sections": [
|
|
3102
3246
|
{
|
|
3103
3247
|
"name": "Threat Context (mid-2026)",
|
|
3104
3248
|
"normalized_name": "threat-context",
|
|
3105
|
-
"line":
|
|
3106
|
-
"byte_start":
|
|
3107
|
-
"byte_end":
|
|
3249
|
+
"line": 82,
|
|
3250
|
+
"byte_start": 3552,
|
|
3251
|
+
"byte_end": 9941,
|
|
3108
3252
|
"bytes": 6389,
|
|
3109
3253
|
"h3_count": 0
|
|
3110
3254
|
},
|
|
3111
3255
|
{
|
|
3112
3256
|
"name": "Framework Lag Declaration",
|
|
3113
3257
|
"normalized_name": "framework-lag-declaration",
|
|
3114
|
-
"line":
|
|
3115
|
-
"byte_start":
|
|
3116
|
-
"byte_end":
|
|
3258
|
+
"line": 100,
|
|
3259
|
+
"byte_start": 9941,
|
|
3260
|
+
"byte_end": 19000,
|
|
3117
3261
|
"bytes": 9059,
|
|
3118
3262
|
"h3_count": 0
|
|
3119
3263
|
},
|
|
3120
3264
|
{
|
|
3121
3265
|
"name": "TTP Mapping",
|
|
3122
3266
|
"normalized_name": "ttp-mapping",
|
|
3123
|
-
"line":
|
|
3124
|
-
"byte_start":
|
|
3125
|
-
"byte_end":
|
|
3267
|
+
"line": 130,
|
|
3268
|
+
"byte_start": 19000,
|
|
3269
|
+
"byte_end": 22186,
|
|
3126
3270
|
"bytes": 3186,
|
|
3127
3271
|
"h3_count": 0
|
|
3128
3272
|
},
|
|
3129
3273
|
{
|
|
3130
3274
|
"name": "Exploit Availability Matrix",
|
|
3131
3275
|
"normalized_name": "exploit-availability-matrix",
|
|
3132
|
-
"line":
|
|
3133
|
-
"byte_start":
|
|
3134
|
-
"byte_end":
|
|
3276
|
+
"line": 145,
|
|
3277
|
+
"byte_start": 22186,
|
|
3278
|
+
"byte_end": 27408,
|
|
3135
3279
|
"bytes": 5222,
|
|
3136
3280
|
"h3_count": 0
|
|
3137
3281
|
},
|
|
3138
3282
|
{
|
|
3139
3283
|
"name": "Analysis Procedure",
|
|
3140
3284
|
"normalized_name": "analysis-procedure",
|
|
3141
|
-
"line":
|
|
3142
|
-
"byte_start":
|
|
3143
|
-
"byte_end":
|
|
3285
|
+
"line": 160,
|
|
3286
|
+
"byte_start": 27408,
|
|
3287
|
+
"byte_end": 40388,
|
|
3144
3288
|
"bytes": 12980,
|
|
3145
3289
|
"h3_count": 11
|
|
3146
3290
|
},
|
|
3147
3291
|
{
|
|
3148
3292
|
"name": "Output Format",
|
|
3149
3293
|
"normalized_name": "output-format",
|
|
3150
|
-
"line":
|
|
3151
|
-
"byte_start":
|
|
3152
|
-
"byte_end":
|
|
3294
|
+
"line": 263,
|
|
3295
|
+
"byte_start": 40388,
|
|
3296
|
+
"byte_end": 42651,
|
|
3153
3297
|
"bytes": 2263,
|
|
3154
3298
|
"h3_count": 13
|
|
3155
3299
|
},
|
|
3156
3300
|
{
|
|
3157
3301
|
"name": "Compliance Theater Check",
|
|
3158
3302
|
"normalized_name": "compliance-theater-check",
|
|
3159
|
-
"line":
|
|
3160
|
-
"byte_start":
|
|
3161
|
-
"byte_end":
|
|
3303
|
+
"line": 320,
|
|
3304
|
+
"byte_start": 42651,
|
|
3305
|
+
"byte_end": 46872,
|
|
3162
3306
|
"bytes": 4221,
|
|
3163
3307
|
"h3_count": 0
|
|
3164
3308
|
},
|
|
3165
3309
|
{
|
|
3166
3310
|
"name": "Defensive Countermeasure Mapping",
|
|
3167
3311
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
3168
|
-
"line":
|
|
3169
|
-
"byte_start":
|
|
3170
|
-
"byte_end":
|
|
3312
|
+
"line": 354,
|
|
3313
|
+
"byte_start": 46872,
|
|
3314
|
+
"byte_end": 51614,
|
|
3171
3315
|
"bytes": 4742,
|
|
3172
3316
|
"h3_count": 0
|
|
3173
3317
|
},
|
|
3174
3318
|
{
|
|
3175
3319
|
"name": "Hand-Off / Related Skills",
|
|
3176
3320
|
"normalized_name": "hand-off",
|
|
3177
|
-
"line":
|
|
3178
|
-
"byte_start":
|
|
3179
|
-
"byte_end":
|
|
3321
|
+
"line": 370,
|
|
3322
|
+
"byte_start": 51614,
|
|
3323
|
+
"byte_end": 55647,
|
|
3180
3324
|
"bytes": 4033,
|
|
3181
3325
|
"h3_count": 0
|
|
3182
3326
|
}
|
|
@@ -3184,93 +3328,93 @@
|
|
|
3184
3328
|
},
|
|
3185
3329
|
"container-runtime-security": {
|
|
3186
3330
|
"path": "skills/container-runtime-security/skill.md",
|
|
3187
|
-
"total_bytes":
|
|
3188
|
-
"total_lines":
|
|
3331
|
+
"total_bytes": 48824,
|
|
3332
|
+
"total_lines": 383,
|
|
3189
3333
|
"frontmatter": {
|
|
3190
3334
|
"line_start": 1,
|
|
3191
|
-
"line_end":
|
|
3335
|
+
"line_end": 61,
|
|
3192
3336
|
"byte_start": 0,
|
|
3193
|
-
"byte_end":
|
|
3337
|
+
"byte_end": 1232
|
|
3194
3338
|
},
|
|
3195
3339
|
"sections": [
|
|
3196
3340
|
{
|
|
3197
3341
|
"name": "Threat Context (mid-2026)",
|
|
3198
3342
|
"normalized_name": "threat-context",
|
|
3199
|
-
"line":
|
|
3200
|
-
"byte_start":
|
|
3201
|
-
"byte_end":
|
|
3343
|
+
"line": 65,
|
|
3344
|
+
"byte_start": 1287,
|
|
3345
|
+
"byte_end": 6810,
|
|
3202
3346
|
"bytes": 5523,
|
|
3203
3347
|
"h3_count": 0
|
|
3204
3348
|
},
|
|
3205
3349
|
{
|
|
3206
3350
|
"name": "Framework Lag Declaration",
|
|
3207
3351
|
"normalized_name": "framework-lag-declaration",
|
|
3208
|
-
"line":
|
|
3209
|
-
"byte_start":
|
|
3210
|
-
"byte_end":
|
|
3352
|
+
"line": 92,
|
|
3353
|
+
"byte_start": 6810,
|
|
3354
|
+
"byte_end": 13222,
|
|
3211
3355
|
"bytes": 6412,
|
|
3212
3356
|
"h3_count": 0
|
|
3213
3357
|
},
|
|
3214
3358
|
{
|
|
3215
3359
|
"name": "TTP Mapping",
|
|
3216
3360
|
"normalized_name": "ttp-mapping",
|
|
3217
|
-
"line":
|
|
3218
|
-
"byte_start":
|
|
3219
|
-
"byte_end":
|
|
3361
|
+
"line": 119,
|
|
3362
|
+
"byte_start": 13222,
|
|
3363
|
+
"byte_end": 17697,
|
|
3220
3364
|
"bytes": 4475,
|
|
3221
3365
|
"h3_count": 0
|
|
3222
3366
|
},
|
|
3223
3367
|
{
|
|
3224
3368
|
"name": "Exploit Availability Matrix",
|
|
3225
3369
|
"normalized_name": "exploit-availability-matrix",
|
|
3226
|
-
"line":
|
|
3227
|
-
"byte_start":
|
|
3228
|
-
"byte_end":
|
|
3370
|
+
"line": 143,
|
|
3371
|
+
"byte_start": 17697,
|
|
3372
|
+
"byte_end": 21684,
|
|
3229
3373
|
"bytes": 3987,
|
|
3230
3374
|
"h3_count": 0
|
|
3231
3375
|
},
|
|
3232
3376
|
{
|
|
3233
3377
|
"name": "Analysis Procedure",
|
|
3234
3378
|
"normalized_name": "analysis-procedure",
|
|
3235
|
-
"line":
|
|
3236
|
-
"byte_start":
|
|
3237
|
-
"byte_end":
|
|
3379
|
+
"line": 160,
|
|
3380
|
+
"byte_start": 21684,
|
|
3381
|
+
"byte_end": 32542,
|
|
3238
3382
|
"bytes": 10858,
|
|
3239
3383
|
"h3_count": 5
|
|
3240
3384
|
},
|
|
3241
3385
|
{
|
|
3242
3386
|
"name": "Output Format",
|
|
3243
3387
|
"normalized_name": "output-format",
|
|
3244
|
-
"line":
|
|
3245
|
-
"byte_start":
|
|
3246
|
-
"byte_end":
|
|
3388
|
+
"line": 246,
|
|
3389
|
+
"byte_start": 32542,
|
|
3390
|
+
"byte_end": 35461,
|
|
3247
3391
|
"bytes": 2919,
|
|
3248
3392
|
"h3_count": 12
|
|
3249
3393
|
},
|
|
3250
3394
|
{
|
|
3251
3395
|
"name": "Compliance Theater Check",
|
|
3252
3396
|
"normalized_name": "compliance-theater-check",
|
|
3253
|
-
"line":
|
|
3254
|
-
"byte_start":
|
|
3255
|
-
"byte_end":
|
|
3397
|
+
"line": 312,
|
|
3398
|
+
"byte_start": 35461,
|
|
3399
|
+
"byte_end": 38958,
|
|
3256
3400
|
"bytes": 3497,
|
|
3257
3401
|
"h3_count": 0
|
|
3258
3402
|
},
|
|
3259
3403
|
{
|
|
3260
3404
|
"name": "Defensive Countermeasure Mapping",
|
|
3261
3405
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
3262
|
-
"line":
|
|
3263
|
-
"byte_start":
|
|
3264
|
-
"byte_end":
|
|
3406
|
+
"line": 348,
|
|
3407
|
+
"byte_start": 38958,
|
|
3408
|
+
"byte_end": 44230,
|
|
3265
3409
|
"bytes": 5272,
|
|
3266
3410
|
"h3_count": 0
|
|
3267
3411
|
},
|
|
3268
3412
|
{
|
|
3269
3413
|
"name": "Hand-Off / Related Skills",
|
|
3270
3414
|
"normalized_name": "hand-off",
|
|
3271
|
-
"line":
|
|
3272
|
-
"byte_start":
|
|
3273
|
-
"byte_end":
|
|
3415
|
+
"line": 365,
|
|
3416
|
+
"byte_start": 44230,
|
|
3417
|
+
"byte_end": 48824,
|
|
3274
3418
|
"bytes": 4594,
|
|
3275
3419
|
"h3_count": 0
|
|
3276
3420
|
}
|
|
@@ -3278,93 +3422,93 @@
|
|
|
3278
3422
|
},
|
|
3279
3423
|
"mlops-security": {
|
|
3280
3424
|
"path": "skills/mlops-security/skill.md",
|
|
3281
|
-
"total_bytes":
|
|
3282
|
-
"total_lines":
|
|
3425
|
+
"total_bytes": 43702,
|
|
3426
|
+
"total_lines": 329,
|
|
3283
3427
|
"frontmatter": {
|
|
3284
3428
|
"line_start": 1,
|
|
3285
|
-
"line_end":
|
|
3429
|
+
"line_end": 66,
|
|
3286
3430
|
"byte_start": 0,
|
|
3287
|
-
"byte_end":
|
|
3431
|
+
"byte_end": 2132
|
|
3288
3432
|
},
|
|
3289
3433
|
"sections": [
|
|
3290
3434
|
{
|
|
3291
3435
|
"name": "Threat Context (mid-2026)",
|
|
3292
3436
|
"normalized_name": "threat-context",
|
|
3293
|
-
"line":
|
|
3294
|
-
"byte_start":
|
|
3295
|
-
"byte_end":
|
|
3437
|
+
"line": 70,
|
|
3438
|
+
"byte_start": 2171,
|
|
3439
|
+
"byte_end": 6521,
|
|
3296
3440
|
"bytes": 4350,
|
|
3297
3441
|
"h3_count": 0
|
|
3298
3442
|
},
|
|
3299
3443
|
{
|
|
3300
3444
|
"name": "Framework Lag Declaration",
|
|
3301
3445
|
"normalized_name": "framework-lag-declaration",
|
|
3302
|
-
"line":
|
|
3303
|
-
"byte_start":
|
|
3304
|
-
"byte_end":
|
|
3446
|
+
"line": 87,
|
|
3447
|
+
"byte_start": 6521,
|
|
3448
|
+
"byte_end": 12303,
|
|
3305
3449
|
"bytes": 5782,
|
|
3306
3450
|
"h3_count": 0
|
|
3307
3451
|
},
|
|
3308
3452
|
{
|
|
3309
3453
|
"name": "TTP Mapping",
|
|
3310
3454
|
"normalized_name": "ttp-mapping",
|
|
3311
|
-
"line":
|
|
3312
|
-
"byte_start":
|
|
3313
|
-
"byte_end":
|
|
3455
|
+
"line": 111,
|
|
3456
|
+
"byte_start": 12303,
|
|
3457
|
+
"byte_end": 16688,
|
|
3314
3458
|
"bytes": 4385,
|
|
3315
3459
|
"h3_count": 0
|
|
3316
3460
|
},
|
|
3317
3461
|
{
|
|
3318
3462
|
"name": "Exploit Availability Matrix",
|
|
3319
3463
|
"normalized_name": "exploit-availability-matrix",
|
|
3320
|
-
"line":
|
|
3321
|
-
"byte_start":
|
|
3322
|
-
"byte_end":
|
|
3464
|
+
"line": 136,
|
|
3465
|
+
"byte_start": 16688,
|
|
3466
|
+
"byte_end": 22174,
|
|
3323
3467
|
"bytes": 5486,
|
|
3324
3468
|
"h3_count": 0
|
|
3325
3469
|
},
|
|
3326
3470
|
{
|
|
3327
3471
|
"name": "Analysis Procedure",
|
|
3328
3472
|
"normalized_name": "analysis-procedure",
|
|
3329
|
-
"line":
|
|
3330
|
-
"byte_start":
|
|
3331
|
-
"byte_end":
|
|
3473
|
+
"line": 162,
|
|
3474
|
+
"byte_start": 22174,
|
|
3475
|
+
"byte_end": 31243,
|
|
3332
3476
|
"bytes": 9069,
|
|
3333
3477
|
"h3_count": 4
|
|
3334
3478
|
},
|
|
3335
3479
|
{
|
|
3336
3480
|
"name": "Output Format",
|
|
3337
3481
|
"normalized_name": "output-format",
|
|
3338
|
-
"line":
|
|
3339
|
-
"byte_start":
|
|
3340
|
-
"byte_end":
|
|
3482
|
+
"line": 227,
|
|
3483
|
+
"byte_start": 31243,
|
|
3484
|
+
"byte_end": 33921,
|
|
3341
3485
|
"bytes": 2678,
|
|
3342
3486
|
"h3_count": 10
|
|
3343
3487
|
},
|
|
3344
3488
|
{
|
|
3345
3489
|
"name": "Compliance Theater Check",
|
|
3346
3490
|
"normalized_name": "compliance-theater-check",
|
|
3347
|
-
"line":
|
|
3348
|
-
"byte_start":
|
|
3349
|
-
"byte_end":
|
|
3491
|
+
"line": 280,
|
|
3492
|
+
"byte_start": 33921,
|
|
3493
|
+
"byte_end": 36852,
|
|
3350
3494
|
"bytes": 2931,
|
|
3351
3495
|
"h3_count": 0
|
|
3352
3496
|
},
|
|
3353
3497
|
{
|
|
3354
3498
|
"name": "Defensive Countermeasure Mapping",
|
|
3355
3499
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
3356
|
-
"line":
|
|
3357
|
-
"byte_start":
|
|
3358
|
-
"byte_end":
|
|
3500
|
+
"line": 296,
|
|
3501
|
+
"byte_start": 36852,
|
|
3502
|
+
"byte_end": 40772,
|
|
3359
3503
|
"bytes": 3920,
|
|
3360
3504
|
"h3_count": 0
|
|
3361
3505
|
},
|
|
3362
3506
|
{
|
|
3363
3507
|
"name": "Hand-Off / Related Skills",
|
|
3364
3508
|
"normalized_name": "hand-off",
|
|
3365
|
-
"line":
|
|
3366
|
-
"byte_start":
|
|
3367
|
-
"byte_end":
|
|
3509
|
+
"line": 316,
|
|
3510
|
+
"byte_start": 40772,
|
|
3511
|
+
"byte_end": 43702,
|
|
3368
3512
|
"bytes": 2930,
|
|
3369
3513
|
"h3_count": 0
|
|
3370
3514
|
}
|
|
@@ -3372,93 +3516,93 @@
|
|
|
3372
3516
|
},
|
|
3373
3517
|
"incident-response-playbook": {
|
|
3374
3518
|
"path": "skills/incident-response-playbook/skill.md",
|
|
3375
|
-
"total_bytes":
|
|
3376
|
-
"total_lines":
|
|
3519
|
+
"total_bytes": 63019,
|
|
3520
|
+
"total_lines": 553,
|
|
3377
3521
|
"frontmatter": {
|
|
3378
3522
|
"line_start": 1,
|
|
3379
|
-
"line_end":
|
|
3523
|
+
"line_end": 63,
|
|
3380
3524
|
"byte_start": 0,
|
|
3381
|
-
"byte_end":
|
|
3525
|
+
"byte_end": 2330
|
|
3382
3526
|
},
|
|
3383
3527
|
"sections": [
|
|
3384
3528
|
{
|
|
3385
3529
|
"name": "Threat Context (mid-2026)",
|
|
3386
3530
|
"normalized_name": "threat-context",
|
|
3387
|
-
"line":
|
|
3388
|
-
"byte_start":
|
|
3389
|
-
"byte_end":
|
|
3531
|
+
"line": 73,
|
|
3532
|
+
"byte_start": 3679,
|
|
3533
|
+
"byte_end": 8567,
|
|
3390
3534
|
"bytes": 4888,
|
|
3391
3535
|
"h3_count": 0
|
|
3392
3536
|
},
|
|
3393
3537
|
{
|
|
3394
3538
|
"name": "Framework Lag Declaration",
|
|
3395
3539
|
"normalized_name": "framework-lag-declaration",
|
|
3396
|
-
"line":
|
|
3397
|
-
"byte_start":
|
|
3398
|
-
"byte_end":
|
|
3540
|
+
"line": 88,
|
|
3541
|
+
"byte_start": 8567,
|
|
3542
|
+
"byte_end": 18765,
|
|
3399
3543
|
"bytes": 10198,
|
|
3400
3544
|
"h3_count": 0
|
|
3401
3545
|
},
|
|
3402
3546
|
{
|
|
3403
3547
|
"name": "TTP Mapping",
|
|
3404
3548
|
"normalized_name": "ttp-mapping",
|
|
3405
|
-
"line":
|
|
3406
|
-
"byte_start":
|
|
3407
|
-
"byte_end":
|
|
3408
|
-
"bytes":
|
|
3549
|
+
"line": 121,
|
|
3550
|
+
"byte_start": 18765,
|
|
3551
|
+
"byte_end": 23520,
|
|
3552
|
+
"bytes": 4755,
|
|
3409
3553
|
"h3_count": 0
|
|
3410
3554
|
},
|
|
3411
3555
|
{
|
|
3412
3556
|
"name": "Exploit Availability Matrix",
|
|
3413
3557
|
"normalized_name": "exploit-availability-matrix",
|
|
3414
|
-
"line":
|
|
3415
|
-
"byte_start":
|
|
3416
|
-
"byte_end":
|
|
3558
|
+
"line": 139,
|
|
3559
|
+
"byte_start": 23520,
|
|
3560
|
+
"byte_end": 27331,
|
|
3417
3561
|
"bytes": 3811,
|
|
3418
3562
|
"h3_count": 0
|
|
3419
3563
|
},
|
|
3420
3564
|
{
|
|
3421
3565
|
"name": "Analysis Procedure",
|
|
3422
3566
|
"normalized_name": "analysis-procedure",
|
|
3423
|
-
"line":
|
|
3424
|
-
"byte_start":
|
|
3425
|
-
"byte_end":
|
|
3567
|
+
"line": 163,
|
|
3568
|
+
"byte_start": 27331,
|
|
3569
|
+
"byte_end": 41659,
|
|
3426
3570
|
"bytes": 14328,
|
|
3427
3571
|
"h3_count": 10
|
|
3428
3572
|
},
|
|
3429
3573
|
{
|
|
3430
3574
|
"name": "Output Format",
|
|
3431
3575
|
"normalized_name": "output-format",
|
|
3432
|
-
"line":
|
|
3433
|
-
"byte_start":
|
|
3434
|
-
"byte_end":
|
|
3576
|
+
"line": 283,
|
|
3577
|
+
"byte_start": 41659,
|
|
3578
|
+
"byte_end": 50786,
|
|
3435
3579
|
"bytes": 9127,
|
|
3436
3580
|
"h3_count": 7
|
|
3437
3581
|
},
|
|
3438
3582
|
{
|
|
3439
3583
|
"name": "Compliance Theater Check",
|
|
3440
3584
|
"normalized_name": "compliance-theater-check",
|
|
3441
|
-
"line":
|
|
3442
|
-
"byte_start":
|
|
3443
|
-
"byte_end":
|
|
3585
|
+
"line": 499,
|
|
3586
|
+
"byte_start": 50786,
|
|
3587
|
+
"byte_end": 54683,
|
|
3444
3588
|
"bytes": 3897,
|
|
3445
3589
|
"h3_count": 0
|
|
3446
3590
|
},
|
|
3447
3591
|
{
|
|
3448
3592
|
"name": "Defensive Countermeasure Mapping",
|
|
3449
3593
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
3450
|
-
"line":
|
|
3451
|
-
"byte_start":
|
|
3452
|
-
"byte_end":
|
|
3594
|
+
"line": 515,
|
|
3595
|
+
"byte_start": 54683,
|
|
3596
|
+
"byte_end": 59823,
|
|
3453
3597
|
"bytes": 5140,
|
|
3454
3598
|
"h3_count": 0
|
|
3455
3599
|
},
|
|
3456
3600
|
{
|
|
3457
3601
|
"name": "Hand-Off / Related Skills",
|
|
3458
3602
|
"normalized_name": "hand-off",
|
|
3459
|
-
"line":
|
|
3460
|
-
"byte_start":
|
|
3461
|
-
"byte_end":
|
|
3603
|
+
"line": 534,
|
|
3604
|
+
"byte_start": 59823,
|
|
3605
|
+
"byte_end": 63019,
|
|
3462
3606
|
"bytes": 3196,
|
|
3463
3607
|
"h3_count": 0
|
|
3464
3608
|
}
|
|
@@ -3466,93 +3610,93 @@
|
|
|
3466
3610
|
},
|
|
3467
3611
|
"email-security-anti-phishing": {
|
|
3468
3612
|
"path": "skills/email-security-anti-phishing/skill.md",
|
|
3469
|
-
"total_bytes":
|
|
3470
|
-
"total_lines":
|
|
3613
|
+
"total_bytes": 26463,
|
|
3614
|
+
"total_lines": 215,
|
|
3471
3615
|
"frontmatter": {
|
|
3472
3616
|
"line_start": 1,
|
|
3473
|
-
"line_end":
|
|
3617
|
+
"line_end": 58,
|
|
3474
3618
|
"byte_start": 0,
|
|
3475
|
-
"byte_end":
|
|
3619
|
+
"byte_end": 1162
|
|
3476
3620
|
},
|
|
3477
3621
|
"sections": [
|
|
3478
3622
|
{
|
|
3479
3623
|
"name": "Threat Context (mid-2026)",
|
|
3480
3624
|
"normalized_name": "threat-context",
|
|
3481
|
-
"line":
|
|
3482
|
-
"byte_start":
|
|
3483
|
-
"byte_end":
|
|
3625
|
+
"line": 62,
|
|
3626
|
+
"byte_start": 1210,
|
|
3627
|
+
"byte_end": 5572,
|
|
3484
3628
|
"bytes": 4362,
|
|
3485
3629
|
"h3_count": 0
|
|
3486
3630
|
},
|
|
3487
3631
|
{
|
|
3488
3632
|
"name": "Framework Lag Declaration",
|
|
3489
3633
|
"normalized_name": "framework-lag-declaration",
|
|
3490
|
-
"line":
|
|
3491
|
-
"byte_start":
|
|
3492
|
-
"byte_end":
|
|
3634
|
+
"line": 80,
|
|
3635
|
+
"byte_start": 5572,
|
|
3636
|
+
"byte_end": 9255,
|
|
3493
3637
|
"bytes": 3683,
|
|
3494
3638
|
"h3_count": 0
|
|
3495
3639
|
},
|
|
3496
3640
|
{
|
|
3497
3641
|
"name": "TTP Mapping",
|
|
3498
3642
|
"normalized_name": "ttp-mapping",
|
|
3499
|
-
"line":
|
|
3500
|
-
"byte_start":
|
|
3501
|
-
"byte_end":
|
|
3643
|
+
"line": 102,
|
|
3644
|
+
"byte_start": 9255,
|
|
3645
|
+
"byte_end": 10675,
|
|
3502
3646
|
"bytes": 1420,
|
|
3503
3647
|
"h3_count": 0
|
|
3504
3648
|
},
|
|
3505
3649
|
{
|
|
3506
3650
|
"name": "Exploit Availability Matrix",
|
|
3507
3651
|
"normalized_name": "exploit-availability-matrix",
|
|
3508
|
-
"line":
|
|
3509
|
-
"byte_start":
|
|
3510
|
-
"byte_end":
|
|
3652
|
+
"line": 116,
|
|
3653
|
+
"byte_start": 10675,
|
|
3654
|
+
"byte_end": 12515,
|
|
3511
3655
|
"bytes": 1840,
|
|
3512
3656
|
"h3_count": 0
|
|
3513
3657
|
},
|
|
3514
3658
|
{
|
|
3515
3659
|
"name": "Analysis Procedure",
|
|
3516
3660
|
"normalized_name": "analysis-procedure",
|
|
3517
|
-
"line":
|
|
3518
|
-
"byte_start":
|
|
3519
|
-
"byte_end":
|
|
3661
|
+
"line": 135,
|
|
3662
|
+
"byte_start": 12515,
|
|
3663
|
+
"byte_end": 19274,
|
|
3520
3664
|
"bytes": 6759,
|
|
3521
3665
|
"h3_count": 0
|
|
3522
3666
|
},
|
|
3523
3667
|
{
|
|
3524
3668
|
"name": "Output Format",
|
|
3525
3669
|
"normalized_name": "output-format",
|
|
3526
|
-
"line":
|
|
3527
|
-
"byte_start":
|
|
3528
|
-
"byte_end":
|
|
3670
|
+
"line": 162,
|
|
3671
|
+
"byte_start": 19274,
|
|
3672
|
+
"byte_end": 21095,
|
|
3529
3673
|
"bytes": 1821,
|
|
3530
3674
|
"h3_count": 0
|
|
3531
3675
|
},
|
|
3532
3676
|
{
|
|
3533
3677
|
"name": "Compliance Theater Check",
|
|
3534
3678
|
"normalized_name": "compliance-theater-check",
|
|
3535
|
-
"line":
|
|
3536
|
-
"byte_start":
|
|
3537
|
-
"byte_end":
|
|
3679
|
+
"line": 179,
|
|
3680
|
+
"byte_start": 21095,
|
|
3681
|
+
"byte_end": 22897,
|
|
3538
3682
|
"bytes": 1802,
|
|
3539
3683
|
"h3_count": 0
|
|
3540
3684
|
},
|
|
3541
3685
|
{
|
|
3542
3686
|
"name": "Defensive Countermeasure Mapping",
|
|
3543
3687
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
3544
|
-
"line":
|
|
3545
|
-
"byte_start":
|
|
3546
|
-
"byte_end":
|
|
3688
|
+
"line": 190,
|
|
3689
|
+
"byte_start": 22897,
|
|
3690
|
+
"byte_end": 25328,
|
|
3547
3691
|
"bytes": 2431,
|
|
3548
3692
|
"h3_count": 0
|
|
3549
3693
|
},
|
|
3550
3694
|
{
|
|
3551
3695
|
"name": "Hand-Off / Related Skills",
|
|
3552
3696
|
"normalized_name": "hand-off",
|
|
3553
|
-
"line":
|
|
3554
|
-
"byte_start":
|
|
3555
|
-
"byte_end":
|
|
3697
|
+
"line": 203,
|
|
3698
|
+
"byte_start": 25328,
|
|
3699
|
+
"byte_end": 26463,
|
|
3556
3700
|
"bytes": 1135,
|
|
3557
3701
|
"h3_count": 0
|
|
3558
3702
|
}
|
|
@@ -3560,93 +3704,93 @@
|
|
|
3560
3704
|
},
|
|
3561
3705
|
"age-gates-child-safety": {
|
|
3562
3706
|
"path": "skills/age-gates-child-safety/skill.md",
|
|
3563
|
-
"total_bytes":
|
|
3564
|
-
"total_lines":
|
|
3707
|
+
"total_bytes": 68916,
|
|
3708
|
+
"total_lines": 460,
|
|
3565
3709
|
"frontmatter": {
|
|
3566
3710
|
"line_start": 1,
|
|
3567
|
-
"line_end":
|
|
3711
|
+
"line_end": 66,
|
|
3568
3712
|
"byte_start": 0,
|
|
3569
|
-
"byte_end":
|
|
3713
|
+
"byte_end": 3143
|
|
3570
3714
|
},
|
|
3571
3715
|
"sections": [
|
|
3572
3716
|
{
|
|
3573
3717
|
"name": "Threat Context (mid-2026)",
|
|
3574
3718
|
"normalized_name": "threat-context",
|
|
3575
|
-
"line":
|
|
3576
|
-
"byte_start":
|
|
3577
|
-
"byte_end":
|
|
3719
|
+
"line": 70,
|
|
3720
|
+
"byte_start": 3192,
|
|
3721
|
+
"byte_end": 7996,
|
|
3578
3722
|
"bytes": 4804,
|
|
3579
3723
|
"h3_count": 0
|
|
3580
3724
|
},
|
|
3581
3725
|
{
|
|
3582
3726
|
"name": "Framework Lag Declaration",
|
|
3583
3727
|
"normalized_name": "framework-lag-declaration",
|
|
3584
|
-
"line":
|
|
3585
|
-
"byte_start":
|
|
3586
|
-
"byte_end":
|
|
3728
|
+
"line": 89,
|
|
3729
|
+
"byte_start": 7996,
|
|
3730
|
+
"byte_end": 23968,
|
|
3587
3731
|
"bytes": 15972,
|
|
3588
3732
|
"h3_count": 0
|
|
3589
3733
|
},
|
|
3590
3734
|
{
|
|
3591
3735
|
"name": "TTP Mapping",
|
|
3592
3736
|
"normalized_name": "ttp-mapping",
|
|
3593
|
-
"line":
|
|
3594
|
-
"byte_start":
|
|
3595
|
-
"byte_end":
|
|
3737
|
+
"line": 129,
|
|
3738
|
+
"byte_start": 23968,
|
|
3739
|
+
"byte_end": 27288,
|
|
3596
3740
|
"bytes": 3320,
|
|
3597
3741
|
"h3_count": 0
|
|
3598
3742
|
},
|
|
3599
3743
|
{
|
|
3600
3744
|
"name": "Exploit Availability Matrix",
|
|
3601
3745
|
"normalized_name": "exploit-availability-matrix",
|
|
3602
|
-
"line":
|
|
3603
|
-
"byte_start":
|
|
3604
|
-
"byte_end":
|
|
3746
|
+
"line": 144,
|
|
3747
|
+
"byte_start": 27288,
|
|
3748
|
+
"byte_end": 34620,
|
|
3605
3749
|
"bytes": 7332,
|
|
3606
3750
|
"h3_count": 0
|
|
3607
3751
|
},
|
|
3608
3752
|
{
|
|
3609
3753
|
"name": "Analysis Procedure",
|
|
3610
3754
|
"normalized_name": "analysis-procedure",
|
|
3611
|
-
"line":
|
|
3612
|
-
"byte_start":
|
|
3613
|
-
"byte_end":
|
|
3755
|
+
"line": 167,
|
|
3756
|
+
"byte_start": 34620,
|
|
3757
|
+
"byte_end": 48753,
|
|
3614
3758
|
"bytes": 14133,
|
|
3615
3759
|
"h3_count": 4
|
|
3616
3760
|
},
|
|
3617
3761
|
{
|
|
3618
3762
|
"name": "Output Format",
|
|
3619
3763
|
"normalized_name": "output-format",
|
|
3620
|
-
"line":
|
|
3621
|
-
"byte_start":
|
|
3622
|
-
"byte_end":
|
|
3764
|
+
"line": 291,
|
|
3765
|
+
"byte_start": 48753,
|
|
3766
|
+
"byte_end": 53356,
|
|
3623
3767
|
"bytes": 4603,
|
|
3624
3768
|
"h3_count": 14
|
|
3625
3769
|
},
|
|
3626
3770
|
{
|
|
3627
3771
|
"name": "Compliance Theater Check",
|
|
3628
3772
|
"normalized_name": "compliance-theater-check",
|
|
3629
|
-
"line":
|
|
3630
|
-
"byte_start":
|
|
3631
|
-
"byte_end":
|
|
3773
|
+
"line": 372,
|
|
3774
|
+
"byte_start": 53356,
|
|
3775
|
+
"byte_end": 59441,
|
|
3632
3776
|
"bytes": 6085,
|
|
3633
3777
|
"h3_count": 0
|
|
3634
3778
|
},
|
|
3635
3779
|
{
|
|
3636
3780
|
"name": "Defensive Countermeasure Mapping",
|
|
3637
3781
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
3638
|
-
"line":
|
|
3639
|
-
"byte_start":
|
|
3640
|
-
"byte_end":
|
|
3782
|
+
"line": 422,
|
|
3783
|
+
"byte_start": 59441,
|
|
3784
|
+
"byte_end": 64583,
|
|
3641
3785
|
"bytes": 5142,
|
|
3642
3786
|
"h3_count": 0
|
|
3643
3787
|
},
|
|
3644
3788
|
{
|
|
3645
3789
|
"name": "Hand-Off / Related Skills",
|
|
3646
3790
|
"normalized_name": "hand-off",
|
|
3647
|
-
"line":
|
|
3648
|
-
"byte_start":
|
|
3649
|
-
"byte_end":
|
|
3791
|
+
"line": 442,
|
|
3792
|
+
"byte_start": 64583,
|
|
3793
|
+
"byte_end": 68916,
|
|
3650
3794
|
"bytes": 4333,
|
|
3651
3795
|
"h3_count": 0
|
|
3652
3796
|
}
|