@blamejs/exceptd-skills 0.13.71 → 0.13.72

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.
@@ -9475,6 +9475,123 @@
9475
9475
  "_intake_method": "manual-verified-curation",
9476
9476
  "_kev_short_description": "Langflow contains an origin validation error vulnerability that could allow account takeover and remote code execution."
9477
9477
  },
9478
+ "CVE-2026-25592": {
9479
+ "name": "Microsoft Semantic Kernel SessionsPythonPlugin Path Traversal — Prompt-Injection to Host RCE",
9480
+ "type": "RCE",
9481
+ "cvss_score": 9.9,
9482
+ "cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
9483
+ "cvss_note": "NVD CVSS v3.1 base 9.9 (CRITICAL), Scope:Changed. The high score reflects worst-case impact; the RWEP score is intentionally lower (Hard Rule #3) because there is no confirmed in-the-wild exploitation or KEV listing and a patch shipped at disclosure.",
9484
+ "cisa_kev": false,
9485
+ "poc_available": true,
9486
+ "poc_description": "Microsoft published the technique and a working demonstration (a single injected prompt launching calc.exe on the agent host) in the 'Prompts become shells' Security Blog (2026-05-07); GitHub advisory GHSA-2ww3-72rp-wpp4. No standalone public exploit repository, but the chain is fully documented.",
9487
+ "ai_discovered": false,
9488
+ "ai_discovery_source": "vendor_research",
9489
+ "ai_discovery_notes": "Discovered and disclosed by Microsoft (MSRC). Not AI-discovered, but the vulnerability class IS AI-native: the exploitation primitive is LLM prompt injection (ATLAS AML.T0051), turning an agent's tool-use boundary into a code-execution boundary.",
9490
+ "ai_assisted_weaponization": false,
9491
+ "ai_assisted_notes": "Exploit is delivered as an injected prompt to the agent; no separate AI-assisted tooling required to weaponize.",
9492
+ "active_exploitation": "none",
9493
+ "active_exploitation_notes": "Research disclosure with a coordinated patch (1.71.0); no in-the-wild exploitation reported as of curation. The public, documented prompt-injection-to-RCE technique elevates the watch posture — RWEP would jump on any observed exploitation.",
9494
+ "affected": "Microsoft Semantic Kernel — the SessionsPythonPlugin, shipped in the NuGet package Microsoft.SemanticKernel.Plugins.Core (< 1.71.0) and the PyPI package semantic-kernel (< 1.39.3), per GHSA-2ww3-72rp-wpp4.",
9495
+ "affected_versions": [
9496
+ "Microsoft.SemanticKernel.Plugins.Core (NuGet) < 1.71.0",
9497
+ "semantic-kernel (PyPI) < 1.39.3"
9498
+ ],
9499
+ "vector": "The SessionsPythonPlugin in Semantic Kernel's .NET SDK is vulnerable to path traversal (CWE-22), allowing arbitrary file write. Because the plugin executes within an agent wired to tools, an attacker-controlled prompt (indirect or direct LLM prompt injection, AML.T0051) can drive the file write to a location that yields host code execution — escaping the intended Python sandbox. A single injected prompt was shown launching calc.exe on the agent host: prompt injection becomes a remote-code-execution primitive once the model can reach tools.",
9500
+ "complexity": "low",
9501
+ "complexity_notes": "NVD AV:N / AC:L. The precondition is that untrusted content reaches the agent's prompt (the normal operating mode for RAG / tool-using agents); no memory-corruption or browser bug needed.",
9502
+ "patch_available": true,
9503
+ "patch_required_reboot": false,
9504
+ "live_patch_available": false,
9505
+ "live_patch_tools": [],
9506
+ "live_patch_notes": "Remediation is a dependency upgrade to Microsoft.SemanticKernel.Plugins.Core 1.71.0 or later; application rebuild/redeploy, no host reboot.",
9507
+ "vendor_update_paths": [
9508
+ "NuGet: upgrade Microsoft.SemanticKernel.Plugins.Core to 1.71.0 or later.",
9509
+ "PyPI: upgrade semantic-kernel to 1.39.3 or later.",
9510
+ "Until patched: disable or sandbox the SessionsPythonPlugin and treat any tool that performs file writes as a code-execution boundary reachable by prompt injection."
9511
+ ],
9512
+ "framework_control_gaps": {
9513
+ "NIST-800-53-SI-2": "Flaw-remediation cadence does not track AI-agent-framework SDK dependencies (NuGet/PyPI) with the urgency a prompt-injection-to-RCE warrants; the SDK is often outside the OS/patch-management inventory.",
9514
+ "ISO-27001-2022-A.8.8": "Vulnerability management rarely enumerates the AI-agent framework and its tool plugins as in-scope assets whose flaws are RCE-bearing.",
9515
+ "NIS2-Art21-patch-management": "Article 21 measures do not specifically reach the agent framework's tool-execution sandbox as a control plane.",
9516
+ "DORA-Art-9": "ICT protection measures do not treat the AI agent's tool boundary as an attacker-reachable code-execution surface via prompt injection.",
9517
+ "UK-CAF-B4": "System Security objective has no objective for sandboxing/auditing the code-execution plugins an AI agent can invoke.",
9518
+ "AU-ISM-1546": "Patch-application control is product-agnostic and does not single out AI-agent SDK dependencies.",
9519
+ "ALL-PROMPT-INJECTION-ACCESS-CONTROL": "No compliance framework treats LLM prompt injection as an access-control / code-execution primitive: once an agent can reach a tool that writes files or runs code, injected content crosses from a content-safety problem to host RCE, and no framework requires the tool boundary to be hardened against it."
9520
+ },
9521
+ "atlas_refs": [
9522
+ "AML.T0051"
9523
+ ],
9524
+ "attack_refs": [
9525
+ "T1059",
9526
+ "T1203"
9527
+ ],
9528
+ "rwep_score": 30,
9529
+ "rwep_factors": {
9530
+ "cisa_kev": 0,
9531
+ "poc_available": 20,
9532
+ "ai_factor": 0,
9533
+ "active_exploitation": 0,
9534
+ "blast_radius": 25,
9535
+ "patch_available": -15,
9536
+ "live_patch_available": 0,
9537
+ "reboot_required": 0
9538
+ },
9539
+ "rwep_notes": "P3 (RWEP 30 per lib/scoring.js) despite CVSS 9.9 — the gap is deliberate (Hard Rule #3, real-world-exploit priority): not KEV-listed, no confirmed in-the-wild exploitation, patch available at disclosure. poc_available=20 (documented working technique) + blast_radius=25 (Semantic Kernel is a widely-used .NET agent SDK) − patch 15. The score escalates immediately on any observed exploitation; the prompt-injection-to-RCE chain is the class to watch.",
9540
+ "epss_score": null,
9541
+ "epss_date": "2026-05-25",
9542
+ "epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
9543
+ "epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2026-25592",
9544
+ "cwe_refs": [
9545
+ "CWE-22",
9546
+ "CWE-94"
9547
+ ],
9548
+ "iocs": {
9549
+ "behavioral": [
9550
+ "Semantic Kernel SessionsPythonPlugin performing a file write whose resolved path escapes the intended session/sandbox directory (path-traversal sequences in plugin file operations).",
9551
+ "An AI-agent process built on Semantic Kernel spawning unexpected child processes (e.g. a shell, interpreter, or calc.exe-style binary) shortly after handling untrusted/retrieved content.",
9552
+ "Agent tool-invocation logs showing a file-write or code-execution tool called as a downstream effect of injected/retrieved content rather than an operator request.",
9553
+ "Deployed Microsoft.SemanticKernel.Plugins.Core dependency below 1.71.0 — the exposed precondition."
9554
+ ],
9555
+ "supply_chain_entry_vectors": [
9556
+ "Untrusted content reaching the agent's prompt context — retrieved documents (RAG), tool outputs, web content, or user input — is the injection entry point; no direct attacker authentication to the host is required."
9557
+ ],
9558
+ "_ioc_source_note": "Behavioral signatures derived from NVD CVE-2026-25592 (CWE-22 path traversal / arbitrary file write in SessionsPythonPlugin) and the Microsoft 'Prompts become shells' Security Blog (2026-05-07) describing the prompt-injection-to-host-RCE chain and calc.exe demonstration."
9559
+ },
9560
+ "source_verified": "2026-05-25",
9561
+ "verification_sources": [
9562
+ "https://nvd.nist.gov/vuln/detail/CVE-2026-25592",
9563
+ "https://www.microsoft.com/en-us/security/blog/2026/05/07/prompts-become-shells-rce-vulnerabilities-ai-agent-frameworks/",
9564
+ "https://github.com/microsoft/semantic-kernel/security/advisories/GHSA-2ww3-72rp-wpp4"
9565
+ ],
9566
+ "vendor_advisories": [
9567
+ {
9568
+ "vendor": "Microsoft (MSRC)",
9569
+ "advisory_id": "CVE-2026-25592",
9570
+ "url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-25592",
9571
+ "severity": "critical",
9572
+ "published_date": "2026-05-07"
9573
+ },
9574
+ {
9575
+ "vendor": "GitHub Security Advisory",
9576
+ "advisory_id": "GHSA-2ww3-72rp-wpp4",
9577
+ "url": "https://github.com/microsoft/semantic-kernel/security/advisories/GHSA-2ww3-72rp-wpp4",
9578
+ "severity": "critical",
9579
+ "published_date": "2026-05-07"
9580
+ },
9581
+ {
9582
+ "vendor": "NVD",
9583
+ "advisory_id": "CVE-2026-25592",
9584
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25592",
9585
+ "severity": "critical",
9586
+ "published_date": "2026-05-07"
9587
+ }
9588
+ ],
9589
+ "last_updated": "2026-05-25",
9590
+ "discovery_attribution_note": "Manually curated from NVD (CVSS 9.9, CWE-22) + Microsoft 'Prompts become shells' Security Blog (2026-05-07) + GHSA-2ww3-72rp-wpp4. Arbitrary file write via path traversal in the SessionsPythonPlugin, exploitable through LLM prompt injection (AML.T0051) to achieve host RCE. Non-KEV research disclosure; fixed in Microsoft.SemanticKernel.Plugins.Core 1.71.0.",
9591
+ "_auto_imported": false,
9592
+ "_intake_method": "manual-verified-curation",
9593
+ "_kev_short_description": "Microsoft Semantic Kernel SessionsPythonPlugin path traversal enabling arbitrary file write and, via prompt injection, host remote code execution."
9594
+ },
9478
9595
  "CVE-2026-41091": {
9479
9596
  "name": "Microsoft Defender (Malware Protection Engine) Link-Following LPE to SYSTEM",
9480
9597
  "type": "LPE",
@@ -102,6 +102,7 @@
102
102
  "CVE-2025-4632",
103
103
  "CVE-2025-6218",
104
104
  "CVE-2025-8110",
105
+ "CVE-2026-25592",
105
106
  "CVE-2026-34926"
106
107
  ],
107
108
  "framework_controls_partially_addressing": [
@@ -368,6 +369,7 @@
368
369
  "CVE-2026-1281",
369
370
  "CVE-2026-1340",
370
371
  "CVE-2026-20045",
372
+ "CVE-2026-25592",
371
373
  "CVE-2026-30615",
372
374
  "CVE-2026-33017",
373
375
  "CVE-2026-34197",
@@ -101,7 +101,9 @@
101
101
  "real_requirement": "Prompt-level access control: each model invocation is constrained to an authorized action scope. Actions outside that scope require explicit user re-authorization. System prompt establishes authority hierarchy.",
102
102
  "status": "open",
103
103
  "opened_date": "2026-01-01",
104
- "evidence_cves": [],
104
+ "evidence_cves": [
105
+ "CVE-2026-25592"
106
+ ],
105
107
  "atlas_refs": [
106
108
  "AML.T0051",
107
109
  "AML.T0054"
@@ -1514,6 +1516,7 @@
1514
1516
  "CVE-2026-24423",
1515
1517
  "CVE-2026-24858",
1516
1518
  "CVE-2026-25108",
1519
+ "CVE-2026-25592",
1517
1520
  "CVE-2026-3055",
1518
1521
  "CVE-2026-31431",
1519
1522
  "CVE-2026-31635",
@@ -1720,6 +1723,7 @@
1720
1723
  "CVE-2025-34291",
1721
1724
  "CVE-2025-38352",
1722
1725
  "CVE-2025-43300",
1726
+ "CVE-2026-25592",
1723
1727
  "CVE-2026-31431",
1724
1728
  "CVE-2026-34926",
1725
1729
  "CVE-2026-39884",
@@ -2444,6 +2448,7 @@
2444
2448
  "CVE-2026-24423",
2445
2449
  "CVE-2026-24858",
2446
2450
  "CVE-2026-25108",
2451
+ "CVE-2026-25592",
2447
2452
  "CVE-2026-3055",
2448
2453
  "CVE-2026-31431",
2449
2454
  "CVE-2026-31635",
@@ -4710,6 +4715,7 @@
4710
4715
  "CVE-2025-34291",
4711
4716
  "CVE-2026-0300",
4712
4717
  "CVE-2026-20182",
4718
+ "CVE-2026-25592",
4713
4719
  "CVE-2026-34926",
4714
4720
  "CVE-2026-41091",
4715
4721
  "CVE-2026-42897",
@@ -5204,6 +5210,7 @@
5204
5210
  "evidence_cves": [
5205
5211
  "CVE-2024-21762",
5206
5212
  "CVE-2025-34291",
5213
+ "CVE-2026-25592",
5207
5214
  "CVE-2026-34926",
5208
5215
  "CVE-2026-41091",
5209
5216
  "CVE-2026-45498",
@@ -5242,6 +5249,7 @@
5242
5249
  "evidence_cves": [
5243
5250
  "CVE-2024-21762",
5244
5251
  "CVE-2025-34291",
5252
+ "CVE-2026-25592",
5245
5253
  "CVE-2026-34926",
5246
5254
  "CVE-2026-41091",
5247
5255
  "CVE-2026-45498",
@@ -5933,6 +5933,56 @@
5933
5933
  "_auto_imported": true,
5934
5934
  "_intake_method": "v0.13.17-bulk-cisa-kev-import"
5935
5935
  },
5936
+ "CVE-2026-25592": {
5937
+ "name": "Microsoft Semantic Kernel SessionsPythonPlugin Path Traversal — Prompt-Injection to Host RCE",
5938
+ "lesson_date": "2026-05-25",
5939
+ "attack_vector": {
5940
+ "description": "Path traversal (CWE-22) in Semantic Kernel's SessionsPythonPlugin allows arbitrary file write; because the plugin runs inside an agent wired to tools, an injected prompt (AML.T0051) drives the write to a location that yields host code execution — a single prompt launched calc.exe on the agent host.",
5941
+ "privileges_required": "the ability to get untrusted content into the agent's prompt (RAG document, tool output, web content, or user input) — the normal operating mode of a tool-using agent; no host authentication required",
5942
+ "complexity": "low (NVD AV:N / AC:L)",
5943
+ "ai_factor": "AI-native exploitation: the primitive is LLM prompt injection, which crosses from a content-safety problem to a remote-code-execution primitive the moment the model can reach a file-writing or code-running tool. The lesson is that an AI agent's tool boundary IS a code-execution boundary and must be sandboxed and treated as attacker-reachable via injection. Surfaced via the Microsoft Security Blog + GHSA feeds."
5944
+ },
5945
+ "framework_coverage": {
5946
+ "NIST-800-53-SI-2": {
5947
+ "covered": true,
5948
+ "adequate": false,
5949
+ "gap": "Flaw-remediation cadence does not track AI-agent-framework SDK dependencies with the urgency a prompt-injection-to-RCE warrants; the SDK is often outside the patch-management inventory."
5950
+ },
5951
+ "ISO-27001-2022-A.8.8": {
5952
+ "covered": true,
5953
+ "adequate": false,
5954
+ "gap": "Vulnerability management rarely enumerates the AI-agent framework and its tool plugins as in-scope, RCE-bearing assets."
5955
+ },
5956
+ "ALL-PROMPT-INJECTION-ACCESS-CONTROL": {
5957
+ "covered": false,
5958
+ "adequate": false,
5959
+ "gap": "No framework treats prompt injection as an access-control / code-execution primitive: once an agent can reach a tool that writes files or runs code, injected content becomes host RCE, and nothing requires the tool boundary to be hardened against it."
5960
+ }
5961
+ },
5962
+ "compliance_exposure_score": {
5963
+ "percent_audit_passing_orgs_still_exposed": 75,
5964
+ "basis": "Organizations deploying AI agents rarely sandbox or audit the file-write / code-execution tools the agent can invoke, and treat prompt injection as a content-safety issue rather than an RCE primitive; SDK dependency currency for agent frameworks is seldom tracked.",
5965
+ "theater_pattern": "ai_pipeline_integrity"
5966
+ },
5967
+ "ai_discovered_zeroday": false,
5968
+ "ai_discovery_source": "vendor_research",
5969
+ "ai_assist_factor": "none",
5970
+ "new_control_requirements": [
5971
+ {
5972
+ "id": "NEW-CTRL-080",
5973
+ "name": "AGENT-TOOL-EXECUTION-SANDBOX",
5974
+ "description": "Any AI agent wired to tools that can write files or execute code must treat its tool boundary as an attacker-reachable remote-code-execution boundary: sandbox file-writing / code-running plugins with strict path and capability confinement, validate and canonicalize all tool-supplied paths against traversal, gate code-execution tools behind out-of-band human approval for untrusted-content-triggered invocations, and track agent-framework SDK dependencies (e.g. Microsoft.SemanticKernel.Plugins.Core >= 1.71.0) as KEV-priority patch targets. Prompt injection must be modeled as a code-execution primitive, not a content-safety nuisance.",
5975
+ "evidence": "https://www.microsoft.com/en-us/security/blog/2026/05/07/prompts-become-shells-rce-vulnerabilities-ai-agent-frameworks/",
5976
+ "gap_closes": [
5977
+ "NIST-800-53-SI-2",
5978
+ "ISO-27001-2022-A.8.8",
5979
+ "ALL-PROMPT-INJECTION-ACCESS-CONTROL"
5980
+ ]
5981
+ }
5982
+ ],
5983
+ "_auto_imported": false,
5984
+ "_intake_method": "manual-verified-curation"
5985
+ },
5936
5986
  "CVE-2025-34291": {
5937
5987
  "name": "Langflow Account Takeover + RCE (CORS / refresh-token chain)",
5938
5988
  "lesson_date": "2026-05-24",
package/manifest.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "exceptd-security",
3
- "version": "0.13.71",
3
+ "version": "0.13.72",
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-25T12:23:49.090Z",
56
+ "signed_at": "2026-05-25T12:58:49.445Z",
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-25T12:23:49.092Z",
126
+ "signed_at": "2026-05-25T12:58:49.447Z",
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-25T12:23:49.092Z",
199
+ "signed_at": "2026-05-25T12:58:49.447Z",
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-25T12:23:49.092Z"
251
+ "signed_at": "2026-05-25T12:58:49.447Z"
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-25T12:23:49.093Z"
282
+ "signed_at": "2026-05-25T12:58:49.448Z"
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-25T12:23:49.093Z"
311
+ "signed_at": "2026-05-25T12:58:49.449Z"
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-25T12:23:49.094Z",
348
+ "signed_at": "2026-05-25T12:58:49.449Z",
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-25T12:23:49.094Z",
408
+ "signed_at": "2026-05-25T12:58:49.450Z",
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-25T12:23:49.094Z",
443
+ "signed_at": "2026-05-25T12:58:49.450Z",
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-25T12:23:49.095Z",
477
+ "signed_at": "2026-05-25T12:58:49.450Z",
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-25T12:23:49.095Z"
516
+ "signed_at": "2026-05-25T12:58:49.451Z"
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-25T12:23:49.095Z",
543
+ "signed_at": "2026-05-25T12:58:49.451Z",
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-25T12:23:49.096Z",
607
+ "signed_at": "2026-05-25T12:58:49.452Z",
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-25T12:23:49.096Z"
655
+ "signed_at": "2026-05-25T12:58:49.452Z"
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-25T12:23:49.096Z",
692
+ "signed_at": "2026-05-25T12:58:49.452Z",
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-25T12:23:49.097Z"
727
+ "signed_at": "2026-05-25T12:58:49.453Z"
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-25T12:23:49.097Z"
799
+ "signed_at": "2026-05-25T12:58:49.453Z"
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-25T12:23:49.097Z"
859
+ "signed_at": "2026-05-25T12:58:49.453Z"
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-25T12:23:49.098Z"
934
+ "signed_at": "2026-05-25T12:58:49.454Z"
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-25T12:23:49.098Z"
1013
+ "signed_at": "2026-05-25T12:58:49.454Z"
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-25T12:23:49.098Z"
1070
+ "signed_at": "2026-05-25T12:58:49.454Z"
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-25T12:23:49.099Z"
1137
+ "signed_at": "2026-05-25T12:58:49.455Z"
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-25T12:23:49.099Z"
1193
+ "signed_at": "2026-05-25T12:58:49.455Z"
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-25T12:23:49.099Z"
1245
+ "signed_at": "2026-05-25T12:58:49.455Z"
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-25T12:23:49.099Z"
1295
+ "signed_at": "2026-05-25T12:58:49.456Z"
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-25T12:23:49.100Z",
1369
+ "signed_at": "2026-05-25T12:58:49.456Z",
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-25T12:23:49.100Z"
1422
+ "signed_at": "2026-05-25T12:58:49.456Z"
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-25T12:23:49.101Z"
1482
+ "signed_at": "2026-05-25T12:58:49.457Z"
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-25T12:23:49.101Z"
1563
+ "signed_at": "2026-05-25T12:58:49.457Z"
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-25T12:23:49.101Z"
1632
+ "signed_at": "2026-05-25T12:58:49.458Z"
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-25T12:23:49.102Z"
1697
+ "signed_at": "2026-05-25T12:58:49.458Z"
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-25T12:23:49.102Z"
1783
+ "signed_at": "2026-05-25T12:58:49.458Z"
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-25T12:23:49.102Z",
1852
+ "signed_at": "2026-05-25T12:58:49.458Z",
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-25T12:23:49.103Z"
1938
+ "signed_at": "2026-05-25T12:58:49.459Z"
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-25T12:23:49.103Z",
2000
+ "signed_at": "2026-05-25T12:58:49.459Z",
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-25T12:23:49.103Z"
2074
+ "signed_at": "2026-05-25T12:58:49.460Z"
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-25T12:23:49.104Z"
2136
+ "signed_at": "2026-05-25T12:58:49.460Z"
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-25T12:23:49.104Z"
2216
+ "signed_at": "2026-05-25T12:58:49.460Z"
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-25T12:23:49.104Z"
2269
+ "signed_at": "2026-05-25T12:58:49.461Z"
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-25T12:23:49.105Z"
2337
+ "signed_at": "2026-05-25T12:58:49.461Z"
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-25T12:23:49.105Z",
2417
+ "signed_at": "2026-05-25T12:58:49.461Z",
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-25T12:23:49.105Z",
2511
+ "signed_at": "2026-05-25T12:58:49.462Z",
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": "0eO0Y3u5/ikz7b6zY3sAU11cEOXKXDsaOFTr9BkaPUMH2ELjjwsnsm5k8Jx/XgnoWsyLX9Fsj0Mgm82Maf0dAQ=="
2529
+ "signature_base64": "d/BP9u9Hv9u4jiijm+yvszaLRoWWN/hCezTYoDZR5GDuAHQ8axchgrbYWoYXtwpuB984QvvXBpB8c00DEiuXAA=="
2530
2530
  }
2531
2531
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@blamejs/exceptd-skills",
3
- "version": "0.13.71",
4
- "description": "AI security skills grounded in mid-2026 threat reality, not stale framework documentation. 42 skills, 11 catalogs (321 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.72",
4
+ "description": "AI security skills grounded in mid-2026 threat reality, not stale framework documentation. 42 skills, 11 catalogs (322 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",