[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fvDIBdEmgVmWwQfQjCaBYdtLlBgDdropoq6frTECnjtQ":3},{"slug":4,"name":5,"version":6,"author":7,"author_profile":8,"description":9,"short_description":10,"active_installs":11,"downloaded":12,"rating":13,"num_ratings":13,"last_updated":14,"tested_up_to":15,"requires_at_least":16,"requires_php":17,"tags":18,"homepage":24,"download_link":25,"security_score":26,"vuln_count":13,"unpatched_count":13,"last_vuln_date":27,"fetched_at":28,"vulnerabilities":29,"developer":30,"crawl_stats":27,"alternatives":36,"analysis":133,"fingerprints":287},"tinymce-backslash-button","TinyMCE Backslash Button","0.2.6","redcocker","https:\u002F\u002Fprofiles.wordpress.org\u002Fredcocker\u002F","\u003Cp>When using Japanese or Korean font, backlash appear as Yen or Won sign, beacuse Yen and Won sign have the same ASCII code as backslash.\u003C\u002Fp>\n\u003Cp>This plugin provides a TinyMCE button and Quicktag to enter backslash. Even when using Japanese or Korean font, backslash doesn’t appear as Yen or Won sign.\u003C\u002Fp>\n\u003Ch4>Features\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Easy to enter backslashes even when using Japanese or Korean font.\u003C\u002Fli>\n\u003Cli>Localization: English(Default), 日本語(Japanese, UTF-8).\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Notes\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>This plugin requires the default visual editor(TinyMCE). Other visual editors are not supported.\u003C\u002Fli>\n\u003Cli>On some clients(Visitor’s PC, mobile), backslash may appear as Yen or Won sign.\u003C\u002Fli>\n\u003C\u002Ful>\n","This plugin provides buttons to enter backslash. Even when using Japanese or Korean font, backslash doesn't appear as Yen or Won sign.",10,2181,0,"2012-02-01T16:37:00.000Z","3.3.2","2.8","",[19,20,21,22,23],"backslash","japanese","korean","quicktag","tinymce","http:\u002F\u002Fwww.near-mint.com\u002Fblog\u002Fsoftware\u002Ftinymce-backslash-button","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Ftinymce-backslash-button.0.2.6.zip",85,null,"2026-03-15T15:16:48.613Z",[],{"slug":7,"display_name":7,"profile_url":8,"plugin_count":31,"total_installs":32,"avg_security_score":26,"avg_patch_time_days":33,"trust_score":34,"computed_at":35},7,660,30,84,"2026-04-04T17:26:21.464Z",[37,58,79,97,116],{"slug":38,"name":39,"version":40,"author":41,"author_profile":42,"description":43,"short_description":44,"active_installs":45,"downloaded":46,"rating":47,"num_ratings":48,"last_updated":49,"tested_up_to":50,"requires_at_least":51,"requires_php":17,"tags":52,"homepage":56,"download_link":57,"security_score":26,"vuln_count":13,"unpatched_count":13,"last_vuln_date":27,"fetched_at":28},"addquicktag","AddQuicktag","2.6.1","Frank Bueltge","https:\u002F\u002Fprofiles.wordpress.org\u002Fbueltge\u002F","\u003Cp>This plugin makes it easy to add Quicktags to the html – and visual-editor. It is possible to export your Quicktags as a JSON – file that can be imported in other installations of the plugin.\u003C\u002Fp>\n\u003Cp>WP-AddQuicktag for WordPress is originally created by \u003Ca href=\"http:\u002F\u002Froel.meurders.nl\u002F\" title=\"Roel Meurders\" rel=\"nofollow ugc\">Roel Meurders\u003C\u002Fa>. The versions in the Repo of AddQuicktag are newer versions, this is a complete rewrite of version 2.0.0 with more functionality.\u003C\u002Fp>\n\u003Cp>The plugin can add configurable custom quicktags to the editor of every post type, including custom post types from other sources. You may choose a post type for which a quicktag shall show up in the editor.\u003Cbr \u002F>\nIf this should not work perfectly well for you, you may also use the hooks inside the plugin. See the examples and hint inside the tab “\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fextend\u002Fplugins\u002Faddquicktag\u002Fother_notes\u002F\" rel=\"ugc\">Other Notes\u003C\u002Fa>“.\u003C\u002Fp>\n\u003Ch4>Bugs, technical hints or contribute\u003C\u002Fh4>\n\u003Cp>Please give me feedback, contribute and file technical bugs on \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fbueltge\u002Faddquicktag\" rel=\"nofollow ugc\">GitHub Repo\u003C\u002Fa>. The Wiki on this page has also several hints for the plugin.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Crafted by \u003Ca href=\"https:\u002F\u002Finpsyde.com\" rel=\"nofollow ugc\">Inpsyde\u003C\u002Fa> · Engineering the web since 2006.\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Ch4>Hook for custom post types\u003C\u002Fh4>\n\u003Cp>The plugin adds the quicktag by default to post types\u002FID \u003Ccode>post\u003C\u002Fcode>, \u003Ccode>page\u003C\u002Fcode> and \u003Ccode>comment\u003C\u002Fcode>. To use the plugin for other post types also you may use a filter; see the following example or an example plugin in the \u003Ca href=\"https:\u002F\u002Fgist.github.com\u002F1595155\" rel=\"nofollow ugc\">Gist 1595155\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u002F\u002F add custom function to filter hook 'addquicktag_post_types'\nadd_filter( 'addquicktag_post_types', 'my_addquicktag_post_types' );\n\u002F**\n * Return array $post_types with custom post types\n *\n * @param   $post_type Array\n * @return  $post_type Array\n *\u002F\nfunction my_addquicktag_post_types( $post_types ) {\n\n    $post_types[] = 'edit-comments';\n    return $post_types;\n}\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Hook for custom pages\u003C\u002Fh4>\n\u003Cp>It is possible also to filter the pages inside the backend. By default the scripts include the pages \u003Ccode>post.php\u003C\u002Fcode>, \u003Ccode>comment.php\u003C\u002Fcode>. The following example changes this for an another page.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>add_filter( 'addquicktag_pages', 'my_addquicktag_pages' );\n\u002F**\n * Return array $page with custom page strings\n *\n * @param   $page Array\n * @return  $page Array\n *\u002F\nfunction my_addquicktag_pages( $page ) {\n\n    $page[] = 'edit-comments.php';\n    return $page;\n}\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>See this Gist as an example for how to add the Quicktags to the editor of comments: \u003Ca href=\"https:\u002F\u002Fgist.github.com\u002F3076698\" rel=\"nofollow ugc\">Gist: 3076698\u003C\u002Fa>.\u003Cbr \u002F>\nIf you want the Quicktags of this plugin to work on the Quickedit of comments as well, remove the \u003Ccode>.example\u003C\u002Fcode>-part of \u003Ccode>addquicktag_quickedit_comment.php.example\u003C\u002Fcode> filename. The file is a stand alone helper plugin for Add Quicktag. You’ll need to activate this file (plugin) separately in ‘Manage Plugins’.\u003C\u002Fp>\n\u003Ch4>Hook for custom buttons\u003C\u002Fh4>\n\u003Cp>It is possible to add custom buttons to the editor, if the plugin is active.\u003C\u002Fp>\n\u003Cp>The following example adds buttons. The params inside the array are the same as in the settings of the plugin.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>if ( class_exists( 'Add_Quicktag' ) ) :\nadd_filter( 'addquicktag_buttons', 'my_addquicktag_buttons' );\n\nfunction my_addquicktag_buttons( $buttons ) {\n\n    $buttons[] = array(\n        'text'          => 'Permalink',\n        'title'         => '',\n        'start'         => '[permalink]',\n        'end'           => '[\u002Fpermalink]',\n        'access'        => '',\n        'order'         => 1,\n        'visual'        => 1,\n        'post'          => 0,\n        'page'          => 1,\n        'comment'       => 0,\n        'edit-comments' => 0\n    );\n    $buttons[] = array(\n        'text'          => 'Button',\n        'title'         => '',\n        'start'         => '\u003Cspan class=\"border blue\">',\n        'end'           => '\u003C\u002Fspan>',\n        'access'        => '',\n        'order'         => 2,\n        'visual'        => 1,\n        'post'          => 0,\n        'page'          => 1,\n        'comment'       => 0,\n        'edit-comments' => 0\n    );\n    return $buttons;\n}\nendif;\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>License\u003C\u002Fh4>\n\u003Cp>Good news, this plugin is free for everyone! Since it’s released under the GPL, you can use it free of charge on your personal or commercial blog. But if you enjoy this plugin, you may consider to thank me and leave a \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fsupport\u002Fplugin\u002Faddquicktag\u002Freviews\u002F#new-post\" rel=\"ugc\">positive review\u003C\u002Fa> for the time I’ve spent writing and supporting this plugin. And I really don’t want to know how many hours of my life this plugin has already eaten 😉\u003C\u002Fp>\n","This plugin makes it easy to add Quicktags to the html - and visual-editor.",100000,1385273,94,44,"2021-05-20T13:37:00.000Z","5.7.15","4.0",[53,54,55,22,23],"add-buttons","button","editor","http:\u002F\u002Fbueltge.de\u002Fwp-addquicktags-de-plugin\u002F120\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Faddquicktag.2.6.1.zip",{"slug":59,"name":60,"version":61,"author":62,"author_profile":63,"description":64,"short_description":65,"active_installs":66,"downloaded":67,"rating":68,"num_ratings":69,"last_updated":70,"tested_up_to":71,"requires_at_least":72,"requires_php":17,"tags":73,"homepage":17,"download_link":77,"security_score":78,"vuln_count":13,"unpatched_count":13,"last_vuln_date":27,"fetched_at":28},"japanese-font-for-tinymce","Japanese font for WordPress(Previously: Japanese Font for TinyMCE)","4.30","raspi0124","https:\u002F\u002Fprofiles.wordpress.org\u002Fraspi0124\u002F","\u003Cp>Add Japanese font to Gutenberg and TinyMCE Advanced plugin’s font family selections.\u003Cbr \u002F>\nNow supports Gutenberg as option. Please enable gutenberg option in order to use it.\u003Cbr \u002F>\nFont to be added；\u003Cbr \u002F>\n\u003Ca href=\"http:\u002F\u002Fhp.vector.co.jp\u002Fauthors\u002FVA039499\u002F#hui\" rel=\"nofollow ugc\">ふい字\u003C\u002Fa>\u003Cbr \u002F>\n\u003Ca href=\"https:\u002F\u002Fwww.google.com\u002Fget\u002Fnoto\u002F#sans-jpan\" rel=\"nofollow ugc\">Noto Sans Japanese\u003C\u002Fa>\u003Cbr \u002F>\n\u003Ca href=\"http:\u002F\u002Ftanukifont.com\u002Fesenapaj\u002F\" rel=\"nofollow ugc\">エセナパJ\u003C\u002Fa>\u003Cbr \u002F>\n\u003Ca href=\"http:\u002F\u002Ffont.gloomy.jp\u002Fhonoka-maru-gothic-dl.html\" rel=\"nofollow ugc\">ほのか丸ゴシック\u003C\u002Fa>\u003Cbr \u002F>\nand more..\u003Cbr \u002F>\nAnd If you want more font,please post a comment to page below.\u003C\u002Fp>\n\u003Cp>Please see \u003Ca href=\"https:\u002F\u002Fdiary.raspi0124.dev\u002Fpost-677\u002F\" rel=\"nofollow ugc\">here\u003C\u002Fa> for more infomation.(Japanese)\u003Cbr \u002F>\nDevelopment for this plugin takes place at GitHub. To report bugs or feature requests, please use \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fraspi0124\u002FJapanese-font-for-TinyMCE\" rel=\"nofollow ugc\">Github\u003C\u002Fa> issues.\u003Cbr \u002F>\nThis plugin could not be exist without the creator of the fonts, the people who sacrificed huge amount of their time contributing to more freeer world.\u003Cbr \u002F>\nIf you would like to donate, or send message to those people who sacrificed huge amount of their private time making those fonts and pubishing them for free, feel free to checkout this list. It has all email\u002Fdonating destination I could collect.\u003C\u002Fp>\n","Add Japanese font to Gutenberg and TinyMCE Advanced plugin's font family selections.",10000,130196,76,6,"2025-12-04T09:06:00.000Z","6.9.4","5.1",[74,75,20,76,23],"font","fonts","japanesefont","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fjapanese-font-for-tinymce.zip",100,{"slug":80,"name":81,"version":82,"author":83,"author_profile":84,"description":85,"short_description":86,"active_installs":87,"downloaded":88,"rating":13,"num_ratings":13,"last_updated":89,"tested_up_to":90,"requires_at_least":91,"requires_php":92,"tags":93,"homepage":17,"download_link":96,"security_score":78,"vuln_count":13,"unpatched_count":13,"last_vuln_date":27,"fetched_at":28},"tcd-classic-editor","TCD Classic Editor","1.3.3","DesignPlus","https:\u002F\u002Fprofiles.wordpress.org\u002Fdesignplus\u002F","\u003Cp>This plugin is a tool for those who want to use the Classic Editor more conveniently.\u003C\u002Fp>\n\u003Ch4>Functions\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Quick tags\u003C\u002Fli>\n\u003Cli>Google Maps\u003C\u002Fli>\n\u003Cli>Table of Contents\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Third Party Services\u003C\u002Fh4>\n\u003Cp>This plugin relies on the following third-party services:\u003C\u002Fp>\n\u003Ch4>Google Maps API\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Cstrong>Service URL\u003C\u002Fstrong>: \u003Ca href=\"https:\u002F\u002Fdevelopers.google.com\u002Fmaps\" rel=\"nofollow ugc\">Google Maps API\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Terms of Use\u003C\u002Fstrong>: \u003Ca href=\"https:\u002F\u002Fdevelopers.google.com\u002Fmaps\u002Fterms\" rel=\"nofollow ugc\">Google Maps API Terms of Use\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Privacy Policy\u003C\u002Fstrong>: \u003Ca href=\"https:\u002F\u002Fdevelopers.google.com\u002Fmaps\u002Fterms-20180207\" rel=\"nofollow ugc\">Google Privacy Policy\u003C\u002Fa>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>The Google Maps API is used to embed maps on your website. Your API key is sent to Google to authenticate the requests.\u003C\u002Fp>\n","This is a classic editor extension plug-in for TCD users. It is currently offered as a beta board.",3000,16517,"2026-01-28T07:33:00.000Z","6.8.5","6.7","8.0",[94,95,55,22,23],"block-editor","classic-editor","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Ftcd-classic-editor.zip",{"slug":98,"name":99,"version":100,"author":101,"author_profile":102,"description":103,"short_description":104,"active_installs":78,"downloaded":105,"rating":13,"num_ratings":13,"last_updated":106,"tested_up_to":107,"requires_at_least":108,"requires_php":17,"tags":109,"homepage":114,"download_link":115,"security_score":26,"vuln_count":13,"unpatched_count":13,"last_vuln_date":27,"fetched_at":28},"wp-syntax-integration","WP-Syntax Editor Integration Plugin","0.2","diekleinehexe","https:\u002F\u002Fprofiles.wordpress.org\u002Fdiekleinehexe\u002F","\u003Cp>This plugin will add a button to both the visual and HTML WordPress Editor panel allowing you to easily insert code for WP-Syntax. WP-Syntax is a syntax highlighting plugin for WordPress which can be downloaded from https:\u002F\u002Fwordpress.org\u002Fextend\u002Fplugins\u002Fwp-syntax\u002F\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Usage\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Col>\n\u003Cli>Select the text you want to have highlighted by WP-Syntax\u003C\u002Fli>\n\u003Cli>Click the button pre (WP-Syntax) in HTML editing mode or the icon with colored lines in visual editing mode\u003C\u002Fli>\n\u003Cli>Enter the language and starting line separated by a comma. The later is optional.\u003C\u002Fli>\n\u003C\u002Fol>\n","Adds new buttons to the visual and html editor window which allow to use WP-Syntax.",12332,"2013-11-14T19:52:00.000Z","3.7.41","3.3",[110,111,112,23,113],"highlighter","quicktags","syntax","wp-syntax","http:\u002F\u002Fwww.effinger.org\u002Fblog\u002F2009\u002F12\u002F30\u002Fwp-syntax-editor-integration-plugin-wp-syntax-im-wordpress-editor-nutzen\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwp-syntax-integration.zip",{"slug":117,"name":118,"version":51,"author":119,"author_profile":120,"description":121,"short_description":122,"active_installs":33,"downloaded":123,"rating":124,"num_ratings":125,"last_updated":126,"tested_up_to":127,"requires_at_least":16,"requires_php":17,"tags":128,"homepage":131,"download_link":132,"security_score":26,"vuln_count":13,"unpatched_count":13,"last_vuln_date":27,"fetched_at":28},"korean-spell-checker","한글 맞춤법 검사기 – Korean Spell Checker!","sujin2f","https:\u002F\u002Fprofiles.wordpress.org\u002Fsujin2f\u002F","\u003Cp>워드프레스 리치 에디터에 한글 맞춤법 검사기로 바로 가는 버튼을 삽입합니다. 이제 쪽팔리게 맞춤법 틀리지 마세요. (저도 못하지만)\u003C\u002Fp>\n","워드프레스 리치 에디터에 한글 맞춤법 검사기로 바로 가는 버튼을 삽입합니다.",3449,80,4,"2019-03-29T10:51:00.000Z","4.4.34",[129,21,130,23],"%ed%95%9c%ea%b8%80","spell","http:\u002F\u002Fwww.sujinc.com\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fkorean-spell-checker.zip",{"attackSurface":134,"codeSignals":207,"taintFlows":251,"riskAssessment":278,"analyzedAt":286},{"hooks":135,"ajaxHandlers":203,"restRoutes":204,"shortcodes":205,"cronEvents":206,"entryPointCount":13,"unprotectedCount":13},[136,142,146,150,154,157,160,163,167,171,174,175,177,179,183,187,191,195,199],{"type":137,"name":138,"callback":139,"file":140,"line":141},"action","plugins_loaded","tinymce_backslash_check_db_ver","tinymce-backslash-button.php",28,{"type":137,"name":143,"callback":144,"file":140,"line":145},"admin_menu","tinymce_backslash_register_menu_item",29,{"type":147,"name":148,"callback":149,"priority":11,"file":140,"line":33},"filter","plugin_action_links","tinymce_backslash_setting_link",{"type":137,"name":151,"callback":152,"file":140,"line":153},"admin_print_styles-post.php","tinymce_backslash_editor_css",32,{"type":137,"name":155,"callback":152,"file":140,"line":156},"admin_print_styles-post-new.php",33,{"type":137,"name":158,"callback":152,"file":140,"line":159},"admin_print_styles-page.php",34,{"type":137,"name":161,"callback":152,"file":140,"line":162},"admin_print_styles-page-new.php",35,{"type":147,"name":164,"callback":165,"file":140,"line":166},"tiny_mce_version","tinymce_backslash_change_tinymce_version",38,{"type":137,"name":168,"callback":169,"file":140,"line":170},"init","tinymce_backslash_addbuttons",39,{"type":137,"name":151,"callback":172,"file":140,"line":173},"tinymce_backslash_load_jquery",43,{"type":137,"name":155,"callback":172,"file":140,"line":48},{"type":137,"name":158,"callback":172,"file":140,"line":176},45,{"type":137,"name":161,"callback":172,"file":140,"line":178},46,{"type":137,"name":180,"callback":181,"file":140,"line":182},"admin_print_footer_scripts","tinymce_backslash_editor_script",53,{"type":137,"name":184,"callback":185,"file":140,"line":186},"admin_notices","tinymce_backslash_admin_updated_notice",107,{"type":147,"name":188,"callback":189,"file":140,"line":190},"mce_external_plugins","tinymce_backslash_add_tinymce_plugin",151,{"type":147,"name":192,"callback":193,"file":140,"line":194},"mce_buttons","tinymce_backslash_register_button",156,{"type":147,"name":196,"callback":197,"file":140,"line":198},"wp_fullscreen_buttons","tinymce_backslash_fullscreen",159,{"type":137,"name":200,"callback":201,"file":140,"line":202},"in_admin_footer","tinymce_backslash_add_admin_footer",228,[],[],[],[],{"dangerousFunctions":208,"sqlUsage":209,"outputEscaping":211,"fileOperations":13,"externalRequests":13,"nonceChecks":212,"capabilityChecks":245,"bundledLibraries":246},[],{"prepared":13,"raw":13,"locations":210},[],{"escaped":212,"rawEcho":213,"locations":214},2,15,[215,218,220,222,224,226,228,230,232,234,235,237,239,241,243],{"file":140,"line":216,"context":217},113,"raw output",{"file":140,"line":219,"context":217},202,{"file":140,"line":221,"context":217},218,{"file":140,"line":223,"context":217},247,{"file":140,"line":225,"context":217},255,{"file":140,"line":227,"context":217},312,{"file":140,"line":229,"context":217},313,{"file":140,"line":231,"context":217},314,{"file":140,"line":233,"context":217},316,{"file":140,"line":233,"context":217},{"file":140,"line":236,"context":217},317,{"file":140,"line":238,"context":217},320,{"file":140,"line":240,"context":217},321,{"file":140,"line":242,"context":217},322,{"file":140,"line":244,"context":217},323,3,[247],{"name":248,"version":249,"knownCves":250},"TinyMCE","1.0",[],[252,270],{"entryPoint":253,"graph":254,"unsanitizedCount":13,"severity":269},"tinymce_backslash_options_panel (tinymce-backslash-button.php:224)",{"nodes":255,"edges":266},[256,261],{"id":257,"type":258,"label":259,"file":140,"line":260},"n0","source","$_SERVER['HTTP_USER_AGENT']",324,{"id":262,"type":263,"label":264,"file":140,"line":260,"wp_function":265},"n1","sink","echo() [XSS]","echo",[267],{"from":257,"to":262,"sanitized":268},true,"low",{"entryPoint":271,"graph":272,"unsanitizedCount":13,"severity":269},"\u003Ctinymce-backslash-button> (tinymce-backslash-button.php:0)",{"nodes":273,"edges":276},[274,275],{"id":257,"type":258,"label":259,"file":140,"line":260},{"id":262,"type":263,"label":264,"file":140,"line":260,"wp_function":265},[277],{"from":257,"to":262,"sanitized":268},{"summary":279,"deductions":280},"The tinymce-backslash-button plugin v0.2.6 exhibits a strong security posture based on the provided static analysis. The absence of AJAX handlers, REST API routes, shortcodes, and cron events significantly limits its attack surface.  Furthermore, the code signals indicate responsible development practices, with no dangerous functions identified and all SQL queries utilizing prepared statements. The presence of nonce and capability checks, along with the lack of file operations and external HTTP requests, further strengthens its security.  The vulnerability history being entirely clear suggests a history of secure development or effective patching, which is a positive indicator. However, a notable concern is the low percentage of properly escaped output (12%). While the total number of outputs is not excessively high, a significant portion not being properly escaped could lead to Cross-Site Scripting (XSS) vulnerabilities if user-supplied data is ever incorporated into these outputs without sanitization.  Despite this, the overall picture is one of a plugin built with security in mind, with no critical or high-risk issues detected in the static analysis or historical data.",[281,284],{"reason":282,"points":283},"Low percentage of properly escaped output",8,{"reason":285,"points":245},"Bundled library (TinyMCE v1.0) may be outdated","2026-03-17T01:29:42.955Z",{"wat":288,"direct":297},{"assetPaths":289,"generatorPatterns":292,"scriptPaths":293,"versionParams":294},[290,291],"\u002Fwp-content\u002Fplugins\u002Ftinymce-backslash-button\u002Ftinymce_backslash_fullscreen.css","\u002Fwp-content\u002Fplugins\u002Ftinymce-backslash-button\u002Frc-admin-js.js",[],[],[295,296],"tinymce-backslash-button\u002Ftinymce_backslash_fullscreen.css?ver=","tinymce-backslash-button\u002Frc-admin-js.js?ver=",{"cssClasses":298,"htmlComments":299,"htmlAttributes":300,"restEndpoints":301,"jsGlobals":302,"shortcodeOutput":303},[],[],[],[],[],[]]