@blamejs/exceptd-skills 0.13.73 → 0.13.74

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.
@@ -9698,6 +9698,113 @@
9698
9698
  "_intake_method": "manual-verified-curation",
9699
9699
  "_kev_short_description": "Anthropic MCP Inspector lacks authentication between its client and proxy, allowing browser-driven unauthenticated remote code execution over stdio."
9700
9700
  },
9701
+ "CVE-2025-54136": {
9702
+ "name": "Cursor MCPoison — Persistent RCE via Modified Already-Trusted MCP Config",
9703
+ "type": "RCE",
9704
+ "cvss_score": 8.8,
9705
+ "cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
9706
+ "cvss_note": "NVD CVSS v3.1 base 8.8 (HIGH). The 'trust-on-first-use, never-re-validated' design lets a one-time approval become silent persistent code execution.",
9707
+ "cisa_kev": false,
9708
+ "poc_available": true,
9709
+ "poc_description": "Check Point Research ('MCPoison') publicly documented the technique: after a user approves an MCP server entry in a project's .cursor/mcp.json, Cursor does not re-validate the config on subsequent edits, so an attacker who later modifies that already-trusted entry (e.g. in a shared / pulled repository) gets their command executed silently each time the project is opened — persistent RCE with no re-prompt.",
9710
+ "ai_discovered": false,
9711
+ "ai_discovery_source": "human_researcher",
9712
+ "ai_discovery_notes": "Disclosed by Check Point Research. The affected component is a leading AI coding IDE (Cursor) and the abused trust boundary is its MCP tool configuration — squarely AI-agent-tool-poisoning territory.",
9713
+ "ai_assisted_weaponization": false,
9714
+ "ai_assisted_notes": "No AI-assisted weaponization; the attack is a configuration-trust bypass.",
9715
+ "active_exploitation": "none",
9716
+ "active_exploitation_notes": "Research disclosure with a coordinated fix (Cursor 1.3); no confirmed in-the-wild exploitation reported as of curation. The shared-repo persistence and Cursor's large install base elevate the watch posture.",
9717
+ "affected": "Cursor (AI code editor) versions 1.2.4 and below; fixed in 1.3.",
9718
+ "affected_versions": [
9719
+ "Cursor <= 1.2.4"
9720
+ ],
9721
+ "vector": "Cursor establishes trust in an MCP server entry when the user first approves it, but does not re-validate the .cursor/mcp.json entry when it is subsequently modified. An attacker who can change that already-trusted entry — by committing to a shared repository the victim pulls, or with local access — substitutes malicious commands (CWE-78 OS command injection via the MCP launch command) that Cursor then executes silently and persistently on every project open. The vulnerability class is AI-agent tool poisoning (ATLAS AML.T0110): a previously-approved tool is mutated into a malicious one with no fresh consent.",
9722
+ "complexity": "low",
9723
+ "complexity_notes": "NVD AC:L / PR:L. Requires the victim to have approved an MCP entry once and the attacker to modify it (shared-repo collaboration or local access); no further interaction is needed thereafter.",
9724
+ "patch_available": true,
9725
+ "patch_required_reboot": false,
9726
+ "live_patch_available": false,
9727
+ "live_patch_tools": [],
9728
+ "live_patch_notes": "Remediation is an application upgrade to Cursor 1.3 or later (which re-validates MCP config changes); no reboot.",
9729
+ "vendor_update_paths": [
9730
+ "Upgrade Cursor to 1.3 or later. Until then, treat .cursor/mcp.json as untrusted in shared repositories, review MCP entries on every pull, and avoid auto-approving MCP servers."
9731
+ ],
9732
+ "framework_control_gaps": {
9733
+ "NIST-800-53-SI-2": "Flaw-remediation cadence does not track the AI IDE / agent tooling on developer workstations as managed, RCE-bearing software.",
9734
+ "ISO-27001-2022-A.8.8": "Vulnerability management rarely enumerates AI coding assistants and their tool-config trust model as in-scope.",
9735
+ "NIS2-Art21-patch-management": "Article 21 measures do not reach the trust-on-first-use model of an AI IDE's MCP configuration.",
9736
+ "DORA-Art-9": "ICT protection measures do not model an approved-once-then-mutated tool config as a persistent code-execution channel.",
9737
+ "UK-CAF-B4": "System Security objective has no objective for re-validating AI-tool configurations after first approval.",
9738
+ "AU-ISM-1546": "Patch-application control does not address the AI-IDE tool-trust class.",
9739
+ "ALL-AI-PIPELINE-INTEGRITY": "No framework treats an AI agent's tool-approval state as a control plane requiring re-validation on change; trust-on-first-use turns a shared-repo config edit into silent persistent RCE across every developer who pulls it."
9740
+ },
9741
+ "atlas_refs": [
9742
+ "AML.T0110",
9743
+ "AML.T0104"
9744
+ ],
9745
+ "attack_refs": [
9746
+ "T1059",
9747
+ "T1195"
9748
+ ],
9749
+ "rwep_score": 30,
9750
+ "rwep_factors": {
9751
+ "cisa_kev": 0,
9752
+ "poc_available": 20,
9753
+ "ai_factor": 0,
9754
+ "active_exploitation": 0,
9755
+ "blast_radius": 25,
9756
+ "patch_available": -15,
9757
+ "live_patch_available": 0,
9758
+ "reboot_required": 0
9759
+ },
9760
+ "rwep_notes": "P3 (RWEP 30 per lib/scoring.js). Not KEV-listed, no confirmed in-the-wild exploitation, patched at disclosure (Hard Rule #3). poc_available=20 (public Check Point technique) + blast_radius=25 (Cursor is a leading AI IDE; shared-repo persistence reaches every developer who pulls) − patch 15. Escalates on observed exploitation; representative of the AI-agent tool-poisoning class.",
9761
+ "epss_score": null,
9762
+ "epss_date": "2026-05-25",
9763
+ "epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
9764
+ "epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2025-54136",
9765
+ "cwe_refs": [
9766
+ "CWE-78",
9767
+ "CWE-829"
9768
+ ],
9769
+ "iocs": {
9770
+ "behavioral": [
9771
+ "A change to a project's .cursor/mcp.json MCP server `command` / `args` between commits or pulls, especially in a shared repository, without a corresponding fresh in-IDE approval prompt.",
9772
+ "Cursor (or its MCP host process) spawning a command from an MCP entry that differs from the command the user originally approved.",
9773
+ "An MCP server entry whose launch command invokes a shell, downloader, or interpreter rather than a legitimate MCP server binary.",
9774
+ "Cursor version 1.2.4 or below in use on a developer machine that opens shared/untrusted repositories — the exposed precondition."
9775
+ ],
9776
+ "supply_chain_entry_vectors": [
9777
+ "Delivery is a modification to an already-approved .cursor/mcp.json in a shared repository (a malicious commit / PR the victim pulls) or via local file access; the trust was established at first approval and never re-checked."
9778
+ ],
9779
+ "_ioc_source_note": "Behavioral signatures derived from NVD CVE-2025-54136 (CWE-78) and Check Point Research's 'MCPoison' disclosure describing persistent RCE via modification of an already-trusted Cursor MCP configuration."
9780
+ },
9781
+ "source_verified": "2026-05-25",
9782
+ "verification_sources": [
9783
+ "https://nvd.nist.gov/vuln/detail/CVE-2025-54136",
9784
+ "https://research.checkpoint.com/2025/cursor-mcpoison-cve-2025-54136/"
9785
+ ],
9786
+ "vendor_advisories": [
9787
+ {
9788
+ "vendor": "Check Point Research",
9789
+ "advisory_id": "CVE-2025-54136",
9790
+ "url": "https://research.checkpoint.com/2025/cursor-mcpoison-cve-2025-54136/",
9791
+ "severity": "high",
9792
+ "published_date": "2025-08-05"
9793
+ },
9794
+ {
9795
+ "vendor": "NVD",
9796
+ "advisory_id": "CVE-2025-54136",
9797
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-54136",
9798
+ "severity": "high",
9799
+ "published_date": "2025-08-05"
9800
+ }
9801
+ ],
9802
+ "last_updated": "2026-05-25",
9803
+ "discovery_attribution_note": "Manually curated from NVD (CWE-78, CVSS 8.8) + Check Point Research 'MCPoison'. Cursor does not re-validate an MCP config entry after first approval, so a later modification of the trusted entry yields persistent silent RCE (ATLAS AML.T0110 AI Agent Tool Poisoning); fixed in Cursor 1.3.",
9804
+ "_auto_imported": false,
9805
+ "_intake_method": "manual-verified-curation",
9806
+ "_kev_short_description": "Cursor does not re-validate a previously-approved MCP configuration entry, so modifying the trusted entry yields persistent silent remote code execution."
9807
+ },
9701
9808
  "CVE-2026-41091": {
9702
9809
  "name": "Microsoft Defender (Malware Protection Engine) Link-Following LPE to SYSTEM",
9703
9810
  "type": "LPE",
@@ -186,6 +186,7 @@
186
186
  "CVE-2025-11953",
187
187
  "CVE-2025-12686",
188
188
  "CVE-2025-48703",
189
+ "CVE-2025-54136",
189
190
  "CVE-2025-54948",
190
191
  "CVE-2025-58034",
191
192
  "CVE-2025-59389",
@@ -1647,6 +1648,7 @@
1647
1648
  ],
1648
1649
  "evidence_cves": [
1649
1650
  "CVE-2025-32463",
1651
+ "CVE-2025-54136",
1650
1652
  "MAL-2026-NODE-IPC-STEALER",
1651
1653
  "MAL-2026-SHAI-HULUD-OSS"
1652
1654
  ],
@@ -35,7 +35,8 @@
35
35
  "opened_date": "2026-01-01",
36
36
  "evidence_cves": [
37
37
  "CVE-2025-34291",
38
- "CVE-2025-49596"
38
+ "CVE-2025-49596",
39
+ "CVE-2025-54136"
39
40
  ],
40
41
  "atlas_refs": [
41
42
  "AML.T0018",
@@ -1443,6 +1444,7 @@
1443
1444
  "CVE-2025-53690",
1444
1445
  "CVE-2025-53770",
1445
1446
  "CVE-2025-54068",
1447
+ "CVE-2025-54136",
1446
1448
  "CVE-2025-5419",
1447
1449
  "CVE-2025-54236",
1448
1450
  "CVE-2025-54253",
@@ -1726,6 +1728,7 @@
1726
1728
  "CVE-2025-38352",
1727
1729
  "CVE-2025-43300",
1728
1730
  "CVE-2025-49596",
1731
+ "CVE-2025-54136",
1729
1732
  "CVE-2026-25592",
1730
1733
  "CVE-2026-31431",
1731
1734
  "CVE-2026-34926",
@@ -2373,6 +2376,7 @@
2373
2376
  "CVE-2025-53690",
2374
2377
  "CVE-2025-53770",
2375
2378
  "CVE-2025-54068",
2379
+ "CVE-2025-54136",
2376
2380
  "CVE-2025-5419",
2377
2381
  "CVE-2025-54236",
2378
2382
  "CVE-2025-54253",
@@ -4718,6 +4722,7 @@
4718
4722
  "CVE-2024-21762",
4719
4723
  "CVE-2025-34291",
4720
4724
  "CVE-2025-49596",
4725
+ "CVE-2025-54136",
4721
4726
  "CVE-2026-0300",
4722
4727
  "CVE-2026-20182",
4723
4728
  "CVE-2026-25592",
@@ -5216,6 +5221,7 @@
5216
5221
  "CVE-2024-21762",
5217
5222
  "CVE-2025-34291",
5218
5223
  "CVE-2025-49596",
5224
+ "CVE-2025-54136",
5219
5225
  "CVE-2026-25592",
5220
5226
  "CVE-2026-34926",
5221
5227
  "CVE-2026-41091",
@@ -5256,6 +5262,7 @@
5256
5262
  "CVE-2024-21762",
5257
5263
  "CVE-2025-34291",
5258
5264
  "CVE-2025-49596",
5265
+ "CVE-2025-54136",
5259
5266
  "CVE-2026-25592",
5260
5267
  "CVE-2026-34926",
5261
5268
  "CVE-2026-41091",
@@ -6033,6 +6033,56 @@
6033
6033
  "_auto_imported": false,
6034
6034
  "_intake_method": "manual-verified-curation"
6035
6035
  },
6036
+ "CVE-2025-54136": {
6037
+ "name": "Cursor MCPoison — Persistent RCE via Modified Already-Trusted MCP Config",
6038
+ "lesson_date": "2026-05-25",
6039
+ "attack_vector": {
6040
+ "description": "Cursor trusts an MCP server entry when the user first approves it but never re-validates the .cursor/mcp.json entry on later edits. An attacker who modifies that already-trusted entry (via a shared repo the victim pulls, or local access) substitutes malicious commands (CWE-78) that Cursor runs silently and persistently on every project open — AI-agent tool poisoning (ATLAS AML.T0110).",
6041
+ "privileges_required": "low — the victim must have approved an MCP entry once; the attacker then modifies it (shared-repo collaboration or local access)",
6042
+ "complexity": "low (NVD AC:L); no re-prompt after the first approval",
6043
+ "ai_factor": "The trust boundary is an AI IDE's MCP tool configuration. The lesson: an AI agent's tool-approval is not a one-time decision — the approved artifact can be mutated, so tool configs must be re-validated on change. Surfaced via Check Point Research + GHSA/MCP advisory feeds."
6044
+ },
6045
+ "framework_coverage": {
6046
+ "NIST-800-53-SI-2": {
6047
+ "covered": true,
6048
+ "adequate": false,
6049
+ "gap": "Does not track AI IDE / agent tooling on workstations as managed, RCE-bearing software."
6050
+ },
6051
+ "ISO-27001-2022-A.8.8": {
6052
+ "covered": true,
6053
+ "adequate": false,
6054
+ "gap": "Does not enumerate AI coding assistants and their tool-config trust model as in-scope."
6055
+ },
6056
+ "ALL-AI-PIPELINE-INTEGRITY": {
6057
+ "covered": false,
6058
+ "adequate": false,
6059
+ "gap": "No framework treats an AI agent's tool-approval state as a control plane requiring re-validation on change; trust-on-first-use turns a shared-repo config edit into silent persistent RCE."
6060
+ }
6061
+ },
6062
+ "compliance_exposure_score": {
6063
+ "percent_audit_passing_orgs_still_exposed": 70,
6064
+ "basis": "Developer AI IDEs and their MCP tool configs are almost never in the managed vulnerability program, and tool-approval trust is treated as a one-time event; shared-repo config edits are not reviewed as code-execution changes.",
6065
+ "theater_pattern": "ai_supply_chain_trust"
6066
+ },
6067
+ "ai_discovered_zeroday": false,
6068
+ "ai_discovery_source": "human_researcher",
6069
+ "ai_assist_factor": "none",
6070
+ "new_control_requirements": [
6071
+ {
6072
+ "id": "NEW-CTRL-082",
6073
+ "name": "AI-AGENT-TOOL-APPROVAL-REVALIDATION",
6074
+ "description": "An AI agent / IDE must re-validate a tool configuration (MCP server entry, plugin command) whenever its definition changes, not trust it indefinitely after first approval. Treat tool-config files (e.g. .cursor/mcp.json) as untrusted in shared repositories, diff and re-approve MCP entries on every change, disable auto-approval of tool servers, and track the AI IDE itself (e.g. Cursor >= 1.3) as managed, patch-prioritized software.",
6075
+ "evidence": "https://research.checkpoint.com/2025/cursor-mcpoison-cve-2025-54136/",
6076
+ "gap_closes": [
6077
+ "NIST-800-53-SI-2",
6078
+ "ISO-27001-2022-A.8.8",
6079
+ "ALL-AI-PIPELINE-INTEGRITY"
6080
+ ]
6081
+ }
6082
+ ],
6083
+ "_auto_imported": false,
6084
+ "_intake_method": "manual-verified-curation"
6085
+ },
6036
6086
  "CVE-2025-34291": {
6037
6087
  "name": "Langflow Account Takeover + RCE (CORS / refresh-token chain)",
6038
6088
  "lesson_date": "2026-05-24",
package/manifest.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "exceptd-security",
3
- "version": "0.13.73",
3
+ "version": "0.13.74",
4
4
  "description": "AI security skills grounded in mid-2026 threat reality, not stale framework documentation",
5
5
  "homepage": "https://exceptd.com",
6
6
  "license": "Apache-2.0",
@@ -53,7 +53,7 @@
53
53
  ],
54
54
  "last_threat_review": "2026-05-15",
55
55
  "signature": "lXhZgoIrrVloO3XaTvo/43AxZn4mwErstd7DR0O/oVhD3AOGODM4HqrageYEou9WKOdMEGP5mJNTjJsXdP5NDA==",
56
- "signed_at": "2026-05-25T13:29:06.146Z",
56
+ "signed_at": "2026-05-25T13:46:00.119Z",
57
57
  "cwe_refs": [
58
58
  "CWE-125",
59
59
  "CWE-362",
@@ -123,7 +123,7 @@
123
123
  ],
124
124
  "last_threat_review": "2026-05-17",
125
125
  "signature": "ztSKk/zFMFbT12qRcEeBKpydBn7fTT86KxMmor0DTCoKQWk5fJ0fSInfP1XMSB6rFk4/SuSjKVxQRMKVJ5a+Cg==",
126
- "signed_at": "2026-05-25T13:29:06.147Z",
126
+ "signed_at": "2026-05-25T13:46:00.120Z",
127
127
  "cwe_refs": [
128
128
  "CWE-1039",
129
129
  "CWE-1426",
@@ -196,7 +196,7 @@
196
196
  ],
197
197
  "last_threat_review": "2026-05-17",
198
198
  "signature": "K6QdPHNK5c4K5QFjrW0QsUhjp71D7SOisSoulwPNSvKRdi2rY+yg0kdckijBMkLMsVPyUvcC9giu93mKJ1OZDg==",
199
- "signed_at": "2026-05-25T13:29:06.148Z",
199
+ "signed_at": "2026-05-25T13:46:00.121Z",
200
200
  "cwe_refs": [
201
201
  "CWE-22",
202
202
  "CWE-345",
@@ -248,7 +248,7 @@
248
248
  "framework_gaps": [],
249
249
  "last_threat_review": "2026-05-22",
250
250
  "signature": "Qd3SBWmUAaaT++e1Ry2wBIz/dCBmNBMl0+4Rb0etvJLES0fIBEAkU1mTbgNZnT5XOg9J5twdUpymWtmKnDDQCQ==",
251
- "signed_at": "2026-05-25T13:29:06.148Z"
251
+ "signed_at": "2026-05-25T13:46:00.121Z"
252
252
  },
253
253
  {
254
254
  "name": "compliance-theater",
@@ -279,7 +279,7 @@
279
279
  ],
280
280
  "last_threat_review": "2026-05-22",
281
281
  "signature": "F2Shxae0ua0gPtvwzTRVzzHaIgJcFDRT3/akLUAZ4aaMQhkleKkcTaTpkjp+pTVEdPfLeLGNCeAOMs+whVYOBg==",
282
- "signed_at": "2026-05-25T13:29:06.149Z"
282
+ "signed_at": "2026-05-25T13:46:00.122Z"
283
283
  },
284
284
  {
285
285
  "name": "exploit-scoring",
@@ -308,7 +308,7 @@
308
308
  ],
309
309
  "last_threat_review": "2026-05-18",
310
310
  "signature": "NA1hoQycvQhSUoG5rwlXX0mOVmGxoXRVezkELGEA2nZOdGis4gXkHT3O6Sfw7zxE4JuMrsCb65TEeOWk9WEPDg==",
311
- "signed_at": "2026-05-25T13:29:06.149Z"
311
+ "signed_at": "2026-05-25T13:46:00.122Z"
312
312
  },
313
313
  {
314
314
  "name": "rag-pipeline-security",
@@ -345,7 +345,7 @@
345
345
  ],
346
346
  "last_threat_review": "2026-05-22",
347
347
  "signature": "W3pS8lnaCP96TQzsJpG5d5yv5IwgaQyS4Z2Ctcz5BOJf6LbajSIgeDgTZ4f4Bhr5m4E7KsgWGjZS4x7Fwd33BQ==",
348
- "signed_at": "2026-05-25T13:29:06.149Z",
348
+ "signed_at": "2026-05-25T13:46:00.123Z",
349
349
  "cwe_refs": [
350
350
  "CWE-1395",
351
351
  "CWE-1426"
@@ -405,7 +405,7 @@
405
405
  ],
406
406
  "last_threat_review": "2026-05-17",
407
407
  "signature": "/WDGygh1Ck4yWlBWDGtEUVCqKB8d+UaJXoAoBXujtt+GAl8JbMNpaN1TvI0WkEltQ9dTxaAzSn20/eVDqv8iDQ==",
408
- "signed_at": "2026-05-25T13:29:06.149Z",
408
+ "signed_at": "2026-05-25T13:46:00.123Z",
409
409
  "d3fend_refs": [
410
410
  "D3-CA",
411
411
  "D3-CSPP",
@@ -440,7 +440,7 @@
440
440
  "framework_gaps": [],
441
441
  "last_threat_review": "2026-05-22",
442
442
  "signature": "za1NKBpy9LC91F/ESO/qhUfmvVr8GNItQOjR5OJLeHm+2dQ9HHiFWQK2eo53V/n/0uhubuggURA3yS6kJuWwBg==",
443
- "signed_at": "2026-05-25T13:29:06.150Z",
443
+ "signed_at": "2026-05-25T13:46:00.123Z",
444
444
  "cwe_refs": [
445
445
  "CWE-1188"
446
446
  ],
@@ -474,7 +474,7 @@
474
474
  "framework_gaps": [],
475
475
  "last_threat_review": "2026-05-18",
476
476
  "signature": "xiHAhhdufm9hCKU8PLiPE0MX65ej2F4OZwtlWLGLCiie9/km+Kiqbt192LcMvr94v83C98pb9wIaqFsFWft6AQ==",
477
- "signed_at": "2026-05-25T13:29:06.150Z",
477
+ "signed_at": "2026-05-25T13:46:00.124Z",
478
478
  "forward_watch": [
479
479
  "New AI attack classes as ATLAS v6 publishes",
480
480
  "Post-quantum adversary capability timeline",
@@ -513,7 +513,7 @@
513
513
  "framework_gaps": [],
514
514
  "last_threat_review": "2026-05-01",
515
515
  "signature": "oYsSk35N2Uzq7MRofACykylcVwkgPhI4luWZ14vmQT+gUKLyZiKVOUJbe1+7lGl6BYPRN0sUDQ0f7S5Eu5w2Ag==",
516
- "signed_at": "2026-05-25T13:29:06.150Z"
516
+ "signed_at": "2026-05-25T13:46:00.124Z"
517
517
  },
518
518
  {
519
519
  "name": "zeroday-gap-learn",
@@ -540,7 +540,7 @@
540
540
  "framework_gaps": [],
541
541
  "last_threat_review": "2026-05-18",
542
542
  "signature": "igRqYyU1unRFH40BsPyAR62SPrk8QZv8dPGb8S9O9EvLCNOZAzm3t+HdT/NKqzWHwrpomOzkkkyLfYI/0qTUDA==",
543
- "signed_at": "2026-05-25T13:29:06.151Z",
543
+ "signed_at": "2026-05-25T13:46:00.124Z",
544
544
  "forward_watch": [
545
545
  "New CISA KEV entries",
546
546
  "New ATLAS TTP additions in each ATLAS release",
@@ -604,7 +604,7 @@
604
604
  ],
605
605
  "last_threat_review": "2026-05-22",
606
606
  "signature": "i/17u4kJiSpcZAz7LnTyRePFugQOstQ1P4kVoe0oGf4E2/j8oIN9U9DccjUn/YHZhKWIJ2AILG/DMhvMrr3bBg==",
607
- "signed_at": "2026-05-25T13:29:06.151Z",
607
+ "signed_at": "2026-05-25T13:46:00.125Z",
608
608
  "cwe_refs": [
609
609
  "CWE-327"
610
610
  ],
@@ -652,7 +652,7 @@
652
652
  ],
653
653
  "last_threat_review": "2026-05-22",
654
654
  "signature": "QuOVaQ4E2Sl39TClbhZ7HA9XrYAyRrDL44HY3RTE7aWLue0hV2cxaBt40ALGmHS++631QGFDlZTLZI77Tr6nAA==",
655
- "signed_at": "2026-05-25T13:29:06.151Z"
655
+ "signed_at": "2026-05-25T13:46:00.125Z"
656
656
  },
657
657
  {
658
658
  "name": "security-maturity-tiers",
@@ -689,7 +689,7 @@
689
689
  ],
690
690
  "last_threat_review": "2026-05-01",
691
691
  "signature": "8Px1s2lDj10/Q6erwEQlXgUHM1+OTruUR8qAHPX7Oo3k/l69N6P9sm0PsafS9wDFtj9l5C/OiLiFgzMlMt6vBw==",
692
- "signed_at": "2026-05-25T13:29:06.152Z",
692
+ "signed_at": "2026-05-25T13:46:00.125Z",
693
693
  "cwe_refs": [
694
694
  "CWE-1188"
695
695
  ]
@@ -724,7 +724,7 @@
724
724
  "framework_gaps": [],
725
725
  "last_threat_review": "2026-05-11",
726
726
  "signature": "urRcataVWg6/utyEkSiOWoNxTL8sABRjPR7ShyDfZGnAozFph/yDktSoaPVxQDXwu9EfJE+qhUW5OYR/yJECBQ==",
727
- "signed_at": "2026-05-25T13:29:06.152Z"
727
+ "signed_at": "2026-05-25T13:46:00.126Z"
728
728
  },
729
729
  {
730
730
  "name": "attack-surface-pentest",
@@ -796,7 +796,7 @@
796
796
  "Pwn2Own Berlin 2026 (disclosed 2026-05-14, embargo ends 2026-08-12) — Microsoft Edge 4-bug sandbox escape by Orange Tsai (DEVCORE); forward-watch only (browser sandbox, out of current playbook scope); track Microsoft Edge security advisory and KEV add"
797
797
  ],
798
798
  "signature": "C7lv65/Ecm8JJgSKxrX5lxx0YFzKWtrIQSKp+vy50I5e8945s1JmifGUUrnQwRQhq/Pkv7EmfiH5XSO8h75bDg==",
799
- "signed_at": "2026-05-25T13:29:06.152Z"
799
+ "signed_at": "2026-05-25T13:46:00.126Z"
800
800
  },
801
801
  {
802
802
  "name": "fuzz-testing-strategy",
@@ -856,7 +856,7 @@
856
856
  "OSS-Fuzz-Gen / AI-assisted harness generation becoming the default expectation for OSS maintainers"
857
857
  ],
858
858
  "signature": "Z7ypCUnXx8JpLtgxxB6RHNi39w74AmrGY1N4ofAGCXhkuM2EaFVm1AU0dvl9UQ1bVLfHKEDGqMO/TwlIY7RABg==",
859
- "signed_at": "2026-05-25T13:29:06.153Z"
859
+ "signed_at": "2026-05-25T13:46:00.126Z"
860
860
  },
861
861
  {
862
862
  "name": "dlp-gap-analysis",
@@ -931,7 +931,7 @@
931
931
  "Quebec Law 25, India DPDPA, KSA PDPL enforcement actions naming AI-tool prompt data as in-scope personal information"
932
932
  ],
933
933
  "signature": "IgEnpHOhCftAyfUNdKsjbrd169T9pJkk/rRM2ZEna+H18y7p5x48+1kME2sJMZjJuyAdQFBJi8PJXZFwLGI+DQ==",
934
- "signed_at": "2026-05-25T13:29:06.153Z"
934
+ "signed_at": "2026-05-25T13:46:00.127Z"
935
935
  },
936
936
  {
937
937
  "name": "supply-chain-integrity",
@@ -1010,7 +1010,7 @@
1010
1010
  "Pwn2Own Berlin 2026 (disclosed 2026-05-14, embargo ends 2026-08-12) — NVIDIA Megatron Bridge path traversal by haehae; AI training-stack file-system trust boundary; track patch and SBOM-attestation impact"
1011
1011
  ],
1012
1012
  "signature": "pcLrM98A3vUSZRjwNAk0aZ9umvOwB41XCLLsCOy/IebB2F/06oIrGUKkMHtHwm4pTVPShMMcKdZQQ3jz30FnCg==",
1013
- "signed_at": "2026-05-25T13:29:06.153Z"
1013
+ "signed_at": "2026-05-25T13:46:00.127Z"
1014
1014
  },
1015
1015
  {
1016
1016
  "name": "defensive-countermeasure-mapping",
@@ -1067,7 +1067,7 @@
1067
1067
  ],
1068
1068
  "last_threat_review": "2026-05-11",
1069
1069
  "signature": "G5q5elh7Q7eu2xcwTVQJGDTGfvZR0OGQaLSLJPb2wjzCHFF8PWuZfCHZdjjqisiRzRWPyLlzgfHeMJqOdy7cBw==",
1070
- "signed_at": "2026-05-25T13:29:06.154Z"
1070
+ "signed_at": "2026-05-25T13:46:00.127Z"
1071
1071
  },
1072
1072
  {
1073
1073
  "name": "identity-assurance",
@@ -1134,7 +1134,7 @@
1134
1134
  "d3fend_refs": [],
1135
1135
  "last_threat_review": "2026-05-11",
1136
1136
  "signature": "Wv5hGMeHjlaQK1zwicVCA7AvdKgJBgvcjdpGM9Ywahh9tagAKhbkOjybowDQZzu7OZ3bDkbh6pBYc1Sdwr6NAA==",
1137
- "signed_at": "2026-05-25T13:29:06.154Z"
1137
+ "signed_at": "2026-05-25T13:46:00.128Z"
1138
1138
  },
1139
1139
  {
1140
1140
  "name": "ot-ics-security",
@@ -1190,7 +1190,7 @@
1190
1190
  "d3fend_refs": [],
1191
1191
  "last_threat_review": "2026-05-11",
1192
1192
  "signature": "8t5qKHd3yWi57dvG36YQkLN/X9bQWqtEiYjay4IfSmqhJpM/xXPaQVKNGz3wscrO8OLKUZ0OaX7Mj5kzpgBKBQ==",
1193
- "signed_at": "2026-05-25T13:29:06.154Z"
1193
+ "signed_at": "2026-05-25T13:46:00.128Z"
1194
1194
  },
1195
1195
  {
1196
1196
  "name": "coordinated-vuln-disclosure",
@@ -1242,7 +1242,7 @@
1242
1242
  "NYDFS 23 NYCRR 500 amendments potentially adding explicit CVD program requirements"
1243
1243
  ],
1244
1244
  "signature": "GDGt4UPqBa04PjlpSmpyihGzd3OgfBN7jaAK5tfwp+LRSs3ygKOdbeivUCCHNagTY1hE6hG2Ou40ADfBFuXeAg==",
1245
- "signed_at": "2026-05-25T13:29:06.155Z"
1245
+ "signed_at": "2026-05-25T13:46:00.128Z"
1246
1246
  },
1247
1247
  {
1248
1248
  "name": "threat-modeling-methodology",
@@ -1292,7 +1292,7 @@
1292
1292
  "PASTA v2 updates incorporating AI/ML application threats"
1293
1293
  ],
1294
1294
  "signature": "rFBpOQEJUPpl+v88Lw/WqVJRhTl80vy0VbPAbzQj3Q0suJRRrJg368I9uKu5LXIBKFDvKxnGIcIzbGg9NUtaCA==",
1295
- "signed_at": "2026-05-25T13:29:06.155Z"
1295
+ "signed_at": "2026-05-25T13:46:00.129Z"
1296
1296
  },
1297
1297
  {
1298
1298
  "name": "webapp-security",
@@ -1366,7 +1366,7 @@
1366
1366
  "d3fend_refs": [],
1367
1367
  "last_threat_review": "2026-05-11",
1368
1368
  "signature": "ux85YI4t2mVHOyt744Yin1HHy+z11JIFygjKfFfQOBBl5QVV3A267jeIy7utix85irMcpZm/T3yx/ooqiK2tBA==",
1369
- "signed_at": "2026-05-25T13:29:06.155Z",
1369
+ "signed_at": "2026-05-25T13:46:00.129Z",
1370
1370
  "forward_watch": [
1371
1371
  "NGINX Rift CVE-2026-42945 (disclosed 2026-05-13, source depthfirst) — KEV-watch predicted CISA KEV listing by 2026-05-29; AI-assisted discovery angle; track for active-exploitation confirmation and patch advisory affecting front-door web app deployments"
1372
1372
  ]
@@ -1419,7 +1419,7 @@
1419
1419
  "d3fend_refs": [],
1420
1420
  "last_threat_review": "2026-05-15",
1421
1421
  "signature": "IIXnkZ5ZNqFwOto5KfytADTLLZLoyXNZACD1ORZ40P1HUAQxe6u2uyXFzzsfuob4Uy06jNkRGr2FFgCphUH1Cw==",
1422
- "signed_at": "2026-05-25T13:29:06.156Z"
1422
+ "signed_at": "2026-05-25T13:46:00.129Z"
1423
1423
  },
1424
1424
  {
1425
1425
  "name": "sector-healthcare",
@@ -1479,7 +1479,7 @@
1479
1479
  "d3fend_refs": [],
1480
1480
  "last_threat_review": "2026-05-11",
1481
1481
  "signature": "AhF9KF8ZBlDteciV+F8IBSmFVYCvQOn44GmD4rZjgLoPxfIv/QE1/vSkK32zyqDKtHWkLSXExbkkPkxA/V6dDw==",
1482
- "signed_at": "2026-05-25T13:29:06.156Z"
1482
+ "signed_at": "2026-05-25T13:46:00.130Z"
1483
1483
  },
1484
1484
  {
1485
1485
  "name": "sector-financial",
@@ -1560,7 +1560,7 @@
1560
1560
  "TIBER-EU framework v2.0 alignment with DORA TLPT RTS (JC 2024/40); cross-recognition with CBEST and iCAST"
1561
1561
  ],
1562
1562
  "signature": "HQgZvb4ReziEz5rNFr8i/O8/rJEZR+iHRROT7m/D2QUqhrcNISPkYXENsUZlG8xapzy/Ik92ehkseyj4hdmhCQ==",
1563
- "signed_at": "2026-05-25T13:29:06.156Z"
1563
+ "signed_at": "2026-05-25T13:46:00.131Z"
1564
1564
  },
1565
1565
  {
1566
1566
  "name": "sector-federal-government",
@@ -1629,7 +1629,7 @@
1629
1629
  "Australia PSPF 2024 revision and ISM quarterly updates — track for Essential Eight Maturity Level requirements for federal entities"
1630
1630
  ],
1631
1631
  "signature": "linxmsXZiOYtcs71sSWgGCrvb8xQfmxmtTY5PRvZJ0/8FgJulo0tQtejzexYG775s7XhjAmGsDP238BQTQ8ADA==",
1632
- "signed_at": "2026-05-25T13:29:06.157Z"
1632
+ "signed_at": "2026-05-25T13:46:00.131Z"
1633
1633
  },
1634
1634
  {
1635
1635
  "name": "sector-energy",
@@ -1694,7 +1694,7 @@
1694
1694
  "ICS-CERT advisory feed (https://www.cisa.gov/news-events/cybersecurity-advisories/ics-advisories) for vendor CVEs in Siemens, Rockwell, Schneider Electric, ABB, GE Vernova, Hitachi Energy, AVEVA / OSIsoft PI"
1695
1695
  ],
1696
1696
  "signature": "JjBfc0ovta560Clk0x3QGRM5osFJDwcvpy3rT7QEGdCIL827jzE8QCow1C8deXq+4JhY2sA/d7/8IsxikdlkCg==",
1697
- "signed_at": "2026-05-25T13:29:06.157Z"
1697
+ "signed_at": "2026-05-25T13:46:00.132Z"
1698
1698
  },
1699
1699
  {
1700
1700
  "name": "sector-telecom",
@@ -1780,7 +1780,7 @@
1780
1780
  "O-RAN SFG / WG11 security specifications"
1781
1781
  ],
1782
1782
  "signature": "JWVxKFoKrbX4d+Tko1d4OBdwyg25MfFFKn4CT6E/CzH+YwnU3T6Y76uBQIKg3+gIGTvPduqyvQwQQ5FxKDuPBw==",
1783
- "signed_at": "2026-05-25T13:29:06.157Z"
1783
+ "signed_at": "2026-05-25T13:46:00.132Z"
1784
1784
  },
1785
1785
  {
1786
1786
  "name": "api-security",
@@ -1849,7 +1849,7 @@
1849
1849
  "d3fend_refs": [],
1850
1850
  "last_threat_review": "2026-05-18",
1851
1851
  "signature": "BmCRCestWqr55+fCynEhtAl5NWLT+xLTkpwS0Icp3SaoZOw/ce3Y6TtqjHRSKn4CBJq7YDiLRWxmhO3MStvOAA==",
1852
- "signed_at": "2026-05-25T13:29:06.158Z",
1852
+ "signed_at": "2026-05-25T13:46:00.132Z",
1853
1853
  "forward_watch": [
1854
1854
  "NGINX Rift CVE-2026-42945 (disclosed 2026-05-13, source depthfirst) — KEV-watch predicted CISA KEV listing by 2026-05-29; track for active-exploitation confirmation and patch advisory affecting API gateway / reverse-proxy deployments",
1855
1855
  "Pwn2Own Berlin 2026 (disclosed 2026-05-14, embargo ends 2026-08-12) — LiteLLM 3-bug SSRF + Code Injection chain by k3vg3n; LLM-proxy API surface; track upstream patch and CVE assignments",
@@ -1935,7 +1935,7 @@
1935
1935
  "CISA KEV additions for cloud-control-plane CVEs (IMDSv1 abuses, federation token mishandling, cross-tenant boundary failures); CISA Cybersecurity Advisories for cross-cloud advisories"
1936
1936
  ],
1937
1937
  "signature": "/DV3pmZwrRySrk1OCbyI+0BQESacjupJfUX3eC2NGtXuYOBro0vndIP+z27heFxumnjU3a9sfla7/U9X+pqnDw==",
1938
- "signed_at": "2026-05-25T13:29:06.158Z"
1938
+ "signed_at": "2026-05-25T13:46:00.132Z"
1939
1939
  },
1940
1940
  {
1941
1941
  "name": "container-runtime-security",
@@ -1997,7 +1997,7 @@
1997
1997
  "d3fend_refs": [],
1998
1998
  "last_threat_review": "2026-05-15",
1999
1999
  "signature": "E2UGSf9ATyYgzBr8uM/0ubOUmDqo1jVA7f9mVxv6LHfWGCNuQNXDyuNou9VAmUCeeXEeUYIi3AFjXkJqpOkxDA==",
2000
- "signed_at": "2026-05-25T13:29:06.158Z",
2000
+ "signed_at": "2026-05-25T13:46:00.133Z",
2001
2001
  "forward_watch": [
2002
2002
  "Pwn2Own Berlin 2026 (disclosed 2026-05-14, embargo ends 2026-08-12) — NVIDIA Container Toolkit container escape ($50K award) by chompie / IBM X-Force XOR; high-severity container/hypervisor boundary break; track patch and KEV add post-embargo"
2003
2003
  ]
@@ -2071,7 +2071,7 @@
2071
2071
  "MITRE ATLAS v5.6.0 (released May 2026) shipped the AML.T0010 sub-technique expansion this forecast tracked plus new techniques (\"Publish Poisoned AI Agent Tool\", \"Escape to Host\"); inventory now 16 tactics, 84 techniques, 56 sub-techniques. Forward watch: subsequent ATLAS minor and major releases — track next-cadence updates to agentic-AI TTPs and MLOps-pipeline-specific techniques"
2072
2072
  ],
2073
2073
  "signature": "IL+DlRCDJN/p08iiJCFkasKcoyjcB0uWrJ6ORLjQcS1HrUa5Xt62QxVjYPHzaevlm5y36ZdmfESqsZJmzK3lCg==",
2074
- "signed_at": "2026-05-25T13:29:06.159Z"
2074
+ "signed_at": "2026-05-25T13:46:00.133Z"
2075
2075
  },
2076
2076
  {
2077
2077
  "name": "incident-response-playbook",
@@ -2133,7 +2133,7 @@
2133
2133
  "NYDFS 23 NYCRR 500.17 amendments tightening ransom-payment 24h disclosure operationalization"
2134
2134
  ],
2135
2135
  "signature": "MmjLjlmOMLjhJJ4ZfR8MYlHam+ZB+eSqfh6Nv+DecaG4O5zeo9DBP/iL3cbyDVZxmhnhivgJild2ccYeWTeZAg==",
2136
- "signed_at": "2026-05-25T13:29:06.159Z"
2136
+ "signed_at": "2026-05-25T13:46:00.134Z"
2137
2137
  },
2138
2138
  {
2139
2139
  "name": "ransomware-response",
@@ -2213,7 +2213,7 @@
2213
2213
  ],
2214
2214
  "last_threat_review": "2026-05-22",
2215
2215
  "signature": "ssueL03g9fWlhXpTe+IiY5l7RqQkunN4DTN5QETKE+VOX+qggdjAR8PONxk77ol4xWYmHrM/VcH8CNtXUEvgBA==",
2216
- "signed_at": "2026-05-25T13:29:06.160Z"
2216
+ "signed_at": "2026-05-25T13:46:00.134Z"
2217
2217
  },
2218
2218
  {
2219
2219
  "name": "email-security-anti-phishing",
@@ -2266,7 +2266,7 @@
2266
2266
  "d3fend_refs": [],
2267
2267
  "last_threat_review": "2026-05-18",
2268
2268
  "signature": "rK+WnuS+9tqEABmwc0jO/PEmxcLjG1/tmUb897HsClQeKzf+TQOlwBE+OsbtuKxpjYNwur62Xxs3TxObkwm8Cw==",
2269
- "signed_at": "2026-05-25T13:29:06.160Z"
2269
+ "signed_at": "2026-05-25T13:46:00.134Z"
2270
2270
  },
2271
2271
  {
2272
2272
  "name": "age-gates-child-safety",
@@ -2334,7 +2334,7 @@
2334
2334
  "US state adult-site age-verification laws — 19+ states by mid-2026 (TX HB 18 upheld by SCOTUS June 2025 in Free Speech Coalition v. Paxton); track ongoing challenges in remaining states"
2335
2335
  ],
2336
2336
  "signature": "Rgho5TOFUL1txOzcVR0kASCNdovSU4yt99JlGilJlJRyg0A+BdeeQYrZrhPF6Vx2reUAVG0BeHfcZtSbi+cwCg==",
2337
- "signed_at": "2026-05-25T13:29:06.160Z"
2337
+ "signed_at": "2026-05-25T13:46:00.135Z"
2338
2338
  },
2339
2339
  {
2340
2340
  "name": "cloud-iam-incident",
@@ -2414,7 +2414,7 @@
2414
2414
  ],
2415
2415
  "last_threat_review": "2026-05-15",
2416
2416
  "signature": "e/kij7GtKaytROyIj7V5RH+FC9WtmVFzrmG2kIlNDNn29ep/CRNlIQKwXLpzo/81AIf634pmdr1qy/+vwIuUDA==",
2417
- "signed_at": "2026-05-25T13:29:06.161Z",
2417
+ "signed_at": "2026-05-25T13:46:00.135Z",
2418
2418
  "forward_watch": [
2419
2419
  "AWS IAM Identity Center session-policy refresh and step-up-on-admin enforcement (anticipated 2026-H2 release)",
2420
2420
  "GCP Workload Identity Federation principal-set attribute mapping tightening (post-2026 Q3 Federation hardening guide)",
@@ -2508,7 +2508,7 @@
2508
2508
  ],
2509
2509
  "last_threat_review": "2026-05-15",
2510
2510
  "signature": "ew9Kglc9fAZzbn0ZIfGP7WSK/j4eV2VhSvpy+s5bEfNEVYIMa2kZjnGBapgUsyGDLes9H9K2ovjQyX17+GKiBw==",
2511
- "signed_at": "2026-05-25T13:29:06.161Z",
2511
+ "signed_at": "2026-05-25T13:46:00.135Z",
2512
2512
  "forward_watch": [
2513
2513
  "Entra ID conditional access evolution post-Midnight Blizzard — Microsoft's 2025-2026 commitments on legacy-tenant MFA enforcement and OAuth-app consent gating",
2514
2514
  "Okta IPSIE (Interoperability Profile for Secure Identity in the Enterprise) OpenID Foundation working-group output and adoption timeline",
@@ -2526,6 +2526,6 @@
2526
2526
  ],
2527
2527
  "manifest_signature": {
2528
2528
  "algorithm": "Ed25519",
2529
- "signature_base64": "OX1pHjgYAYOrjL5iHeFI7gLhEldySUwMkJBXqiyziYV5VmTcuX+KE0FBJ9RYMdKeNjBOyNgs+qUr+vgPvo6FDA=="
2529
+ "signature_base64": "1jh4WjVY0U/aJN5jgIfn8wXUUNg9xVi7L8Nfi7gsSOmROmZpsEqsTPGWePt2XGxDi+F2QuFSDGWseG+vjJbABA=="
2530
2530
  }
2531
2531
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@blamejs/exceptd-skills",
3
- "version": "0.13.73",
4
- "description": "AI security skills grounded in mid-2026 threat reality, not stale framework documentation. 42 skills, 11 catalogs (323 CVEs / 171 CWEs / 805 ATT&CK + ICS / 170 ATLAS / 468 D3FEND / 7476 RFCs), 35 jurisdictions, 10-class catalog gap detector + budget gate, real XML parser + canonical-form diff + content-pattern regression detection, Ed25519-signed.",
3
+ "version": "0.13.74",
4
+ "description": "AI security skills grounded in mid-2026 threat reality, not stale framework documentation. 42 skills, 11 catalogs (324 CVEs / 171 CWEs / 805 ATT&CK + ICS / 170 ATLAS / 468 D3FEND / 7476 RFCs), 35 jurisdictions, 10-class catalog gap detector + budget gate, real XML parser + canonical-form diff + content-pattern regression detection, Ed25519-signed.",
5
5
  "keywords": [
6
6
  "ai-security",
7
7
  "ai-skills",