[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fUMo3jKXsw7SmKVNqJs7hh5MRfiK7a7njvPlomN8p3tE":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":23,"download_link":24,"security_score":25,"vuln_count":26,"unpatched_count":26,"last_vuln_date":27,"fetched_at":28,"vulnerabilities":29,"developer":30,"crawl_stats":27,"alternatives":37,"analysis":129,"fingerprints":164},"smartslider","Smartslider","1.0.1","Ralf Hortt","https:\u002F\u002Fprofiles.wordpress.org\u002Fhorttcore\u002F","\u003Cp>This Plugin allows you to add some nice effects in your posts.\u003C\u002Fp>\n\u003Ch4>Usage\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>\u003Ca href=\"#myslidingcontent\" class=\"slider\">Toggle My Content\u003C\u002Fa>\n\u003Cp id=\"myslidingcontent\">Here is my cool Content\u003C\u002Fp>\n\u003C\u002Fcode>\u003C\u002Fpre>\n","Slide your content in and out",600,23706,100,2,"2008-08-14T06:23:00.000Z","2.6","2.1","",[20,21,22],"javascript","mootools","slide","http:\u002F\u002Fwww.horttcore.de\u002Fwordpress\u002Fsmartslider","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsmartslider.zip",85,0,null,"2026-03-15T15:16:48.613Z",[],{"slug":31,"display_name":7,"profile_url":8,"plugin_count":32,"total_installs":33,"avg_security_score":25,"avg_patch_time_days":34,"trust_score":35,"computed_at":36},"horttcore",5,8650,30,84,"2026-04-05T02:31:23.895Z",[38,56,74,95,114],{"slug":39,"name":40,"version":41,"author":42,"author_profile":43,"description":44,"short_description":45,"active_installs":46,"downloaded":47,"rating":26,"num_ratings":26,"last_updated":48,"tested_up_to":49,"requires_at_least":50,"requires_php":18,"tags":51,"homepage":54,"download_link":55,"security_score":25,"vuln_count":26,"unpatched_count":26,"last_vuln_date":27,"fetched_at":28},"slideshow","Slideshow","0.1","Justin Tadlock","https:\u002F\u002Fprofiles.wordpress.org\u002Fgreenshady\u002F","\u003Cp>The Slideshow plugin gives you a shortcode called \u003Ccode>[slideshow]\u003C\u002Fcode>, which pulls any image attachments for a post (or any post type) and formats them into a nicely-designed slideshow.\u003C\u002Fp>\n\u003Cp>The Slideshow plugin was originally developed as a feature of the \u003Ca href=\"http:\u002F\u002Fdevpress.com\u002Fthemes\u002Fnews\" title=\"News WordPress theme\" rel=\"nofollow ugc\">News theme\u003C\u002Fa> (if you’re using that theme, please don’t install this plugin).  Realizing that users sometimes switch themes, we wanted to give those users a way to continue using their slideshows with other themes.  This also allows us to make the slideshow feature something that anyone can use, even if they’re not using one of our themes.\u003C\u002Fp>\n","A shortcode for displaying a slideshow of image attachments for a post.",1000,110767,"2017-11-28T14:07:00.000Z","3.0.5","3.0",[20,52,53,39],"jquery","shortcode","http:\u002F\u002Fdevpress.com\u002Fplugins\u002Fslideshow","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fslideshow.0.1.zip",{"slug":57,"name":58,"version":59,"author":60,"author_profile":61,"description":62,"short_description":63,"active_installs":13,"downloaded":64,"rating":13,"num_ratings":65,"last_updated":66,"tested_up_to":67,"requires_at_least":68,"requires_php":18,"tags":69,"homepage":72,"download_link":73,"security_score":25,"vuln_count":26,"unpatched_count":26,"last_vuln_date":27,"fetched_at":28},"adjustly-collapse","Adjustly Collapse","1.0.0","PSDCovers","https:\u002F\u002Fprofiles.wordpress.org\u002Fpsdcovers\u002F","\u003Cp>Developed internally for our Adjustly theme, this plugin allows authors to link 2 html elements together as trigger and target.  When the trigger is clicked the target will immediately expand to reveal its content.\u003C\u002Fp>\n\u003Ch4>Try the Demo\u003C\u002Fh4>\n\u003Cp>If you’re interested in seeing what a default installation of Adjustly Collapse has to offer, have a look at some samples on our site.\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"http:\u002F\u002Fwww.psdcovers.com\u002Fadjustly-collapse\u002F\" rel=\"nofollow ugc\">http:\u002F\u002Fwww.psdcovers.com\u002Fadjustly-collapse\u002F\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch4>Usage\u003C\u002Fh4>\n\u003Cp>The basic structure without any CSS bells and whistles looks like this:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u003Ca class=\"aj-collapse\" rel=\"myslidingcontent\">trigger\u003C\u002Fa>\n\u003Cdiv class=\"aj-hidden\" id=\"myslidingcontent\">target: this content is hidden by default\u003C\u002Fdiv>\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>In the example above, the trigger is an href element and the target is a div element.  Note that the target can be any element you choose.\u003C\u002Fp>\n\u003Ch4>rel=”[id]”\u003C\u002Fh4>\n\u003Cp>Each trigger and target pair must contain a common label so that the trigger knows which target to expand or collapse. The trigger rel tag must be the same name as the target’s id tag.  If you plan on having multiple collapsible elements in a page, post or theme then you will need to ensure that the rel and id tags are always unique for each trigger\u002Ftarget combo.\u003C\u002Fp>\n\u003Ch4>Class Names\u003C\u002Fh4>\n\u003Col>\n\u003Cli>The trigger must always have the following class name: class=”aj-collapse”\u003C\u002Fli>\n\u003Cli>The target can have either of 2 classes: class=”aj-hidden” will make the target collapsed by default while class=”aj-visible” will display the content normally but allow the viewer to collapse it.\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Ch4>Notes\u003C\u002Fh4>\n\u003Cp>The trigger and target do not have to be next to each other.  The target can be at the opposite end of the article or you can place it within the trigger. Theme developers can use it to make widgets collapsible.\u003C\u002Fp>\n","Developed internally for our Adjustly theme, this plugin allows authors to link 2 html elements together as trigger and target.",8218,6,"2012-02-26T23:23:00.000Z","3.3.2","3",[70,71,20,52,22],"accordion","collapsible","http:\u002F\u002Fwww.psdcovers.com\u002Fadjustly-collapse","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadjustly-collapse.zip",{"slug":75,"name":76,"version":77,"author":78,"author_profile":79,"description":80,"short_description":81,"active_installs":13,"downloaded":82,"rating":83,"num_ratings":84,"last_updated":85,"tested_up_to":86,"requires_at_least":87,"requires_php":18,"tags":88,"homepage":93,"download_link":94,"security_score":25,"vuln_count":26,"unpatched_count":26,"last_vuln_date":27,"fetched_at":28},"sliceshow","SliceShow","1.1","Tyler Jones","https:\u002F\u002Fprofiles.wordpress.org\u002Ftylerjones\u002F","\u003Cp>SliceShow plugin for WordPress allows you to very quickly and easily create beautiful slide shows on your site. You can add titles and links that will overlay the images in your slideshow. You can create as many slideshows as you’d like and easily embed those into your posts and pages using the \u003Ccode>[sliceshow id=\"1\"]\u003C\u002Fcode> shortcode or directly in your templates using the php function \u003Ccode>\u003C?php if( function_exists( 'sliceshow_slideshow' ) ) { sliceshow_slideshow( 1 ); } ?>\u003C\u002Fcode>\u003C\u002Fp>\n\u003Cp>Slideshows are responsive as well, so they will scale from desktop to tablet to mobile sizes, automatically. Alternately you can define a custom size for your slideshow using “fixed” pizel sizes, which is great for those times when you need a slideshow to always be a specific size.\u003C\u002Fp>\n\u003Cp>Uploaded images are also automatically resized via php to optimize the loading times of your slideshow. No need to worry about your clients uploading 4000 pixel wide images and slowing down their site!\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Note: this is the free version of SliceShow. If you’d like more features and access to support, please consider purchasing \u003Ca href=\"http:\u002F\u002Fplugins.slicenpress.com\u002Fsliceshow\u002F\" rel=\"nofollow ugc\">SliceShow Pro\u003C\u002Fa>\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Ch3>Features\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>Responsive sizing – works great with responsive and standard themes\u003C\u002Fli>\n\u003Cli>Create unlimited slideshows\u003C\u002Fli>\n\u003Cli>Drag & drop reordering of slides\u003C\u002Fli>\n\u003Cli>Automatic image resizing\u003C\u002Fli>\n\u003Cli>Set the speed, transition, and size of each slideshow individually\u003C\u002Fli>\n\u003Cli>Easily embed your slideshows with a shortcode & php template function\u003C\u002Fli>\n\u003Cli>Looks great on mobile devices & tablets\u003C\u002Fli>\n\u003Cli>Swipe to change slides on tablets and mobile devices\u003C\u002Fli>\n\u003Cli>Solid core – built with a proper class style codebase for security and extensibility\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>You can learn more about SliceShow at \u003Ca href=\"http:\u002F\u002Fplugins.slicenpress.com\u002Fsliceshow\u002F\" title=\"SlicenPress\" rel=\"nofollow ugc\">Slice n Press\u003C\u002Fa>\u003C\u002Fstrong>\u003C\u002Fp>\n","Simple, beautiful, responsive slideshows for WordPress. Upload images, add links & titles, & rearrange slides. Embed with a shortcode.",8468,82,9,"2013-06-18T16:05:00.000Z","3.5.2","3.4.2",[89,90,91,92,39],"image-rotator","image-slider","javascript-rotator","javascript-slider","http:\u002F\u002Fslicenpress.com\u002Fplugins\u002Fsliceshow\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsliceshow.1.1.zip",{"slug":96,"name":97,"version":98,"author":42,"author_profile":43,"description":99,"short_description":100,"active_installs":101,"downloaded":102,"rating":103,"num_ratings":104,"last_updated":105,"tested_up_to":106,"requires_at_least":107,"requires_php":18,"tags":108,"homepage":112,"download_link":113,"security_score":25,"vuln_count":26,"unpatched_count":26,"last_vuln_date":27,"fetched_at":28},"sliding-panel","Sliding Panel","0.2.0","\u003Cp>The Sliding Panel plugin creates a new sidebar for your site that allows you to add widgets.  These widgets appear within a responsive sliding panel at the top of your site on the front end.\u003C\u002Fp>\n\u003Ch3>Features\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>It’s a jQuery-powered sliding panel.  That’s a feature in-and-of itself, right?\u003C\u002Fli>\n\u003Cli>Uses widgets, so you can add pretty much anything you can add to any other sidebar.\u003C\u002Fli>\n\u003Cli>Uses the WordPress-packaged jQuery.\u003C\u002Fli>\n\u003Cli>Will automatically display with any correctly-coded theme.\u003C\u002Fli>\n\u003Cli>Supports HTML5 and Schema.org microdata.\u003C\u002Fli>\n\u003Cli>It’s responsive, so it’ll look good on any device.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Professional Support\u003C\u002Fh3>\n\u003Cp>If you need professional plugin support from me, the plugin author, you can access the support forums at \u003Ca href=\"http:\u002F\u002Fthemehybrid.com\u002Fsupport\" rel=\"nofollow ugc\">Theme Hybrid\u003C\u002Fa>, which is a professional WordPress help\u002Fsupport site where I handle support for all my plugins and themes for a community of 40,000+ users (and growing).\u003C\u002Fp>\n\u003Ch3>Plugin Development\u003C\u002Fh3>\n\u003Cp>If you’re a theme author, plugin author, or just a code hobbyist, you can follow the development of this plugin on it’s \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fjustintadlock\u002Fsliding-panel\" rel=\"nofollow ugc\">GitHub repository\u003C\u002Fa>.\u003C\u002Fp>\n\u003Ch3>Donations\u003C\u002Fh3>\n\u003Cp>Yes, I do accept donations.  If you want to buy me a beer or whatever, you can do so from my \u003Ca href=\"http:\u002F\u002Fthemehybrid.com\u002Fdonate\" rel=\"nofollow ugc\">donations page\u003C\u002Fa>.  I appreciate all donations, no matter the size.  Further development of this plugin is not contingent on donations, but they are always a nice incentive.\u003C\u002Fp>\n","Adds a responsive sliding panel to the top of your WordPress-powered site.",70,36833,90,4,"2013-10-11T04:04:00.000Z","3.7.41","3.6",[20,52,109,110,111],"sidebar","slider","widget","http:\u002F\u002Fthemehybrid.com\u002Fplugins\u002Fsliding-panel","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsliding-panel.0.2.0.zip",{"slug":115,"name":116,"version":77,"author":117,"author_profile":118,"description":119,"short_description":120,"active_installs":121,"downloaded":122,"rating":34,"num_ratings":104,"last_updated":123,"tested_up_to":18,"requires_at_least":18,"requires_php":18,"tags":124,"homepage":127,"download_link":128,"security_score":25,"vuln_count":26,"unpatched_count":26,"last_vuln_date":27,"fetched_at":28},"background-slideshow","Background Slideshow","IWEBIX","https:\u002F\u002Fprofiles.wordpress.org\u002Fiwebix\u002F","\u003Cp>Background Slideshow uses jQuery to slide through unlimited full-size background images. Images are being connected with both, posts or pages. You can even decide if you want to let your visitors click on a background image to change to its post\u002Fpage. Background Slideshow offers some nice features for example:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>jQuery Powered lightweight slideshow\u003C\u002Fli>\n\u003Cli>Nice flewing full-size background images\u003C\u002Fli>\n\u003Cli>Link to post\u002Fpages\u003C\u002Fli>\n\u003Cli>Full post-thumbnail support\u003C\u002Fli>\n\u003Cli>Add unlimited images\u003C\u002Fli>\n\u003Cli>Use on your whole blog or only on specific pages\u002Fposts\u003C\u002Fli>\n\u003Cli>Choose timeout\u002Fanimation speed\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Check out the \u003Ca href=\"http:\u002F\u002Fpreview.wp-themix.org\u002Fplugins\u002Fbackground-slideshow\u002F\" rel=\"nofollow ugc\">DEMO\u003C\u002Fa> at \u003Ca href=\"http:\u002F\u002Fwww.iwebix.de\" title=\"webdesign\" rel=\"nofollow ugc\">IWEBIX\u003C\u002Fa>\u003C\u002Fp>\n","background, slider, background slideshow, images, post, pages, pictures Requires at least: 3.0 Tested up to: 3.2 Stable tag: trunk Background Slidesh &hellip;",20,12496,"2011-12-07T14:21:00.000Z",[125,126,92,110,39],"content-slider","content-slideshow","http:\u002F\u002Fwww.iwebix.de\u002Fbackground-slideshow-wordpress-plugin\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fbackground-slideshow.zip",{"attackSurface":130,"codeSignals":141,"taintFlows":153,"riskAssessment":154,"analyzedAt":163},{"hooks":131,"ajaxHandlers":137,"restRoutes":138,"shortcodes":139,"cronEvents":140,"entryPointCount":26,"unprotectedCount":26},[132],{"type":133,"name":134,"callback":135,"file":136,"line":121},"action","wp_head","ss_head","smartslider.php",[],[],[],[],{"dangerousFunctions":142,"sqlUsage":143,"outputEscaping":145,"fileOperations":26,"externalRequests":26,"nonceChecks":26,"capabilityChecks":26,"bundledLibraries":152},[],{"prepared":26,"raw":26,"locations":144},[],{"escaped":26,"rawEcho":14,"locations":146},[147,150],{"file":136,"line":148,"context":149},16,"raw output",{"file":136,"line":151,"context":149},17,[],[],{"summary":155,"deductions":156},"The plugin \"smartslider\" v1.0.1 presents a seemingly strong security posture based on the provided static analysis and vulnerability history.  The absence of any identified CVEs, coupled with zero attack surface points (AJAX handlers, REST API routes, shortcodes, cron events), suggests a very limited potential for exploitation.  Furthermore, the complete lack of dangerous functions, file operations, external HTTP requests, and the exclusive use of prepared statements for SQL queries are excellent security practices.\n\nHowever, a significant concern arises from the output escaping signals. With 100% of outputs not being properly escaped, this plugin poses a clear risk of Cross-Site Scripting (XSS) vulnerabilities. Any data rendered to the front-end or admin area without proper sanitization is susceptible to malicious injection, allowing attackers to execute arbitrary JavaScript in the context of a user's browser. The complete absence of capability checks and nonce checks also raises flags, as these are fundamental WordPress security mechanisms that prevent unauthorized actions and replay attacks.\n\nWhile the lack of known vulnerabilities is positive, it could also be due to the plugin's early version or limited adoption, rather than inherent security. The primary weakness identified is the unescaped output, which is a critical oversight.  Despite the limited attack surface and clean vulnerability history, the unescaped output risk is substantial and requires immediate attention. This plugin is fundamentally flawed in its output handling despite other positive indicators.",[157,159,161],{"reason":158,"points":148},"Unescaped output across all outputs",{"reason":160,"points":32},"Missing nonce checks",{"reason":162,"points":32},"Missing capability checks","2026-03-16T19:27:13.663Z",{"wat":165,"direct":172},{"assetPaths":166,"generatorPatterns":169,"scriptPaths":170,"versionParams":171},[167,168],"\u002Fwp-content\u002Fplugins\u002Fsmartslider\u002Fmootools.js","\u002Fwp-content\u002Fplugins\u002Fsmartslider\u002Fsmartslider.js",[],[167,168],[],{"cssClasses":173,"htmlComments":174,"htmlAttributes":175,"restEndpoints":176,"jsGlobals":177,"shortcodeOutput":178},[],[],[],[],[],[]]