From 249534e472b9741fc8dede3fa81d400650e11118 Mon Sep 17 00:00:00 2001 From: Teknium <127238744+teknium1@users.noreply.github.com> Date: Wed, 27 May 2026 02:07:21 -0700 Subject: [PATCH] =?UTF-8?q?plugins:=20add=20security-guidance=20=E2=80=94?= =?UTF-8?q?=20pattern-matched=20warnings=20on=20dangerous=20code=20writes?= =?UTF-8?q?=20(#33131)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit New opt-in plugin that scans the content passed to write_file / patch / skill_manage for 25 known-dangerous code patterns — pickle.load, yaml.load, eval(, os.system, subprocess(shell=True), child_process.exec, dangerouslySetInnerHTML, innerHTML/outerHTML/document.write/ insertAdjacentHTML, crypto.createCipher (no IV), AES ECB, TLS verification disabled, XXE-prone xml.etree/minidom parsers,