@blamejs/exceptd-skills 0.12.13 → 0.12.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +150 -0
- package/bin/exceptd.js +147 -9
- package/data/_indexes/_meta.json +45 -45
- package/data/_indexes/activity-feed.json +4 -4
- package/data/_indexes/catalog-summaries.json +29 -29
- package/data/_indexes/chains.json +3238 -3210
- package/data/_indexes/frequency.json +3 -0
- package/data/_indexes/jurisdiction-map.json +5 -3
- package/data/_indexes/section-offsets.json +712 -685
- package/data/_indexes/theater-fingerprints.json +1 -1
- package/data/_indexes/token-budget.json +355 -340
- package/data/atlas-ttps.json +144 -129
- package/data/attack-techniques.json +319 -76
- package/data/cve-catalog.json +515 -475
- package/data/cwe-catalog.json +1081 -759
- package/data/exploit-availability.json +63 -15
- package/data/framework-control-gaps.json +867 -843
- package/data/rfc-references.json +276 -276
- package/keys/EXPECTED_FINGERPRINT +1 -0
- package/lib/auto-discovery.js +21 -4
- package/lib/cross-ref-api.js +39 -6
- package/lib/cve-curation.js +18 -5
- package/lib/lint-skills.js +6 -1
- package/lib/playbook-runner.js +742 -78
- package/lib/refresh-external.js +40 -22
- package/lib/refresh-network.js +193 -17
- package/lib/scoring.js +20 -7
- package/lib/source-ghsa.js +219 -37
- package/lib/source-osv.js +381 -122
- package/lib/validate-catalog-meta.js +64 -9
- package/lib/validate-cve-catalog.js +56 -18
- package/lib/validate-indexes.js +88 -37
- package/lib/verify.js +72 -0
- package/manifest-snapshot.json +1 -1
- package/manifest-snapshot.sha256 +1 -0
- package/manifest.json +73 -73
- package/orchestrator/dispatcher.js +21 -1
- package/orchestrator/event-bus.js +52 -8
- package/orchestrator/index.js +279 -20
- package/orchestrator/pipeline.js +63 -2
- package/orchestrator/scanner.js +32 -10
- package/orchestrator/scheduler.js +150 -17
- package/package.json +3 -1
- package/sbom.cdx.json +7 -7
- package/scripts/check-manifest-snapshot.js +32 -0
- package/scripts/check-sbom-currency.js +65 -3
- package/scripts/check-test-coverage.js +142 -19
- package/scripts/predeploy.js +83 -39
- package/scripts/refresh-manifest-snapshot.js +55 -4
- package/scripts/validate-vendor-online.js +169 -0
- package/scripts/verify-shipped-tarball.js +106 -3
- package/skills/ai-attack-surface/skill.md +18 -10
- package/skills/ai-c2-detection/skill.md +7 -2
- package/skills/ai-risk-management/skill.md +5 -4
- package/skills/api-security/skill.md +3 -3
- package/skills/attack-surface-pentest/skill.md +5 -5
- package/skills/cloud-security/skill.md +1 -1
- package/skills/compliance-theater/skill.md +8 -8
- package/skills/container-runtime-security/skill.md +1 -1
- package/skills/dlp-gap-analysis/skill.md +5 -1
- package/skills/email-security-anti-phishing/skill.md +1 -1
- package/skills/exploit-scoring/skill.md +18 -18
- package/skills/framework-gap-analysis/skill.md +6 -6
- package/skills/global-grc/skill.md +3 -2
- package/skills/identity-assurance/skill.md +2 -2
- package/skills/incident-response-playbook/skill.md +4 -4
- package/skills/kernel-lpe-triage/skill.md +21 -2
- package/skills/mcp-agent-trust/skill.md +17 -10
- package/skills/mlops-security/skill.md +2 -1
- package/skills/ot-ics-security/skill.md +1 -1
- package/skills/policy-exception-gen/skill.md +3 -3
- package/skills/pqc-first/skill.md +1 -1
- package/skills/rag-pipeline-security/skill.md +7 -3
- package/skills/researcher/skill.md +20 -3
- package/skills/sector-energy/skill.md +1 -1
- package/skills/sector-federal-government/skill.md +1 -1
- package/skills/sector-financial/skill.md +3 -3
- package/skills/sector-healthcare/skill.md +2 -2
- package/skills/security-maturity-tiers/skill.md +7 -7
- package/skills/skill-update-loop/skill.md +19 -3
- package/skills/supply-chain-integrity/skill.md +1 -1
- package/skills/threat-model-currency/skill.md +11 -11
- package/skills/threat-modeling-methodology/skill.md +3 -3
- package/skills/webapp-security/skill.md +1 -1
- package/skills/zeroday-gap-learn/skill.md +51 -7
- package/vendor/blamejs/_PROVENANCE.json +4 -1
- package/vendor/blamejs/worker-pool.js +38 -0
|
@@ -19,93 +19,102 @@
|
|
|
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": 26011,
|
|
23
|
+
"total_lines": 343,
|
|
24
24
|
"frontmatter": {
|
|
25
25
|
"line_start": 1,
|
|
26
|
-
"line_end":
|
|
26
|
+
"line_end": 49,
|
|
27
27
|
"byte_start": 0,
|
|
28
|
-
"byte_end":
|
|
28
|
+
"byte_end": 913
|
|
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": 53,
|
|
35
|
+
"byte_start": 935,
|
|
36
|
+
"byte_end": 4091,
|
|
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": 98,
|
|
44
|
+
"byte_start": 4091,
|
|
45
|
+
"byte_end": 6610,
|
|
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": 114,
|
|
53
|
+
"byte_start": 6610,
|
|
54
|
+
"byte_end": 9527,
|
|
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":
|
|
64
|
-
"bytes":
|
|
61
|
+
"line": 131,
|
|
62
|
+
"byte_start": 9527,
|
|
63
|
+
"byte_end": 10159,
|
|
64
|
+
"bytes": 632,
|
|
65
65
|
"h3_count": 0
|
|
66
66
|
},
|
|
67
67
|
{
|
|
68
68
|
"name": "Compliance Theater Check",
|
|
69
69
|
"normalized_name": "compliance-theater-check",
|
|
70
|
-
"line":
|
|
71
|
-
"byte_start":
|
|
72
|
-
"byte_end":
|
|
70
|
+
"line": 141,
|
|
71
|
+
"byte_start": 10159,
|
|
72
|
+
"byte_end": 12231,
|
|
73
73
|
"bytes": 2072,
|
|
74
74
|
"h3_count": 0
|
|
75
75
|
},
|
|
76
76
|
{
|
|
77
77
|
"name": "Analysis Procedure",
|
|
78
78
|
"normalized_name": "analysis-procedure",
|
|
79
|
-
"line":
|
|
80
|
-
"byte_start":
|
|
81
|
-
"byte_end":
|
|
82
|
-
"bytes":
|
|
79
|
+
"line": 159,
|
|
80
|
+
"byte_start": 12231,
|
|
81
|
+
"byte_end": 16901,
|
|
82
|
+
"bytes": 4670,
|
|
83
83
|
"h3_count": 6
|
|
84
84
|
},
|
|
85
85
|
{
|
|
86
86
|
"name": "Output Format",
|
|
87
87
|
"normalized_name": "output-format",
|
|
88
|
-
"line":
|
|
89
|
-
"byte_start":
|
|
90
|
-
"byte_end":
|
|
88
|
+
"line": 253,
|
|
89
|
+
"byte_start": 16901,
|
|
90
|
+
"byte_end": 18308,
|
|
91
91
|
"bytes": 1407,
|
|
92
92
|
"h3_count": 7
|
|
93
93
|
},
|
|
94
94
|
{
|
|
95
95
|
"name": "Detection Rules",
|
|
96
96
|
"normalized_name": "detection-rules",
|
|
97
|
-
"line":
|
|
98
|
-
"byte_start":
|
|
99
|
-
"byte_end":
|
|
97
|
+
"line": 294,
|
|
98
|
+
"byte_start": 18308,
|
|
99
|
+
"byte_end": 18997,
|
|
100
100
|
"bytes": 689,
|
|
101
101
|
"h3_count": 0
|
|
102
102
|
},
|
|
103
|
+
{
|
|
104
|
+
"name": "Defensive Countermeasure Mapping",
|
|
105
|
+
"normalized_name": "defensive-countermeasure-mapping",
|
|
106
|
+
"line": 317,
|
|
107
|
+
"byte_start": 18997,
|
|
108
|
+
"byte_end": 23742,
|
|
109
|
+
"bytes": 4745,
|
|
110
|
+
"h3_count": 0
|
|
111
|
+
},
|
|
103
112
|
{
|
|
104
113
|
"name": "Hand-Off / Related Skills",
|
|
105
114
|
"normalized_name": "hand-off",
|
|
106
|
-
"line":
|
|
107
|
-
"byte_start":
|
|
108
|
-
"byte_end":
|
|
115
|
+
"line": 334,
|
|
116
|
+
"byte_start": 23742,
|
|
117
|
+
"byte_end": 26011,
|
|
109
118
|
"bytes": 2269,
|
|
110
119
|
"h3_count": 0
|
|
111
120
|
}
|
|
@@ -113,8 +122,8 @@
|
|
|
113
122
|
},
|
|
114
123
|
"ai-attack-surface": {
|
|
115
124
|
"path": "skills/ai-attack-surface/skill.md",
|
|
116
|
-
"total_bytes":
|
|
117
|
-
"total_lines":
|
|
125
|
+
"total_bytes": 22758,
|
|
126
|
+
"total_lines": 319,
|
|
118
127
|
"frontmatter": {
|
|
119
128
|
"line_start": 1,
|
|
120
129
|
"line_end": 56,
|
|
@@ -127,70 +136,70 @@
|
|
|
127
136
|
"normalized_name": "threat-context",
|
|
128
137
|
"line": 60,
|
|
129
138
|
"byte_start": 1135,
|
|
130
|
-
"byte_end":
|
|
131
|
-
"bytes":
|
|
132
|
-
"h3_count":
|
|
139
|
+
"byte_end": 8373,
|
|
140
|
+
"bytes": 7238,
|
|
141
|
+
"h3_count": 11
|
|
133
142
|
},
|
|
134
143
|
{
|
|
135
144
|
"name": "Framework Lag Declaration",
|
|
136
145
|
"normalized_name": "framework-lag-declaration",
|
|
137
|
-
"line":
|
|
138
|
-
"byte_start":
|
|
139
|
-
"byte_end":
|
|
146
|
+
"line": 140,
|
|
147
|
+
"byte_start": 8373,
|
|
148
|
+
"byte_end": 10838,
|
|
140
149
|
"bytes": 2465,
|
|
141
150
|
"h3_count": 0
|
|
142
151
|
},
|
|
143
152
|
{
|
|
144
153
|
"name": "TTP Mapping (MITRE ATLAS v5.1.0)",
|
|
145
154
|
"normalized_name": "ttp-mapping",
|
|
146
|
-
"line":
|
|
147
|
-
"byte_start":
|
|
148
|
-
"byte_end":
|
|
149
|
-
"bytes":
|
|
155
|
+
"line": 157,
|
|
156
|
+
"byte_start": 10838,
|
|
157
|
+
"byte_end": 12884,
|
|
158
|
+
"bytes": 2046,
|
|
150
159
|
"h3_count": 0
|
|
151
160
|
},
|
|
152
161
|
{
|
|
153
162
|
"name": "Exploit Availability Matrix",
|
|
154
163
|
"normalized_name": "exploit-availability-matrix",
|
|
155
|
-
"line":
|
|
156
|
-
"byte_start":
|
|
157
|
-
"byte_end":
|
|
158
|
-
"bytes":
|
|
164
|
+
"line": 173,
|
|
165
|
+
"byte_start": 12884,
|
|
166
|
+
"byte_end": 13510,
|
|
167
|
+
"bytes": 626,
|
|
159
168
|
"h3_count": 0
|
|
160
169
|
},
|
|
161
170
|
{
|
|
162
171
|
"name": "Analysis Procedure",
|
|
163
172
|
"normalized_name": "analysis-procedure",
|
|
164
|
-
"line":
|
|
165
|
-
"byte_start":
|
|
166
|
-
"byte_end":
|
|
173
|
+
"line": 185,
|
|
174
|
+
"byte_start": 13510,
|
|
175
|
+
"byte_end": 16837,
|
|
167
176
|
"bytes": 3327,
|
|
168
177
|
"h3_count": 6
|
|
169
178
|
},
|
|
170
179
|
{
|
|
171
180
|
"name": "Output Format",
|
|
172
181
|
"normalized_name": "output-format",
|
|
173
|
-
"line":
|
|
174
|
-
"byte_start":
|
|
175
|
-
"byte_end":
|
|
182
|
+
"line": 255,
|
|
183
|
+
"byte_start": 16837,
|
|
184
|
+
"byte_end": 17954,
|
|
176
185
|
"bytes": 1117,
|
|
177
186
|
"h3_count": 8
|
|
178
187
|
},
|
|
179
188
|
{
|
|
180
189
|
"name": "Defensive Countermeasure Mapping",
|
|
181
190
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
182
|
-
"line":
|
|
183
|
-
"byte_start":
|
|
184
|
-
"byte_end":
|
|
191
|
+
"line": 292,
|
|
192
|
+
"byte_start": 17954,
|
|
193
|
+
"byte_end": 21672,
|
|
185
194
|
"bytes": 3718,
|
|
186
195
|
"h3_count": 0
|
|
187
196
|
},
|
|
188
197
|
{
|
|
189
198
|
"name": "Compliance Theater Check",
|
|
190
199
|
"normalized_name": "compliance-theater-check",
|
|
191
|
-
"line":
|
|
192
|
-
"byte_start":
|
|
193
|
-
"byte_end":
|
|
200
|
+
"line": 314,
|
|
201
|
+
"byte_start": 21672,
|
|
202
|
+
"byte_end": 22758,
|
|
194
203
|
"bytes": 1086,
|
|
195
204
|
"h3_count": 0
|
|
196
205
|
}
|
|
@@ -198,8 +207,8 @@
|
|
|
198
207
|
},
|
|
199
208
|
"mcp-agent-trust": {
|
|
200
209
|
"path": "skills/mcp-agent-trust/skill.md",
|
|
201
|
-
"total_bytes":
|
|
202
|
-
"total_lines":
|
|
210
|
+
"total_bytes": 26148,
|
|
211
|
+
"total_lines": 361,
|
|
203
212
|
"frontmatter": {
|
|
204
213
|
"line_start": 1,
|
|
205
214
|
"line_end": 64,
|
|
@@ -212,79 +221,79 @@
|
|
|
212
221
|
"normalized_name": "threat-context",
|
|
213
222
|
"line": 68,
|
|
214
223
|
"byte_start": 1176,
|
|
215
|
-
"byte_end":
|
|
216
|
-
"bytes":
|
|
217
|
-
"h3_count":
|
|
224
|
+
"byte_end": 6184,
|
|
225
|
+
"bytes": 5008,
|
|
226
|
+
"h3_count": 4
|
|
218
227
|
},
|
|
219
228
|
{
|
|
220
229
|
"name": "Framework Lag Declaration",
|
|
221
230
|
"normalized_name": "framework-lag-declaration",
|
|
222
|
-
"line":
|
|
223
|
-
"byte_start":
|
|
224
|
-
"byte_end":
|
|
231
|
+
"line": 127,
|
|
232
|
+
"byte_start": 6184,
|
|
233
|
+
"byte_end": 10021,
|
|
225
234
|
"bytes": 3837,
|
|
226
235
|
"h3_count": 0
|
|
227
236
|
},
|
|
228
237
|
{
|
|
229
238
|
"name": "TTP Mapping",
|
|
230
239
|
"normalized_name": "ttp-mapping",
|
|
231
|
-
"line":
|
|
232
|
-
"byte_start":
|
|
233
|
-
"byte_end":
|
|
234
|
-
"bytes":
|
|
240
|
+
"line": 147,
|
|
241
|
+
"byte_start": 10021,
|
|
242
|
+
"byte_end": 11257,
|
|
243
|
+
"bytes": 1236,
|
|
235
244
|
"h3_count": 0
|
|
236
245
|
},
|
|
237
246
|
{
|
|
238
247
|
"name": "Exploit Availability Matrix",
|
|
239
248
|
"normalized_name": "exploit-availability-matrix",
|
|
240
|
-
"line":
|
|
241
|
-
"byte_start":
|
|
242
|
-
"byte_end":
|
|
243
|
-
"bytes":
|
|
249
|
+
"line": 160,
|
|
250
|
+
"byte_start": 11257,
|
|
251
|
+
"byte_end": 14157,
|
|
252
|
+
"bytes": 2900,
|
|
244
253
|
"h3_count": 0
|
|
245
254
|
},
|
|
246
255
|
{
|
|
247
256
|
"name": "Analysis Procedure",
|
|
248
257
|
"normalized_name": "analysis-procedure",
|
|
249
|
-
"line":
|
|
250
|
-
"byte_start":
|
|
251
|
-
"byte_end":
|
|
258
|
+
"line": 176,
|
|
259
|
+
"byte_start": 14157,
|
|
260
|
+
"byte_end": 18016,
|
|
252
261
|
"bytes": 3859,
|
|
253
262
|
"h3_count": 5
|
|
254
263
|
},
|
|
255
264
|
{
|
|
256
265
|
"name": "Output Format",
|
|
257
266
|
"normalized_name": "output-format",
|
|
258
|
-
"line":
|
|
259
|
-
"byte_start":
|
|
260
|
-
"byte_end":
|
|
267
|
+
"line": 288,
|
|
268
|
+
"byte_start": 18016,
|
|
269
|
+
"byte_end": 18993,
|
|
261
270
|
"bytes": 977,
|
|
262
271
|
"h3_count": 7
|
|
263
272
|
},
|
|
264
273
|
{
|
|
265
274
|
"name": "Hand-Off / Related Skills",
|
|
266
275
|
"normalized_name": "hand-off",
|
|
267
|
-
"line":
|
|
268
|
-
"byte_start":
|
|
269
|
-
"byte_end":
|
|
276
|
+
"line": 321,
|
|
277
|
+
"byte_start": 18993,
|
|
278
|
+
"byte_end": 21434,
|
|
270
279
|
"bytes": 2441,
|
|
271
280
|
"h3_count": 0
|
|
272
281
|
},
|
|
273
282
|
{
|
|
274
283
|
"name": "Defensive Countermeasure Mapping",
|
|
275
284
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
276
|
-
"line":
|
|
277
|
-
"byte_start":
|
|
278
|
-
"byte_end":
|
|
285
|
+
"line": 335,
|
|
286
|
+
"byte_start": 21434,
|
|
287
|
+
"byte_end": 25635,
|
|
279
288
|
"bytes": 4201,
|
|
280
289
|
"h3_count": 0
|
|
281
290
|
},
|
|
282
291
|
{
|
|
283
292
|
"name": "Compliance Theater Check",
|
|
284
293
|
"normalized_name": "compliance-theater-check",
|
|
285
|
-
"line":
|
|
286
|
-
"byte_start":
|
|
287
|
-
"byte_end":
|
|
294
|
+
"line": 358,
|
|
295
|
+
"byte_start": 25635,
|
|
296
|
+
"byte_end": 26148,
|
|
288
297
|
"bytes": 513,
|
|
289
298
|
"h3_count": 0
|
|
290
299
|
}
|
|
@@ -292,7 +301,7 @@
|
|
|
292
301
|
},
|
|
293
302
|
"framework-gap-analysis": {
|
|
294
303
|
"path": "skills/framework-gap-analysis/skill.md",
|
|
295
|
-
"total_bytes":
|
|
304
|
+
"total_bytes": 26212,
|
|
296
305
|
"total_lines": 375,
|
|
297
306
|
"frontmatter": {
|
|
298
307
|
"line_start": 1,
|
|
@@ -306,16 +315,16 @@
|
|
|
306
315
|
"normalized_name": "threat-context",
|
|
307
316
|
"line": 30,
|
|
308
317
|
"byte_start": 817,
|
|
309
|
-
"byte_end":
|
|
310
|
-
"bytes":
|
|
318
|
+
"byte_end": 2633,
|
|
319
|
+
"bytes": 1816,
|
|
311
320
|
"h3_count": 0
|
|
312
321
|
},
|
|
313
322
|
{
|
|
314
323
|
"name": "Framework Lag Declaration",
|
|
315
324
|
"normalized_name": "framework-lag-declaration",
|
|
316
325
|
"line": 40,
|
|
317
|
-
"byte_start":
|
|
318
|
-
"byte_end":
|
|
326
|
+
"byte_start": 2633,
|
|
327
|
+
"byte_end": 5908,
|
|
319
328
|
"bytes": 3275,
|
|
320
329
|
"h3_count": 1
|
|
321
330
|
},
|
|
@@ -323,26 +332,26 @@
|
|
|
323
332
|
"name": "TTP Mapping (MITRE ATLAS v5.1.0 and ATT&CK)",
|
|
324
333
|
"normalized_name": "ttp-mapping",
|
|
325
334
|
"line": 70,
|
|
326
|
-
"byte_start":
|
|
327
|
-
"byte_end":
|
|
328
|
-
"bytes":
|
|
335
|
+
"byte_start": 5908,
|
|
336
|
+
"byte_end": 7764,
|
|
337
|
+
"bytes": 1856,
|
|
329
338
|
"h3_count": 0
|
|
330
339
|
},
|
|
331
340
|
{
|
|
332
341
|
"name": "Exploit Availability Matrix",
|
|
333
342
|
"normalized_name": "exploit-availability-matrix",
|
|
334
343
|
"line": 88,
|
|
335
|
-
"byte_start":
|
|
336
|
-
"byte_end":
|
|
337
|
-
"bytes":
|
|
344
|
+
"byte_start": 7764,
|
|
345
|
+
"byte_end": 9116,
|
|
346
|
+
"bytes": 1352,
|
|
338
347
|
"h3_count": 0
|
|
339
348
|
},
|
|
340
349
|
{
|
|
341
350
|
"name": "Built-In Gap Catalog",
|
|
342
351
|
"normalized_name": "built-in-gap-catalog",
|
|
343
352
|
"line": 101,
|
|
344
|
-
"byte_start":
|
|
345
|
-
"byte_end":
|
|
353
|
+
"byte_start": 9116,
|
|
354
|
+
"byte_end": 19240,
|
|
346
355
|
"bytes": 10124,
|
|
347
356
|
"h3_count": 9
|
|
348
357
|
},
|
|
@@ -350,8 +359,8 @@
|
|
|
350
359
|
"name": "Analysis Procedure",
|
|
351
360
|
"normalized_name": "analysis-procedure",
|
|
352
361
|
"line": 232,
|
|
353
|
-
"byte_start":
|
|
354
|
-
"byte_end":
|
|
362
|
+
"byte_start": 19240,
|
|
363
|
+
"byte_end": 20958,
|
|
355
364
|
"bytes": 1718,
|
|
356
365
|
"h3_count": 9
|
|
357
366
|
},
|
|
@@ -359,8 +368,8 @@
|
|
|
359
368
|
"name": "Universal Gaps (No Framework Covers These Adequately)",
|
|
360
369
|
"normalized_name": "universal-gaps-no-framework-covers-these-adequately",
|
|
361
370
|
"line": 290,
|
|
362
|
-
"byte_start":
|
|
363
|
-
"byte_end":
|
|
371
|
+
"byte_start": 20958,
|
|
372
|
+
"byte_end": 22053,
|
|
364
373
|
"bytes": 1095,
|
|
365
374
|
"h3_count": 0
|
|
366
375
|
},
|
|
@@ -368,8 +377,8 @@
|
|
|
368
377
|
"name": "Output Format",
|
|
369
378
|
"normalized_name": "output-format",
|
|
370
379
|
"line": 310,
|
|
371
|
-
"byte_start":
|
|
372
|
-
"byte_end":
|
|
380
|
+
"byte_start": 22053,
|
|
381
|
+
"byte_end": 23987,
|
|
373
382
|
"bytes": 1934,
|
|
374
383
|
"h3_count": 6
|
|
375
384
|
},
|
|
@@ -377,16 +386,16 @@
|
|
|
377
386
|
"name": "Compliance Theater Check",
|
|
378
387
|
"normalized_name": "compliance-theater-check",
|
|
379
388
|
"line": 353,
|
|
380
|
-
"byte_start":
|
|
381
|
-
"byte_end":
|
|
382
|
-
"bytes":
|
|
389
|
+
"byte_start": 23987,
|
|
390
|
+
"byte_end": 26212,
|
|
391
|
+
"bytes": 2225,
|
|
383
392
|
"h3_count": 0
|
|
384
393
|
}
|
|
385
394
|
]
|
|
386
395
|
},
|
|
387
396
|
"compliance-theater": {
|
|
388
397
|
"path": "skills/compliance-theater/skill.md",
|
|
389
|
-
"total_bytes":
|
|
398
|
+
"total_bytes": 28716,
|
|
390
399
|
"total_lines": 372,
|
|
391
400
|
"frontmatter": {
|
|
392
401
|
"line_start": 1,
|
|
@@ -409,52 +418,52 @@
|
|
|
409
418
|
"normalized_name": "threat-context",
|
|
410
419
|
"line": 41,
|
|
411
420
|
"byte_start": 1960,
|
|
412
|
-
"byte_end":
|
|
413
|
-
"bytes":
|
|
421
|
+
"byte_end": 3954,
|
|
422
|
+
"bytes": 1994,
|
|
414
423
|
"h3_count": 0
|
|
415
424
|
},
|
|
416
425
|
{
|
|
417
426
|
"name": "Framework Lag Declaration",
|
|
418
427
|
"normalized_name": "framework-lag-declaration",
|
|
419
428
|
"line": 53,
|
|
420
|
-
"byte_start":
|
|
421
|
-
"byte_end":
|
|
422
|
-
"bytes":
|
|
429
|
+
"byte_start": 3954,
|
|
430
|
+
"byte_end": 7766,
|
|
431
|
+
"bytes": 3812,
|
|
423
432
|
"h3_count": 0
|
|
424
433
|
},
|
|
425
434
|
{
|
|
426
435
|
"name": "TTP Mapping (MITRE ATLAS v5.1.0 and ATT&CK)",
|
|
427
436
|
"normalized_name": "ttp-mapping",
|
|
428
437
|
"line": 73,
|
|
429
|
-
"byte_start":
|
|
430
|
-
"byte_end":
|
|
431
|
-
"bytes":
|
|
438
|
+
"byte_start": 7766,
|
|
439
|
+
"byte_end": 9976,
|
|
440
|
+
"bytes": 2210,
|
|
432
441
|
"h3_count": 0
|
|
433
442
|
},
|
|
434
443
|
{
|
|
435
444
|
"name": "Exploit Availability Matrix",
|
|
436
445
|
"normalized_name": "exploit-availability-matrix",
|
|
437
446
|
"line": 91,
|
|
438
|
-
"byte_start":
|
|
439
|
-
"byte_end":
|
|
440
|
-
"bytes":
|
|
447
|
+
"byte_start": 9976,
|
|
448
|
+
"byte_end": 11751,
|
|
449
|
+
"bytes": 1775,
|
|
441
450
|
"h3_count": 0
|
|
442
451
|
},
|
|
443
452
|
{
|
|
444
453
|
"name": "Theater Pattern Library",
|
|
445
454
|
"normalized_name": "theater-pattern-library",
|
|
446
455
|
"line": 109,
|
|
447
|
-
"byte_start":
|
|
448
|
-
"byte_end":
|
|
449
|
-
"bytes":
|
|
456
|
+
"byte_start": 11751,
|
|
457
|
+
"byte_end": 23794,
|
|
458
|
+
"bytes": 12043,
|
|
450
459
|
"h3_count": 7
|
|
451
460
|
},
|
|
452
461
|
{
|
|
453
462
|
"name": "Analysis Procedure",
|
|
454
463
|
"normalized_name": "analysis-procedure",
|
|
455
464
|
"line": 286,
|
|
456
|
-
"byte_start":
|
|
457
|
-
"byte_end":
|
|
465
|
+
"byte_start": 23794,
|
|
466
|
+
"byte_end": 24737,
|
|
458
467
|
"bytes": 943,
|
|
459
468
|
"h3_count": 4
|
|
460
469
|
},
|
|
@@ -462,8 +471,8 @@
|
|
|
462
471
|
"name": "Output Format",
|
|
463
472
|
"normalized_name": "output-format",
|
|
464
473
|
"line": 315,
|
|
465
|
-
"byte_start":
|
|
466
|
-
"byte_end":
|
|
474
|
+
"byte_start": 24737,
|
|
475
|
+
"byte_end": 26000,
|
|
467
476
|
"bytes": 1263,
|
|
468
477
|
"h3_count": 4
|
|
469
478
|
},
|
|
@@ -471,8 +480,8 @@
|
|
|
471
480
|
"name": "Compliance Theater Check",
|
|
472
481
|
"normalized_name": "compliance-theater-check",
|
|
473
482
|
"line": 347,
|
|
474
|
-
"byte_start":
|
|
475
|
-
"byte_end":
|
|
483
|
+
"byte_start": 26000,
|
|
484
|
+
"byte_end": 28716,
|
|
476
485
|
"bytes": 2716,
|
|
477
486
|
"h3_count": 0
|
|
478
487
|
}
|
|
@@ -480,7 +489,7 @@
|
|
|
480
489
|
},
|
|
481
490
|
"exploit-scoring": {
|
|
482
491
|
"path": "skills/exploit-scoring/skill.md",
|
|
483
|
-
"total_bytes":
|
|
492
|
+
"total_bytes": 22174,
|
|
484
493
|
"total_lines": 338,
|
|
485
494
|
"frontmatter": {
|
|
486
495
|
"line_start": 1,
|
|
@@ -503,16 +512,16 @@
|
|
|
503
512
|
"normalized_name": "threat-context",
|
|
504
513
|
"line": 39,
|
|
505
514
|
"byte_start": 1702,
|
|
506
|
-
"byte_end":
|
|
507
|
-
"bytes":
|
|
515
|
+
"byte_end": 3691,
|
|
516
|
+
"bytes": 1989,
|
|
508
517
|
"h3_count": 0
|
|
509
518
|
},
|
|
510
519
|
{
|
|
511
520
|
"name": "Framework Lag Declaration",
|
|
512
521
|
"normalized_name": "framework-lag-declaration",
|
|
513
522
|
"line": 50,
|
|
514
|
-
"byte_start":
|
|
515
|
-
"byte_end":
|
|
523
|
+
"byte_start": 3691,
|
|
524
|
+
"byte_end": 6101,
|
|
516
525
|
"bytes": 2410,
|
|
517
526
|
"h3_count": 0
|
|
518
527
|
},
|
|
@@ -520,26 +529,26 @@
|
|
|
520
529
|
"name": "TTP Mapping",
|
|
521
530
|
"normalized_name": "ttp-mapping",
|
|
522
531
|
"line": 67,
|
|
523
|
-
"byte_start":
|
|
524
|
-
"byte_end":
|
|
525
|
-
"bytes":
|
|
532
|
+
"byte_start": 6101,
|
|
533
|
+
"byte_end": 7323,
|
|
534
|
+
"bytes": 1222,
|
|
526
535
|
"h3_count": 0
|
|
527
536
|
},
|
|
528
537
|
{
|
|
529
538
|
"name": "Exploit Availability Matrix",
|
|
530
539
|
"normalized_name": "exploit-availability-matrix",
|
|
531
540
|
"line": 82,
|
|
532
|
-
"byte_start":
|
|
533
|
-
"byte_end":
|
|
534
|
-
"bytes":
|
|
541
|
+
"byte_start": 7323,
|
|
542
|
+
"byte_end": 8842,
|
|
543
|
+
"bytes": 1519,
|
|
535
544
|
"h3_count": 0
|
|
536
545
|
},
|
|
537
546
|
{
|
|
538
547
|
"name": "RWEP Formula",
|
|
539
548
|
"normalized_name": "rwep-formula",
|
|
540
549
|
"line": 98,
|
|
541
|
-
"byte_start":
|
|
542
|
-
"byte_end":
|
|
550
|
+
"byte_start": 8842,
|
|
551
|
+
"byte_end": 11708,
|
|
543
552
|
"bytes": 2866,
|
|
544
553
|
"h3_count": 1
|
|
545
554
|
},
|
|
@@ -547,26 +556,26 @@
|
|
|
547
556
|
"name": "Pre-Calculated RWEP Scores",
|
|
548
557
|
"normalized_name": "pre-calculated-rwep-scores",
|
|
549
558
|
"line": 153,
|
|
550
|
-
"byte_start":
|
|
551
|
-
"byte_end":
|
|
552
|
-
"bytes":
|
|
559
|
+
"byte_start": 11708,
|
|
560
|
+
"byte_end": 15891,
|
|
561
|
+
"bytes": 4183,
|
|
553
562
|
"h3_count": 4
|
|
554
563
|
},
|
|
555
564
|
{
|
|
556
565
|
"name": "RWEP vs. CVSS Delta Analysis",
|
|
557
566
|
"normalized_name": "rwep-vs-cvss-delta-analysis",
|
|
558
567
|
"line": 229,
|
|
559
|
-
"byte_start":
|
|
560
|
-
"byte_end":
|
|
561
|
-
"bytes":
|
|
568
|
+
"byte_start": 15891,
|
|
569
|
+
"byte_end": 17400,
|
|
570
|
+
"bytes": 1509,
|
|
562
571
|
"h3_count": 0
|
|
563
572
|
},
|
|
564
573
|
{
|
|
565
574
|
"name": "Analysis Procedure",
|
|
566
575
|
"normalized_name": "analysis-procedure",
|
|
567
576
|
"line": 253,
|
|
568
|
-
"byte_start":
|
|
569
|
-
"byte_end":
|
|
577
|
+
"byte_start": 17400,
|
|
578
|
+
"byte_end": 19091,
|
|
570
579
|
"bytes": 1691,
|
|
571
580
|
"h3_count": 4
|
|
572
581
|
},
|
|
@@ -574,8 +583,8 @@
|
|
|
574
583
|
"name": "Output Format",
|
|
575
584
|
"normalized_name": "output-format",
|
|
576
585
|
"line": 291,
|
|
577
|
-
"byte_start":
|
|
578
|
-
"byte_end":
|
|
586
|
+
"byte_start": 19091,
|
|
587
|
+
"byte_end": 20145,
|
|
579
588
|
"bytes": 1054,
|
|
580
589
|
"h3_count": 4
|
|
581
590
|
},
|
|
@@ -583,17 +592,17 @@
|
|
|
583
592
|
"name": "Compliance Theater Check",
|
|
584
593
|
"normalized_name": "compliance-theater-check",
|
|
585
594
|
"line": 329,
|
|
586
|
-
"byte_start":
|
|
587
|
-
"byte_end":
|
|
588
|
-
"bytes":
|
|
595
|
+
"byte_start": 20145,
|
|
596
|
+
"byte_end": 22174,
|
|
597
|
+
"bytes": 2029,
|
|
589
598
|
"h3_count": 0
|
|
590
599
|
}
|
|
591
600
|
]
|
|
592
601
|
},
|
|
593
602
|
"rag-pipeline-security": {
|
|
594
603
|
"path": "skills/rag-pipeline-security/skill.md",
|
|
595
|
-
"total_bytes":
|
|
596
|
-
"total_lines":
|
|
604
|
+
"total_bytes": 30486,
|
|
605
|
+
"total_lines": 328,
|
|
597
606
|
"frontmatter": {
|
|
598
607
|
"line_start": 1,
|
|
599
608
|
"line_end": 41,
|
|
@@ -651,16 +660,16 @@
|
|
|
651
660
|
"normalized_name": "attack-class-5-indirect-prompt-injection-via-retrieved-documents",
|
|
652
661
|
"line": 145,
|
|
653
662
|
"byte_start": 7946,
|
|
654
|
-
"byte_end":
|
|
655
|
-
"bytes":
|
|
663
|
+
"byte_end": 9624,
|
|
664
|
+
"bytes": 1678,
|
|
656
665
|
"h3_count": 0
|
|
657
666
|
},
|
|
658
667
|
{
|
|
659
668
|
"name": "Framework Lag Declaration",
|
|
660
669
|
"normalized_name": "framework-lag-declaration",
|
|
661
670
|
"line": 166,
|
|
662
|
-
"byte_start":
|
|
663
|
-
"byte_end":
|
|
671
|
+
"byte_start": 9624,
|
|
672
|
+
"byte_end": 11781,
|
|
664
673
|
"bytes": 2157,
|
|
665
674
|
"h3_count": 0
|
|
666
675
|
},
|
|
@@ -668,8 +677,8 @@
|
|
|
668
677
|
"name": "TTP Mapping (MITRE ATLAS v5.1.0)",
|
|
669
678
|
"normalized_name": "ttp-mapping",
|
|
670
679
|
"line": 181,
|
|
671
|
-
"byte_start":
|
|
672
|
-
"byte_end":
|
|
680
|
+
"byte_start": 11781,
|
|
681
|
+
"byte_end": 15423,
|
|
673
682
|
"bytes": 3642,
|
|
674
683
|
"h3_count": 0
|
|
675
684
|
},
|
|
@@ -677,53 +686,53 @@
|
|
|
677
686
|
"name": "Exploit Availability Matrix",
|
|
678
687
|
"normalized_name": "exploit-availability-matrix",
|
|
679
688
|
"line": 195,
|
|
680
|
-
"byte_start":
|
|
681
|
-
"byte_end":
|
|
682
|
-
"bytes":
|
|
683
|
-
"h3_count":
|
|
689
|
+
"byte_start": 15423,
|
|
690
|
+
"byte_end": 20761,
|
|
691
|
+
"bytes": 5338,
|
|
692
|
+
"h3_count": 1
|
|
684
693
|
},
|
|
685
694
|
{
|
|
686
695
|
"name": "Analysis Procedure",
|
|
687
696
|
"normalized_name": "analysis-procedure",
|
|
688
|
-
"line":
|
|
689
|
-
"byte_start":
|
|
690
|
-
"byte_end":
|
|
697
|
+
"line": 215,
|
|
698
|
+
"byte_start": 20761,
|
|
699
|
+
"byte_end": 22481,
|
|
691
700
|
"bytes": 1720,
|
|
692
701
|
"h3_count": 4
|
|
693
702
|
},
|
|
694
703
|
{
|
|
695
704
|
"name": "Output Format",
|
|
696
705
|
"normalized_name": "output-format",
|
|
697
|
-
"line":
|
|
698
|
-
"byte_start":
|
|
699
|
-
"byte_end":
|
|
706
|
+
"line": 257,
|
|
707
|
+
"byte_start": 22481,
|
|
708
|
+
"byte_end": 23324,
|
|
700
709
|
"bytes": 843,
|
|
701
710
|
"h3_count": 5
|
|
702
711
|
},
|
|
703
712
|
{
|
|
704
713
|
"name": "Hand-Off / Related Skills",
|
|
705
714
|
"normalized_name": "hand-off",
|
|
706
|
-
"line":
|
|
707
|
-
"byte_start":
|
|
708
|
-
"byte_end":
|
|
715
|
+
"line": 289,
|
|
716
|
+
"byte_start": 23324,
|
|
717
|
+
"byte_end": 25963,
|
|
709
718
|
"bytes": 2639,
|
|
710
719
|
"h3_count": 0
|
|
711
720
|
},
|
|
712
721
|
{
|
|
713
722
|
"name": "Defensive Countermeasure Mapping",
|
|
714
723
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
715
|
-
"line":
|
|
716
|
-
"byte_start":
|
|
717
|
-
"byte_end":
|
|
724
|
+
"line": 303,
|
|
725
|
+
"byte_start": 25963,
|
|
726
|
+
"byte_end": 29842,
|
|
718
727
|
"bytes": 3879,
|
|
719
728
|
"h3_count": 0
|
|
720
729
|
},
|
|
721
730
|
{
|
|
722
731
|
"name": "Compliance Theater Check",
|
|
723
732
|
"normalized_name": "compliance-theater-check",
|
|
724
|
-
"line":
|
|
725
|
-
"byte_start":
|
|
726
|
-
"byte_end":
|
|
733
|
+
"line": 325,
|
|
734
|
+
"byte_start": 29842,
|
|
735
|
+
"byte_end": 30486,
|
|
727
736
|
"bytes": 644,
|
|
728
737
|
"h3_count": 0
|
|
729
738
|
}
|
|
@@ -731,8 +740,8 @@
|
|
|
731
740
|
},
|
|
732
741
|
"ai-c2-detection": {
|
|
733
742
|
"path": "skills/ai-c2-detection/skill.md",
|
|
734
|
-
"total_bytes":
|
|
735
|
-
"total_lines":
|
|
743
|
+
"total_bytes": 35429,
|
|
744
|
+
"total_lines": 475,
|
|
736
745
|
"frontmatter": {
|
|
737
746
|
"line_start": 1,
|
|
738
747
|
"line_end": 52,
|
|
@@ -790,61 +799,61 @@
|
|
|
790
799
|
"normalized_name": "ttp-mapping",
|
|
791
800
|
"line": 322,
|
|
792
801
|
"byte_start": 13418,
|
|
793
|
-
"byte_end":
|
|
794
|
-
"bytes":
|
|
802
|
+
"byte_end": 16853,
|
|
803
|
+
"bytes": 3435,
|
|
795
804
|
"h3_count": 0
|
|
796
805
|
},
|
|
797
806
|
{
|
|
798
807
|
"name": "Exploit Availability Matrix",
|
|
799
808
|
"normalized_name": "exploit-availability-matrix",
|
|
800
|
-
"line":
|
|
801
|
-
"byte_start":
|
|
802
|
-
"byte_end":
|
|
803
|
-
"bytes":
|
|
804
|
-
"h3_count":
|
|
809
|
+
"line": 335,
|
|
810
|
+
"byte_start": 16853,
|
|
811
|
+
"byte_end": 22212,
|
|
812
|
+
"bytes": 5359,
|
|
813
|
+
"h3_count": 2
|
|
805
814
|
},
|
|
806
815
|
{
|
|
807
816
|
"name": "Analysis Procedure",
|
|
808
817
|
"normalized_name": "analysis-procedure",
|
|
809
|
-
"line":
|
|
810
|
-
"byte_start":
|
|
811
|
-
"byte_end":
|
|
818
|
+
"line": 358,
|
|
819
|
+
"byte_start": 22212,
|
|
820
|
+
"byte_end": 26296,
|
|
812
821
|
"bytes": 4084,
|
|
813
822
|
"h3_count": 7
|
|
814
823
|
},
|
|
815
824
|
{
|
|
816
825
|
"name": "Defensive Countermeasure Mapping",
|
|
817
826
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
818
|
-
"line":
|
|
819
|
-
"byte_start":
|
|
820
|
-
"byte_end":
|
|
827
|
+
"line": 403,
|
|
828
|
+
"byte_start": 26296,
|
|
829
|
+
"byte_end": 30238,
|
|
821
830
|
"bytes": 3942,
|
|
822
831
|
"h3_count": 0
|
|
823
832
|
},
|
|
824
833
|
{
|
|
825
834
|
"name": "Compliance Theater Check",
|
|
826
835
|
"normalized_name": "compliance-theater-check",
|
|
827
|
-
"line":
|
|
828
|
-
"byte_start":
|
|
829
|
-
"byte_end":
|
|
836
|
+
"line": 427,
|
|
837
|
+
"byte_start": 30238,
|
|
838
|
+
"byte_end": 31628,
|
|
830
839
|
"bytes": 1390,
|
|
831
840
|
"h3_count": 0
|
|
832
841
|
},
|
|
833
842
|
{
|
|
834
843
|
"name": "Output Format",
|
|
835
844
|
"normalized_name": "output-format",
|
|
836
|
-
"line":
|
|
837
|
-
"byte_start":
|
|
838
|
-
"byte_end":
|
|
845
|
+
"line": 433,
|
|
846
|
+
"byte_start": 31628,
|
|
847
|
+
"byte_end": 32486,
|
|
839
848
|
"bytes": 858,
|
|
840
849
|
"h3_count": 5
|
|
841
850
|
},
|
|
842
851
|
{
|
|
843
852
|
"name": "Hand-Off / Related Skills",
|
|
844
853
|
"normalized_name": "hand-off",
|
|
845
|
-
"line":
|
|
846
|
-
"byte_start":
|
|
847
|
-
"byte_end":
|
|
854
|
+
"line": 464,
|
|
855
|
+
"byte_start": 32486,
|
|
856
|
+
"byte_end": 35429,
|
|
848
857
|
"bytes": 2943,
|
|
849
858
|
"h3_count": 0
|
|
850
859
|
}
|
|
@@ -852,7 +861,7 @@
|
|
|
852
861
|
},
|
|
853
862
|
"policy-exception-gen": {
|
|
854
863
|
"path": "skills/policy-exception-gen/skill.md",
|
|
855
|
-
"total_bytes":
|
|
864
|
+
"total_bytes": 28969,
|
|
856
865
|
"total_lines": 444,
|
|
857
866
|
"frontmatter": {
|
|
858
867
|
"line_start": 1,
|
|
@@ -893,25 +902,25 @@
|
|
|
893
902
|
"normalized_name": "ttp-mapping",
|
|
894
903
|
"line": 83,
|
|
895
904
|
"byte_start": 6689,
|
|
896
|
-
"byte_end":
|
|
897
|
-
"bytes":
|
|
905
|
+
"byte_end": 8637,
|
|
906
|
+
"bytes": 1948,
|
|
898
907
|
"h3_count": 0
|
|
899
908
|
},
|
|
900
909
|
{
|
|
901
910
|
"name": "Exploit Availability Matrix",
|
|
902
911
|
"normalized_name": "exploit-availability-matrix",
|
|
903
912
|
"line": 98,
|
|
904
|
-
"byte_start":
|
|
905
|
-
"byte_end":
|
|
906
|
-
"bytes":
|
|
913
|
+
"byte_start": 8637,
|
|
914
|
+
"byte_end": 10661,
|
|
915
|
+
"bytes": 2024,
|
|
907
916
|
"h3_count": 0
|
|
908
917
|
},
|
|
909
918
|
{
|
|
910
919
|
"name": "Exception Template Library",
|
|
911
920
|
"normalized_name": "exception-template-library",
|
|
912
921
|
"line": 114,
|
|
913
|
-
"byte_start":
|
|
914
|
-
"byte_end":
|
|
922
|
+
"byte_start": 10661,
|
|
923
|
+
"byte_end": 23879,
|
|
915
924
|
"bytes": 13218,
|
|
916
925
|
"h3_count": 4
|
|
917
926
|
},
|
|
@@ -919,8 +928,8 @@
|
|
|
919
928
|
"name": "Analysis Procedure",
|
|
920
929
|
"normalized_name": "analysis-procedure",
|
|
921
930
|
"line": 364,
|
|
922
|
-
"byte_start":
|
|
923
|
-
"byte_end":
|
|
931
|
+
"byte_start": 23879,
|
|
932
|
+
"byte_end": 25424,
|
|
924
933
|
"bytes": 1545,
|
|
925
934
|
"h3_count": 6
|
|
926
935
|
},
|
|
@@ -928,8 +937,8 @@
|
|
|
928
937
|
"name": "Output Format",
|
|
929
938
|
"normalized_name": "output-format",
|
|
930
939
|
"line": 406,
|
|
931
|
-
"byte_start":
|
|
932
|
-
"byte_end":
|
|
940
|
+
"byte_start": 25424,
|
|
941
|
+
"byte_end": 25787,
|
|
933
942
|
"bytes": 363,
|
|
934
943
|
"h3_count": 0
|
|
935
944
|
},
|
|
@@ -937,8 +946,8 @@
|
|
|
937
946
|
"name": "Compliance Theater Check",
|
|
938
947
|
"normalized_name": "compliance-theater-check",
|
|
939
948
|
"line": 419,
|
|
940
|
-
"byte_start":
|
|
941
|
-
"byte_end":
|
|
949
|
+
"byte_start": 25787,
|
|
950
|
+
"byte_end": 28969,
|
|
942
951
|
"bytes": 3182,
|
|
943
952
|
"h3_count": 0
|
|
944
953
|
}
|
|
@@ -946,7 +955,7 @@
|
|
|
946
955
|
},
|
|
947
956
|
"threat-model-currency": {
|
|
948
957
|
"path": "skills/threat-model-currency/skill.md",
|
|
949
|
-
"total_bytes":
|
|
958
|
+
"total_bytes": 26071,
|
|
950
959
|
"total_lines": 409,
|
|
951
960
|
"frontmatter": {
|
|
952
961
|
"line_start": 1,
|
|
@@ -978,25 +987,25 @@
|
|
|
978
987
|
"normalized_name": "the-14-threat-class-checklist",
|
|
979
988
|
"line": 42,
|
|
980
989
|
"byte_start": 2015,
|
|
981
|
-
"byte_end":
|
|
982
|
-
"bytes":
|
|
990
|
+
"byte_end": 12491,
|
|
991
|
+
"bytes": 10476,
|
|
983
992
|
"h3_count": 14
|
|
984
993
|
},
|
|
985
994
|
{
|
|
986
995
|
"name": "Threat Context",
|
|
987
996
|
"normalized_name": "threat-context",
|
|
988
997
|
"line": 226,
|
|
989
|
-
"byte_start":
|
|
990
|
-
"byte_end":
|
|
991
|
-
"bytes":
|
|
998
|
+
"byte_start": 12491,
|
|
999
|
+
"byte_end": 14322,
|
|
1000
|
+
"bytes": 1831,
|
|
992
1001
|
"h3_count": 0
|
|
993
1002
|
},
|
|
994
1003
|
{
|
|
995
1004
|
"name": "Framework Lag Declaration",
|
|
996
1005
|
"normalized_name": "framework-lag-declaration",
|
|
997
1006
|
"line": 240,
|
|
998
|
-
"byte_start":
|
|
999
|
-
"byte_end":
|
|
1007
|
+
"byte_start": 14322,
|
|
1008
|
+
"byte_end": 16910,
|
|
1000
1009
|
"bytes": 2588,
|
|
1001
1010
|
"h3_count": 0
|
|
1002
1011
|
},
|
|
@@ -1004,26 +1013,26 @@
|
|
|
1004
1013
|
"name": "TTP Mapping",
|
|
1005
1014
|
"normalized_name": "ttp-mapping",
|
|
1006
1015
|
"line": 262,
|
|
1007
|
-
"byte_start":
|
|
1008
|
-
"byte_end":
|
|
1009
|
-
"bytes":
|
|
1016
|
+
"byte_start": 16910,
|
|
1017
|
+
"byte_end": 19891,
|
|
1018
|
+
"bytes": 2981,
|
|
1010
1019
|
"h3_count": 0
|
|
1011
1020
|
},
|
|
1012
1021
|
{
|
|
1013
1022
|
"name": "Exploit Availability Matrix",
|
|
1014
1023
|
"normalized_name": "exploit-availability-matrix",
|
|
1015
1024
|
"line": 287,
|
|
1016
|
-
"byte_start":
|
|
1017
|
-
"byte_end":
|
|
1018
|
-
"bytes":
|
|
1025
|
+
"byte_start": 19891,
|
|
1026
|
+
"byte_end": 21736,
|
|
1027
|
+
"bytes": 1845,
|
|
1019
1028
|
"h3_count": 0
|
|
1020
1029
|
},
|
|
1021
1030
|
{
|
|
1022
1031
|
"name": "Compliance Theater Check",
|
|
1023
1032
|
"normalized_name": "compliance-theater-check",
|
|
1024
1033
|
"line": 305,
|
|
1025
|
-
"byte_start":
|
|
1026
|
-
"byte_end":
|
|
1034
|
+
"byte_start": 21736,
|
|
1035
|
+
"byte_end": 23304,
|
|
1027
1036
|
"bytes": 1568,
|
|
1028
1037
|
"h3_count": 0
|
|
1029
1038
|
},
|
|
@@ -1031,8 +1040,8 @@
|
|
|
1031
1040
|
"name": "Scoring",
|
|
1032
1041
|
"normalized_name": "scoring",
|
|
1033
1042
|
"line": 321,
|
|
1034
|
-
"byte_start":
|
|
1035
|
-
"byte_end":
|
|
1043
|
+
"byte_start": 23304,
|
|
1044
|
+
"byte_end": 23846,
|
|
1036
1045
|
"bytes": 542,
|
|
1037
1046
|
"h3_count": 0
|
|
1038
1047
|
},
|
|
@@ -1040,8 +1049,8 @@
|
|
|
1040
1049
|
"name": "Analysis Procedure",
|
|
1041
1050
|
"normalized_name": "analysis-procedure",
|
|
1042
1051
|
"line": 340,
|
|
1043
|
-
"byte_start":
|
|
1044
|
-
"byte_end":
|
|
1052
|
+
"byte_start": 23846,
|
|
1053
|
+
"byte_end": 24776,
|
|
1045
1054
|
"bytes": 930,
|
|
1046
1055
|
"h3_count": 4
|
|
1047
1056
|
},
|
|
@@ -1049,8 +1058,8 @@
|
|
|
1049
1058
|
"name": "Output Format",
|
|
1050
1059
|
"normalized_name": "output-format",
|
|
1051
1060
|
"line": 372,
|
|
1052
|
-
"byte_start":
|
|
1053
|
-
"byte_end":
|
|
1061
|
+
"byte_start": 24776,
|
|
1062
|
+
"byte_end": 26071,
|
|
1054
1063
|
"bytes": 1295,
|
|
1055
1064
|
"h3_count": 4
|
|
1056
1065
|
}
|
|
@@ -1058,8 +1067,8 @@
|
|
|
1058
1067
|
},
|
|
1059
1068
|
"global-grc": {
|
|
1060
1069
|
"path": "skills/global-grc/skill.md",
|
|
1061
|
-
"total_bytes":
|
|
1062
|
-
"total_lines":
|
|
1070
|
+
"total_bytes": 39881,
|
|
1071
|
+
"total_lines": 566,
|
|
1063
1072
|
"frontmatter": {
|
|
1064
1073
|
"line_start": 1,
|
|
1065
1074
|
"line_end": 27,
|
|
@@ -1117,43 +1126,43 @@
|
|
|
1117
1126
|
"normalized_name": "ttp-mapping",
|
|
1118
1127
|
"line": 444,
|
|
1119
1128
|
"byte_start": 31033,
|
|
1120
|
-
"byte_end":
|
|
1121
|
-
"bytes":
|
|
1129
|
+
"byte_end": 33169,
|
|
1130
|
+
"bytes": 2136,
|
|
1122
1131
|
"h3_count": 0
|
|
1123
1132
|
},
|
|
1124
1133
|
{
|
|
1125
1134
|
"name": "Exploit Availability Matrix",
|
|
1126
1135
|
"normalized_name": "exploit-availability-matrix",
|
|
1127
|
-
"line":
|
|
1128
|
-
"byte_start":
|
|
1129
|
-
"byte_end":
|
|
1136
|
+
"line": 467,
|
|
1137
|
+
"byte_start": 33169,
|
|
1138
|
+
"byte_end": 36068,
|
|
1130
1139
|
"bytes": 2899,
|
|
1131
1140
|
"h3_count": 0
|
|
1132
1141
|
},
|
|
1133
1142
|
{
|
|
1134
1143
|
"name": "Compliance Theater Check",
|
|
1135
1144
|
"normalized_name": "compliance-theater-check",
|
|
1136
|
-
"line":
|
|
1137
|
-
"byte_start":
|
|
1138
|
-
"byte_end":
|
|
1145
|
+
"line": 495,
|
|
1146
|
+
"byte_start": 36068,
|
|
1147
|
+
"byte_end": 38031,
|
|
1139
1148
|
"bytes": 1963,
|
|
1140
1149
|
"h3_count": 0
|
|
1141
1150
|
},
|
|
1142
1151
|
{
|
|
1143
1152
|
"name": "Analysis Procedure",
|
|
1144
1153
|
"normalized_name": "analysis-procedure",
|
|
1145
|
-
"line":
|
|
1146
|
-
"byte_start":
|
|
1147
|
-
"byte_end":
|
|
1154
|
+
"line": 509,
|
|
1155
|
+
"byte_start": 38031,
|
|
1156
|
+
"byte_end": 39067,
|
|
1148
1157
|
"bytes": 1036,
|
|
1149
1158
|
"h3_count": 4
|
|
1150
1159
|
},
|
|
1151
1160
|
{
|
|
1152
1161
|
"name": "Output Format",
|
|
1153
1162
|
"normalized_name": "output-format",
|
|
1154
|
-
"line":
|
|
1155
|
-
"byte_start":
|
|
1156
|
-
"byte_end":
|
|
1163
|
+
"line": 538,
|
|
1164
|
+
"byte_start": 39067,
|
|
1165
|
+
"byte_end": 39881,
|
|
1157
1166
|
"bytes": 814,
|
|
1158
1167
|
"h3_count": 6
|
|
1159
1168
|
}
|
|
@@ -1161,8 +1170,8 @@
|
|
|
1161
1170
|
},
|
|
1162
1171
|
"zeroday-gap-learn": {
|
|
1163
1172
|
"path": "skills/zeroday-gap-learn/skill.md",
|
|
1164
|
-
"total_bytes":
|
|
1165
|
-
"total_lines":
|
|
1173
|
+
"total_bytes": 31609,
|
|
1174
|
+
"total_lines": 401,
|
|
1166
1175
|
"frontmatter": {
|
|
1167
1176
|
"line_start": 1,
|
|
1168
1177
|
"line_end": 27,
|
|
@@ -1211,52 +1220,52 @@
|
|
|
1211
1220
|
"normalized_name": "exploit-availability-matrix",
|
|
1212
1221
|
"line": 89,
|
|
1213
1222
|
"byte_start": 7220,
|
|
1214
|
-
"byte_end":
|
|
1215
|
-
"bytes":
|
|
1223
|
+
"byte_end": 9591,
|
|
1224
|
+
"bytes": 2371,
|
|
1216
1225
|
"h3_count": 0
|
|
1217
1226
|
},
|
|
1218
1227
|
{
|
|
1219
1228
|
"name": "The Learning Loop",
|
|
1220
1229
|
"normalized_name": "the-learning-loop",
|
|
1221
|
-
"line":
|
|
1222
|
-
"byte_start":
|
|
1223
|
-
"byte_end":
|
|
1230
|
+
"line": 107,
|
|
1231
|
+
"byte_start": 9591,
|
|
1232
|
+
"byte_end": 11008,
|
|
1224
1233
|
"bytes": 1417,
|
|
1225
1234
|
"h3_count": 0
|
|
1226
1235
|
},
|
|
1227
1236
|
{
|
|
1228
1237
|
"name": "Pre-Run Lessons (Encoded from Documented Zero-Days)",
|
|
1229
1238
|
"normalized_name": "pre-run-lessons-encoded-from-documented-zero-days",
|
|
1230
|
-
"line":
|
|
1231
|
-
"byte_start":
|
|
1232
|
-
"byte_end":
|
|
1233
|
-
"bytes":
|
|
1234
|
-
"h3_count":
|
|
1239
|
+
"line": 145,
|
|
1240
|
+
"byte_start": 11008,
|
|
1241
|
+
"byte_end": 26790,
|
|
1242
|
+
"bytes": 15782,
|
|
1243
|
+
"h3_count": 7
|
|
1235
1244
|
},
|
|
1236
1245
|
{
|
|
1237
1246
|
"name": "Analysis Procedure for New Zero-Days",
|
|
1238
1247
|
"normalized_name": "analysis-procedure",
|
|
1239
|
-
"line":
|
|
1240
|
-
"byte_start":
|
|
1241
|
-
"byte_end":
|
|
1248
|
+
"line": 295,
|
|
1249
|
+
"byte_start": 26790,
|
|
1250
|
+
"byte_end": 28912,
|
|
1242
1251
|
"bytes": 2122,
|
|
1243
1252
|
"h3_count": 6
|
|
1244
1253
|
},
|
|
1245
1254
|
{
|
|
1246
1255
|
"name": "Output Format",
|
|
1247
1256
|
"normalized_name": "output-format",
|
|
1248
|
-
"line":
|
|
1249
|
-
"byte_start":
|
|
1250
|
-
"byte_end":
|
|
1257
|
+
"line": 355,
|
|
1258
|
+
"byte_start": 28912,
|
|
1259
|
+
"byte_end": 29771,
|
|
1251
1260
|
"bytes": 859,
|
|
1252
1261
|
"h3_count": 7
|
|
1253
1262
|
},
|
|
1254
1263
|
{
|
|
1255
1264
|
"name": "Compliance Theater Check",
|
|
1256
1265
|
"normalized_name": "compliance-theater-check",
|
|
1257
|
-
"line":
|
|
1258
|
-
"byte_start":
|
|
1259
|
-
"byte_end":
|
|
1266
|
+
"line": 392,
|
|
1267
|
+
"byte_start": 29771,
|
|
1268
|
+
"byte_end": 31609,
|
|
1260
1269
|
"bytes": 1838,
|
|
1261
1270
|
"h3_count": 0
|
|
1262
1271
|
}
|
|
@@ -1264,7 +1273,7 @@
|
|
|
1264
1273
|
},
|
|
1265
1274
|
"pqc-first": {
|
|
1266
1275
|
"path": "skills/pqc-first/skill.md",
|
|
1267
|
-
"total_bytes":
|
|
1276
|
+
"total_bytes": 33357,
|
|
1268
1277
|
"total_lines": 547,
|
|
1269
1278
|
"frontmatter": {
|
|
1270
1279
|
"line_start": 1,
|
|
@@ -1296,16 +1305,16 @@
|
|
|
1296
1305
|
"normalized_name": "ttp-mapping",
|
|
1297
1306
|
"line": 132,
|
|
1298
1307
|
"byte_start": 12066,
|
|
1299
|
-
"byte_end":
|
|
1300
|
-
"bytes":
|
|
1308
|
+
"byte_end": 14186,
|
|
1309
|
+
"bytes": 2120,
|
|
1301
1310
|
"h3_count": 0
|
|
1302
1311
|
},
|
|
1303
1312
|
{
|
|
1304
1313
|
"name": "Exploit Availability Matrix",
|
|
1305
1314
|
"normalized_name": "exploit-availability-matrix",
|
|
1306
1315
|
"line": 149,
|
|
1307
|
-
"byte_start":
|
|
1308
|
-
"byte_end":
|
|
1316
|
+
"byte_start": 14186,
|
|
1317
|
+
"byte_end": 16658,
|
|
1309
1318
|
"bytes": 2472,
|
|
1310
1319
|
"h3_count": 0
|
|
1311
1320
|
},
|
|
@@ -1313,8 +1322,8 @@
|
|
|
1313
1322
|
"name": "Core Principle",
|
|
1314
1323
|
"normalized_name": "core-principle",
|
|
1315
1324
|
"line": 165,
|
|
1316
|
-
"byte_start":
|
|
1317
|
-
"byte_end":
|
|
1325
|
+
"byte_start": 16658,
|
|
1326
|
+
"byte_end": 17385,
|
|
1318
1327
|
"bytes": 727,
|
|
1319
1328
|
"h3_count": 0
|
|
1320
1329
|
},
|
|
@@ -1322,8 +1331,8 @@
|
|
|
1322
1331
|
"name": "Version Gates — Non-Negotiable Minimums",
|
|
1323
1332
|
"normalized_name": "version-gates-non-negotiable-minimums",
|
|
1324
1333
|
"line": 177,
|
|
1325
|
-
"byte_start":
|
|
1326
|
-
"byte_end":
|
|
1334
|
+
"byte_start": 17385,
|
|
1335
|
+
"byte_end": 19819,
|
|
1327
1336
|
"bytes": 2434,
|
|
1328
1337
|
"h3_count": 7
|
|
1329
1338
|
},
|
|
@@ -1331,8 +1340,8 @@
|
|
|
1331
1340
|
"name": "Algorithm Registry",
|
|
1332
1341
|
"normalized_name": "algorithm-registry",
|
|
1333
1342
|
"line": 254,
|
|
1334
|
-
"byte_start":
|
|
1335
|
-
"byte_end":
|
|
1343
|
+
"byte_start": 19819,
|
|
1344
|
+
"byte_end": 23388,
|
|
1336
1345
|
"bytes": 3569,
|
|
1337
1346
|
"h3_count": 4
|
|
1338
1347
|
},
|
|
@@ -1340,8 +1349,8 @@
|
|
|
1340
1349
|
"name": "Hybrid Construction Requirements",
|
|
1341
1350
|
"normalized_name": "hybrid-construction-requirements",
|
|
1342
1351
|
"line": 327,
|
|
1343
|
-
"byte_start":
|
|
1344
|
-
"byte_end":
|
|
1352
|
+
"byte_start": 23388,
|
|
1353
|
+
"byte_end": 24660,
|
|
1345
1354
|
"bytes": 1272,
|
|
1346
1355
|
"h3_count": 3
|
|
1347
1356
|
},
|
|
@@ -1349,8 +1358,8 @@
|
|
|
1349
1358
|
"name": "Harvest-Now-Decrypt-Later (HNDL) Threat Assessment",
|
|
1350
1359
|
"normalized_name": "harvest-now-decrypt-later-hndl-threat-assessment",
|
|
1351
1360
|
"line": 370,
|
|
1352
|
-
"byte_start":
|
|
1353
|
-
"byte_end":
|
|
1361
|
+
"byte_start": 24660,
|
|
1362
|
+
"byte_end": 26291,
|
|
1354
1363
|
"bytes": 1631,
|
|
1355
1364
|
"h3_count": 2
|
|
1356
1365
|
},
|
|
@@ -1358,8 +1367,8 @@
|
|
|
1358
1367
|
"name": "Loopback Learning — Standards Evolution Tracking",
|
|
1359
1368
|
"normalized_name": "loopback-learning-standards-evolution-tracking",
|
|
1360
1369
|
"line": 403,
|
|
1361
|
-
"byte_start":
|
|
1362
|
-
"byte_end":
|
|
1370
|
+
"byte_start": 26291,
|
|
1371
|
+
"byte_end": 28836,
|
|
1363
1372
|
"bytes": 2545,
|
|
1364
1373
|
"h3_count": 2
|
|
1365
1374
|
},
|
|
@@ -1367,8 +1376,8 @@
|
|
|
1367
1376
|
"name": "Framework Coverage",
|
|
1368
1377
|
"normalized_name": "framework-coverage",
|
|
1369
1378
|
"line": 448,
|
|
1370
|
-
"byte_start":
|
|
1371
|
-
"byte_end":
|
|
1379
|
+
"byte_start": 28836,
|
|
1380
|
+
"byte_end": 30434,
|
|
1372
1381
|
"bytes": 1598,
|
|
1373
1382
|
"h3_count": 1
|
|
1374
1383
|
},
|
|
@@ -1376,8 +1385,8 @@
|
|
|
1376
1385
|
"name": "Analysis Procedure",
|
|
1377
1386
|
"normalized_name": "analysis-procedure",
|
|
1378
1387
|
"line": 469,
|
|
1379
|
-
"byte_start":
|
|
1380
|
-
"byte_end":
|
|
1388
|
+
"byte_start": 30434,
|
|
1389
|
+
"byte_end": 31933,
|
|
1381
1390
|
"bytes": 1499,
|
|
1382
1391
|
"h3_count": 5
|
|
1383
1392
|
},
|
|
@@ -1385,8 +1394,8 @@
|
|
|
1385
1394
|
"name": "Output Format",
|
|
1386
1395
|
"normalized_name": "output-format",
|
|
1387
1396
|
"line": 513,
|
|
1388
|
-
"byte_start":
|
|
1389
|
-
"byte_end":
|
|
1397
|
+
"byte_start": 31933,
|
|
1398
|
+
"byte_end": 32697,
|
|
1390
1399
|
"bytes": 764,
|
|
1391
1400
|
"h3_count": 6
|
|
1392
1401
|
},
|
|
@@ -1394,8 +1403,8 @@
|
|
|
1394
1403
|
"name": "Compliance Theater Check",
|
|
1395
1404
|
"normalized_name": "compliance-theater-check",
|
|
1396
1405
|
"line": 544,
|
|
1397
|
-
"byte_start":
|
|
1398
|
-
"byte_end":
|
|
1406
|
+
"byte_start": 32697,
|
|
1407
|
+
"byte_end": 33357,
|
|
1399
1408
|
"bytes": 660,
|
|
1400
1409
|
"h3_count": 0
|
|
1401
1410
|
}
|
|
@@ -1403,8 +1412,8 @@
|
|
|
1403
1412
|
},
|
|
1404
1413
|
"skill-update-loop": {
|
|
1405
1414
|
"path": "skills/skill-update-loop/skill.md",
|
|
1406
|
-
"total_bytes":
|
|
1407
|
-
"total_lines":
|
|
1415
|
+
"total_bytes": 47110,
|
|
1416
|
+
"total_lines": 518,
|
|
1408
1417
|
"frontmatter": {
|
|
1409
1418
|
"line_start": 1,
|
|
1410
1419
|
"line_end": 36,
|
|
@@ -1426,25 +1435,25 @@
|
|
|
1426
1435
|
"normalized_name": "threat-context",
|
|
1427
1436
|
"line": 50,
|
|
1428
1437
|
"byte_start": 1967,
|
|
1429
|
-
"byte_end":
|
|
1430
|
-
"bytes":
|
|
1438
|
+
"byte_end": 3515,
|
|
1439
|
+
"bytes": 1548,
|
|
1431
1440
|
"h3_count": 0
|
|
1432
1441
|
},
|
|
1433
1442
|
{
|
|
1434
1443
|
"name": "TTP Mapping",
|
|
1435
1444
|
"normalized_name": "ttp-mapping",
|
|
1436
1445
|
"line": 65,
|
|
1437
|
-
"byte_start":
|
|
1438
|
-
"byte_end":
|
|
1439
|
-
"bytes":
|
|
1446
|
+
"byte_start": 3515,
|
|
1447
|
+
"byte_end": 4607,
|
|
1448
|
+
"bytes": 1092,
|
|
1440
1449
|
"h3_count": 0
|
|
1441
1450
|
},
|
|
1442
1451
|
{
|
|
1443
1452
|
"name": "Why Skills Decay",
|
|
1444
1453
|
"normalized_name": "why-skills-decay",
|
|
1445
1454
|
"line": 82,
|
|
1446
|
-
"byte_start":
|
|
1447
|
-
"byte_end":
|
|
1455
|
+
"byte_start": 4607,
|
|
1456
|
+
"byte_end": 5494,
|
|
1448
1457
|
"bytes": 887,
|
|
1449
1458
|
"h3_count": 0
|
|
1450
1459
|
},
|
|
@@ -1452,8 +1461,8 @@
|
|
|
1452
1461
|
"name": "Update Triggers and Assigned Skills",
|
|
1453
1462
|
"normalized_name": "update-triggers-and-assigned-skills",
|
|
1454
1463
|
"line": 99,
|
|
1455
|
-
"byte_start":
|
|
1456
|
-
"byte_end":
|
|
1464
|
+
"byte_start": 5494,
|
|
1465
|
+
"byte_end": 32938,
|
|
1457
1466
|
"bytes": 27444,
|
|
1458
1467
|
"h3_count": 12
|
|
1459
1468
|
},
|
|
@@ -1461,8 +1470,8 @@
|
|
|
1461
1470
|
"name": "Skill Currency Scores",
|
|
1462
1471
|
"normalized_name": "skill-currency-scores",
|
|
1463
1472
|
"line": 348,
|
|
1464
|
-
"byte_start":
|
|
1465
|
-
"byte_end":
|
|
1473
|
+
"byte_start": 32938,
|
|
1474
|
+
"byte_end": 33528,
|
|
1466
1475
|
"bytes": 590,
|
|
1467
1476
|
"h3_count": 0
|
|
1468
1477
|
},
|
|
@@ -1470,8 +1479,8 @@
|
|
|
1470
1479
|
"name": "Running the Update Loop",
|
|
1471
1480
|
"normalized_name": "running-the-update-loop",
|
|
1472
1481
|
"line": 369,
|
|
1473
|
-
"byte_start":
|
|
1474
|
-
"byte_end":
|
|
1482
|
+
"byte_start": 33528,
|
|
1483
|
+
"byte_end": 34480,
|
|
1475
1484
|
"bytes": 952,
|
|
1476
1485
|
"h3_count": 3
|
|
1477
1486
|
},
|
|
@@ -1479,8 +1488,8 @@
|
|
|
1479
1488
|
"name": "Analysis Procedure",
|
|
1480
1489
|
"normalized_name": "analysis-procedure",
|
|
1481
1490
|
"line": 398,
|
|
1482
|
-
"byte_start":
|
|
1483
|
-
"byte_end":
|
|
1491
|
+
"byte_start": 34480,
|
|
1492
|
+
"byte_end": 35372,
|
|
1484
1493
|
"bytes": 892,
|
|
1485
1494
|
"h3_count": 4
|
|
1486
1495
|
},
|
|
@@ -1488,8 +1497,8 @@
|
|
|
1488
1497
|
"name": "Output Format",
|
|
1489
1498
|
"normalized_name": "output-format",
|
|
1490
1499
|
"line": 430,
|
|
1491
|
-
"byte_start":
|
|
1492
|
-
"byte_end":
|
|
1500
|
+
"byte_start": 35372,
|
|
1501
|
+
"byte_end": 35894,
|
|
1493
1502
|
"bytes": 522,
|
|
1494
1503
|
"h3_count": 4
|
|
1495
1504
|
},
|
|
@@ -1497,8 +1506,8 @@
|
|
|
1497
1506
|
"name": "Framework Lag Declaration",
|
|
1498
1507
|
"normalized_name": "framework-lag-declaration",
|
|
1499
1508
|
"line": 455,
|
|
1500
|
-
"byte_start":
|
|
1501
|
-
"byte_end":
|
|
1509
|
+
"byte_start": 35894,
|
|
1510
|
+
"byte_end": 38697,
|
|
1502
1511
|
"bytes": 2803,
|
|
1503
1512
|
"h3_count": 0
|
|
1504
1513
|
},
|
|
@@ -1506,25 +1515,34 @@
|
|
|
1506
1515
|
"name": "Exploit Availability Matrix",
|
|
1507
1516
|
"normalized_name": "exploit-availability-matrix",
|
|
1508
1517
|
"line": 474,
|
|
1509
|
-
"byte_start":
|
|
1510
|
-
"byte_end":
|
|
1511
|
-
"bytes":
|
|
1518
|
+
"byte_start": 38697,
|
|
1519
|
+
"byte_end": 41427,
|
|
1520
|
+
"bytes": 2730,
|
|
1512
1521
|
"h3_count": 0
|
|
1513
1522
|
},
|
|
1514
1523
|
{
|
|
1515
1524
|
"name": "Compliance Theater Check",
|
|
1516
1525
|
"normalized_name": "compliance-theater-check",
|
|
1517
1526
|
"line": 495,
|
|
1518
|
-
"byte_start":
|
|
1519
|
-
"byte_end":
|
|
1520
|
-
"bytes":
|
|
1527
|
+
"byte_start": 41427,
|
|
1528
|
+
"byte_end": 43104,
|
|
1529
|
+
"bytes": 1677,
|
|
1530
|
+
"h3_count": 0
|
|
1531
|
+
},
|
|
1532
|
+
{
|
|
1533
|
+
"name": "Defensive Countermeasure Mapping",
|
|
1534
|
+
"normalized_name": "defensive-countermeasure-mapping",
|
|
1535
|
+
"line": 505,
|
|
1536
|
+
"byte_start": 43104,
|
|
1537
|
+
"byte_end": 47110,
|
|
1538
|
+
"bytes": 4006,
|
|
1521
1539
|
"h3_count": 0
|
|
1522
1540
|
}
|
|
1523
1541
|
]
|
|
1524
1542
|
},
|
|
1525
1543
|
"security-maturity-tiers": {
|
|
1526
1544
|
"path": "skills/security-maturity-tiers/skill.md",
|
|
1527
|
-
"total_bytes":
|
|
1545
|
+
"total_bytes": 30252,
|
|
1528
1546
|
"total_lines": 489,
|
|
1529
1547
|
"frontmatter": {
|
|
1530
1548
|
"line_start": 1,
|
|
@@ -1655,25 +1673,25 @@
|
|
|
1655
1673
|
"normalized_name": "ttp-mapping",
|
|
1656
1674
|
"line": 452,
|
|
1657
1675
|
"byte_start": 25054,
|
|
1658
|
-
"byte_end":
|
|
1659
|
-
"bytes":
|
|
1676
|
+
"byte_end": 27560,
|
|
1677
|
+
"bytes": 2506,
|
|
1660
1678
|
"h3_count": 0
|
|
1661
1679
|
},
|
|
1662
1680
|
{
|
|
1663
1681
|
"name": "Exploit Availability Matrix",
|
|
1664
1682
|
"normalized_name": "exploit-availability-matrix",
|
|
1665
1683
|
"line": 474,
|
|
1666
|
-
"byte_start":
|
|
1667
|
-
"byte_end":
|
|
1668
|
-
"bytes":
|
|
1684
|
+
"byte_start": 27560,
|
|
1685
|
+
"byte_end": 30252,
|
|
1686
|
+
"bytes": 2692,
|
|
1669
1687
|
"h3_count": 0
|
|
1670
1688
|
}
|
|
1671
1689
|
]
|
|
1672
1690
|
},
|
|
1673
1691
|
"researcher": {
|
|
1674
1692
|
"path": "skills/researcher/skill.md",
|
|
1675
|
-
"total_bytes":
|
|
1676
|
-
"total_lines":
|
|
1693
|
+
"total_bytes": 32034,
|
|
1694
|
+
"total_lines": 334,
|
|
1677
1695
|
"frontmatter": {
|
|
1678
1696
|
"line_start": 1,
|
|
1679
1697
|
"line_end": 27,
|
|
@@ -1695,16 +1713,16 @@
|
|
|
1695
1713
|
"normalized_name": "threat-context",
|
|
1696
1714
|
"line": 41,
|
|
1697
1715
|
"byte_start": 1861,
|
|
1698
|
-
"byte_end":
|
|
1699
|
-
"bytes":
|
|
1716
|
+
"byte_end": 4990,
|
|
1717
|
+
"bytes": 3129,
|
|
1700
1718
|
"h3_count": 0
|
|
1701
1719
|
},
|
|
1702
1720
|
{
|
|
1703
1721
|
"name": "Framework Lag Declaration",
|
|
1704
1722
|
"normalized_name": "framework-lag-declaration",
|
|
1705
1723
|
"line": 60,
|
|
1706
|
-
"byte_start":
|
|
1707
|
-
"byte_end":
|
|
1724
|
+
"byte_start": 4990,
|
|
1725
|
+
"byte_end": 7403,
|
|
1708
1726
|
"bytes": 2413,
|
|
1709
1727
|
"h3_count": 0
|
|
1710
1728
|
},
|
|
@@ -1712,44 +1730,53 @@
|
|
|
1712
1730
|
"name": "TTP Mapping",
|
|
1713
1731
|
"normalized_name": "ttp-mapping",
|
|
1714
1732
|
"line": 80,
|
|
1715
|
-
"byte_start":
|
|
1716
|
-
"byte_end":
|
|
1717
|
-
"bytes":
|
|
1733
|
+
"byte_start": 7403,
|
|
1734
|
+
"byte_end": 9116,
|
|
1735
|
+
"bytes": 1713,
|
|
1718
1736
|
"h3_count": 0
|
|
1719
1737
|
},
|
|
1720
1738
|
{
|
|
1721
1739
|
"name": "Exploit Availability Matrix",
|
|
1722
1740
|
"normalized_name": "exploit-availability-matrix",
|
|
1723
|
-
"line":
|
|
1724
|
-
"byte_start":
|
|
1725
|
-
"byte_end":
|
|
1741
|
+
"line": 105,
|
|
1742
|
+
"byte_start": 9116,
|
|
1743
|
+
"byte_end": 10628,
|
|
1726
1744
|
"bytes": 1512,
|
|
1727
1745
|
"h3_count": 0
|
|
1728
1746
|
},
|
|
1729
1747
|
{
|
|
1730
1748
|
"name": "Analysis Procedure",
|
|
1731
1749
|
"normalized_name": "analysis-procedure",
|
|
1732
|
-
"line":
|
|
1733
|
-
"byte_start":
|
|
1734
|
-
"byte_end":
|
|
1750
|
+
"line": 126,
|
|
1751
|
+
"byte_start": 10628,
|
|
1752
|
+
"byte_end": 24627,
|
|
1735
1753
|
"bytes": 13999,
|
|
1736
1754
|
"h3_count": 8
|
|
1737
1755
|
},
|
|
1738
1756
|
{
|
|
1739
1757
|
"name": "Output Format",
|
|
1740
1758
|
"normalized_name": "output-format",
|
|
1741
|
-
"line":
|
|
1742
|
-
"byte_start":
|
|
1743
|
-
"byte_end":
|
|
1759
|
+
"line": 250,
|
|
1760
|
+
"byte_start": 24627,
|
|
1761
|
+
"byte_end": 27216,
|
|
1744
1762
|
"bytes": 2589,
|
|
1745
1763
|
"h3_count": 0
|
|
1746
1764
|
},
|
|
1765
|
+
{
|
|
1766
|
+
"name": "Defensive Countermeasure Mapping",
|
|
1767
|
+
"normalized_name": "defensive-countermeasure-mapping",
|
|
1768
|
+
"line": 307,
|
|
1769
|
+
"byte_start": 27216,
|
|
1770
|
+
"byte_end": 29921,
|
|
1771
|
+
"bytes": 2705,
|
|
1772
|
+
"h3_count": 0
|
|
1773
|
+
},
|
|
1747
1774
|
{
|
|
1748
1775
|
"name": "Compliance Theater Check",
|
|
1749
1776
|
"normalized_name": "compliance-theater-check",
|
|
1750
|
-
"line":
|
|
1751
|
-
"byte_start":
|
|
1752
|
-
"byte_end":
|
|
1777
|
+
"line": 323,
|
|
1778
|
+
"byte_start": 29921,
|
|
1779
|
+
"byte_end": 32034,
|
|
1753
1780
|
"bytes": 2113,
|
|
1754
1781
|
"h3_count": 0
|
|
1755
1782
|
}
|
|
@@ -1757,7 +1784,7 @@
|
|
|
1757
1784
|
},
|
|
1758
1785
|
"attack-surface-pentest": {
|
|
1759
1786
|
"path": "skills/attack-surface-pentest/skill.md",
|
|
1760
|
-
"total_bytes":
|
|
1787
|
+
"total_bytes": 32368,
|
|
1761
1788
|
"total_lines": 385,
|
|
1762
1789
|
"frontmatter": {
|
|
1763
1790
|
"line_start": 1,
|
|
@@ -1771,16 +1798,16 @@
|
|
|
1771
1798
|
"normalized_name": "threat-context",
|
|
1772
1799
|
"line": 67,
|
|
1773
1800
|
"byte_start": 1438,
|
|
1774
|
-
"byte_end":
|
|
1775
|
-
"bytes":
|
|
1801
|
+
"byte_end": 6142,
|
|
1802
|
+
"bytes": 4704,
|
|
1776
1803
|
"h3_count": 8
|
|
1777
1804
|
},
|
|
1778
1805
|
{
|
|
1779
1806
|
"name": "Framework Lag Declaration",
|
|
1780
1807
|
"normalized_name": "framework-lag-declaration",
|
|
1781
1808
|
"line": 105,
|
|
1782
|
-
"byte_start":
|
|
1783
|
-
"byte_end":
|
|
1809
|
+
"byte_start": 6142,
|
|
1810
|
+
"byte_end": 10703,
|
|
1784
1811
|
"bytes": 4561,
|
|
1785
1812
|
"h3_count": 0
|
|
1786
1813
|
},
|
|
@@ -1788,26 +1815,26 @@
|
|
|
1788
1815
|
"name": "TTP Mapping (MITRE ATLAS v5.1.0 + MITRE ATT&CK v17)",
|
|
1789
1816
|
"normalized_name": "ttp-mapping",
|
|
1790
1817
|
"line": 123,
|
|
1791
|
-
"byte_start":
|
|
1792
|
-
"byte_end":
|
|
1793
|
-
"bytes":
|
|
1818
|
+
"byte_start": 10703,
|
|
1819
|
+
"byte_end": 12934,
|
|
1820
|
+
"bytes": 2231,
|
|
1794
1821
|
"h3_count": 0
|
|
1795
1822
|
},
|
|
1796
1823
|
{
|
|
1797
1824
|
"name": "Exploit Availability Matrix",
|
|
1798
1825
|
"normalized_name": "exploit-availability-matrix",
|
|
1799
1826
|
"line": 142,
|
|
1800
|
-
"byte_start":
|
|
1801
|
-
"byte_end":
|
|
1802
|
-
"bytes":
|
|
1827
|
+
"byte_start": 12934,
|
|
1828
|
+
"byte_end": 15389,
|
|
1829
|
+
"bytes": 2455,
|
|
1803
1830
|
"h3_count": 0
|
|
1804
1831
|
},
|
|
1805
1832
|
{
|
|
1806
1833
|
"name": "Analysis Procedure",
|
|
1807
1834
|
"normalized_name": "analysis-procedure",
|
|
1808
1835
|
"line": 159,
|
|
1809
|
-
"byte_start":
|
|
1810
|
-
"byte_end":
|
|
1836
|
+
"byte_start": 15389,
|
|
1837
|
+
"byte_end": 25092,
|
|
1811
1838
|
"bytes": 9703,
|
|
1812
1839
|
"h3_count": 4
|
|
1813
1840
|
},
|
|
@@ -1815,8 +1842,8 @@
|
|
|
1815
1842
|
"name": "Output Format",
|
|
1816
1843
|
"normalized_name": "output-format",
|
|
1817
1844
|
"line": 280,
|
|
1818
|
-
"byte_start":
|
|
1819
|
-
"byte_end":
|
|
1845
|
+
"byte_start": 25092,
|
|
1846
|
+
"byte_end": 28441,
|
|
1820
1847
|
"bytes": 3349,
|
|
1821
1848
|
"h3_count": 9
|
|
1822
1849
|
},
|
|
@@ -1824,8 +1851,8 @@
|
|
|
1824
1851
|
"name": "Compliance Theater Check",
|
|
1825
1852
|
"normalized_name": "compliance-theater-check",
|
|
1826
1853
|
"line": 360,
|
|
1827
|
-
"byte_start":
|
|
1828
|
-
"byte_end":
|
|
1854
|
+
"byte_start": 28441,
|
|
1855
|
+
"byte_end": 30757,
|
|
1829
1856
|
"bytes": 2316,
|
|
1830
1857
|
"h3_count": 0
|
|
1831
1858
|
},
|
|
@@ -1833,8 +1860,8 @@
|
|
|
1833
1860
|
"name": "Defensive Countermeasure Mapping (D3FEND)",
|
|
1834
1861
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
1835
1862
|
"line": 374,
|
|
1836
|
-
"byte_start":
|
|
1837
|
-
"byte_end":
|
|
1863
|
+
"byte_start": 30757,
|
|
1864
|
+
"byte_end": 32368,
|
|
1838
1865
|
"bytes": 1611,
|
|
1839
1866
|
"h3_count": 0
|
|
1840
1867
|
}
|
|
@@ -1927,8 +1954,8 @@
|
|
|
1927
1954
|
},
|
|
1928
1955
|
"dlp-gap-analysis": {
|
|
1929
1956
|
"path": "skills/dlp-gap-analysis/skill.md",
|
|
1930
|
-
"total_bytes":
|
|
1931
|
-
"total_lines":
|
|
1957
|
+
"total_bytes": 41718,
|
|
1958
|
+
"total_lines": 345,
|
|
1932
1959
|
"frontmatter": {
|
|
1933
1960
|
"line_start": 1,
|
|
1934
1961
|
"line_end": 66,
|
|
@@ -1968,43 +1995,43 @@
|
|
|
1968
1995
|
"normalized_name": "exploit-availability-matrix",
|
|
1969
1996
|
"line": 142,
|
|
1970
1997
|
"byte_start": 18539,
|
|
1971
|
-
"byte_end":
|
|
1972
|
-
"bytes":
|
|
1973
|
-
"h3_count":
|
|
1998
|
+
"byte_end": 24301,
|
|
1999
|
+
"bytes": 5762,
|
|
2000
|
+
"h3_count": 1
|
|
1974
2001
|
},
|
|
1975
2002
|
{
|
|
1976
2003
|
"name": "Analysis Procedure",
|
|
1977
2004
|
"normalized_name": "analysis-procedure",
|
|
1978
|
-
"line":
|
|
1979
|
-
"byte_start":
|
|
1980
|
-
"byte_end":
|
|
2005
|
+
"line": 163,
|
|
2006
|
+
"byte_start": 24301,
|
|
2007
|
+
"byte_end": 32774,
|
|
1981
2008
|
"bytes": 8473,
|
|
1982
2009
|
"h3_count": 4
|
|
1983
2010
|
},
|
|
1984
2011
|
{
|
|
1985
2012
|
"name": "Output Format",
|
|
1986
2013
|
"normalized_name": "output-format",
|
|
1987
|
-
"line":
|
|
1988
|
-
"byte_start":
|
|
1989
|
-
"byte_end":
|
|
2014
|
+
"line": 245,
|
|
2015
|
+
"byte_start": 32774,
|
|
2016
|
+
"byte_end": 35161,
|
|
1990
2017
|
"bytes": 2387,
|
|
1991
2018
|
"h3_count": 9
|
|
1992
2019
|
},
|
|
1993
2020
|
{
|
|
1994
2021
|
"name": "Compliance Theater Check",
|
|
1995
2022
|
"normalized_name": "compliance-theater-check",
|
|
1996
|
-
"line":
|
|
1997
|
-
"byte_start":
|
|
1998
|
-
"byte_end":
|
|
2023
|
+
"line": 300,
|
|
2024
|
+
"byte_start": 35161,
|
|
2025
|
+
"byte_end": 37763,
|
|
1999
2026
|
"bytes": 2602,
|
|
2000
2027
|
"h3_count": 0
|
|
2001
2028
|
},
|
|
2002
2029
|
{
|
|
2003
2030
|
"name": "Defensive Countermeasure Mapping",
|
|
2004
2031
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
2005
|
-
"line":
|
|
2006
|
-
"byte_start":
|
|
2007
|
-
"byte_end":
|
|
2032
|
+
"line": 318,
|
|
2033
|
+
"byte_start": 37763,
|
|
2034
|
+
"byte_end": 41718,
|
|
2008
2035
|
"bytes": 3955,
|
|
2009
2036
|
"h3_count": 0
|
|
2010
2037
|
}
|
|
@@ -2012,7 +2039,7 @@
|
|
|
2012
2039
|
},
|
|
2013
2040
|
"supply-chain-integrity": {
|
|
2014
2041
|
"path": "skills/supply-chain-integrity/skill.md",
|
|
2015
|
-
"total_bytes":
|
|
2042
|
+
"total_bytes": 39822,
|
|
2016
2043
|
"total_lines": 323,
|
|
2017
2044
|
"frontmatter": {
|
|
2018
2045
|
"line_start": 1,
|
|
@@ -2026,16 +2053,16 @@
|
|
|
2026
2053
|
"normalized_name": "threat-context",
|
|
2027
2054
|
"line": 72,
|
|
2028
2055
|
"byte_start": 1900,
|
|
2029
|
-
"byte_end":
|
|
2030
|
-
"bytes":
|
|
2056
|
+
"byte_end": 7366,
|
|
2057
|
+
"bytes": 5466,
|
|
2031
2058
|
"h3_count": 0
|
|
2032
2059
|
},
|
|
2033
2060
|
{
|
|
2034
2061
|
"name": "Framework Lag Declaration",
|
|
2035
2062
|
"normalized_name": "framework-lag-declaration",
|
|
2036
2063
|
"line": 91,
|
|
2037
|
-
"byte_start":
|
|
2038
|
-
"byte_end":
|
|
2064
|
+
"byte_start": 7366,
|
|
2065
|
+
"byte_end": 17849,
|
|
2039
2066
|
"bytes": 10483,
|
|
2040
2067
|
"h3_count": 1
|
|
2041
2068
|
},
|
|
@@ -2043,8 +2070,8 @@
|
|
|
2043
2070
|
"name": "TTP Mapping",
|
|
2044
2071
|
"normalized_name": "ttp-mapping",
|
|
2045
2072
|
"line": 136,
|
|
2046
|
-
"byte_start":
|
|
2047
|
-
"byte_end":
|
|
2073
|
+
"byte_start": 17849,
|
|
2074
|
+
"byte_end": 20977,
|
|
2048
2075
|
"bytes": 3128,
|
|
2049
2076
|
"h3_count": 0
|
|
2050
2077
|
},
|
|
@@ -2052,8 +2079,8 @@
|
|
|
2052
2079
|
"name": "Exploit Availability Matrix",
|
|
2053
2080
|
"normalized_name": "exploit-availability-matrix",
|
|
2054
2081
|
"line": 159,
|
|
2055
|
-
"byte_start":
|
|
2056
|
-
"byte_end":
|
|
2082
|
+
"byte_start": 20977,
|
|
2083
|
+
"byte_end": 25558,
|
|
2057
2084
|
"bytes": 4581,
|
|
2058
2085
|
"h3_count": 0
|
|
2059
2086
|
},
|
|
@@ -2061,8 +2088,8 @@
|
|
|
2061
2088
|
"name": "Analysis Procedure",
|
|
2062
2089
|
"normalized_name": "analysis-procedure",
|
|
2063
2090
|
"line": 176,
|
|
2064
|
-
"byte_start":
|
|
2065
|
-
"byte_end":
|
|
2091
|
+
"byte_start": 25558,
|
|
2092
|
+
"byte_end": 33015,
|
|
2066
2093
|
"bytes": 7457,
|
|
2067
2094
|
"h3_count": 4
|
|
2068
2095
|
},
|
|
@@ -2070,8 +2097,8 @@
|
|
|
2070
2097
|
"name": "Output Format",
|
|
2071
2098
|
"normalized_name": "output-format",
|
|
2072
2099
|
"line": 250,
|
|
2073
|
-
"byte_start":
|
|
2074
|
-
"byte_end":
|
|
2100
|
+
"byte_start": 33015,
|
|
2101
|
+
"byte_end": 35117,
|
|
2075
2102
|
"bytes": 2102,
|
|
2076
2103
|
"h3_count": 9
|
|
2077
2104
|
},
|
|
@@ -2079,8 +2106,8 @@
|
|
|
2079
2106
|
"name": "Compliance Theater Check",
|
|
2080
2107
|
"normalized_name": "compliance-theater-check",
|
|
2081
2108
|
"line": 290,
|
|
2082
|
-
"byte_start":
|
|
2083
|
-
"byte_end":
|
|
2109
|
+
"byte_start": 35117,
|
|
2110
|
+
"byte_end": 37405,
|
|
2084
2111
|
"bytes": 2288,
|
|
2085
2112
|
"h3_count": 0
|
|
2086
2113
|
},
|
|
@@ -2088,8 +2115,8 @@
|
|
|
2088
2115
|
"name": "Defensive Countermeasure Mapping",
|
|
2089
2116
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
2090
2117
|
"line": 306,
|
|
2091
|
-
"byte_start":
|
|
2092
|
-
"byte_end":
|
|
2118
|
+
"byte_start": 37405,
|
|
2119
|
+
"byte_end": 39822,
|
|
2093
2120
|
"bytes": 2417,
|
|
2094
2121
|
"h3_count": 0
|
|
2095
2122
|
}
|
|
@@ -2182,7 +2209,7 @@
|
|
|
2182
2209
|
},
|
|
2183
2210
|
"identity-assurance": {
|
|
2184
2211
|
"path": "skills/identity-assurance/skill.md",
|
|
2185
|
-
"total_bytes":
|
|
2212
|
+
"total_bytes": 32920,
|
|
2186
2213
|
"total_lines": 278,
|
|
2187
2214
|
"frontmatter": {
|
|
2188
2215
|
"line_start": 1,
|
|
@@ -2196,16 +2223,16 @@
|
|
|
2196
2223
|
"normalized_name": "threat-context",
|
|
2197
2224
|
"line": 66,
|
|
2198
2225
|
"byte_start": 1176,
|
|
2199
|
-
"byte_end":
|
|
2200
|
-
"bytes":
|
|
2226
|
+
"byte_end": 3825,
|
|
2227
|
+
"bytes": 2649,
|
|
2201
2228
|
"h3_count": 0
|
|
2202
2229
|
},
|
|
2203
2230
|
{
|
|
2204
2231
|
"name": "Framework Lag Declaration",
|
|
2205
2232
|
"normalized_name": "framework-lag-declaration",
|
|
2206
2233
|
"line": 80,
|
|
2207
|
-
"byte_start":
|
|
2208
|
-
"byte_end":
|
|
2234
|
+
"byte_start": 3825,
|
|
2235
|
+
"byte_end": 11098,
|
|
2209
2236
|
"bytes": 7273,
|
|
2210
2237
|
"h3_count": 0
|
|
2211
2238
|
},
|
|
@@ -2213,8 +2240,8 @@
|
|
|
2213
2240
|
"name": "TTP Mapping",
|
|
2214
2241
|
"normalized_name": "ttp-mapping",
|
|
2215
2242
|
"line": 111,
|
|
2216
|
-
"byte_start":
|
|
2217
|
-
"byte_end":
|
|
2243
|
+
"byte_start": 11098,
|
|
2244
|
+
"byte_end": 12980,
|
|
2218
2245
|
"bytes": 1882,
|
|
2219
2246
|
"h3_count": 0
|
|
2220
2247
|
},
|
|
@@ -2222,17 +2249,17 @@
|
|
|
2222
2249
|
"name": "Exploit Availability Matrix",
|
|
2223
2250
|
"normalized_name": "exploit-availability-matrix",
|
|
2224
2251
|
"line": 122,
|
|
2225
|
-
"byte_start":
|
|
2226
|
-
"byte_end":
|
|
2227
|
-
"bytes":
|
|
2252
|
+
"byte_start": 12980,
|
|
2253
|
+
"byte_end": 15930,
|
|
2254
|
+
"bytes": 2950,
|
|
2228
2255
|
"h3_count": 0
|
|
2229
2256
|
},
|
|
2230
2257
|
{
|
|
2231
2258
|
"name": "Analysis Procedure",
|
|
2232
2259
|
"normalized_name": "analysis-procedure",
|
|
2233
2260
|
"line": 138,
|
|
2234
|
-
"byte_start":
|
|
2235
|
-
"byte_end":
|
|
2261
|
+
"byte_start": 15930,
|
|
2262
|
+
"byte_end": 21758,
|
|
2236
2263
|
"bytes": 5828,
|
|
2237
2264
|
"h3_count": 4
|
|
2238
2265
|
},
|
|
@@ -2240,8 +2267,8 @@
|
|
|
2240
2267
|
"name": "Output Format",
|
|
2241
2268
|
"normalized_name": "output-format",
|
|
2242
2269
|
"line": 194,
|
|
2243
|
-
"byte_start":
|
|
2244
|
-
"byte_end":
|
|
2270
|
+
"byte_start": 21758,
|
|
2271
|
+
"byte_end": 24451,
|
|
2245
2272
|
"bytes": 2693,
|
|
2246
2273
|
"h3_count": 9
|
|
2247
2274
|
},
|
|
@@ -2249,8 +2276,8 @@
|
|
|
2249
2276
|
"name": "Compliance Theater Check",
|
|
2250
2277
|
"normalized_name": "compliance-theater-check",
|
|
2251
2278
|
"line": 240,
|
|
2252
|
-
"byte_start":
|
|
2253
|
-
"byte_end":
|
|
2279
|
+
"byte_start": 24451,
|
|
2280
|
+
"byte_end": 26508,
|
|
2254
2281
|
"bytes": 2057,
|
|
2255
2282
|
"h3_count": 0
|
|
2256
2283
|
},
|
|
@@ -2258,8 +2285,8 @@
|
|
|
2258
2285
|
"name": "Defensive Countermeasure Mapping",
|
|
2259
2286
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
2260
2287
|
"line": 254,
|
|
2261
|
-
"byte_start":
|
|
2262
|
-
"byte_end":
|
|
2288
|
+
"byte_start": 26508,
|
|
2289
|
+
"byte_end": 30129,
|
|
2263
2290
|
"bytes": 3621,
|
|
2264
2291
|
"h3_count": 0
|
|
2265
2292
|
},
|
|
@@ -2267,8 +2294,8 @@
|
|
|
2267
2294
|
"name": "Hand-Off / Related Skills",
|
|
2268
2295
|
"normalized_name": "hand-off",
|
|
2269
2296
|
"line": 267,
|
|
2270
|
-
"byte_start":
|
|
2271
|
-
"byte_end":
|
|
2297
|
+
"byte_start": 30129,
|
|
2298
|
+
"byte_end": 32920,
|
|
2272
2299
|
"bytes": 2791,
|
|
2273
2300
|
"h3_count": 0
|
|
2274
2301
|
}
|
|
@@ -2276,7 +2303,7 @@
|
|
|
2276
2303
|
},
|
|
2277
2304
|
"ot-ics-security": {
|
|
2278
2305
|
"path": "skills/ot-ics-security/skill.md",
|
|
2279
|
-
"total_bytes":
|
|
2306
|
+
"total_bytes": 36339,
|
|
2280
2307
|
"total_lines": 344,
|
|
2281
2308
|
"frontmatter": {
|
|
2282
2309
|
"line_start": 1,
|
|
@@ -2317,16 +2344,16 @@
|
|
|
2317
2344
|
"normalized_name": "exploit-availability-matrix",
|
|
2318
2345
|
"line": 113,
|
|
2319
2346
|
"byte_start": 12678,
|
|
2320
|
-
"byte_end":
|
|
2321
|
-
"bytes":
|
|
2347
|
+
"byte_end": 14976,
|
|
2348
|
+
"bytes": 2298,
|
|
2322
2349
|
"h3_count": 0
|
|
2323
2350
|
},
|
|
2324
2351
|
{
|
|
2325
2352
|
"name": "Analysis Procedure",
|
|
2326
2353
|
"normalized_name": "analysis-procedure",
|
|
2327
2354
|
"line": 126,
|
|
2328
|
-
"byte_start":
|
|
2329
|
-
"byte_end":
|
|
2355
|
+
"byte_start": 14976,
|
|
2356
|
+
"byte_end": 23768,
|
|
2330
2357
|
"bytes": 8792,
|
|
2331
2358
|
"h3_count": 10
|
|
2332
2359
|
},
|
|
@@ -2334,8 +2361,8 @@
|
|
|
2334
2361
|
"name": "Output Format",
|
|
2335
2362
|
"normalized_name": "output-format",
|
|
2336
2363
|
"line": 222,
|
|
2337
|
-
"byte_start":
|
|
2338
|
-
"byte_end":
|
|
2364
|
+
"byte_start": 23768,
|
|
2365
|
+
"byte_end": 25867,
|
|
2339
2366
|
"bytes": 2099,
|
|
2340
2367
|
"h3_count": 11
|
|
2341
2368
|
},
|
|
@@ -2343,8 +2370,8 @@
|
|
|
2343
2370
|
"name": "Compliance Theater Check",
|
|
2344
2371
|
"normalized_name": "compliance-theater-check",
|
|
2345
2372
|
"line": 278,
|
|
2346
|
-
"byte_start":
|
|
2347
|
-
"byte_end":
|
|
2373
|
+
"byte_start": 25867,
|
|
2374
|
+
"byte_end": 29072,
|
|
2348
2375
|
"bytes": 3205,
|
|
2349
2376
|
"h3_count": 0
|
|
2350
2377
|
},
|
|
@@ -2352,8 +2379,8 @@
|
|
|
2352
2379
|
"name": "Defensive Countermeasure Mapping",
|
|
2353
2380
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
2354
2381
|
"line": 312,
|
|
2355
|
-
"byte_start":
|
|
2356
|
-
"byte_end":
|
|
2382
|
+
"byte_start": 29072,
|
|
2383
|
+
"byte_end": 32529,
|
|
2357
2384
|
"bytes": 3457,
|
|
2358
2385
|
"h3_count": 0
|
|
2359
2386
|
},
|
|
@@ -2361,8 +2388,8 @@
|
|
|
2361
2388
|
"name": "Hand-Off / Related Skills",
|
|
2362
2389
|
"normalized_name": "hand-off",
|
|
2363
2390
|
"line": 328,
|
|
2364
|
-
"byte_start":
|
|
2365
|
-
"byte_end":
|
|
2391
|
+
"byte_start": 32529,
|
|
2392
|
+
"byte_end": 36339,
|
|
2366
2393
|
"bytes": 3810,
|
|
2367
2394
|
"h3_count": 0
|
|
2368
2395
|
}
|
|
@@ -2464,7 +2491,7 @@
|
|
|
2464
2491
|
},
|
|
2465
2492
|
"threat-modeling-methodology": {
|
|
2466
2493
|
"path": "skills/threat-modeling-methodology/skill.md",
|
|
2467
|
-
"total_bytes":
|
|
2494
|
+
"total_bytes": 30592,
|
|
2468
2495
|
"total_lines": 316,
|
|
2469
2496
|
"frontmatter": {
|
|
2470
2497
|
"line_start": 1,
|
|
@@ -2487,16 +2514,16 @@
|
|
|
2487
2514
|
"normalized_name": "threat-context",
|
|
2488
2515
|
"line": 58,
|
|
2489
2516
|
"byte_start": 2049,
|
|
2490
|
-
"byte_end":
|
|
2491
|
-
"bytes":
|
|
2517
|
+
"byte_end": 6454,
|
|
2518
|
+
"bytes": 4405,
|
|
2492
2519
|
"h3_count": 0
|
|
2493
2520
|
},
|
|
2494
2521
|
{
|
|
2495
2522
|
"name": "Framework Lag Declaration",
|
|
2496
2523
|
"normalized_name": "framework-lag-declaration",
|
|
2497
2524
|
"line": 84,
|
|
2498
|
-
"byte_start":
|
|
2499
|
-
"byte_end":
|
|
2525
|
+
"byte_start": 6454,
|
|
2526
|
+
"byte_end": 11025,
|
|
2500
2527
|
"bytes": 4571,
|
|
2501
2528
|
"h3_count": 0
|
|
2502
2529
|
},
|
|
@@ -2504,26 +2531,26 @@
|
|
|
2504
2531
|
"name": "TTP Mapping",
|
|
2505
2532
|
"normalized_name": "ttp-mapping",
|
|
2506
2533
|
"line": 114,
|
|
2507
|
-
"byte_start":
|
|
2508
|
-
"byte_end":
|
|
2509
|
-
"bytes":
|
|
2534
|
+
"byte_start": 11025,
|
|
2535
|
+
"byte_end": 14927,
|
|
2536
|
+
"bytes": 3902,
|
|
2510
2537
|
"h3_count": 0
|
|
2511
2538
|
},
|
|
2512
2539
|
{
|
|
2513
2540
|
"name": "Exploit Availability Matrix",
|
|
2514
2541
|
"normalized_name": "exploit-availability-matrix",
|
|
2515
2542
|
"line": 136,
|
|
2516
|
-
"byte_start":
|
|
2517
|
-
"byte_end":
|
|
2518
|
-
"bytes":
|
|
2543
|
+
"byte_start": 14927,
|
|
2544
|
+
"byte_end": 17250,
|
|
2545
|
+
"bytes": 2323,
|
|
2519
2546
|
"h3_count": 0
|
|
2520
2547
|
},
|
|
2521
2548
|
{
|
|
2522
2549
|
"name": "Analysis Procedure",
|
|
2523
2550
|
"normalized_name": "analysis-procedure",
|
|
2524
2551
|
"line": 158,
|
|
2525
|
-
"byte_start":
|
|
2526
|
-
"byte_end":
|
|
2552
|
+
"byte_start": 17250,
|
|
2553
|
+
"byte_end": 23857,
|
|
2527
2554
|
"bytes": 6607,
|
|
2528
2555
|
"h3_count": 10
|
|
2529
2556
|
},
|
|
@@ -2531,8 +2558,8 @@
|
|
|
2531
2558
|
"name": "Output Format",
|
|
2532
2559
|
"normalized_name": "output-format",
|
|
2533
2560
|
"line": 233,
|
|
2534
|
-
"byte_start":
|
|
2535
|
-
"byte_end":
|
|
2561
|
+
"byte_start": 23857,
|
|
2562
|
+
"byte_end": 25406,
|
|
2536
2563
|
"bytes": 1549,
|
|
2537
2564
|
"h3_count": 9
|
|
2538
2565
|
},
|
|
@@ -2540,8 +2567,8 @@
|
|
|
2540
2567
|
"name": "Compliance Theater Check",
|
|
2541
2568
|
"normalized_name": "compliance-theater-check",
|
|
2542
2569
|
"line": 275,
|
|
2543
|
-
"byte_start":
|
|
2544
|
-
"byte_end":
|
|
2570
|
+
"byte_start": 25406,
|
|
2571
|
+
"byte_end": 27330,
|
|
2545
2572
|
"bytes": 1924,
|
|
2546
2573
|
"h3_count": 0
|
|
2547
2574
|
},
|
|
@@ -2549,8 +2576,8 @@
|
|
|
2549
2576
|
"name": "Defensive Countermeasure Mapping",
|
|
2550
2577
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
2551
2578
|
"line": 293,
|
|
2552
|
-
"byte_start":
|
|
2553
|
-
"byte_end":
|
|
2579
|
+
"byte_start": 27330,
|
|
2580
|
+
"byte_end": 29034,
|
|
2554
2581
|
"bytes": 1704,
|
|
2555
2582
|
"h3_count": 0
|
|
2556
2583
|
},
|
|
@@ -2558,8 +2585,8 @@
|
|
|
2558
2585
|
"name": "Hand-Off / Related Skills",
|
|
2559
2586
|
"normalized_name": "hand-off",
|
|
2560
2587
|
"line": 306,
|
|
2561
|
-
"byte_start":
|
|
2562
|
-
"byte_end":
|
|
2588
|
+
"byte_start": 29034,
|
|
2589
|
+
"byte_end": 30592,
|
|
2563
2590
|
"bytes": 1558,
|
|
2564
2591
|
"h3_count": 0
|
|
2565
2592
|
}
|
|
@@ -2567,7 +2594,7 @@
|
|
|
2567
2594
|
},
|
|
2568
2595
|
"webapp-security": {
|
|
2569
2596
|
"path": "skills/webapp-security/skill.md",
|
|
2570
|
-
"total_bytes":
|
|
2597
|
+
"total_bytes": 28791,
|
|
2571
2598
|
"total_lines": 285,
|
|
2572
2599
|
"frontmatter": {
|
|
2573
2600
|
"line_start": 1,
|
|
@@ -2617,16 +2644,16 @@
|
|
|
2617
2644
|
"normalized_name": "analysis-procedure",
|
|
2618
2645
|
"line": 140,
|
|
2619
2646
|
"byte_start": 13355,
|
|
2620
|
-
"byte_end":
|
|
2621
|
-
"bytes":
|
|
2647
|
+
"byte_end": 19958,
|
|
2648
|
+
"bytes": 6603,
|
|
2622
2649
|
"h3_count": 1
|
|
2623
2650
|
},
|
|
2624
2651
|
{
|
|
2625
2652
|
"name": "Output Format",
|
|
2626
2653
|
"normalized_name": "output-format",
|
|
2627
2654
|
"line": 188,
|
|
2628
|
-
"byte_start":
|
|
2629
|
-
"byte_end":
|
|
2655
|
+
"byte_start": 19958,
|
|
2656
|
+
"byte_end": 23100,
|
|
2630
2657
|
"bytes": 3142,
|
|
2631
2658
|
"h3_count": 6
|
|
2632
2659
|
},
|
|
@@ -2634,8 +2661,8 @@
|
|
|
2634
2661
|
"name": "Compliance Theater Check",
|
|
2635
2662
|
"normalized_name": "compliance-theater-check",
|
|
2636
2663
|
"line": 247,
|
|
2637
|
-
"byte_start":
|
|
2638
|
-
"byte_end":
|
|
2664
|
+
"byte_start": 23100,
|
|
2665
|
+
"byte_end": 25077,
|
|
2639
2666
|
"bytes": 1977,
|
|
2640
2667
|
"h3_count": 0
|
|
2641
2668
|
},
|
|
@@ -2643,8 +2670,8 @@
|
|
|
2643
2670
|
"name": "Defensive Countermeasure Mapping",
|
|
2644
2671
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
2645
2672
|
"line": 261,
|
|
2646
|
-
"byte_start":
|
|
2647
|
-
"byte_end":
|
|
2673
|
+
"byte_start": 25077,
|
|
2674
|
+
"byte_end": 27596,
|
|
2648
2675
|
"bytes": 2519,
|
|
2649
2676
|
"h3_count": 0
|
|
2650
2677
|
},
|
|
@@ -2652,8 +2679,8 @@
|
|
|
2652
2679
|
"name": "Hand-Off / Related Skills",
|
|
2653
2680
|
"normalized_name": "hand-off",
|
|
2654
2681
|
"line": 275,
|
|
2655
|
-
"byte_start":
|
|
2656
|
-
"byte_end":
|
|
2682
|
+
"byte_start": 27596,
|
|
2683
|
+
"byte_end": 28791,
|
|
2657
2684
|
"bytes": 1195,
|
|
2658
2685
|
"h3_count": 0
|
|
2659
2686
|
}
|
|
@@ -2661,8 +2688,8 @@
|
|
|
2661
2688
|
},
|
|
2662
2689
|
"ai-risk-management": {
|
|
2663
2690
|
"path": "skills/ai-risk-management/skill.md",
|
|
2664
|
-
"total_bytes":
|
|
2665
|
-
"total_lines":
|
|
2691
|
+
"total_bytes": 34005,
|
|
2692
|
+
"total_lines": 316,
|
|
2666
2693
|
"frontmatter": {
|
|
2667
2694
|
"line_start": 1,
|
|
2668
2695
|
"line_end": 46,
|
|
@@ -2684,16 +2711,16 @@
|
|
|
2684
2711
|
"normalized_name": "threat-context",
|
|
2685
2712
|
"line": 58,
|
|
2686
2713
|
"byte_start": 1915,
|
|
2687
|
-
"byte_end":
|
|
2688
|
-
"bytes":
|
|
2714
|
+
"byte_end": 5581,
|
|
2715
|
+
"bytes": 3666,
|
|
2689
2716
|
"h3_count": 0
|
|
2690
2717
|
},
|
|
2691
2718
|
{
|
|
2692
2719
|
"name": "Framework Lag Declaration",
|
|
2693
2720
|
"normalized_name": "framework-lag-declaration",
|
|
2694
2721
|
"line": 84,
|
|
2695
|
-
"byte_start":
|
|
2696
|
-
"byte_end":
|
|
2722
|
+
"byte_start": 5581,
|
|
2723
|
+
"byte_end": 10867,
|
|
2697
2724
|
"bytes": 5286,
|
|
2698
2725
|
"h3_count": 0
|
|
2699
2726
|
},
|
|
@@ -2701,62 +2728,62 @@
|
|
|
2701
2728
|
"name": "TTP Mapping",
|
|
2702
2729
|
"normalized_name": "ttp-mapping",
|
|
2703
2730
|
"line": 108,
|
|
2704
|
-
"byte_start":
|
|
2705
|
-
"byte_end":
|
|
2706
|
-
"bytes":
|
|
2731
|
+
"byte_start": 10867,
|
|
2732
|
+
"byte_end": 13438,
|
|
2733
|
+
"bytes": 2571,
|
|
2707
2734
|
"h3_count": 0
|
|
2708
2735
|
},
|
|
2709
2736
|
{
|
|
2710
2737
|
"name": "Exploit Availability Matrix",
|
|
2711
2738
|
"normalized_name": "exploit-availability-matrix",
|
|
2712
|
-
"line":
|
|
2713
|
-
"byte_start":
|
|
2714
|
-
"byte_end":
|
|
2739
|
+
"line": 130,
|
|
2740
|
+
"byte_start": 13438,
|
|
2741
|
+
"byte_end": 15904,
|
|
2715
2742
|
"bytes": 2466,
|
|
2716
2743
|
"h3_count": 0
|
|
2717
2744
|
},
|
|
2718
2745
|
{
|
|
2719
2746
|
"name": "Analysis Procedure",
|
|
2720
2747
|
"normalized_name": "analysis-procedure",
|
|
2721
|
-
"line":
|
|
2722
|
-
"byte_start":
|
|
2723
|
-
"byte_end":
|
|
2748
|
+
"line": 147,
|
|
2749
|
+
"byte_start": 15904,
|
|
2750
|
+
"byte_end": 24568,
|
|
2724
2751
|
"bytes": 8664,
|
|
2725
2752
|
"h3_count": 10
|
|
2726
2753
|
},
|
|
2727
2754
|
{
|
|
2728
2755
|
"name": "Output Format",
|
|
2729
2756
|
"normalized_name": "output-format",
|
|
2730
|
-
"line":
|
|
2731
|
-
"byte_start":
|
|
2732
|
-
"byte_end":
|
|
2757
|
+
"line": 217,
|
|
2758
|
+
"byte_start": 24568,
|
|
2759
|
+
"byte_end": 27428,
|
|
2733
2760
|
"bytes": 2860,
|
|
2734
2761
|
"h3_count": 10
|
|
2735
2762
|
},
|
|
2736
2763
|
{
|
|
2737
2764
|
"name": "Compliance Theater Check",
|
|
2738
2765
|
"normalized_name": "compliance-theater-check",
|
|
2739
|
-
"line":
|
|
2740
|
-
"byte_start":
|
|
2741
|
-
"byte_end":
|
|
2766
|
+
"line": 271,
|
|
2767
|
+
"byte_start": 27428,
|
|
2768
|
+
"byte_end": 30227,
|
|
2742
2769
|
"bytes": 2799,
|
|
2743
2770
|
"h3_count": 0
|
|
2744
2771
|
},
|
|
2745
2772
|
{
|
|
2746
2773
|
"name": "Defensive Countermeasure Mapping",
|
|
2747
2774
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
2748
|
-
"line":
|
|
2749
|
-
"byte_start":
|
|
2750
|
-
"byte_end":
|
|
2775
|
+
"line": 289,
|
|
2776
|
+
"byte_start": 30227,
|
|
2777
|
+
"byte_end": 32014,
|
|
2751
2778
|
"bytes": 1787,
|
|
2752
2779
|
"h3_count": 0
|
|
2753
2780
|
},
|
|
2754
2781
|
{
|
|
2755
2782
|
"name": "Hand-Off / Related Skills",
|
|
2756
2783
|
"normalized_name": "hand-off",
|
|
2757
|
-
"line":
|
|
2758
|
-
"byte_start":
|
|
2759
|
-
"byte_end":
|
|
2784
|
+
"line": 303,
|
|
2785
|
+
"byte_start": 32014,
|
|
2786
|
+
"byte_end": 34005,
|
|
2760
2787
|
"bytes": 1991,
|
|
2761
2788
|
"h3_count": 0
|
|
2762
2789
|
}
|
|
@@ -2764,7 +2791,7 @@
|
|
|
2764
2791
|
},
|
|
2765
2792
|
"sector-healthcare": {
|
|
2766
2793
|
"path": "skills/sector-healthcare/skill.md",
|
|
2767
|
-
"total_bytes":
|
|
2794
|
+
"total_bytes": 47755,
|
|
2768
2795
|
"total_lines": 377,
|
|
2769
2796
|
"frontmatter": {
|
|
2770
2797
|
"line_start": 1,
|
|
@@ -2796,16 +2823,16 @@
|
|
|
2796
2823
|
"normalized_name": "ttp-mapping",
|
|
2797
2824
|
"line": 112,
|
|
2798
2825
|
"byte_start": 15067,
|
|
2799
|
-
"byte_end":
|
|
2800
|
-
"bytes":
|
|
2826
|
+
"byte_end": 20134,
|
|
2827
|
+
"bytes": 5067,
|
|
2801
2828
|
"h3_count": 0
|
|
2802
2829
|
},
|
|
2803
2830
|
{
|
|
2804
2831
|
"name": "Exploit Availability Matrix",
|
|
2805
2832
|
"normalized_name": "exploit-availability-matrix",
|
|
2806
2833
|
"line": 129,
|
|
2807
|
-
"byte_start":
|
|
2808
|
-
"byte_end":
|
|
2834
|
+
"byte_start": 20134,
|
|
2835
|
+
"byte_end": 23468,
|
|
2809
2836
|
"bytes": 3334,
|
|
2810
2837
|
"h3_count": 0
|
|
2811
2838
|
},
|
|
@@ -2813,8 +2840,8 @@
|
|
|
2813
2840
|
"name": "Analysis Procedure",
|
|
2814
2841
|
"normalized_name": "analysis-procedure",
|
|
2815
2842
|
"line": 144,
|
|
2816
|
-
"byte_start":
|
|
2817
|
-
"byte_end":
|
|
2843
|
+
"byte_start": 23468,
|
|
2844
|
+
"byte_end": 34023,
|
|
2818
2845
|
"bytes": 10555,
|
|
2819
2846
|
"h3_count": 12
|
|
2820
2847
|
},
|
|
@@ -2822,8 +2849,8 @@
|
|
|
2822
2849
|
"name": "Output Format",
|
|
2823
2850
|
"normalized_name": "output-format",
|
|
2824
2851
|
"line": 241,
|
|
2825
|
-
"byte_start":
|
|
2826
|
-
"byte_end":
|
|
2852
|
+
"byte_start": 34023,
|
|
2853
|
+
"byte_end": 36914,
|
|
2827
2854
|
"bytes": 2891,
|
|
2828
2855
|
"h3_count": 14
|
|
2829
2856
|
},
|
|
@@ -2831,8 +2858,8 @@
|
|
|
2831
2858
|
"name": "Compliance Theater Check",
|
|
2832
2859
|
"normalized_name": "compliance-theater-check",
|
|
2833
2860
|
"line": 310,
|
|
2834
|
-
"byte_start":
|
|
2835
|
-
"byte_end":
|
|
2861
|
+
"byte_start": 36914,
|
|
2862
|
+
"byte_end": 40482,
|
|
2836
2863
|
"bytes": 3568,
|
|
2837
2864
|
"h3_count": 0
|
|
2838
2865
|
},
|
|
@@ -2840,8 +2867,8 @@
|
|
|
2840
2867
|
"name": "Defensive Countermeasure Mapping",
|
|
2841
2868
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
2842
2869
|
"line": 345,
|
|
2843
|
-
"byte_start":
|
|
2844
|
-
"byte_end":
|
|
2870
|
+
"byte_start": 40482,
|
|
2871
|
+
"byte_end": 43896,
|
|
2845
2872
|
"bytes": 3414,
|
|
2846
2873
|
"h3_count": 0
|
|
2847
2874
|
},
|
|
@@ -2849,8 +2876,8 @@
|
|
|
2849
2876
|
"name": "Hand-Off / Related Skills",
|
|
2850
2877
|
"normalized_name": "hand-off",
|
|
2851
2878
|
"line": 359,
|
|
2852
|
-
"byte_start":
|
|
2853
|
-
"byte_end":
|
|
2879
|
+
"byte_start": 43896,
|
|
2880
|
+
"byte_end": 47755,
|
|
2854
2881
|
"bytes": 3859,
|
|
2855
2882
|
"h3_count": 0
|
|
2856
2883
|
}
|
|
@@ -2858,7 +2885,7 @@
|
|
|
2858
2885
|
},
|
|
2859
2886
|
"sector-financial": {
|
|
2860
2887
|
"path": "skills/sector-financial/skill.md",
|
|
2861
|
-
"total_bytes":
|
|
2888
|
+
"total_bytes": 49847,
|
|
2862
2889
|
"total_lines": 402,
|
|
2863
2890
|
"frontmatter": {
|
|
2864
2891
|
"line_start": 1,
|
|
@@ -2890,34 +2917,34 @@
|
|
|
2890
2917
|
"normalized_name": "ttp-mapping",
|
|
2891
2918
|
"line": 150,
|
|
2892
2919
|
"byte_start": 19000,
|
|
2893
|
-
"byte_end":
|
|
2894
|
-
"bytes":
|
|
2920
|
+
"byte_end": 23499,
|
|
2921
|
+
"bytes": 4499,
|
|
2895
2922
|
"h3_count": 0
|
|
2896
2923
|
},
|
|
2897
2924
|
{
|
|
2898
2925
|
"name": "Exploit Availability Matrix",
|
|
2899
2926
|
"normalized_name": "exploit-availability-matrix",
|
|
2900
2927
|
"line": 169,
|
|
2901
|
-
"byte_start":
|
|
2902
|
-
"byte_end":
|
|
2903
|
-
"bytes":
|
|
2928
|
+
"byte_start": 23499,
|
|
2929
|
+
"byte_end": 26401,
|
|
2930
|
+
"bytes": 2902,
|
|
2904
2931
|
"h3_count": 0
|
|
2905
2932
|
},
|
|
2906
2933
|
{
|
|
2907
2934
|
"name": "Analysis Procedure",
|
|
2908
2935
|
"normalized_name": "analysis-procedure",
|
|
2909
2936
|
"line": 185,
|
|
2910
|
-
"byte_start":
|
|
2911
|
-
"byte_end":
|
|
2912
|
-
"bytes":
|
|
2937
|
+
"byte_start": 26401,
|
|
2938
|
+
"byte_end": 35157,
|
|
2939
|
+
"bytes": 8756,
|
|
2913
2940
|
"h3_count": 10
|
|
2914
2941
|
},
|
|
2915
2942
|
{
|
|
2916
2943
|
"name": "Output Format",
|
|
2917
2944
|
"normalized_name": "output-format",
|
|
2918
2945
|
"line": 274,
|
|
2919
|
-
"byte_start":
|
|
2920
|
-
"byte_end":
|
|
2946
|
+
"byte_start": 35157,
|
|
2947
|
+
"byte_end": 37912,
|
|
2921
2948
|
"bytes": 2755,
|
|
2922
2949
|
"h3_count": 15
|
|
2923
2950
|
},
|
|
@@ -2925,8 +2952,8 @@
|
|
|
2925
2952
|
"name": "Compliance Theater Check",
|
|
2926
2953
|
"normalized_name": "compliance-theater-check",
|
|
2927
2954
|
"line": 336,
|
|
2928
|
-
"byte_start":
|
|
2929
|
-
"byte_end":
|
|
2955
|
+
"byte_start": 37912,
|
|
2956
|
+
"byte_end": 42250,
|
|
2930
2957
|
"bytes": 4338,
|
|
2931
2958
|
"h3_count": 0
|
|
2932
2959
|
},
|
|
@@ -2934,8 +2961,8 @@
|
|
|
2934
2961
|
"name": "Defensive Countermeasure Mapping",
|
|
2935
2962
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
2936
2963
|
"line": 371,
|
|
2937
|
-
"byte_start":
|
|
2938
|
-
"byte_end":
|
|
2964
|
+
"byte_start": 42250,
|
|
2965
|
+
"byte_end": 46094,
|
|
2939
2966
|
"bytes": 3844,
|
|
2940
2967
|
"h3_count": 0
|
|
2941
2968
|
},
|
|
@@ -2943,8 +2970,8 @@
|
|
|
2943
2970
|
"name": "Hand-Off / Related Skills",
|
|
2944
2971
|
"normalized_name": "hand-off",
|
|
2945
2972
|
"line": 386,
|
|
2946
|
-
"byte_start":
|
|
2947
|
-
"byte_end":
|
|
2973
|
+
"byte_start": 46094,
|
|
2974
|
+
"byte_end": 49847,
|
|
2948
2975
|
"bytes": 3753,
|
|
2949
2976
|
"h3_count": 0
|
|
2950
2977
|
}
|
|
@@ -2952,7 +2979,7 @@
|
|
|
2952
2979
|
},
|
|
2953
2980
|
"sector-federal-government": {
|
|
2954
2981
|
"path": "skills/sector-federal-government/skill.md",
|
|
2955
|
-
"total_bytes":
|
|
2982
|
+
"total_bytes": 44168,
|
|
2956
2983
|
"total_lines": 306,
|
|
2957
2984
|
"frontmatter": {
|
|
2958
2985
|
"line_start": 1,
|
|
@@ -2993,16 +3020,16 @@
|
|
|
2993
3020
|
"normalized_name": "exploit-availability-matrix",
|
|
2994
3021
|
"line": 137,
|
|
2995
3022
|
"byte_start": 20115,
|
|
2996
|
-
"byte_end":
|
|
2997
|
-
"bytes":
|
|
3023
|
+
"byte_end": 26311,
|
|
3024
|
+
"bytes": 6196,
|
|
2998
3025
|
"h3_count": 0
|
|
2999
3026
|
},
|
|
3000
3027
|
{
|
|
3001
3028
|
"name": "Analysis Procedure",
|
|
3002
3029
|
"normalized_name": "analysis-procedure",
|
|
3003
3030
|
"line": 156,
|
|
3004
|
-
"byte_start":
|
|
3005
|
-
"byte_end":
|
|
3031
|
+
"byte_start": 26311,
|
|
3032
|
+
"byte_end": 34351,
|
|
3006
3033
|
"bytes": 8040,
|
|
3007
3034
|
"h3_count": 4
|
|
3008
3035
|
},
|
|
@@ -3010,8 +3037,8 @@
|
|
|
3010
3037
|
"name": "Output Format",
|
|
3011
3038
|
"normalized_name": "output-format",
|
|
3012
3039
|
"line": 213,
|
|
3013
|
-
"byte_start":
|
|
3014
|
-
"byte_end":
|
|
3040
|
+
"byte_start": 34351,
|
|
3041
|
+
"byte_end": 36839,
|
|
3015
3042
|
"bytes": 2488,
|
|
3016
3043
|
"h3_count": 10
|
|
3017
3044
|
},
|
|
@@ -3019,8 +3046,8 @@
|
|
|
3019
3046
|
"name": "Compliance Theater Check",
|
|
3020
3047
|
"normalized_name": "compliance-theater-check",
|
|
3021
3048
|
"line": 267,
|
|
3022
|
-
"byte_start":
|
|
3023
|
-
"byte_end":
|
|
3049
|
+
"byte_start": 36839,
|
|
3050
|
+
"byte_end": 39707,
|
|
3024
3051
|
"bytes": 2868,
|
|
3025
3052
|
"h3_count": 0
|
|
3026
3053
|
},
|
|
@@ -3028,8 +3055,8 @@
|
|
|
3028
3055
|
"name": "Defensive Countermeasure Mapping",
|
|
3029
3056
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
3030
3057
|
"line": 281,
|
|
3031
|
-
"byte_start":
|
|
3032
|
-
"byte_end":
|
|
3058
|
+
"byte_start": 39707,
|
|
3059
|
+
"byte_end": 42707,
|
|
3033
3060
|
"bytes": 3000,
|
|
3034
3061
|
"h3_count": 0
|
|
3035
3062
|
},
|
|
@@ -3037,8 +3064,8 @@
|
|
|
3037
3064
|
"name": "Hand-Off",
|
|
3038
3065
|
"normalized_name": "hand-off",
|
|
3039
3066
|
"line": 295,
|
|
3040
|
-
"byte_start":
|
|
3041
|
-
"byte_end":
|
|
3067
|
+
"byte_start": 42707,
|
|
3068
|
+
"byte_end": 44168,
|
|
3042
3069
|
"bytes": 1461,
|
|
3043
3070
|
"h3_count": 0
|
|
3044
3071
|
}
|
|
@@ -3046,7 +3073,7 @@
|
|
|
3046
3073
|
},
|
|
3047
3074
|
"sector-energy": {
|
|
3048
3075
|
"path": "skills/sector-energy/skill.md",
|
|
3049
|
-
"total_bytes":
|
|
3076
|
+
"total_bytes": 53837,
|
|
3050
3077
|
"total_lines": 413,
|
|
3051
3078
|
"frontmatter": {
|
|
3052
3079
|
"line_start": 1,
|
|
@@ -3087,16 +3114,16 @@
|
|
|
3087
3114
|
"normalized_name": "exploit-availability-matrix",
|
|
3088
3115
|
"line": 147,
|
|
3089
3116
|
"byte_start": 23180,
|
|
3090
|
-
"byte_end":
|
|
3091
|
-
"bytes":
|
|
3117
|
+
"byte_end": 27186,
|
|
3118
|
+
"bytes": 4006,
|
|
3092
3119
|
"h3_count": 0
|
|
3093
3120
|
},
|
|
3094
3121
|
{
|
|
3095
3122
|
"name": "Analysis Procedure",
|
|
3096
3123
|
"normalized_name": "analysis-procedure",
|
|
3097
3124
|
"line": 165,
|
|
3098
|
-
"byte_start":
|
|
3099
|
-
"byte_end":
|
|
3125
|
+
"byte_start": 27186,
|
|
3126
|
+
"byte_end": 38132,
|
|
3100
3127
|
"bytes": 10946,
|
|
3101
3128
|
"h3_count": 13
|
|
3102
3129
|
},
|
|
@@ -3104,8 +3131,8 @@
|
|
|
3104
3131
|
"name": "Output Format",
|
|
3105
3132
|
"normalized_name": "output-format",
|
|
3106
3133
|
"line": 277,
|
|
3107
|
-
"byte_start":
|
|
3108
|
-
"byte_end":
|
|
3134
|
+
"byte_start": 38132,
|
|
3135
|
+
"byte_end": 40920,
|
|
3109
3136
|
"bytes": 2788,
|
|
3110
3137
|
"h3_count": 13
|
|
3111
3138
|
},
|
|
@@ -3113,8 +3140,8 @@
|
|
|
3113
3140
|
"name": "Compliance Theater Check",
|
|
3114
3141
|
"normalized_name": "compliance-theater-check",
|
|
3115
3142
|
"line": 342,
|
|
3116
|
-
"byte_start":
|
|
3117
|
-
"byte_end":
|
|
3143
|
+
"byte_start": 40920,
|
|
3144
|
+
"byte_end": 45911,
|
|
3118
3145
|
"bytes": 4991,
|
|
3119
3146
|
"h3_count": 0
|
|
3120
3147
|
},
|
|
@@ -3122,8 +3149,8 @@
|
|
|
3122
3149
|
"name": "Defensive Countermeasure Mapping",
|
|
3123
3150
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
3124
3151
|
"line": 380,
|
|
3125
|
-
"byte_start":
|
|
3126
|
-
"byte_end":
|
|
3152
|
+
"byte_start": 45911,
|
|
3153
|
+
"byte_end": 50462,
|
|
3127
3154
|
"bytes": 4551,
|
|
3128
3155
|
"h3_count": 0
|
|
3129
3156
|
},
|
|
@@ -3131,8 +3158,8 @@
|
|
|
3131
3158
|
"name": "Hand-Off / Related Skills",
|
|
3132
3159
|
"normalized_name": "hand-off",
|
|
3133
3160
|
"line": 396,
|
|
3134
|
-
"byte_start":
|
|
3135
|
-
"byte_end":
|
|
3161
|
+
"byte_start": 50462,
|
|
3162
|
+
"byte_end": 53837,
|
|
3136
3163
|
"bytes": 3375,
|
|
3137
3164
|
"h3_count": 0
|
|
3138
3165
|
}
|
|
@@ -3140,7 +3167,7 @@
|
|
|
3140
3167
|
},
|
|
3141
3168
|
"api-security": {
|
|
3142
3169
|
"path": "skills/api-security/skill.md",
|
|
3143
|
-
"total_bytes":
|
|
3170
|
+
"total_bytes": 34862,
|
|
3144
3171
|
"total_lines": 291,
|
|
3145
3172
|
"frontmatter": {
|
|
3146
3173
|
"line_start": 1,
|
|
@@ -3154,16 +3181,16 @@
|
|
|
3154
3181
|
"normalized_name": "threat-context",
|
|
3155
3182
|
"line": 71,
|
|
3156
3183
|
"byte_start": 1319,
|
|
3157
|
-
"byte_end":
|
|
3158
|
-
"bytes":
|
|
3184
|
+
"byte_end": 6499,
|
|
3185
|
+
"bytes": 5180,
|
|
3159
3186
|
"h3_count": 0
|
|
3160
3187
|
},
|
|
3161
3188
|
{
|
|
3162
3189
|
"name": "Framework Lag Declaration",
|
|
3163
3190
|
"normalized_name": "framework-lag-declaration",
|
|
3164
3191
|
"line": 97,
|
|
3165
|
-
"byte_start":
|
|
3166
|
-
"byte_end":
|
|
3192
|
+
"byte_start": 6499,
|
|
3193
|
+
"byte_end": 9777,
|
|
3167
3194
|
"bytes": 3278,
|
|
3168
3195
|
"h3_count": 0
|
|
3169
3196
|
},
|
|
@@ -3171,26 +3198,26 @@
|
|
|
3171
3198
|
"name": "TTP Mapping (MITRE ATT&CK Enterprise + ATLAS v5.1.0)",
|
|
3172
3199
|
"normalized_name": "ttp-mapping",
|
|
3173
3200
|
"line": 120,
|
|
3174
|
-
"byte_start":
|
|
3175
|
-
"byte_end":
|
|
3176
|
-
"bytes":
|
|
3201
|
+
"byte_start": 9777,
|
|
3202
|
+
"byte_end": 12076,
|
|
3203
|
+
"bytes": 2299,
|
|
3177
3204
|
"h3_count": 0
|
|
3178
3205
|
},
|
|
3179
3206
|
{
|
|
3180
3207
|
"name": "Exploit Availability Matrix",
|
|
3181
3208
|
"normalized_name": "exploit-availability-matrix",
|
|
3182
3209
|
"line": 134,
|
|
3183
|
-
"byte_start":
|
|
3184
|
-
"byte_end":
|
|
3185
|
-
"bytes":
|
|
3210
|
+
"byte_start": 12076,
|
|
3211
|
+
"byte_end": 16544,
|
|
3212
|
+
"bytes": 4468,
|
|
3186
3213
|
"h3_count": 0
|
|
3187
3214
|
},
|
|
3188
3215
|
{
|
|
3189
3216
|
"name": "Analysis Procedure",
|
|
3190
3217
|
"normalized_name": "analysis-procedure",
|
|
3191
3218
|
"line": 154,
|
|
3192
|
-
"byte_start":
|
|
3193
|
-
"byte_end":
|
|
3219
|
+
"byte_start": 16544,
|
|
3220
|
+
"byte_end": 24343,
|
|
3194
3221
|
"bytes": 7799,
|
|
3195
3222
|
"h3_count": 1
|
|
3196
3223
|
},
|
|
@@ -3198,8 +3225,8 @@
|
|
|
3198
3225
|
"name": "Output Format",
|
|
3199
3226
|
"normalized_name": "output-format",
|
|
3200
3227
|
"line": 202,
|
|
3201
|
-
"byte_start":
|
|
3202
|
-
"byte_end":
|
|
3228
|
+
"byte_start": 24343,
|
|
3229
|
+
"byte_end": 28061,
|
|
3203
3230
|
"bytes": 3718,
|
|
3204
3231
|
"h3_count": 9
|
|
3205
3232
|
},
|
|
@@ -3207,8 +3234,8 @@
|
|
|
3207
3234
|
"name": "Compliance Theater Check",
|
|
3208
3235
|
"normalized_name": "compliance-theater-check",
|
|
3209
3236
|
"line": 255,
|
|
3210
|
-
"byte_start":
|
|
3211
|
-
"byte_end":
|
|
3237
|
+
"byte_start": 28061,
|
|
3238
|
+
"byte_end": 30419,
|
|
3212
3239
|
"bytes": 2358,
|
|
3213
3240
|
"h3_count": 0
|
|
3214
3241
|
},
|
|
@@ -3216,8 +3243,8 @@
|
|
|
3216
3243
|
"name": "Defensive Countermeasure Mapping",
|
|
3217
3244
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
3218
3245
|
"line": 269,
|
|
3219
|
-
"byte_start":
|
|
3220
|
-
"byte_end":
|
|
3246
|
+
"byte_start": 30419,
|
|
3247
|
+
"byte_end": 33657,
|
|
3221
3248
|
"bytes": 3238,
|
|
3222
3249
|
"h3_count": 0
|
|
3223
3250
|
},
|
|
@@ -3225,8 +3252,8 @@
|
|
|
3225
3252
|
"name": "Hand-Off / Related Skills",
|
|
3226
3253
|
"normalized_name": "hand-off",
|
|
3227
3254
|
"line": 283,
|
|
3228
|
-
"byte_start":
|
|
3229
|
-
"byte_end":
|
|
3255
|
+
"byte_start": 33657,
|
|
3256
|
+
"byte_end": 34862,
|
|
3230
3257
|
"bytes": 1205,
|
|
3231
3258
|
"h3_count": 0
|
|
3232
3259
|
}
|
|
@@ -3234,7 +3261,7 @@
|
|
|
3234
3261
|
},
|
|
3235
3262
|
"cloud-security": {
|
|
3236
3263
|
"path": "skills/cloud-security/skill.md",
|
|
3237
|
-
"total_bytes":
|
|
3264
|
+
"total_bytes": 55732,
|
|
3238
3265
|
"total_lines": 388,
|
|
3239
3266
|
"frontmatter": {
|
|
3240
3267
|
"line_start": 1,
|
|
@@ -3266,16 +3293,16 @@
|
|
|
3266
3293
|
"normalized_name": "ttp-mapping",
|
|
3267
3294
|
"line": 130,
|
|
3268
3295
|
"byte_start": 19000,
|
|
3269
|
-
"byte_end":
|
|
3270
|
-
"bytes":
|
|
3296
|
+
"byte_end": 22271,
|
|
3297
|
+
"bytes": 3271,
|
|
3271
3298
|
"h3_count": 0
|
|
3272
3299
|
},
|
|
3273
3300
|
{
|
|
3274
3301
|
"name": "Exploit Availability Matrix",
|
|
3275
3302
|
"normalized_name": "exploit-availability-matrix",
|
|
3276
3303
|
"line": 145,
|
|
3277
|
-
"byte_start":
|
|
3278
|
-
"byte_end":
|
|
3304
|
+
"byte_start": 22271,
|
|
3305
|
+
"byte_end": 27493,
|
|
3279
3306
|
"bytes": 5222,
|
|
3280
3307
|
"h3_count": 0
|
|
3281
3308
|
},
|
|
@@ -3283,8 +3310,8 @@
|
|
|
3283
3310
|
"name": "Analysis Procedure",
|
|
3284
3311
|
"normalized_name": "analysis-procedure",
|
|
3285
3312
|
"line": 160,
|
|
3286
|
-
"byte_start":
|
|
3287
|
-
"byte_end":
|
|
3313
|
+
"byte_start": 27493,
|
|
3314
|
+
"byte_end": 40473,
|
|
3288
3315
|
"bytes": 12980,
|
|
3289
3316
|
"h3_count": 11
|
|
3290
3317
|
},
|
|
@@ -3292,8 +3319,8 @@
|
|
|
3292
3319
|
"name": "Output Format",
|
|
3293
3320
|
"normalized_name": "output-format",
|
|
3294
3321
|
"line": 263,
|
|
3295
|
-
"byte_start":
|
|
3296
|
-
"byte_end":
|
|
3322
|
+
"byte_start": 40473,
|
|
3323
|
+
"byte_end": 42736,
|
|
3297
3324
|
"bytes": 2263,
|
|
3298
3325
|
"h3_count": 13
|
|
3299
3326
|
},
|
|
@@ -3301,8 +3328,8 @@
|
|
|
3301
3328
|
"name": "Compliance Theater Check",
|
|
3302
3329
|
"normalized_name": "compliance-theater-check",
|
|
3303
3330
|
"line": 320,
|
|
3304
|
-
"byte_start":
|
|
3305
|
-
"byte_end":
|
|
3331
|
+
"byte_start": 42736,
|
|
3332
|
+
"byte_end": 46957,
|
|
3306
3333
|
"bytes": 4221,
|
|
3307
3334
|
"h3_count": 0
|
|
3308
3335
|
},
|
|
@@ -3310,8 +3337,8 @@
|
|
|
3310
3337
|
"name": "Defensive Countermeasure Mapping",
|
|
3311
3338
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
3312
3339
|
"line": 354,
|
|
3313
|
-
"byte_start":
|
|
3314
|
-
"byte_end":
|
|
3340
|
+
"byte_start": 46957,
|
|
3341
|
+
"byte_end": 51699,
|
|
3315
3342
|
"bytes": 4742,
|
|
3316
3343
|
"h3_count": 0
|
|
3317
3344
|
},
|
|
@@ -3319,8 +3346,8 @@
|
|
|
3319
3346
|
"name": "Hand-Off / Related Skills",
|
|
3320
3347
|
"normalized_name": "hand-off",
|
|
3321
3348
|
"line": 370,
|
|
3322
|
-
"byte_start":
|
|
3323
|
-
"byte_end":
|
|
3349
|
+
"byte_start": 51699,
|
|
3350
|
+
"byte_end": 55732,
|
|
3324
3351
|
"bytes": 4033,
|
|
3325
3352
|
"h3_count": 0
|
|
3326
3353
|
}
|
|
@@ -3328,7 +3355,7 @@
|
|
|
3328
3355
|
},
|
|
3329
3356
|
"container-runtime-security": {
|
|
3330
3357
|
"path": "skills/container-runtime-security/skill.md",
|
|
3331
|
-
"total_bytes":
|
|
3358
|
+
"total_bytes": 48840,
|
|
3332
3359
|
"total_lines": 383,
|
|
3333
3360
|
"frontmatter": {
|
|
3334
3361
|
"line_start": 1,
|
|
@@ -3369,16 +3396,16 @@
|
|
|
3369
3396
|
"normalized_name": "exploit-availability-matrix",
|
|
3370
3397
|
"line": 143,
|
|
3371
3398
|
"byte_start": 17697,
|
|
3372
|
-
"byte_end":
|
|
3373
|
-
"bytes":
|
|
3399
|
+
"byte_end": 21700,
|
|
3400
|
+
"bytes": 4003,
|
|
3374
3401
|
"h3_count": 0
|
|
3375
3402
|
},
|
|
3376
3403
|
{
|
|
3377
3404
|
"name": "Analysis Procedure",
|
|
3378
3405
|
"normalized_name": "analysis-procedure",
|
|
3379
3406
|
"line": 160,
|
|
3380
|
-
"byte_start":
|
|
3381
|
-
"byte_end":
|
|
3407
|
+
"byte_start": 21700,
|
|
3408
|
+
"byte_end": 32558,
|
|
3382
3409
|
"bytes": 10858,
|
|
3383
3410
|
"h3_count": 5
|
|
3384
3411
|
},
|
|
@@ -3386,8 +3413,8 @@
|
|
|
3386
3413
|
"name": "Output Format",
|
|
3387
3414
|
"normalized_name": "output-format",
|
|
3388
3415
|
"line": 246,
|
|
3389
|
-
"byte_start":
|
|
3390
|
-
"byte_end":
|
|
3416
|
+
"byte_start": 32558,
|
|
3417
|
+
"byte_end": 35477,
|
|
3391
3418
|
"bytes": 2919,
|
|
3392
3419
|
"h3_count": 12
|
|
3393
3420
|
},
|
|
@@ -3395,8 +3422,8 @@
|
|
|
3395
3422
|
"name": "Compliance Theater Check",
|
|
3396
3423
|
"normalized_name": "compliance-theater-check",
|
|
3397
3424
|
"line": 312,
|
|
3398
|
-
"byte_start":
|
|
3399
|
-
"byte_end":
|
|
3425
|
+
"byte_start": 35477,
|
|
3426
|
+
"byte_end": 38974,
|
|
3400
3427
|
"bytes": 3497,
|
|
3401
3428
|
"h3_count": 0
|
|
3402
3429
|
},
|
|
@@ -3404,8 +3431,8 @@
|
|
|
3404
3431
|
"name": "Defensive Countermeasure Mapping",
|
|
3405
3432
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
3406
3433
|
"line": 348,
|
|
3407
|
-
"byte_start":
|
|
3408
|
-
"byte_end":
|
|
3434
|
+
"byte_start": 38974,
|
|
3435
|
+
"byte_end": 44246,
|
|
3409
3436
|
"bytes": 5272,
|
|
3410
3437
|
"h3_count": 0
|
|
3411
3438
|
},
|
|
@@ -3413,8 +3440,8 @@
|
|
|
3413
3440
|
"name": "Hand-Off / Related Skills",
|
|
3414
3441
|
"normalized_name": "hand-off",
|
|
3415
3442
|
"line": 365,
|
|
3416
|
-
"byte_start":
|
|
3417
|
-
"byte_end":
|
|
3443
|
+
"byte_start": 44246,
|
|
3444
|
+
"byte_end": 48840,
|
|
3418
3445
|
"bytes": 4594,
|
|
3419
3446
|
"h3_count": 0
|
|
3420
3447
|
}
|
|
@@ -3422,8 +3449,8 @@
|
|
|
3422
3449
|
},
|
|
3423
3450
|
"mlops-security": {
|
|
3424
3451
|
"path": "skills/mlops-security/skill.md",
|
|
3425
|
-
"total_bytes":
|
|
3426
|
-
"total_lines":
|
|
3452
|
+
"total_bytes": 45173,
|
|
3453
|
+
"total_lines": 330,
|
|
3427
3454
|
"frontmatter": {
|
|
3428
3455
|
"line_start": 1,
|
|
3429
3456
|
"line_end": 66,
|
|
@@ -3436,79 +3463,79 @@
|
|
|
3436
3463
|
"normalized_name": "threat-context",
|
|
3437
3464
|
"line": 70,
|
|
3438
3465
|
"byte_start": 2171,
|
|
3439
|
-
"byte_end":
|
|
3440
|
-
"bytes":
|
|
3466
|
+
"byte_end": 8001,
|
|
3467
|
+
"bytes": 5830,
|
|
3441
3468
|
"h3_count": 0
|
|
3442
3469
|
},
|
|
3443
3470
|
{
|
|
3444
3471
|
"name": "Framework Lag Declaration",
|
|
3445
3472
|
"normalized_name": "framework-lag-declaration",
|
|
3446
|
-
"line":
|
|
3447
|
-
"byte_start":
|
|
3448
|
-
"byte_end":
|
|
3473
|
+
"line": 88,
|
|
3474
|
+
"byte_start": 8001,
|
|
3475
|
+
"byte_end": 13783,
|
|
3449
3476
|
"bytes": 5782,
|
|
3450
3477
|
"h3_count": 0
|
|
3451
3478
|
},
|
|
3452
3479
|
{
|
|
3453
3480
|
"name": "TTP Mapping",
|
|
3454
3481
|
"normalized_name": "ttp-mapping",
|
|
3455
|
-
"line":
|
|
3456
|
-
"byte_start":
|
|
3457
|
-
"byte_end":
|
|
3458
|
-
"bytes":
|
|
3482
|
+
"line": 112,
|
|
3483
|
+
"byte_start": 13783,
|
|
3484
|
+
"byte_end": 18159,
|
|
3485
|
+
"bytes": 4376,
|
|
3459
3486
|
"h3_count": 0
|
|
3460
3487
|
},
|
|
3461
3488
|
{
|
|
3462
3489
|
"name": "Exploit Availability Matrix",
|
|
3463
3490
|
"normalized_name": "exploit-availability-matrix",
|
|
3464
|
-
"line":
|
|
3465
|
-
"byte_start":
|
|
3466
|
-
"byte_end":
|
|
3491
|
+
"line": 137,
|
|
3492
|
+
"byte_start": 18159,
|
|
3493
|
+
"byte_end": 23645,
|
|
3467
3494
|
"bytes": 5486,
|
|
3468
3495
|
"h3_count": 0
|
|
3469
3496
|
},
|
|
3470
3497
|
{
|
|
3471
3498
|
"name": "Analysis Procedure",
|
|
3472
3499
|
"normalized_name": "analysis-procedure",
|
|
3473
|
-
"line":
|
|
3474
|
-
"byte_start":
|
|
3475
|
-
"byte_end":
|
|
3500
|
+
"line": 163,
|
|
3501
|
+
"byte_start": 23645,
|
|
3502
|
+
"byte_end": 32714,
|
|
3476
3503
|
"bytes": 9069,
|
|
3477
3504
|
"h3_count": 4
|
|
3478
3505
|
},
|
|
3479
3506
|
{
|
|
3480
3507
|
"name": "Output Format",
|
|
3481
3508
|
"normalized_name": "output-format",
|
|
3482
|
-
"line":
|
|
3483
|
-
"byte_start":
|
|
3484
|
-
"byte_end":
|
|
3509
|
+
"line": 228,
|
|
3510
|
+
"byte_start": 32714,
|
|
3511
|
+
"byte_end": 35392,
|
|
3485
3512
|
"bytes": 2678,
|
|
3486
3513
|
"h3_count": 10
|
|
3487
3514
|
},
|
|
3488
3515
|
{
|
|
3489
3516
|
"name": "Compliance Theater Check",
|
|
3490
3517
|
"normalized_name": "compliance-theater-check",
|
|
3491
|
-
"line":
|
|
3492
|
-
"byte_start":
|
|
3493
|
-
"byte_end":
|
|
3518
|
+
"line": 281,
|
|
3519
|
+
"byte_start": 35392,
|
|
3520
|
+
"byte_end": 38323,
|
|
3494
3521
|
"bytes": 2931,
|
|
3495
3522
|
"h3_count": 0
|
|
3496
3523
|
},
|
|
3497
3524
|
{
|
|
3498
3525
|
"name": "Defensive Countermeasure Mapping",
|
|
3499
3526
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
3500
|
-
"line":
|
|
3501
|
-
"byte_start":
|
|
3502
|
-
"byte_end":
|
|
3527
|
+
"line": 297,
|
|
3528
|
+
"byte_start": 38323,
|
|
3529
|
+
"byte_end": 42243,
|
|
3503
3530
|
"bytes": 3920,
|
|
3504
3531
|
"h3_count": 0
|
|
3505
3532
|
},
|
|
3506
3533
|
{
|
|
3507
3534
|
"name": "Hand-Off / Related Skills",
|
|
3508
3535
|
"normalized_name": "hand-off",
|
|
3509
|
-
"line":
|
|
3510
|
-
"byte_start":
|
|
3511
|
-
"byte_end":
|
|
3536
|
+
"line": 317,
|
|
3537
|
+
"byte_start": 42243,
|
|
3538
|
+
"byte_end": 45173,
|
|
3512
3539
|
"bytes": 2930,
|
|
3513
3540
|
"h3_count": 0
|
|
3514
3541
|
}
|
|
@@ -3516,7 +3543,7 @@
|
|
|
3516
3543
|
},
|
|
3517
3544
|
"incident-response-playbook": {
|
|
3518
3545
|
"path": "skills/incident-response-playbook/skill.md",
|
|
3519
|
-
"total_bytes":
|
|
3546
|
+
"total_bytes": 63247,
|
|
3520
3547
|
"total_lines": 553,
|
|
3521
3548
|
"frontmatter": {
|
|
3522
3549
|
"line_start": 1,
|
|
@@ -3529,8 +3556,8 @@
|
|
|
3529
3556
|
"name": "Threat Context (mid-2026)",
|
|
3530
3557
|
"normalized_name": "threat-context",
|
|
3531
3558
|
"line": 73,
|
|
3532
|
-
"byte_start":
|
|
3533
|
-
"byte_end":
|
|
3559
|
+
"byte_start": 3690,
|
|
3560
|
+
"byte_end": 8578,
|
|
3534
3561
|
"bytes": 4888,
|
|
3535
3562
|
"h3_count": 0
|
|
3536
3563
|
},
|
|
@@ -3538,8 +3565,8 @@
|
|
|
3538
3565
|
"name": "Framework Lag Declaration",
|
|
3539
3566
|
"normalized_name": "framework-lag-declaration",
|
|
3540
3567
|
"line": 88,
|
|
3541
|
-
"byte_start":
|
|
3542
|
-
"byte_end":
|
|
3568
|
+
"byte_start": 8578,
|
|
3569
|
+
"byte_end": 18776,
|
|
3543
3570
|
"bytes": 10198,
|
|
3544
3571
|
"h3_count": 0
|
|
3545
3572
|
},
|
|
@@ -3547,17 +3574,17 @@
|
|
|
3547
3574
|
"name": "TTP Mapping",
|
|
3548
3575
|
"normalized_name": "ttp-mapping",
|
|
3549
3576
|
"line": 121,
|
|
3550
|
-
"byte_start":
|
|
3551
|
-
"byte_end":
|
|
3552
|
-
"bytes":
|
|
3577
|
+
"byte_start": 18776,
|
|
3578
|
+
"byte_end": 23621,
|
|
3579
|
+
"bytes": 4845,
|
|
3553
3580
|
"h3_count": 0
|
|
3554
3581
|
},
|
|
3555
3582
|
{
|
|
3556
3583
|
"name": "Exploit Availability Matrix",
|
|
3557
3584
|
"normalized_name": "exploit-availability-matrix",
|
|
3558
3585
|
"line": 139,
|
|
3559
|
-
"byte_start":
|
|
3560
|
-
"byte_end":
|
|
3586
|
+
"byte_start": 23621,
|
|
3587
|
+
"byte_end": 27432,
|
|
3561
3588
|
"bytes": 3811,
|
|
3562
3589
|
"h3_count": 0
|
|
3563
3590
|
},
|
|
@@ -3565,17 +3592,17 @@
|
|
|
3565
3592
|
"name": "Analysis Procedure",
|
|
3566
3593
|
"normalized_name": "analysis-procedure",
|
|
3567
3594
|
"line": 163,
|
|
3568
|
-
"byte_start":
|
|
3569
|
-
"byte_end":
|
|
3570
|
-
"bytes":
|
|
3595
|
+
"byte_start": 27432,
|
|
3596
|
+
"byte_end": 41887,
|
|
3597
|
+
"bytes": 14455,
|
|
3571
3598
|
"h3_count": 10
|
|
3572
3599
|
},
|
|
3573
3600
|
{
|
|
3574
3601
|
"name": "Output Format",
|
|
3575
3602
|
"normalized_name": "output-format",
|
|
3576
3603
|
"line": 283,
|
|
3577
|
-
"byte_start":
|
|
3578
|
-
"byte_end":
|
|
3604
|
+
"byte_start": 41887,
|
|
3605
|
+
"byte_end": 51014,
|
|
3579
3606
|
"bytes": 9127,
|
|
3580
3607
|
"h3_count": 7
|
|
3581
3608
|
},
|
|
@@ -3583,8 +3610,8 @@
|
|
|
3583
3610
|
"name": "Compliance Theater Check",
|
|
3584
3611
|
"normalized_name": "compliance-theater-check",
|
|
3585
3612
|
"line": 499,
|
|
3586
|
-
"byte_start":
|
|
3587
|
-
"byte_end":
|
|
3613
|
+
"byte_start": 51014,
|
|
3614
|
+
"byte_end": 54911,
|
|
3588
3615
|
"bytes": 3897,
|
|
3589
3616
|
"h3_count": 0
|
|
3590
3617
|
},
|
|
@@ -3592,8 +3619,8 @@
|
|
|
3592
3619
|
"name": "Defensive Countermeasure Mapping",
|
|
3593
3620
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
3594
3621
|
"line": 515,
|
|
3595
|
-
"byte_start":
|
|
3596
|
-
"byte_end":
|
|
3622
|
+
"byte_start": 54911,
|
|
3623
|
+
"byte_end": 60051,
|
|
3597
3624
|
"bytes": 5140,
|
|
3598
3625
|
"h3_count": 0
|
|
3599
3626
|
},
|
|
@@ -3601,8 +3628,8 @@
|
|
|
3601
3628
|
"name": "Hand-Off / Related Skills",
|
|
3602
3629
|
"normalized_name": "hand-off",
|
|
3603
3630
|
"line": 534,
|
|
3604
|
-
"byte_start":
|
|
3605
|
-
"byte_end":
|
|
3631
|
+
"byte_start": 60051,
|
|
3632
|
+
"byte_end": 63247,
|
|
3606
3633
|
"bytes": 3196,
|
|
3607
3634
|
"h3_count": 0
|
|
3608
3635
|
}
|
|
@@ -3610,7 +3637,7 @@
|
|
|
3610
3637
|
},
|
|
3611
3638
|
"email-security-anti-phishing": {
|
|
3612
3639
|
"path": "skills/email-security-anti-phishing/skill.md",
|
|
3613
|
-
"total_bytes":
|
|
3640
|
+
"total_bytes": 26531,
|
|
3614
3641
|
"total_lines": 215,
|
|
3615
3642
|
"frontmatter": {
|
|
3616
3643
|
"line_start": 1,
|
|
@@ -3624,16 +3651,16 @@
|
|
|
3624
3651
|
"normalized_name": "threat-context",
|
|
3625
3652
|
"line": 62,
|
|
3626
3653
|
"byte_start": 1210,
|
|
3627
|
-
"byte_end":
|
|
3628
|
-
"bytes":
|
|
3654
|
+
"byte_end": 5640,
|
|
3655
|
+
"bytes": 4430,
|
|
3629
3656
|
"h3_count": 0
|
|
3630
3657
|
},
|
|
3631
3658
|
{
|
|
3632
3659
|
"name": "Framework Lag Declaration",
|
|
3633
3660
|
"normalized_name": "framework-lag-declaration",
|
|
3634
3661
|
"line": 80,
|
|
3635
|
-
"byte_start":
|
|
3636
|
-
"byte_end":
|
|
3662
|
+
"byte_start": 5640,
|
|
3663
|
+
"byte_end": 9323,
|
|
3637
3664
|
"bytes": 3683,
|
|
3638
3665
|
"h3_count": 0
|
|
3639
3666
|
},
|
|
@@ -3641,8 +3668,8 @@
|
|
|
3641
3668
|
"name": "TTP Mapping",
|
|
3642
3669
|
"normalized_name": "ttp-mapping",
|
|
3643
3670
|
"line": 102,
|
|
3644
|
-
"byte_start":
|
|
3645
|
-
"byte_end":
|
|
3671
|
+
"byte_start": 9323,
|
|
3672
|
+
"byte_end": 10743,
|
|
3646
3673
|
"bytes": 1420,
|
|
3647
3674
|
"h3_count": 0
|
|
3648
3675
|
},
|
|
@@ -3650,8 +3677,8 @@
|
|
|
3650
3677
|
"name": "Exploit Availability Matrix",
|
|
3651
3678
|
"normalized_name": "exploit-availability-matrix",
|
|
3652
3679
|
"line": 116,
|
|
3653
|
-
"byte_start":
|
|
3654
|
-
"byte_end":
|
|
3680
|
+
"byte_start": 10743,
|
|
3681
|
+
"byte_end": 12583,
|
|
3655
3682
|
"bytes": 1840,
|
|
3656
3683
|
"h3_count": 0
|
|
3657
3684
|
},
|
|
@@ -3659,8 +3686,8 @@
|
|
|
3659
3686
|
"name": "Analysis Procedure",
|
|
3660
3687
|
"normalized_name": "analysis-procedure",
|
|
3661
3688
|
"line": 135,
|
|
3662
|
-
"byte_start":
|
|
3663
|
-
"byte_end":
|
|
3689
|
+
"byte_start": 12583,
|
|
3690
|
+
"byte_end": 19342,
|
|
3664
3691
|
"bytes": 6759,
|
|
3665
3692
|
"h3_count": 0
|
|
3666
3693
|
},
|
|
@@ -3668,8 +3695,8 @@
|
|
|
3668
3695
|
"name": "Output Format",
|
|
3669
3696
|
"normalized_name": "output-format",
|
|
3670
3697
|
"line": 162,
|
|
3671
|
-
"byte_start":
|
|
3672
|
-
"byte_end":
|
|
3698
|
+
"byte_start": 19342,
|
|
3699
|
+
"byte_end": 21163,
|
|
3673
3700
|
"bytes": 1821,
|
|
3674
3701
|
"h3_count": 0
|
|
3675
3702
|
},
|
|
@@ -3677,8 +3704,8 @@
|
|
|
3677
3704
|
"name": "Compliance Theater Check",
|
|
3678
3705
|
"normalized_name": "compliance-theater-check",
|
|
3679
3706
|
"line": 179,
|
|
3680
|
-
"byte_start":
|
|
3681
|
-
"byte_end":
|
|
3707
|
+
"byte_start": 21163,
|
|
3708
|
+
"byte_end": 22965,
|
|
3682
3709
|
"bytes": 1802,
|
|
3683
3710
|
"h3_count": 0
|
|
3684
3711
|
},
|
|
@@ -3686,8 +3713,8 @@
|
|
|
3686
3713
|
"name": "Defensive Countermeasure Mapping",
|
|
3687
3714
|
"normalized_name": "defensive-countermeasure-mapping",
|
|
3688
3715
|
"line": 190,
|
|
3689
|
-
"byte_start":
|
|
3690
|
-
"byte_end":
|
|
3716
|
+
"byte_start": 22965,
|
|
3717
|
+
"byte_end": 25396,
|
|
3691
3718
|
"bytes": 2431,
|
|
3692
3719
|
"h3_count": 0
|
|
3693
3720
|
},
|
|
@@ -3695,8 +3722,8 @@
|
|
|
3695
3722
|
"name": "Hand-Off / Related Skills",
|
|
3696
3723
|
"normalized_name": "hand-off",
|
|
3697
3724
|
"line": 203,
|
|
3698
|
-
"byte_start":
|
|
3699
|
-
"byte_end":
|
|
3725
|
+
"byte_start": 25396,
|
|
3726
|
+
"byte_end": 26531,
|
|
3700
3727
|
"bytes": 1135,
|
|
3701
3728
|
"h3_count": 0
|
|
3702
3729
|
}
|