[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fbsMKMOZJ4-5h8sj77l5l_dkEb8ZBtBa40p2C73OTeRQ":3,"$fbIS3Y3zc6fXjBK4_cbC8DicAvefCyZmSIUv0AZH1P48":116,"$fJu_dsBhtpNL53Kvvlt61W4Pq1iA2KVj-P1jT9mkHRHA":121},{"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":31,"download_link":32,"security_score":33,"vuln_count":13,"unpatched_count":13,"last_vuln_date":34,"fetched_at":35,"discovery_status":36,"vulnerabilities":37,"developer":38,"crawl_stats":34,"alternatives":45,"analysis":68,"fingerprints":100},"autocomplete-post-search-dashboard","Jump to Post\u002FPage","1.0.1","Arshad Hussain","https:\u002F\u002Fprofiles.wordpress.org\u002Fhussainarsh\u002F","\u003Cp>This plugin puts an autocomplete search box on a post\u002Fpage\u002Fcustom post type editor in the admin area and allows user to jump to any post or page.\u003C\u002Fp>\n\u003Cp>This plugin puts an autocomplete search box on a post\u002Fpage\u002Fcustom post type editor in the admin area.\u003C\u002Fp>\n\u003Cp>It allows you to jump between posts without having to go back to the post list and search from there.\u003C\u002Fp>\n","This plugin puts an autocomplete search box on a post\u002Fpage\u002Fcustom post type editor in the admin area and allows user to jump to any post or page.",10,1465,0,"2016-08-17T16:52:00.000Z","4.5.33","3.5.0","",[19,20,21,22,23,24,25,26,27,28,29,30],"autocomplete-post-search-box","autocomplete-search-box","dashboard-search-box","jump-to-page","jump-to-post","jump-to-post-and-page","jump-to-post-or-page","navigate-to-page","navigate-to-post","navigate-to-post-and-page","navigate-to-post-or-page","search-box","http:\u002F\u002Fhussainarsh.blogspot.in","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fautocomplete-post-search-dashboard.zip",85,null,"2026-04-16T10:56:18.058Z","no_bundle",[],{"slug":39,"display_name":7,"profile_url":8,"plugin_count":40,"total_installs":41,"avg_security_score":33,"avg_patch_time_days":42,"trust_score":43,"computed_at":44},"hussainarsh",5,110,30,84,"2026-05-20T09:04:37.695Z",[46],{"slug":47,"name":48,"version":49,"author":50,"author_profile":51,"description":52,"short_description":53,"active_installs":42,"downloaded":54,"rating":55,"num_ratings":56,"last_updated":57,"tested_up_to":58,"requires_at_least":59,"requires_php":60,"tags":61,"homepage":66,"download_link":67,"security_score":33,"vuln_count":13,"unpatched_count":13,"last_vuln_date":34,"fetched_at":35},"switch-pages","Switch Pages","2.0","brijeshk89","https:\u002F\u002Fprofiles.wordpress.org\u002Fbrijeshk89\u002F","\u003Cp>You will get a dropdown list of pages\u002Fposts from which you can select which page you would like to edit. No more hassle to go to the “Pages” page again and again when you want to edit another page\u002Fpost. Simply choose the page and you will be taken to the editor of that page.\u003C\u002Fp>\n\u003Cp>Features in Switch Pages include:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Supports Gutenberg and Classic Editor\u003C\u002Fli>\n\u003Cli>Navigate to any page\u002Fpost that you want to edit\u003C\u002Fli>\n\u003Cli>Saves the hassle to go to “Pages” page each time you want to edit a page\u002Fpost\u003C\u002Fli>\n\u003Cli>Completely FREE\u003C\u002Fli>\n\u003Cli>Licensed under GNU GPL version 3\u003C\u002Fli>\n\u003Cli>Safe & Secure\u003C\u002Fli>\n\u003C\u002Ful>\n","Switch Pages is a plugin which allows you to switch between pages\u002Fposts from within the Edit page without having to go to the Pages tab and searching  &hellip;",2055,100,1,"2021-07-21T11:20:00.000Z","5.8.13","3.0","5.2.4",[23,62,63,64,65],"pages","posts","switch","toggle","http:\u002F\u002Fwordpress.org\u002Fextend\u002Fplugins\u002Fswitch-pages\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fswitch-pages.2.0.zip",{"attackSurface":69,"codeSignals":81,"taintFlows":92,"riskAssessment":93,"analyzedAt":99},{"hooks":70,"ajaxHandlers":77,"restRoutes":78,"shortcodes":79,"cronEvents":80,"entryPointCount":13,"unprotectedCount":13},[71],{"type":72,"name":73,"callback":74,"priority":11,"file":75,"line":76},"action","do_meta_boxes","addSearchBox","jump-to-post-page.php",19,[],[],[],[],{"dangerousFunctions":82,"sqlUsage":83,"outputEscaping":86,"fileOperations":13,"externalRequests":13,"nonceChecks":13,"capabilityChecks":13,"bundledLibraries":91},[],{"prepared":84,"raw":13,"locations":85},2,[],{"escaped":13,"rawEcho":56,"locations":87},[88],{"file":75,"line":89,"context":90},60,"raw output",[],[],{"summary":94,"deductions":95},"The \"autocomplete-post-search-dashboard\" plugin version 1.0.1 exhibits a generally strong security posture based on the provided static analysis.  The absence of any identified vulnerabilities in its history, combined with the lack of dangerous functions, file operations, external HTTP requests, and SQL injection risks (all queries use prepared statements), suggests good development practices regarding common web application security threats. The attack surface is also minimal, with no apparent entry points that are not protected by authentication or authorization checks. This is a positive indicator of a secure plugin.\n\nHowever, a significant concern arises from the output escaping analysis. With one total output and 0% properly escaped, this indicates a high likelihood of Cross-Site Scripting (XSS) vulnerabilities. Any data displayed to users through this plugin's output is not being sanitized, making it susceptible to malicious scripts being injected and executed in the user's browser. The absence of nonce checks and capability checks on the identified entry points (though there are none reported, it's a general concern if any were to be added without these protections) further underscores the potential for certain types of attacks if the attack surface were to expand.\n\nIn conclusion, while the plugin avoids many common pitfalls like SQL injection and uncontrolled file operations, the glaring issue of unescaped output presents a substantial risk. The lack of any past vulnerabilities is encouraging, but it doesn't negate the current, evident security flaw. Developers should prioritize addressing the output escaping to mitigate the risk of XSS attacks.",[96],{"reason":97,"points":98},"Output not properly escaped",8,"2026-03-17T01:31:41.725Z",{"wat":101,"direct":109},{"assetPaths":102,"generatorPatterns":104,"scriptPaths":105,"versionParams":107},[103],"\u002Fwp-content\u002Fplugins\u002Fautocomplete-post-search-dashboard\u002Fautocomplete-post-search-dashboard.php",[],[106],"jquery-ui-autocomplete",[108],"autocomplete-post-search-dashboard\u002Fautocomplete-post-search-dashboard.php?ver=",{"cssClasses":110,"htmlComments":111,"htmlAttributes":112,"restEndpoints":113,"jsGlobals":114,"shortcodeOutput":115},[],[],[],[],[],[],{"error":117,"url":118,"statusCode":119,"statusMessage":120,"message":120},true,"http:\u002F\u002Flocalhost\u002Fapi\u002Fplugins\u002Fautocomplete-post-search-dashboard\u002Fbundle",404,"no bundle for this plugin yet",{"slug":4,"current_version":6,"total_versions":13,"versions":122},[]]