@blamejs/exceptd-skills 0.16.11 → 0.16.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AGENTS.md +3 -1
- package/CHANGELOG.md +8 -0
- package/README.md +5 -5
- package/bin/exceptd.js +3 -1
- package/data/_indexes/_meta.json +17 -15
- package/data/_indexes/activity-feed.json +16 -2
- package/data/_indexes/chains.json +22041 -1957
- package/data/_indexes/currency.json +19 -1
- package/data/_indexes/frequency.json +137 -68
- package/data/_indexes/handoff-dag.json +9 -1
- package/data/_indexes/jurisdiction-map.json +9 -4
- package/data/_indexes/section-offsets.json +170 -0
- package/data/_indexes/stale-content.json +1 -1
- package/data/_indexes/summary-cards.json +78 -0
- package/data/_indexes/token-budget.json +103 -3
- package/data/_indexes/trigger-table.json +105 -0
- package/data/_indexes/xref.json +46 -4
- package/data/cwe-catalog.json +19 -4
- package/data/playbooks/crypto.json +18 -5
- package/data/playbooks/framework.json +2 -0
- package/data/playbooks/mail-server-hardening.json +700 -0
- package/data/playbooks/network-trust.json +646 -0
- package/data/playbooks/secrets.json +19 -3
- package/manifest-snapshot.json +109 -2
- package/manifest-snapshot.sha256 +1 -1
- package/manifest.json +160 -45
- package/package.json +2 -2
- package/sbom.cdx.json +92 -32
- package/skills/mail-server-hardening/skill.md +84 -0
- package/skills/network-trust/skill.md +81 -0
|
@@ -48,7 +48,8 @@
|
|
|
48
48
|
"containers",
|
|
49
49
|
"cred-stores",
|
|
50
50
|
"crypto-codebase",
|
|
51
|
-
"llm-tool-use-exfil"
|
|
51
|
+
"llm-tool-use-exfil",
|
|
52
|
+
"mail-server-hardening"
|
|
52
53
|
]
|
|
53
54
|
},
|
|
54
55
|
"domain": {
|
|
@@ -754,7 +755,19 @@
|
|
|
754
755
|
"rotation_ownership_identified == true"
|
|
755
756
|
],
|
|
756
757
|
"priority": 1,
|
|
757
|
-
"for_signals": [
|
|
758
|
+
"for_signals": [
|
|
759
|
+
"aws-access-key-id",
|
|
760
|
+
"aws-secret-access-key",
|
|
761
|
+
"gcp-service-account-json",
|
|
762
|
+
"github-personal-access-token",
|
|
763
|
+
"github-fine-grained-pat",
|
|
764
|
+
"slack-bot-or-user-token",
|
|
765
|
+
"stripe-secret-key",
|
|
766
|
+
"jwt-token-with-secret-context",
|
|
767
|
+
"ssh-private-key-block",
|
|
768
|
+
"openai-api-key",
|
|
769
|
+
"anthropic-api-key"
|
|
770
|
+
],
|
|
758
771
|
"compensating_controls": [
|
|
759
772
|
"session-revocation",
|
|
760
773
|
"cloudtrail-or-audit-log-review-for-misuse-window"
|
|
@@ -768,7 +781,10 @@
|
|
|
768
781
|
"file_owner_is_current_user OR has_sudo == true"
|
|
769
782
|
],
|
|
770
783
|
"priority": 2,
|
|
771
|
-
"for_signals": [
|
|
784
|
+
"for_signals": [
|
|
785
|
+
"world-writable-env-file",
|
|
786
|
+
"ssh-key-bad-perms"
|
|
787
|
+
],
|
|
772
788
|
"compensating_controls": [
|
|
773
789
|
"perm-change-recorded"
|
|
774
790
|
],
|
package/manifest-snapshot.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_comment": "Auto-generated by scripts/refresh-manifest-snapshot.js — do not hand-edit. Public skill surface used by check-manifest-snapshot.js to detect breaking removals.",
|
|
3
|
-
"_generated_at": "2026-06-
|
|
3
|
+
"_generated_at": "2026-06-02T17:04:39.278Z",
|
|
4
4
|
"atlas_version": "5.6.0",
|
|
5
|
-
"skill_count":
|
|
5
|
+
"skill_count": 45,
|
|
6
6
|
"skills": [
|
|
7
7
|
{
|
|
8
8
|
"name": "age-gates-child-safety",
|
|
@@ -1146,6 +1146,61 @@
|
|
|
1146
1146
|
],
|
|
1147
1147
|
"dlp_refs": []
|
|
1148
1148
|
},
|
|
1149
|
+
{
|
|
1150
|
+
"name": "mail-server-hardening",
|
|
1151
|
+
"version": "1.0.0",
|
|
1152
|
+
"triggers": [
|
|
1153
|
+
"caldav",
|
|
1154
|
+
"carddav",
|
|
1155
|
+
"imap command injection",
|
|
1156
|
+
"inbound mail",
|
|
1157
|
+
"mail protocol",
|
|
1158
|
+
"mail server hardening",
|
|
1159
|
+
"mailbox dav",
|
|
1160
|
+
"managesieve",
|
|
1161
|
+
"mx hardening",
|
|
1162
|
+
"open relay",
|
|
1163
|
+
"pop3",
|
|
1164
|
+
"rfc 5321",
|
|
1165
|
+
"rfc 5804",
|
|
1166
|
+
"rfc 9051",
|
|
1167
|
+
"sieve redirect",
|
|
1168
|
+
"smtp listener",
|
|
1169
|
+
"smtp smuggling",
|
|
1170
|
+
"starttls injection"
|
|
1171
|
+
],
|
|
1172
|
+
"data_deps": [
|
|
1173
|
+
"atlas-ttps.json",
|
|
1174
|
+
"attack-techniques.json",
|
|
1175
|
+
"cve-catalog.json",
|
|
1176
|
+
"cwe-catalog.json",
|
|
1177
|
+
"framework-control-gaps.json",
|
|
1178
|
+
"rfc-references.json"
|
|
1179
|
+
],
|
|
1180
|
+
"atlas_refs": [],
|
|
1181
|
+
"attack_refs": [
|
|
1182
|
+
"T1071.003",
|
|
1183
|
+
"T1190",
|
|
1184
|
+
"T1557"
|
|
1185
|
+
],
|
|
1186
|
+
"framework_gaps": [
|
|
1187
|
+
"ISO-27001-2022-A.8.8",
|
|
1188
|
+
"NIS2-Art21-network-security",
|
|
1189
|
+
"NIST-800-53-SI-2",
|
|
1190
|
+
"PCI-DSS-4.0-6.3.3"
|
|
1191
|
+
],
|
|
1192
|
+
"rfc_refs": [],
|
|
1193
|
+
"cwe_refs": [
|
|
1194
|
+
"CWE-22",
|
|
1195
|
+
"CWE-400",
|
|
1196
|
+
"CWE-611",
|
|
1197
|
+
"CWE-77",
|
|
1198
|
+
"CWE-863",
|
|
1199
|
+
"CWE-93"
|
|
1200
|
+
],
|
|
1201
|
+
"d3fend_refs": [],
|
|
1202
|
+
"dlp_refs": []
|
|
1203
|
+
},
|
|
1149
1204
|
{
|
|
1150
1205
|
"name": "mcp-agent-trust",
|
|
1151
1206
|
"version": "1.0.0",
|
|
@@ -1272,6 +1327,58 @@
|
|
|
1272
1327
|
"d3fend_refs": [],
|
|
1273
1328
|
"dlp_refs": []
|
|
1274
1329
|
},
|
|
1330
|
+
{
|
|
1331
|
+
"name": "network-trust",
|
|
1332
|
+
"version": "1.0.0",
|
|
1333
|
+
"triggers": [
|
|
1334
|
+
"adversary in the middle",
|
|
1335
|
+
"aitm",
|
|
1336
|
+
"authenticated time",
|
|
1337
|
+
"certificate pinning",
|
|
1338
|
+
"dane",
|
|
1339
|
+
"dns rebinding",
|
|
1340
|
+
"dnssec",
|
|
1341
|
+
"http message signature",
|
|
1342
|
+
"mtls pinning",
|
|
1343
|
+
"name resolution trust",
|
|
1344
|
+
"network trust",
|
|
1345
|
+
"ntp spoofing",
|
|
1346
|
+
"nts",
|
|
1347
|
+
"public suffix list",
|
|
1348
|
+
"rfc 9421",
|
|
1349
|
+
"tlsa",
|
|
1350
|
+
"tsig"
|
|
1351
|
+
],
|
|
1352
|
+
"data_deps": [
|
|
1353
|
+
"atlas-ttps.json",
|
|
1354
|
+
"attack-techniques.json",
|
|
1355
|
+
"cve-catalog.json",
|
|
1356
|
+
"cwe-catalog.json",
|
|
1357
|
+
"framework-control-gaps.json",
|
|
1358
|
+
"rfc-references.json"
|
|
1359
|
+
],
|
|
1360
|
+
"atlas_refs": [],
|
|
1361
|
+
"attack_refs": [
|
|
1362
|
+
"T1071.004",
|
|
1363
|
+
"T1556",
|
|
1364
|
+
"T1557"
|
|
1365
|
+
],
|
|
1366
|
+
"framework_gaps": [
|
|
1367
|
+
"ISO-27001-2022-A.8.21",
|
|
1368
|
+
"NIS2-Art21-network-security",
|
|
1369
|
+
"NIST-800-53-SC-8",
|
|
1370
|
+
"UK-CAF-B4"
|
|
1371
|
+
],
|
|
1372
|
+
"rfc_refs": [],
|
|
1373
|
+
"cwe_refs": [
|
|
1374
|
+
"CWE-290",
|
|
1375
|
+
"CWE-345",
|
|
1376
|
+
"CWE-347",
|
|
1377
|
+
"CWE-918"
|
|
1378
|
+
],
|
|
1379
|
+
"d3fend_refs": [],
|
|
1380
|
+
"dlp_refs": []
|
|
1381
|
+
},
|
|
1275
1382
|
{
|
|
1276
1383
|
"name": "ot-ics-security",
|
|
1277
1384
|
"version": "1.0.0",
|
package/manifest-snapshot.sha256
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
01d04f338bc17fbb0ed099faf0da62eefc9022888f2474171b587e614eab3255 manifest-snapshot.json
|