[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fWGqTR_yudUhcBd1E1qPeO44f6uPszMdggnAzeh2q6t8":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":21,"download_link":22,"security_score":23,"vuln_count":13,"unpatched_count":13,"last_vuln_date":24,"fetched_at":25,"vulnerabilities":26,"developer":27,"crawl_stats":24,"alternatives":33,"analysis":137,"fingerprints":167},"shortcode-get-child-list","ShortCode – Get Child List","0.4","ksks","https:\u002F\u002Fprofiles.wordpress.org\u002Fksakai\u002F","\u003Cp>With this plug-in, you can use shortcodes to output list of children pages or sitemap.\u003Cbr \u002F>\nWrite following shortcode in your post text.\u003C\u002Fp>\n\u003Cp>Generate a sitemap : [get_sitemap]\u003Cbr \u002F>\nGenerate a list of child and descendant pages: [get_childlist]\u003C\u002Fp>\n\u003Cp>You can also customize output with optional arguments:\u003C\u002Fp>\n\u003Cp>[get_childlist id=”parentID (optional)” add=”additional element (optional)” exclude=”exclude page by id (optional, e.g. exclude=”34,123,35,23″)” exclude_by_slug=”exclude page by slug (optional, e.g. exclude_by_slug=”test,hoge,home”)]\u003C\u002Fp>\n","This plugin provide two shortcode. Using the shortcode you can easily generate a childpage list, and also a sitemap.",10,1654,0,"2010-09-23T05:05:00.000Z","3.0.5","2.9","",[19,20],"list-pages","nagivation","http:\u002F\u002Fwordpress.org\u002Fextend\u002Fplugins\u002Fshortcode-get-child-list\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fshortcode-get-child-list.zip",85,null,"2026-03-15T15:16:48.613Z",[],{"slug":28,"display_name":7,"profile_url":8,"plugin_count":29,"total_installs":11,"avg_security_score":23,"avg_patch_time_days":30,"trust_score":31,"computed_at":32},"ksakai",1,30,84,"2026-04-04T21:37:10.705Z",[34,55,78,98,118],{"slug":35,"name":36,"version":37,"author":38,"author_profile":39,"description":40,"short_description":41,"active_installs":42,"downloaded":43,"rating":42,"num_ratings":44,"last_updated":45,"tested_up_to":46,"requires_at_least":47,"requires_php":48,"tags":49,"homepage":17,"download_link":52,"security_score":53,"vuln_count":29,"unpatched_count":13,"last_vuln_date":54,"fetched_at":25},"list-children","List Children","2.2.0","Andy Stratton","https:\u002F\u002Fprofiles.wordpress.org\u002Ftheandystratton\u002F","\u003Cp>Use an HTML comment to list links of the current page’s children or siblings.\u003C\u002Fp>\n\u003Cp>Common usage is for content sites utilizing WordPress as a simple CMS. Some content hierarchies call for an Overview page followed by multiple subpages, for example, a Services page.\u003C\u002Fp>\n\u003Cp>Use the following shortcodes to list children and or siblings of the current page:\u003C\u002Fp>\n\u003Cp>Alphabetical listing of current page’s children:\u003C\u002Fp>\n\u003Cp>[list_children sort_column=”page_title” sort_order=”asc”]\u003C\u002Fp>\n\u003Cp>List of current page’s siblings, ordered by menu order (descending):\u003C\u002Fp>\n\u003Cp>[list_siblings sort_column=”menu_order” sort_order=”desc”]\u003C\u002Fp>\n\u003Cp>You can use a majority of the attributes from the wp_list_pages() call: https:\u002F\u002Fcodex.wordpress.org\u002FFunction_Reference\u002Fwp_list_pages\u003C\u002Fp>\n\u003Cp>\u003Cem>The following will no longer work (deprecated):\u003C\u002Fem>\u003C\u002Fp>\n\u003Cp>\u003Cul>\u003Cbr \u002F>\n\u003C!–list_children()–>\u003Cbr \u002F>\n\u003C\u002Ful>\u003C\u002Fp>\n","Use an HTML comment to list links of the current page's children or siblings.",100,6348,2,"2025-04-29T23:00:00.000Z","6.4.8","5.3","8.0",[19,20,50,51],"permalinks","subnavigation","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Flist-children.zip",99,"2025-04-30 00:00:00",{"slug":56,"name":57,"version":58,"author":59,"author_profile":60,"description":61,"short_description":62,"active_installs":63,"downloaded":64,"rating":65,"num_ratings":66,"last_updated":67,"tested_up_to":68,"requires_at_least":69,"requires_php":17,"tags":70,"homepage":75,"download_link":76,"security_score":23,"vuln_count":29,"unpatched_count":13,"last_vuln_date":77,"fetched_at":25},"list-pages-shortcode","List Pages Shortcode","1.7.7","Aaron Harp","https:\u002F\u002Fprofiles.wordpress.org\u002Faaron_guitar\u002F","\u003Cp>Introduces the [list-pages], [sibling-pages] and [child-pages] \u003Ca href=\"https:\u002F\u002Fcodex.wordpress.org\u002FShortcode_API\" rel=\"nofollow ugc\">shortcodes\u003C\u002Fa> for easily displaying a list of pages within a post or page.  Both shortcodes accept all parameters that you can pass to the \u003Ca href=\"https:\u002F\u002Fcodex.wordpress.org\u002FTemplate_Tags\u002Fwp_list_pages\" rel=\"nofollow ugc\">\u003Ccode>wp_list_pages()\u003C\u002Fcode>\u003C\u002Fa> function with the addition of a class parameter.\u003C\u002Fp>\n\u003Ch4>Example Usage\u003C\u002Fh4>\n\u003Cp>\u003Cem>List pages sorted by title\u003C\u002Fem>\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[list-pages sort_column=\"post_title\"]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>\u003Cem>List pages but exclude certain IDs and set the class of the list to “my-page-list”\u003C\u002Fem>\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[list-pages exclude=\"17,38\" class=\"my-page-list\"]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>\u003Cem>Show excerpt (for pages excerpt support will need adding manually or via the \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fpage-excerpt\u002F\" rel=\"ugc\">Page Excerpt\u003C\u002Fa> plugin)\u003C\u002Fem>\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[list-pages excerpt=\"1\"]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>\u003Cem>List the current page’s children, but only show the top level\u003C\u002Fem>\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[child-pages depth=\"1\"]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>\u003Cem>List the current page’s siblings and their subpages\u003C\u002Fem>\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[sibling-pages depth=\"2\"]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Default Arguments\u003C\u002Fh4>\n\u003Cp>The default values are the same as for the \u003Ca href=\"https:\u002F\u002Fcodex.wordpress.org\u002FTemplate_Tags\u002Fwp_list_pages\" rel=\"nofollow ugc\">wp_list_pages()\u003C\u002Fa> function except for title_li which defaults to nothing.  If a class is not specified, a default class of either “list-pages”, “sibling-pages” or “child-pages” is given to the UL tag.  In addition, the echo parameter has no effect.\u003C\u002Fp>\n\u003Cp>In addition to the \u003Ca href=\"https:\u002F\u002Fcodex.wordpress.org\u002FTemplate_Tags\u002Fwp_list_pages\" rel=\"nofollow ugc\">wp_list_pages()\u003C\u002Fa> arguments, you can also specify:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>list_type\u003C\u002Fstrong> \u003Cem>(string)\u003C\u002Fem> List tag. Defaults to \u003Ccode>\u003Cul>\u003C\u002Fcode>.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>exclude_current_page\u003C\u002Fstrong> \u003Cem>(int)\u003C\u002Fem> Exclude the current page. Defaults to \u003Ccode>0\u003C\u002Fcode>.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>excerpt\u003C\u002Fstrong> \u003Cem>(int)\u003C\u002Fem> Show the page excerpt. Defaults to \u003Ccode>0\u003C\u002Fcode>.\u003C\u002Fli>\n\u003C\u002Ful>\n","Introduces the [list-pages], [sibling-pages] and [child-pages] shortcodes for easily displaying a list of pages within a post or page.",5000,123363,98,14,"2023-02-21T20:48:00.000Z","6.1.10","4.4.0",[71,19,72,73,74],"child-pages","pages","shortcodes","sibling-pages","http:\u002F\u002Fwordpress.org\u002Fextend\u002Fplugins\u002Flist-pages-shortcode\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Flist-pages-shortcode.1.7.7.zip","2023-01-04 00:00:00",{"slug":79,"name":80,"version":81,"author":82,"author_profile":83,"description":84,"short_description":85,"active_installs":86,"downloaded":87,"rating":42,"num_ratings":29,"last_updated":88,"tested_up_to":89,"requires_at_least":90,"requires_php":17,"tags":91,"homepage":96,"download_link":97,"security_score":23,"vuln_count":13,"unpatched_count":13,"last_vuln_date":24,"fetched_at":25},"recently-updated-pages-and-posts","Recently Updated Pages and Posts","1.0.2","Corey Salzano","https:\u002F\u002Fprofiles.wordpress.org\u002Fsalzano\u002F","\u003Cp>This plugin displays a list of links to recently modified items in any WordPress widget area.\u003C\u002Fp>\n","Creates a sidebar widget that lists recently updated pages and posts including newly published items.",90,5429,"2022-04-13T18:04:00.000Z","5.9.13","2.8",[19,92,93,94,95],"list-updated-pages","list-updated-posts","newest-posts","recent-updates","https:\u002F\u002Fgithub.com\u002Fcsalzano\u002Frecently-updated-pages-and-posts","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Frecently-updated-pages-and-posts.1.0.2.zip",{"slug":99,"name":100,"version":101,"author":102,"author_profile":103,"description":104,"short_description":105,"active_installs":106,"downloaded":107,"rating":108,"num_ratings":109,"last_updated":110,"tested_up_to":111,"requires_at_least":112,"requires_php":17,"tags":113,"homepage":116,"download_link":117,"security_score":23,"vuln_count":13,"unpatched_count":13,"last_vuln_date":24,"fetched_at":25},"list-all-pages","List All Pages","1.1","The Jake Group","https:\u002F\u002Fprofiles.wordpress.org\u002Fthe-jake-group\u002F","\u003Cp>This plugin adds a toggle button to the top of the WordPress admin sidebar\u003Cbr \u002F>\nthat will list all of the pages in your site. Clicking on the link to the page\u003Cbr \u002F>\nwill immediately take you to the edit screen for that page, giving you quick\u003Cbr \u002F>\naccess to view or edit any page from anywhere in the WordPress admin.\u003C\u002Fp>\n","List all pages on a WordPress site for easy browsing and editing.",60,4900,80,5,"2013-04-26T16:44:00.000Z","3.5.2","3.0.0",[114,19,115],"development","quick-edits","http:\u002F\u002Fwww.thejakegroup.com\u002Fwordpress","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Flist-all-pages.zip",{"slug":119,"name":120,"version":121,"author":122,"author_profile":123,"description":124,"short_description":125,"active_installs":30,"downloaded":126,"rating":13,"num_ratings":13,"last_updated":127,"tested_up_to":128,"requires_at_least":129,"requires_php":17,"tags":130,"homepage":135,"download_link":136,"security_score":23,"vuln_count":13,"unpatched_count":13,"last_vuln_date":24,"fetched_at":25},"dmg-related-pages-widget","DMG Related Pages Widget","1.1.1","dancoded","https:\u002F\u002Fprofiles.wordpress.org\u002Fdancoded\u002F","\u003Cp>A simple widget that displays a list of pages related to the current page.\u003C\u002Fp>\n\u003Cp>You can choose to show either siblings pages (on the same level), child pages or both, and set how many levels of child pages to show.\u003C\u002Fp>\n\u003Cp>You can also enter class(es) to be applied to the widget wrapper or the list (ul element).\u003C\u002Fp>\n\u003Cp>If the widget is on a page that is not hierarchical, or if there are no related pages, nothing is displayed.\u003C\u002Fp>\n\u003Cp>A hook is available to filter the title: \u003Ccode>dmg_related_pages_widget_title\u003C\u002Fcode>.\u003C\u002Fp>\n\u003Cp>For example, to change the title on a single page or post, you could add this to your functions.php file:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>function myTitleFilter( $title )\n{\n    if( is_singular() )\n    {\n        return \"\u003Cstrong>$title\u003C\u002Fstrong>\";\n    }\n    else\n    {\n        return $title;      \n    }\n}\nadd_filter( 'dmg_related_pages_widget_title' , 'myTitleFilter');\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>More information about this plugin can be found at \u003Ca href=\"http:\u002F\u002Fdancoded.com\u002Fwordpress-plugins\u002Frelated-pages-widget\u002F\" rel=\"nofollow ugc\">http:\u002F\u002Fdancoded.com\u002Fwordpress-plugins\u002Frelated-pages-widget\u002F\u003C\u002Fa>.\u003C\u002Fp>\n\u003Ch3>Adding CSS Class(es)\u003C\u002Fh3>\n\u003Cp>Enter strings, either space or comma seperated, which will be applied as CSS classes to the widget wrapper and\u002For the list wrapper. These classes are sanitized using the \u003Ccode>sanitize_html_class()\u003C\u002Fcode> function built in to WordPress.\u003C\u002Fp>\n\u003Ch3>Make the Title a link\u003C\u002Fh3>\n\u003Cp>Enter a valid URL to make the title a link.\u003C\u002Fp>\n","Widget that displays a list of pages related to the current page in your sidebar. Advanced options allow you to control which pages are shown, add CSS &hellip;",4924,"2016-08-24T21:57:00.000Z","4.6.30","3.1",[131,19,132,133,134],"css","menu","page-widget","related-pages","http:\u002F\u002Fdancoded.com\u002Fwordpress-plugins\u002Frelated-pages-widget\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fdmg-related-pages-widget.1.1.1.zip",{"attackSurface":138,"codeSignals":151,"taintFlows":158,"riskAssessment":159,"analyzedAt":166},{"hooks":139,"ajaxHandlers":140,"restRoutes":141,"shortcodes":142,"cronEvents":150,"entryPointCount":44,"unprotectedCount":13},[],[],[],[143,147],{"tag":144,"callback":144,"file":145,"line":146},"get_childlist","sc-get-childlist.php",70,{"tag":148,"callback":148,"file":145,"line":149},"get_sitemap",71,[],{"dangerousFunctions":152,"sqlUsage":153,"outputEscaping":155,"fileOperations":13,"externalRequests":13,"nonceChecks":13,"capabilityChecks":13,"bundledLibraries":157},[],{"prepared":13,"raw":13,"locations":154},[],{"escaped":13,"rawEcho":13,"locations":156},[],[],[],{"summary":160,"deductions":161},"The \"shortcode-get-child-list\" plugin, version 0.4, exhibits a strong security posture based on the provided static analysis. The absence of dangerous functions, file operations, external HTTP requests, and the consistent use of prepared statements for SQL queries indicate good coding practices. The fact that 100% of outputs are properly escaped is also a significant strength. Furthermore, the plugin has no recorded vulnerabilities (CVEs) and a clean vulnerability history, which suggests a generally secure development and maintenance process.\n\nHowever, a key area of concern is the lack of explicit capability checks and nonce checks on its entry points. While the static analysis indicates zero unprotected entry points, the absence of these fundamental WordPress security mechanisms on its two shortcodes means that if any functionality within these shortcodes were to become vulnerable in the future, it could potentially be exploited without the standard WordPress security layers being engaged. The taint analysis showing zero flows analyzed is a neutral observation; it could mean there were no complex data flows to analyze, or that the analysis might not have covered all potential edge cases.\n\nIn conclusion, the plugin demonstrates a commendable adherence to secure coding standards for SQL and output handling, and its lack of historical vulnerabilities is positive. The primary weakness lies in the reliance on the shortcode system itself to enforce access controls, rather than explicit capability and nonce checks within the plugin's code. This leaves a potential, albeit currently theoretical, opening for privilege escalation or other attacks if the internal logic of the shortcodes were to be compromised.",[162,164],{"reason":163,"points":11},"Missing capability checks on entry points",{"reason":165,"points":11},"Missing nonce checks on entry points","2026-03-17T00:21:29.084Z",{"wat":168,"direct":173},{"assetPaths":169,"generatorPatterns":170,"scriptPaths":171,"versionParams":172},[],[],[],[],{"cssClasses":174,"htmlComments":176,"htmlAttributes":177,"restEndpoints":178,"jsGlobals":179,"shortcodeOutput":180},[175],"page-item",[],[],[],[],[181,182,183,184],"\u003Cul>","\u003C\u002Ful>","\u003Cdiv id='sitemap'>","\u003C\u002Fdiv>"]