[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fjYgygWBEYXN1zPkGJ3hB7YJt1HF-Wk4WsRD25yN6B6Y":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":14,"last_updated":15,"tested_up_to":16,"requires_at_least":17,"requires_php":18,"tags":19,"homepage":25,"download_link":26,"security_score":27,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30,"vulnerabilities":31,"developer":32,"crawl_stats":29,"alternatives":38,"analysis":138,"fingerprints":210},"assetsminify","AssetsMinify","2.0.2","Alessandro Carbone","https:\u002F\u002Fprofiles.wordpress.org\u002Falecarbo\u002F","\u003Cp>How many times have you wished to minify in a clean way all the stylesheets and scripts of a WordPress website?\u003C\u002Fp>\n\u003Cp>AssetsMinify takes every CSS and JS asset included using \u003Ccode>wp_enqueue_style()\u003C\u002Fcode> and \u003Ccode>wp_enqueue_script()\u003C\u002Fcode>, merges and minifies them.\u003C\u002Fp>\n\u003Cp>You can also use AssetsMinify to create your WP theme using Compass \u002F Sass \u002F Less without configuring any \u003Ccode>config.rb\u003C\u002Fcode> or \u003Cem>that kind of stuff\u003C\u002Fem>.\u003C\u002Fp>\n\u003Cp>AssetsMinify is based on Assetic library.\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Facarbone\u002FAssetsMinify\" rel=\"nofollow ugc\">Fork me on Github\u003C\u002Fa>.\u003C\u002Fp>\n","Use Compass, Sass, Less, Stylus, CoffeeScript (and more ...) to develop your themes and minify your stylesheets and JavaScript.",40,19994,98,19,"2015-04-20T22:15:00.000Z","4.2.39","3.3","",[20,21,22,23,24],"assets","css","js","less","minify","https:\u002F\u002Fgithub.com\u002Facarbone\u002FAssetsMinify","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fassetsminify.2.0.2.zip",85,0,null,"2026-03-15T15:16:48.613Z",[],{"slug":33,"display_name":7,"profile_url":8,"plugin_count":34,"total_installs":11,"avg_security_score":27,"avg_patch_time_days":35,"trust_score":36,"computed_at":37},"alecarbo",1,30,84,"2026-04-04T16:24:24.292Z",[39,57,78,97,116],{"slug":24,"name":40,"version":41,"author":42,"author_profile":43,"description":44,"short_description":45,"active_installs":46,"downloaded":47,"rating":48,"num_ratings":49,"last_updated":50,"tested_up_to":51,"requires_at_least":52,"requires_php":18,"tags":53,"homepage":55,"download_link":56,"security_score":27,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"Minify","0.2","Scott Taylor","https:\u002F\u002Fprofiles.wordpress.org\u002Fwonderboymusic\u002F","\u003Cp>Similar to what we use on eMusic – this software is still experimental, but take a look!\u003C\u002Fp>\n\u003Cp>Automagically concatenates JS and CSS files that are output in wp_head() and wp_footer() – stores \u002F serves them from Memcached (if installed) or Database. In a load-balanced environment, the generation of flat files can be expensive and hard to distribute. Minify takes advantage of Memcached and Site Options \u002F Transients to do the work once and share it among all servers in your cluster. File names are dynamically-generated to allow cache-busting of a CDN like Akamai that doesn’t always cache-bust by query string.\u003C\u002Fp>\n\u003Cp>New .htaccess rule!\u003Cbr \u002F>\n    RewriteRule ^([_0-9a-zA-Z-]+)?\u002F?wp-content\u002Fcache\u002Fminify-(.+)-(.*).(css|js)$ \u002Fwp-content\u002Fplugins\u002Fminify\u002Fmake.php?hash=$2&type=$4&incr=$3&site=$1 [L]\u003C\u002Fp>\n","Automagically concatenates JS and CSS files that are output in wp_head() and wp_footer()",10,19986,74,3,"2012-09-02T05:57:00.000Z","3.4.2","3.0",[20,21,22,24,54],"performance","http:\u002F\u002Femusic.com\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fminify.0.2.zip",{"slug":58,"name":59,"version":60,"author":61,"author_profile":62,"description":63,"short_description":64,"active_installs":65,"downloaded":66,"rating":36,"num_ratings":67,"last_updated":68,"tested_up_to":69,"requires_at_least":70,"requires_php":18,"tags":71,"homepage":76,"download_link":77,"security_score":27,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"bwp-minify","Better WordPress Minify","1.3.3","Khang Minh","https:\u002F\u002Fprofiles.wordpress.org\u002Foddoneout\u002F","\u003Cp>Allows you to combine and minify your CSS and JS files to improve page load time. This plugin uses the PHP library \u003Ca href=\"http:\u002F\u002Fcode.google.com\u002Fp\u002Fminify\u002F\" rel=\"nofollow ugc\">Minify\u003C\u002Fa> and relies on WordPress’s enqueueing system rather than the output buffer, which respects the order of CSS and JS files as well as their dependencies. BWP Minify is very customizable and easy to use.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Useful resources to help you get started and make the most out of BWP Minify\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ca href=\"http:\u002F\u002Fbetterwp.net\u002Fwordpress-plugins\u002Fbwp-minify\u002F#usage\" rel=\"nofollow ugc\">Official Documentation\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"http:\u002F\u002Fbetterwp.net\u002Fwordpress-minify-javascript-css\u002F\" rel=\"nofollow ugc\">WordPress Minify Best Practices\u003C\u002Fa>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>Some Features\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Uses enqueueing system of WordPress which improves compatibility with other plugins and themes\u003C\u002Fli>\n\u003Cli>Allows you to move enqueued files to desired locations (header, footer, oblivion, etc.) via a dedicated management page\u003C\u002Fli>\n\u003Cli>Allows you to change various Minify settings (cache directory, cache age, debug mode, etc.) directly in admin\u003C\u002Fli>\n\u003Cli>Allows you to use friendly Minify urls, such as \u003Ccode>http:\u002F\u002Fexample.com\u002Fpath\u002Fto\u002Fcache\u002Fsomestring.js\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>Allows you to use CDN for minified contents, one CDN host for JS and one for CSS with SSL support\u003C\u002Fli>\n\u003Cli>Allows you to split long Minify strings into shorter ones\u003C\u002Fli>\n\u003Cli>Offers various way to add a cache buster to your minify string such as WordPress’s version, Theme’s version, Cache folder’s last modified timestap, etc.\u003C\u002Fli>\n\u003Cli>Supports script localization (\u003Ccode>wp_localize_script()\u003C\u002Fcode>)\u003C\u002Fli>\n\u003Cli>Supports inline styles\u003C\u002Fli>\n\u003Cli>Supports RTL stylesheets\u003C\u002Fli>\n\u003Cli>Supports media-specific stylesheets (e.g. ‘screen’, ‘print’, etc.)\u003C\u002Fli>\n\u003Cli>Supports conditional stylesheets (e.g. \u003Ccode>\u003C!--[if lt IE 7]>\u003C\u002Fcode>)\u003C\u002Fli>\n\u003Cli>Provides hooks for further customization\u003C\u002Fli>\n\u003Cli>WordPress Multi-site compatible\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Please don’t forget to rate this plugin \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fsupport\u002Fview\u002Fplugin-reviews\u002Fbwp-minify?filter=5\" rel=\"ugc\">5 shining stars\u003C\u002Fa> if you like it, thanks!\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Get in touch\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Support is provided via \u003Ca href=\"http:\u002F\u002Fbetterwp.net\u002Fcommunity\u002F\" rel=\"nofollow ugc\">BetterWP.net Community\u003C\u002Fa>.\u003C\u002Fli>\n\u003Cli>Follow and contribute to development via \u003Ca href=\"https:\u002F\u002Fgithub.com\u002FOddOneOut\u002FBetter-WordPress-Minify\" rel=\"nofollow ugc\">Github\u003C\u002Fa>.\u003C\u002Fli>\n\u003Cli>You can also follow me on \u003Ca href=\"http:\u002F\u002Ftwitter.com\u002F0dd0ne0ut\" rel=\"nofollow ugc\">Twitter\u003C\u002Fa>.\u003C\u002Fli>\n\u003Cli>Check out \u003Ca href=\"http:\u002F\u002Ffeeds.feedburner.com\u002FBetterWPnet\" rel=\"nofollow ugc\">latest WordPress Tips and Ideas\u003C\u002Fa> from BetterWP.net.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>Languages\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>English (default)\u003C\u002Fli>\n\u003Cli>Romanian (ro_RO) – Thanks to \u003Ca href=\"www.enjoyprepaid.com\" rel=\"nofollow ugc\">Luke Tyler, International Calling Cards\u003C\u002Fa>!\u003C\u002Fli>\n\u003Cli>Turkish (tr_TR) – Thanks to Hakan E\u003C\u002Fli>\n\u003Cli>French (fr_FR) – Thanks to Sebastien\u003C\u002Fli>\n\u003Cli>Italian (it_IT) – Thanks to Gabriele – http:\u002F\u002Fcookspot.it\u003C\u002Fli>\n\u003Cli>Spanish (es_ES) –  Thanks to Ruben Hernandez – http:\u002F\u002Fusitility.com\u002F\u003C\u002Fli>\n\u003Cli>Dutch (nl_NL) – Thanks to Martijn van Egmond\u003C\u002Fli>\n\u003Cli>German (de_DE) – Thanks to Matthias\u003C\u002Fli>\n\u003Cli>Serbo-Croatian (sr_RS) – Thanks to Borisa Djuraskovic – \u003Ca href=\"http:\u002F\u002Fwww.webhostinghub.com\u002F\" rel=\"nofollow ugc\">Web Hosting Hub\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>Indonesian (id_ID) – Thanks to Nasrulhaq Muiz – http:\u002F\u002Fal-badar.net\u003C\u002Fli>\n\u003Cli>Russian (ru_RU) – Thanks to Эдуард Валеев\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Please \u003Ca href=\"http:\u002F\u002Fbetterwp.net\u002Fwordpress-tips\u002Fcreate-pot-file-using-poedit\u002F\" rel=\"nofollow ugc\">help translate\u003C\u002Fa> this plugin!\u003C\u002Fp>\n","Allows you to combine and minify your CSS and JS files to improve page load time.",8000,692951,137,"2017-11-28T05:12:00.000Z","4.0.38","3.1",[24,72,73,74,75],"minify-css","minify-javascript","minify-js","minify-stylesheet","http:\u002F\u002Fbetterwp.net\u002Fwordpress-plugins\u002Fbwp-minify\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fbwp-minify.1.3.3.zip",{"slug":79,"name":80,"version":81,"author":82,"author_profile":83,"description":84,"short_description":85,"active_installs":86,"downloaded":87,"rating":88,"num_ratings":11,"last_updated":89,"tested_up_to":90,"requires_at_least":91,"requires_php":18,"tags":92,"homepage":95,"download_link":96,"security_score":27,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"wp-minify-fix","WP Minify Fix","1.4.1","NodeCode","https:\u002F\u002Fprofiles.wordpress.org\u002Fnodecode\u002F","\u003Cp>This plugin is a fork of \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fwp-minify\u002F\" rel=\"ugc\">WP Minify\u003C\u002Fa> to fix bugs and add features, because it has not been updated since 2012-6-4.\u003C\u002Fp>\n\u003Cp>This plugin integrates the \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fmrclay\u002Fminify\" rel=\"nofollow ugc\">Minify engine\u003C\u002Fa>\u003Cbr \u002F>\ninto your WordPress blog.  Once enabled, this plugin will combine and compress\u003Cbr \u002F>\nJS and CSS files to improve page load time.\u003C\u002Fp>\n\u003Ch4>What has been fixed?\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Minify engine updated to version 2.1.7\u003C\u002Fli>\n\u003Cli>Cache interval option has been fixed\u003C\u002Fli>\n\u003Cli>Move CSS-@imports to the top of the output\u003C\u002Fli>\n\u003Cli>Bottom CSS- and JavaScript output fixed\u003C\u002Fli>\n\u003Cli>Support for script tags without \u003Ccode>type=\"text\u002Fjavascript\"\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>Detection of protocol-relative URLs as external file (e.g. Google AdSense)\u003C\u002Fli>\n\u003Cli>New option for the HTML5 async attribute\u003C\u002Fli>\n\u003Cli>A separate JavaScript file in the footer is now possible\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>How Does it Work?\u003C\u002Fh4>\n\u003Cp>WP Minify Fix grabs JS\u002FCSS files in your generated WordPress page and passes that\u003Cbr \u002F>\nlist to the Minify engine. The Minify engine then returns a consolidated,\u003Cbr \u002F>\nminified, and compressed script or style for WP Minify to reference in the\u003Cbr \u002F>\nWordPress header.\u003C\u002Fp>\n\u003Ch4>Features\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Easily integrate Minify into your WordPress blog.\u003C\u002Fli>\n\u003Cli>Minifies JavaScript, CSS, and HTML.\u003C\u002Fli>\n\u003Cli>Debug tools to help you debug your issues.\u003C\u002Fli>\n\u003Cli>Ability to include extra JS and CSS files for Minifying.\u003C\u002Fli>\n\u003Cli>Ability to exclude certain JS and CSS files for Minifying.\u003C\u002Fli>\n\u003Cli>Minified JS and CSS files can be placed wherever you want.\u003C\u002Fli>\n\u003Cli>Support for to minifying external files via caching.\u003C\u002Fli>\n\u003Cli>Ability to pass extra arguments to Minify engine.\u003C\u002Fli>\n\u003Cli>Expire headers for minified JS and CSS files.\u003C\u002Fli>\n\u003Cli>Detection and elimination of duplicate sources.\u003C\u002Fli>\n\u003Cli>Plugin hooks!\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>You can also commit changes on our \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fnodecode\u002Fwp-minify-fix\" rel=\"nofollow ugc\">Github repository\u003C\u002Fa>.\u003C\u002Fp>\n\u003Ch3>License\u003C\u002Fh3>\n\u003Cp>All contents under the wp-minify-fix\u002Fmin\u002F directory is licensed under\u003Cbr \u002F>\n\u003Ca href=\"http:\u002F\u002Fwww.opensource.org\u002Flicenses\u002Fbsd-license.php\" rel=\"nofollow ugc\">New BSD License\u003C\u002Fa> (which is\u003Cbr \u002F>\n\u003Ca href=\"http:\u002F\u002Fwww.gnu.org\u002Fcopyleft\u002Fgpl.html\" rel=\"nofollow ugc\">GPL\u003C\u002Fa> compatible).  All other\u003Cbr \u002F>\ncontents within this package is licensed under GPLv3.\u003C\u002Fp>\n","[Fixed] This plugin uses the Minify engine to combine and compress JS and CSS files to improve page load time.",1000,73691,80,"2017-11-28T20:47:00.000Z","4.3.34","2.8",[21,93,94,22,24],"html","javascript","http:\u002F\u002Fwordpress.org\u002Fplugins\u002Fwp-minify-fixed\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwp-minify-fix.1.4.1.zip",{"slug":98,"name":99,"version":100,"author":101,"author_profile":102,"description":103,"short_description":104,"active_installs":105,"downloaded":106,"rating":107,"num_ratings":108,"last_updated":109,"tested_up_to":110,"requires_at_least":111,"requires_php":18,"tags":112,"homepage":114,"download_link":115,"security_score":107,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"powered-minifier","Powered Minifier","1.7.8","neoslab","https:\u002F\u002Fprofiles.wordpress.org\u002Fneoslab\u002F","\u003Cp>Powered Minifier allow you to reduce your page load and increase your performance by minifying your HTML source along with all the CSS and JS code present in your markup.\u003C\u002Fp>\n\u003Ch3>License\u003C\u002Fh3>\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 site.\u003C\u002Fp>\n","Reduce your page load by minifying your HTML source along with all the CSS and JS code present in your markup.",300,17722,100,2,"2025-04-26T00:13:00.000Z","6.8.5","4.9",[21,93,22,24,113],"optimize","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fpowered-minifier\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fpowered-minifier.1.7.9.zip",{"slug":117,"name":118,"version":119,"author":120,"author_profile":121,"description":122,"short_description":123,"active_installs":105,"downloaded":124,"rating":125,"num_ratings":126,"last_updated":127,"tested_up_to":110,"requires_at_least":128,"requires_php":129,"tags":130,"homepage":136,"download_link":137,"security_score":107,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"wp-speedup","WP SpeedUp","1.5.0","Fahad Mahmood","https:\u002F\u002Fprofiles.wordpress.org\u002Ffahadmahmood\u002F","\u003Cul>\n\u003Cli>Author: \u003Ca href=\"https:\u002F\u002Fwww.androidbubbles.com\u002Fcontact\" rel=\"nofollow ugc\">Fahad Mahmood\u003C\u002Fa>  \u003C\u002Fli>\n\u003Cli>Project URI: \u003Ca href=\"http:\u002F\u002Fandroidbubble.com\u002Fblog\u002Fwordpress\u002Fplugins\u002Fwp-speedup\" rel=\"nofollow ugc\">http:\u002F\u002Fandroidbubble.com\u002Fblog\u002Fwordpress\u002Fplugins\u002Fwp-speedup\u003C\u002Fa>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>WP SpeedUp\u003C\u002Fstrong> is a powerful and easy-to-use plugin that significantly improves your website’s performance. Whether you’re an expert or a beginner, this plugin offers everything from CSS\u002FJS optimizations to image compression, cron control, database insights, and server-level diagnostics &mdash; all from a unified dashboard.\u003C\u002Fp>\n\u003Cp>✅ The new \u003Cstrong>Plugin Speed Profiler\u003C\u002Fstrong> lets you test which plugin(s) slow down your site, with live ticker updates, millisecond timer, percentage-based progress, and a horizontal performance chart.\u003C\u002Fp>\n\u003Cp>You can enable options from the WP Admin panel or leave defaults as-is for instant results. The latest version includes visual indicators, a full speed health dashboard, and expandable expert guidance.\u003C\u002Fp>\n\u003Ch3>Compatibility List\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>Guava Pattern  \u003C\u002Fli>\n\u003Cli>Genesis  \u003C\u002Fli>\n\u003Cli>Thesis  \u003C\u002Fli>\n\u003Cli>WooThemes  \u003C\u002Fli>\n\u003Cli>Gantry  \u003C\u002Fli>\n\u003Cli>Carrington Core  \u003C\u002Fli>\n\u003Cli>Hybrid Core  \u003C\u002Fli>\n\u003Cli>Options Framework  \u003C\u002Fli>\n\u003Cli>Redux Framework  \u003C\u002Fli>\n\u003Cli>SMOF  \u003C\u002Fli>\n\u003Cli>UPThemes  \u003C\u002Fli>\n\u003Cli>Vafpress  \u003C\u002Fli>\n\u003Cli>Codestar\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Arbitrary section\u003C\u002Fh3>\n\u003Cp>Suggestions and reviews are welcome. Support this free plugin by leaving feedback on the WordPress plugin repository.\u003C\u002Fp>\n\u003Ch3>A brief Markdown Example\u003C\u002Fh3>\n\u003Col>\n\u003Cli>Compatible with WooCommerce  \u003C\u002Fli>\n\u003Cli>Speed insights with visuals and toggle features  \u003C\u002Fli>\n\u003Cli>Developed according to WordPress coding standards\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Ch3>License\u003C\u002Fh3>\n\u003Cp>This WordPress plugin is free software under the terms of the GNU General Public License v2 or later.\u003Cbr \u002F>\nSee: http:\u002F\u002Fwww.gnu.org\u002Flicenses\u002Fgpl-2.0.html\u003C\u002Fp>\n","A great plugin which helps you to speed up your WordPress website from all aspects &mdash; CSS, JS, images, caching, database, cron jobs, and more.",34155,82,9,"2025-04-15T13:04:00.000Z","3.0.1","7.0",[131,132,133,134,135],"caching","css-js-minify","plugin-profiler","speed-optimization","website-speedup","http:\u002F\u002Fandroidbubble.com\u002Fblog\u002Fwordpress\u002Fplugins\u002Fwp-speedup","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwp-speedup.1.5.0.zip",{"attackSurface":139,"codeSignals":175,"taintFlows":195,"riskAssessment":196,"analyzedAt":209},{"hooks":140,"ajaxHandlers":171,"restRoutes":172,"shortcodes":173,"cronEvents":174,"entryPointCount":28,"unprotectedCount":28},[141,147,151,156,159,163,167],{"type":142,"name":143,"callback":144,"file":145,"line":146},"action","admin_init","options","src\\AssetsMinify\\Admin.php",37,{"type":142,"name":148,"callback":149,"file":145,"line":150},"admin_menu","menu",38,{"type":142,"name":152,"callback":153,"file":154,"line":155},"wp_print_styles","extract","src\\AssetsMinify\\Init.php",41,{"type":142,"name":157,"callback":153,"file":154,"line":158},"wp_print_scripts",43,{"type":142,"name":160,"callback":161,"file":154,"line":162},"wp_head","header",46,{"type":142,"name":164,"callback":165,"file":154,"line":166},"wp_footer","footer",47,{"type":142,"name":168,"callback":169,"file":170,"line":14},"plugins_loaded","loadAdmin","src\\AssetsMinify.php",[],[],[],[],{"dangerousFunctions":176,"sqlUsage":177,"outputEscaping":179,"fileOperations":189,"externalRequests":28,"nonceChecks":28,"capabilityChecks":28,"bundledLibraries":190},[],{"prepared":28,"raw":28,"locations":178},[],{"escaped":28,"rawEcho":49,"locations":180},[181,184,187],{"file":182,"line":67,"context":183},"src\\AssetsMinify\\Assets\\Css.php","raw output",{"file":185,"line":186,"context":183},"src\\AssetsMinify\\Assets\\Js.php",138,{"file":185,"line":188,"context":183},174,4,[191],{"name":192,"version":193,"knownCves":194},"jQuery","1.6.3",[],[],{"summary":197,"deductions":198},"The \"assetsminify\" v2.0.2 plugin exhibits a generally good security posture based on the provided static analysis. The absence of identified CVEs and a clean vulnerability history suggests a history of secure development or diligent patching by the developers.  The plugin also demonstrates good practices by utilizing prepared statements for all SQL queries and reporting no critical or high severity taint flows.  The attack surface is also zero, indicating no publicly exposed entry points like AJAX handlers, REST API routes, or shortcodes that could be directly targeted by attackers.",[199,202,204,207],{"reason":200,"points":201},"Output is not properly escaped",6,{"reason":203,"points":189},"Bundled outdated library: jQuery v1.6.3",{"reason":205,"points":206},"No capability checks implemented",5,{"reason":208,"points":206},"No nonce checks implemented","2026-03-16T22:05:53.111Z",{"wat":211,"direct":218},{"assetPaths":212,"generatorPatterns":215,"scriptPaths":216,"versionParams":217},[213,214],"\u002Fwp-content\u002Fplugins\u002Fassetsminify\u002Fsrc\u002FAssetsMinify\u002FAssets\u002Fcss\u002Fstyles.min.css","\u002Fwp-content\u002Fplugins\u002Fassetsminify\u002Fsrc\u002FAssetsMinify\u002FAssets\u002Fjs\u002Fscripts.min.js",[],[214],[],{"cssClasses":219,"htmlComments":220,"htmlAttributes":221,"restEndpoints":222,"jsGlobals":223,"shortcodeOutput":224},[],[],[],[],[],[]]