[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fFs467xtcdIaVFaOayW8fN3KYCXz1YQueDmYHm7Pm9Xg":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":39,"analysis":135,"fingerprints":170},"agnosia-bootstrap-carousel","Agnosia Bootstrap Carousel by AuSoft","1.1","Andrés Villarreal","https:\u002F\u002Fprofiles.wordpress.org\u002Fandrezrv\u002F","\u003Cp>Agnosia Bootstrap Carousel hooks the \u003Ccode>[gallery]\u003C\u002Fcode> shortcode with attribute \u003Ccode>type=\"carousel\"\u003C\u002Fcode> in order to show a \u003Ca href=\"http:\u002F\u002Fgetbootstrap.com\u002Fjavascript\u002F#carousel\" rel=\"nofollow ugc\">Bootstrap Carousel\u003C\u002Fa> based on the selected images and their titles and descriptions.\u003C\u002Fp>\n\u003Cp>This plugin assumes either your theme includes the necessary Bootstrap javascript and CSS files to display the carousel properly, or that you have included those files on your own. It will not include the files for you, so if they are not present, the carousel will not work and you will only obtain its bare HTML.\u003C\u002Fp>\n\u003Ch4>Basic example:\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>[gallery type=\"carousel\" ids=\"61,60,59\"]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Required attributes:\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Ccode>type\u003C\u002Fcode>: it needs to be \u003Ccode>type=\"carousel\"\u003C\u002Fcode>.\u003C\u002Fli>\n\u003Cli>\u003Ccode>ids\u003C\u002Fcode>: you must provide a list of \u003Ccode>ids\u003C\u002Fcode> corresponding to attachments, like \u003Ccode>ids=\"1,2,3\"\u003C\u002Fcode>.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Otherwise, the default \u003Ccode>[gallery]\u003C\u002Fcode> shortcode function will be processed instead of this plugin’s one.\u003C\u002Fp>\n\u003Ch4>Optional attributes:\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Ccode>name\u003C\u002Fcode>: any name. String will be sanitize to be used as an HTML ID. Recommended when you want to have more than one carousel in the same page. Default: \u003Cem>agnosia-bootstrap-carousel\u003C\u002Fem>. Example: \u003Ccode>[gallery type=\"carousel\" ids=\"61,60,59\" name=\"myCarousel\"]\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>\u003Ccode>indicators\u003C\u002Fcode>: indicators position. Accepted values: \u003Cem>before-inner\u003C\u002Fem>, \u003Cem>after-inner\u003C\u002Fem>, \u003Cem>after-control\u003C\u002Fem>, \u003Cem>false\u003C\u002Fem> (hides indicators). Default: \u003Cem>before-inner\u003C\u002Fem>. Example: \u003Ccode>[gallery type=\"carousel\" ids=\"61,60,59\" indicators=\"after-inner\"]\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>\u003Ccode>width\u003C\u002Fcode>: carousel container width, in \u003Ccode>px\u003C\u002Fcode> or \u003Ccode>%\u003C\u002Fcode>. Default: not set. Example: \u003Ccode>[gallery type=\"carousel\" ids=\"61,60,59\" width=\"800px\"]\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>\u003Ccode>height\u003C\u002Fcode>: carousel item height, in \u003Ccode>px\u003C\u002Fcode> or \u003Ccode>%\u003C\u002Fcode>. Default: not set. Example: \u003Ccode>[gallery type=\"carousel\" ids=\"61,60,59\" height=\"400px\"]\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>\u003Ccode>titletag\u003C\u002Fcode>: define HTML tag for image title. Default: \u003Cem>h4\u003C\u002Fem>. Example: \u003Ccode>[gallery type=\"carousel\" ids=\"61,60,59\" titletag=\"h2\"]\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>\u003Ccode>wpautop\u003C\u002Fcode>: auto-format text. Default: \u003Cem>true\u003C\u002Fem>. Example: \u003Ccode>[gallery type=\"carousel\" ids=\"61,60,59\" wpautop=\"false\"]\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>\u003Ccode>title\u003C\u002Fcode>: show or hide image title. Set \u003Cem>false\u003C\u002Fem> to hide. Default: \u003Cem>true\u003C\u002Fem>. Example: \u003Ccode>[gallery type=\"carousel\" ids=\"61,60,59\" title=\"false\"]\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>\u003Ccode>text\u003C\u002Fcode>: show or hide image text. Set \u003Cem>false\u003C\u002Fem> to hide. Default: \u003Cem>true\u003C\u002Fem>. Example: \u003Ccode>[gallery type=\"carousel\" ids=\"61,60,59\" text=\"false\"]\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>\u003Ccode>containerclass\u003C\u002Fcode>: extra class for carousel container. Default: not set. Example: \u003Ccode>[gallery type=\"carousel\" ids=\"61,60,59\" containerclass=\"container\"]\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>\u003Ccode>itemclass\u003C\u002Fcode>: extra class for carousel item. Default: not set. Example: \u003Ccode>[gallery type=\"carousel\" ids=\"61,60,59\" itemclass=\"container\"]\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>\u003Ccode>captionclass\u003C\u002Fcode>: extra class for item caption. Default: not set. Example: \u003Ccode>[gallery type=\"carousel\" ids=\"61,60,59\" captionclass=\"container\"]\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>\u003Ccode>control\u003C\u002Fcode>: control arrows display. Accepted values: \u003Cem>true\u003C\u002Fem> (to show), \u003Cem>false\u003C\u002Fem> (to hide). Default: \u003Cem>true\u003C\u002Fem>. Example: \u003Ccode>[gallery type=\"carousel\" ids=\"61,60,59\" control=\"false\"]\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>\u003Ccode>interval\u003C\u002Fcode>: the amount of time to delay between automatically cycling an item. If \u003Cem>false\u003C\u002Fem>, carousel will not automatically cycle. Default: \u003Cem>5000\u003C\u002Fem>. Example: \u003Ccode>[gallery type=\"carousel\" ids=\"61,60,59\" interval=\"2000\"]\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>\u003Ccode>pause\u003C\u002Fcode>: pauses the cycling of the carousel on mouseenter and resumes the cycling of the carousel on mouseleave. Default: \u003Cem>“hover”\u003C\u002Fem>. Example: \u003Ccode>[gallery type=\"carousel\" ids=\"61,60,59\" interval=\"hover\"]\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>\u003Ccode>size\u003C\u002Fcode>: size for image attachment. Accepted values: \u003Cem>thumbnail\u003C\u002Fem>, \u003Cem>medium\u003C\u002Fem>, \u003Cem>large\u003C\u002Fem>, \u003Cem>full\u003C\u002Fem>. Default: \u003Cem>full\u003C\u002Fem>. See \u003Ca href=\"https:\u002F\u002Fcodex.wordpress.org\u002FFunction_Reference\u002Fwp_get_attachment_image_src\" rel=\"nofollow ugc\">wp_get_attachment_image_src()\u003C\u002Fa> for further reference. Example: \u003Ccode>[gallery type=\"carousel\" ids=\"61,60,59\" size=\"full\"]\u003C\u002Fcode>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Native supported attributes:\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Ccode>orderby\u003C\u002Fcode>: Alternative order for your images. Example: \u003Ccode>[gallery type=\"carousel\" ids=\"61,60,59\" orderby=\"rand\"]\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>\u003Ccode>link\u003C\u002Fcode>: where your image titles will link to. Accepted values: \u003Cem>file\u003C\u002Fem>, \u003Cem>none\u003C\u002Fem> and empty. An empty value will link to your attachment’s page. Example: \u003Ccode>[gallery type=\"carousel\" ids=\"61,60,59\" link=\"file\"]\u003C\u002Fcode>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Extending\u003C\u002Fh4>\n\u003Cp>This plugin offers hooks for actions and filters, so you can modify its functionality or add your own.\u003C\u002Fp>\n\u003Cp>Action hooks:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ccode>agnosia_bootstrap_carousel_before_init\u003C\u002Fcode>: Do something before the carousel is loaded.\u003C\u002Fli>\n\u003Cli>\u003Ccode>agnosia_bootstrap_carousel_init\u003C\u002Fcode>: Do something after the carousel is loaded.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Filter hooks:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ccode>agnosia_bootstrap_carousel_attributes\u003C\u002Fcode>: Modify the attributes passed to the shortcode.\u003C\u002Fli>\n\u003Cli>\u003Ccode>agnosia_bootstrap_carousel_posts\u003C\u002Fcode>: Modify the \u003Ccode>$post\u003C\u002Fcode> objects that the shortcode is using.\u003C\u002Fli>\n\u003Cli>\u003Ccode>agnosia_bootstrap_carousel_container_style\u003C\u002Fcode>: Modify the carousel container style.\u003C\u002Fli>\n\u003Cli>\u003Ccode>agnosia_bootstrap_carousel_item_style\u003C\u002Fcode>: Modify the style of the carousel items.\u003C\u002Fli>\n\u003Cli>\u003Ccode>agnosia_bootstrap_carousel_output\u003C\u002Fcode>: Modify the full HTML output of the carousel.\u003C\u002Fli>\n\u003Cli>\u003Ccode>agnosia_bootstrap_carousel_container\u003C\u002Fcode>: Modify the HTML output of the carousel container tag.\u003C\u002Fli>\n\u003Cli>\u003Ccode>agnosia_bootstrap_carousel_inner\u003C\u002Fcode>: Modify the HTML output of the carousel inner tag.\u003C\u002Fli>\n\u003Cli>\u003Ccode>agnosia_bootstrap_carousel_caption_container\u003C\u002Fcode>: Modify the HTML output of the caption container tag.\u003C\u002Fli>\n\u003Cli>\u003Ccode>agnosia_bootstrap_carousel_img_container\u003C\u002Fcode>: Modify the HTML output of the image container tag.\u003C\u002Fli>\n\u003Cli>\u003Ccode>agnosia_bootstrap_carousel_img\u003C\u002Fcode>: Modify the HTML output of the item image tag.\u003C\u002Fli>\n\u003Cli>\u003Ccode>agnosia_bootstrap_carousel_excerpt\u003C\u002Fcode>: Modify the HTML output of the image caption.\u003C\u002Fli>\n\u003Cli>\u003Ccode>agnosia_bootstrap_carousel_indicators\u003C\u002Fcode>: Modify the HTML output of the indicators element.\u003C\u002Fli>\n\u003Cli>\u003Ccode>agnosia_bootstrap_carousel_control\u003C\u002Fcode>: Modify the HTML output of the control element.\u003C\u002Fli>\n\u003Cli>\u003Ccode>agnosia_bootstrap_carousel_javascript\u003C\u002Fcode>: Modify the output of the carousel Javascript.\u003C\u002Fli>\n\u003Cli>\u003Ccode>agnosia_bootstrap_carousel_make_array\u003C\u002Fcode>: Modify the list of \u003Ccode>$post\u003C\u002Fcode> IDs that the carousel is using.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Contributing\u003C\u002Fh4>\n\u003Cp>You can make suggestions and submit your own modifications to this plugin on \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fandrezrv\u002Fagnosia-bootstrap-carousel\" rel=\"nofollow ugc\">Github\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cp>For more information, visit \u003Ca href=\"http:\u002F\u002Faufieroinformatica.com\" rel=\"nofollow ugc\">our website\u003C\u002Fa>.\u003C\u002Fp>\n","This plugin lets you use the [gallery] shortcode to show a Bootstrap Carousel.",100,19956,88,8,"2014-12-07T02:44:00.000Z","4.4.34","3.0","",[20,21,22,23,24],"bootstrap","carousel","images","responsive","slider","http:\u002F\u002Fwordpress.org\u002Fextend\u002Fplugins\u002Fagnosia-bootstrap-carousel\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fagnosia-bootstrap-carousel.1.1.zip",85,0,null,"2026-03-15T15:16:48.613Z",[],{"slug":33,"display_name":7,"profile_url":8,"plugin_count":34,"total_installs":35,"avg_security_score":27,"avg_patch_time_days":36,"trust_score":37,"computed_at":38},"andrezrv",4,3120,30,84,"2026-04-05T03:01:07.223Z",[40,62,84,104,120],{"slug":41,"name":42,"version":43,"author":44,"author_profile":45,"description":46,"short_description":47,"active_installs":48,"downloaded":49,"rating":50,"num_ratings":51,"last_updated":52,"tested_up_to":53,"requires_at_least":54,"requires_php":18,"tags":55,"homepage":60,"download_link":61,"security_score":27,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"advanced-bootstrap-carousel","Advanced Bootstrap Carousel","2.0.0","Animesh Kumar","https:\u002F\u002Fprofiles.wordpress.org\u002Fanimeshsarakd\u002F","\u003Cp>Advanced Bootstrap Carousel is a light weighted responsive slider plugin. This plugin provide advance and extended fetures for Bootstrap Carousel. This plugins will only run if your theme contain Twitter Bootstrap CSS and Javascript. Advanced Bootstrap Carousel Support numbered indicator, vertical slider as well as slider with fading effect. Advanced Bootstrap Carousel support Bootstrap V3.~ and V4.~.\u003C\u002Fp>\n\u003Ch4>Shortcodes\u003C\u002Fh4>\n\u003Col>\n\u003Cli>Default – [twabc-carousel].\u003C\u002Fli>\n\u003Cli>Slide with custom Interval – [twabc-carousel interval=”900″].\u003C\u002Fli>\n\u003Cli>Slider with Control – [twabc-carousel showcontrols=”true”].\u003C\u002Fli>\n\u003Cli>Filter Slider by Category – [twabc-carousel category=”testing”].\u003C\u002Fli>\n\u003Cli>Slider with Numbered Indicator – [twabc-carousel showindicator=”numbered”].\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Ch4>Include shortcodes in PHP file\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003C?php echo do_shortcode(‘[twabc-carousel interval=”900″]’); ?>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>For demo and example vistit : http:\u002F\u002Fwww.thelogicalcoder.com\u002Fbootstrap-carousel-wordpress-website\u002F\u003C\u002Fp>\n","Advanced Bootstrap Carousel is a light weighted responsive slider plugin.",300,15197,76,6,"2020-04-03T05:43:00.000Z","5.4.19","3.5",[56,57,58,59,24],"banner-slider","bootstrap-carousel","bootstrap-slider","responsive-slider","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fadvanced-bootstrap-carousel\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadvanced-bootstrap-carousel.zip",{"slug":63,"name":64,"version":65,"author":66,"author_profile":67,"description":68,"short_description":69,"active_installs":70,"downloaded":71,"rating":72,"num_ratings":73,"last_updated":74,"tested_up_to":75,"requires_at_least":76,"requires_php":18,"tags":77,"homepage":82,"download_link":83,"security_score":27,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"wp-bootstrap-carousel-by-it-pixelz","WP Bootstrap Carousel by IT Pixelz","1.0","Umar Draz","https:\u002F\u002Fprofiles.wordpress.org\u002Fitpixelz\u002F","\u003Cp>Add bootstrap professional carousel slider by this plugin just in clicks. This is a smart way to display bootstrap slider dynamically and have full control on sliders and caption. This works only with bootstrap html responsive structure and make sure bootstrap default js and css file is already linked correctly.\u003C\u002Fp>\n","Bootstrap responsive carousel slider, just install in clicks and get ready your bootstrap slider for your website.",50,4510,74,3,"2023-04-11T22:31:00.000Z","6.2.9","3.0.1",[78,79,80,58,81],"boostrap-carousel","bootstrap-carousel-slider","bootstrap-responsive-slider","itpixelz","http:\u002F\u002Fwww.itpixelz.com","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwp-bootstrap-carousel-by-it-pixelz.zip",{"slug":85,"name":86,"version":87,"author":88,"author_profile":89,"description":90,"short_description":91,"active_installs":92,"downloaded":93,"rating":94,"num_ratings":73,"last_updated":95,"tested_up_to":53,"requires_at_least":96,"requires_php":97,"tags":98,"homepage":102,"download_link":103,"security_score":27,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"neo-bootstrap-carousel","NEO Bootstrap Carousel","1.4.3","PixelsPress","https:\u002F\u002Fprofiles.wordpress.org\u002Fpixelspress\u002F","\u003Ch4>Are you looking for responsive, user-friendly and robust WordPress Twitter Bootstrap Carousel plugin?\u003C\u002Fh4>\n\u003Cp>NEO Bootstrap Carousel is a light and easy weight plugin that adds Twitter Bootstrap Carousel to your WordPress website. You can add multiple slides or 3 most recent posts and show them as a carousel on any page or post by inserting [neo_carousel_shortcode id=”put id here”] shortcode.\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fneovantage.net\" rel=\"nofollow ugc\">Online Demo\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch4>Features\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>100% Responsive\u003C\u002Fli>\n\u003Cli>Easy To Customize\u003C\u002Fli>\n\u003Cli>Built With Bootstrap\u003C\u002Fli>\n\u003Cli>Title & Caption (can be switched on\u002Foff)\u003C\u002Fli>\n\u003Cli>Title, Caption & Button can be animated\u003C\u002Fli>\n\u003Cli>Button Navigation (Bullets) (can be switched on\u002Foff, off by default)\u003C\u002Fli>\n\u003Cli>Arrow Navigation (can be switched on\u002Foff)\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Credits\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgetbootstrap.com\u002F\" rel=\"nofollow ugc\">Twitter Bootstrap\u003C\u002Fa> was designed and built by @mdo and @fat.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fdaneden.github.io\u002Fanimate.css\u002F\" rel=\"nofollow ugc\">Animate.css\u003C\u002Fa> by Daniel Eden.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Translators\u003C\u002Fh4>\n\u003Cp>Please contribute to translate our plugin. Contact at \u003Ccode>support@pixelspress.com\u003C\u002Fcode>.\u003C\u002Fp>\n","A clean, simple & robust implementation of the Twitter Bootstrap Carousel in WordPress site in elegant way.",40,5735,80,"2020-04-30T00:59:00.000Z","4.8","7.0",[59,99,100,101],"responsive-content-slideshow","wordpress-horizontal-slider","wordpress-responsive-bootstrap-carousel","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fneo-bootstrap-carousel\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fneo-bootstrap-carousel.zip",{"slug":105,"name":106,"version":107,"author":108,"author_profile":109,"description":110,"short_description":111,"active_installs":112,"downloaded":113,"rating":28,"num_ratings":28,"last_updated":114,"tested_up_to":115,"requires_at_least":76,"requires_php":18,"tags":116,"homepage":18,"download_link":119,"security_score":27,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"slider-bootstrap-carousel","Slider Bootstrap Carousel","1.0.7","felipermendes","https:\u002F\u002Fprofiles.wordpress.org\u002Ffelipermendes\u002F","\u003Cp>Slider Bootstrap Carousel for WordPress with image link and categories. This plugin imports only necessarie Bootstrap 4 CSS and JS for carousel.\u003C\u002Fp>\n\u003Ch3>Shortcode\u003C\u002Fh3>\n\u003Cp>Shortcode : [slider_bootstrap_carousel]\u003C\u002Fp>\n\u003Cp>Shortcode by category : [slider_bootstrap_carousel category=’your_category_slug’]\u003C\u002Fp>\n","Slider Bootstrap Carousel 4 for WordPress with image link and categories.",20,2565,"2019-01-16T21:17:00.000Z","4.9.29",[117,78,58,118,59],"boostrap","responsive-banner","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fslider-bootstrap-carousel.zip",{"slug":121,"name":122,"version":6,"author":123,"author_profile":124,"description":125,"short_description":126,"active_installs":127,"downloaded":128,"rating":28,"num_ratings":28,"last_updated":129,"tested_up_to":130,"requires_at_least":76,"requires_php":18,"tags":131,"homepage":133,"download_link":134,"security_score":27,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"bootstrap-slider-by-themescode","Bootstrap Slider By themescode","Imran Emu","https:\u002F\u002Fprofiles.wordpress.org\u002Fimranemu\u002F","\u003Cp>Twitter Bootstrap based  professional WordPress  carousel slider plugin on click installation.use the shortcode where want to use\u003C\u002Fp>\n\u003Cp>Shortcode: [tocode-slider]\u003C\u002Fp>\n\u003Cp>N.B: tcode prefix  is used as a short form of themescode.com\u003C\u002Fp>\n","Twitter Bootstrap based  professional WordPress  carousel slider plugin on click installation.use the shortcode where want to use",10,1694,"2016-04-10T04:38:00.000Z","4.3.34",[78,79,80,58,132],"themescode","http:\u002F\u002Fthemescode.com\u002Fbootstrap-slider-by-themescode","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fbootstrap-slider-by-themescode.zip",{"attackSurface":136,"codeSignals":152,"taintFlows":160,"riskAssessment":161,"analyzedAt":169},{"hooks":137,"ajaxHandlers":148,"restRoutes":149,"shortcodes":150,"cronEvents":151,"entryPointCount":28,"unprotectedCount":28},[138,144],{"type":139,"name":140,"callback":141,"priority":127,"file":142,"line":143},"filter","post_gallery","gallery_shortcode","agnosia-bootstrap-carousel-loader.class.php",14,{"type":139,"name":145,"callback":146,"file":142,"line":147},"jetpack_gallery_types","gallery_types",15,[],[],[],[],{"dangerousFunctions":153,"sqlUsage":154,"outputEscaping":156,"fileOperations":28,"externalRequests":28,"nonceChecks":28,"capabilityChecks":28,"bundledLibraries":159},[],{"prepared":28,"raw":28,"locations":155},[],{"escaped":157,"rawEcho":28,"locations":158},1,[],[],[],{"summary":162,"deductions":163},"The agnosia-bootstrap-carousel plugin version 1.1 exhibits an excellent security posture based on the provided static analysis. The absence of any identified attack surface points, including AJAX handlers, REST API routes, shortcodes, and cron events, is a significant strength. Furthermore, the code signals indicate robust security practices such as the complete avoidance of dangerous functions, 100% usage of prepared statements for SQL queries, and proper output escaping. The lack of file operations and external HTTP requests also contributes to a reduced attack surface. The plugin also has no recorded vulnerability history, which is a very positive indicator of its security.  However, the analysis also reveals a complete lack of nonce and capability checks across all identified code signals. While the current attack surface is zero, this absence of checks creates a potential weakness if new entry points are introduced in future versions without proper authentication. Overall, this plugin demonstrates strong development practices with a clean codebase, but the reliance on the absence of entry points for security rather than explicit checks is a minor concern for long-term maintainability and future updates.",[164,167],{"reason":165,"points":166},"No nonce checks",5,{"reason":168,"points":166},"No capability checks","2026-03-16T20:44:01.681Z",{"wat":171,"direct":180},{"assetPaths":172,"generatorPatterns":175,"scriptPaths":176,"versionParams":177},[173,174],"\u002Fwp-content\u002Fplugins\u002Fagnosia-bootstrap-carousel\u002Fassets\u002Fjs\u002Fjquery.bootstrap-carousel.js","\u002Fwp-content\u002Fplugins\u002Fagnosia-bootstrap-carousel\u002Fassets\u002Fcss\u002Fbootstrap-carousel.css",[],[173],[178,179],"agnosia-bootstrap-carousel\u002Fassets\u002Fjs\u002Fjquery.bootstrap-carousel.js?ver=","agnosia-bootstrap-carousel\u002Fassets\u002Fcss\u002Fbootstrap-carousel.css?ver=",{"cssClasses":181,"htmlComments":183,"htmlAttributes":185,"restEndpoints":187,"jsGlobals":188,"shortcodeOutput":190},[4,182],"agnosia-carousel-wrapper",[184],"\u003C!-- Agnosia Bootstrap Carousel by AuSoft -->",[186],"data-agnosia-carousel",[],[189],"agnosiaBootstrapCarouselSettings",[191],"\u003Cdiv class=\"agnosia-carousel-wrapper\">"]