[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fQ1wShhjebNBWM2TQG5NTeBGu0vs7wQrx-Bm0_7lo9Xo":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":13,"vuln_count":27,"unpatched_count":27,"last_vuln_date":28,"fetched_at":29,"vulnerabilities":30,"developer":31,"crawl_stats":28,"alternatives":37,"analysis":141,"fingerprints":189},"admin-credentials-editor","Admin Credentials Editor","1.0.0","Luqman Safay","https:\u002F\u002Fprofiles.wordpress.org\u002Fluqmansafay\u002F","\u003Cp>The Admin Credentials Editor plugin allows site administrators to quickly update their login details without touching the database.\u003Cbr \u002F>\nYou can change the username, email address, or password of your admin account (individually or together) directly from the dashboard.\u003C\u002Fp>\n","Easily change your admin credentials (username, email, password) from the dashboard.",10,695,100,1,"2025-09-12T09:59:00.000Z","6.8.5","5.0","7.0",[20,21,22,23,24],"admin-username","change-username","email-change","profile-edit","username-editor","https:\u002F\u002Fpoetrypashto.com","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-credentials-editor.1.0.3.zip",0,null,"2026-03-15T15:16:48.613Z",[],{"slug":32,"display_name":7,"profile_url":8,"plugin_count":33,"total_installs":34,"avg_security_score":13,"avg_patch_time_days":34,"trust_score":35,"computed_at":36},"luqmansafay",2,30,94,"2026-04-04T09:03:23.611Z",[38,61,82,104,123],{"slug":39,"name":40,"version":41,"author":42,"author_profile":43,"description":44,"short_description":45,"active_installs":46,"downloaded":47,"rating":13,"num_ratings":48,"last_updated":49,"tested_up_to":50,"requires_at_least":51,"requires_php":52,"tags":53,"homepage":57,"download_link":58,"security_score":59,"vuln_count":33,"unpatched_count":27,"last_vuln_date":60,"fetched_at":29},"wp-edit-username","WP Edit Username","2.0.5","Sajjad Hossain Sagor","https:\u002F\u002Fprofiles.wordpress.org\u002Fsajjad67\u002F","\u003Cp>This plugin adds feature to edit\u002Fchange user username.\u003C\u002Fp>\n\u003Ch4>Features:\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Edit Username: Allows editing of usernames.\u003C\u002Fli>\n\u003Cli>Only users with the \u003Ccode>edit_other_users()\u003C\u002Fcode> capability can change usernames.\u003C\u002Fli>\n\u003Cli>If the “Send Email” option is enabled, the user will receive a notification email when their username is changed.\u003C\u002Fli>\n\u003Cli>You can customize the email subject and body text in the admin dashboard or via filter hooks.\u003C\u002Fli>\n\u003Cli>Modify the email subject using the filter: \u003Ccode>wpeu_email_subject\u003C\u002Fcode>.\u003C\u002Fli>\n\u003Cli>Modify the email headers using the filter: \u003Ccode>wpeu_email_headers\u003C\u002Fcode>.\u003C\u002Fli>\n\u003Cli>Adjust the email body content using the filter \u003Ccode>wpeu_email_body\u003C\u002Fcode>. (Note: \u003Ccode>$new_username\u003C\u002Fcode> and \u003Ccode>$old_username\u003C\u002Fcode> are automatically prepended to the email content).\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Hooks Usage:\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>\u003C?php\n\nadd_filter( 'wp_username_changed_email_subject', 'change_email_subject' );\n\nfunction change_email_subject( $subject )\n{\n    $subject = 'Your customized subject';\n\n    return $subject;\n}\n\nadd_filter( 'wp_username_changed_email_body', 'change_email_body' );\n\nfunction change_email_body( $old_username, $new_username )\n{\n    $email_body = \"Your custom email text body.\";\n\n    return $email_body;\n}\n\n?>\n\u003C\u002Fcode>\u003C\u002Fpre>\n","Easily Edit User Profile Username clicking a button.",2000,24886,5,"2025-12-08T15:37:00.000Z","6.9.4","5.6","8.0",[54,21,23,55,56],"ajax","user-profile","username","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fwp-edit-username\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwp-edit-username.2.0.5.zip",99,"2023-12-19 00:00:00",{"slug":62,"name":63,"version":64,"author":65,"author_profile":66,"description":67,"short_description":68,"active_installs":69,"downloaded":70,"rating":71,"num_ratings":72,"last_updated":73,"tested_up_to":16,"requires_at_least":74,"requires_php":75,"tags":76,"homepage":75,"download_link":80,"security_score":59,"vuln_count":14,"unpatched_count":27,"last_vuln_date":81,"fetched_at":29},"username-updater","Easy Username Updater","1.0.6","Yogesh Pant","https:\u002F\u002Fprofiles.wordpress.org\u002Fyogeshpant\u002F","\u003Cp>Easy Username updater is a plugin which allows administrators to change usernames on their site. It provide list of users with their email address,username and role. It changes display name as well.\u003C\u002Fp>\n\u003Cp>This plugin also do following:\u003C\u002Fp>\n\u003Col>\n\u003Cli>Search the user by username, email address, or role.\u003C\u002Fli>\n\u003Cli>Send the updated username to user by email.\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Cp>How to install?\u003C\u002Fp>\n\u003Col>\n\u003Cli>Unzip the downloaded ‘username-updater.zip’ file\u003C\u002Fli>\n\u003Cli>Upload the ‘username-updater’ folder to ‘\u002Fwp-content\u002Fplugins’ directory of your WordPress installation\u003C\u002Fli>\n\u003Cli>Activate the plugin via the WordPress Plugins page\u003C\u002Fli>\n\u003Cli>A new submenu will automatically create on users menu\u003C\u002Fli>\n\u003C\u002Fol>\n","A plugin to change registered username and display name.",10000,125946,86,39,"2025-07-03T12:54:00.000Z","4.0","",[21,77,62,78,79],"easy-username-updater","wordpress-username-changer","wordpress-username-updater","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fusername-updater.zip","2022-07-12 00:00:00",{"slug":83,"name":84,"version":85,"author":86,"author_profile":87,"description":88,"short_description":89,"active_installs":69,"downloaded":90,"rating":91,"num_ratings":92,"last_updated":93,"tested_up_to":50,"requires_at_least":94,"requires_php":95,"tags":96,"homepage":101,"download_link":102,"security_score":13,"vuln_count":14,"unpatched_count":27,"last_vuln_date":103,"fetched_at":29},"wp-change-email-sender","WP Change Email Sender","3.2","Md Aminur Islam","https:\u002F\u002Fprofiles.wordpress.org\u002Faminurislam01\u002F","\u003Cp>This plugin enable you to change mail sender name and email address from WordPress default mail sender name and email.\u003Cbr \u002F>\nAfter install go to Settings->General.\u003C\u002Fp>\n\u003Ch4>Plugin Features\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Change WordPress default mail sender name.\u003C\u002Fli>\n\u003Cli>Change WordPress default mail sender email address.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Support\u003C\u002Fh3>\n\u003Cp>If you find this plugin useful, consider supporting its development through a \u003Ca href=\"https:\u002F\u002Fwww.buymeacoffee.com\u002Faiarnob\" rel=\"nofollow ugc\">donation\u003C\u002Fa>.\u003C\u002Fp>\n","Easily change WordPress default mail sender name and email address",53287,96,6,"2025-12-23T15:31:00.000Z","5.8","7.4",[97,98,83,99,100],"wordpress-default-email-sender-change","wp-change-default-email-sender","wp-default-email-change","wp-default-email-sender-name-change","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fwp-change-email-sender\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwp-change-email-sender.3.2.zip","2024-03-25 00:00:00",{"slug":21,"name":105,"version":106,"author":107,"author_profile":108,"description":109,"short_description":110,"active_installs":111,"downloaded":112,"rating":113,"num_ratings":48,"last_updated":114,"tested_up_to":115,"requires_at_least":116,"requires_php":117,"tags":118,"homepage":75,"download_link":121,"security_score":122,"vuln_count":27,"unpatched_count":27,"last_vuln_date":28,"fetched_at":29},"Change Username","1.0.2","Danny van Kooten","https:\u002F\u002Fprofiles.wordpress.org\u002Fdvankooten\u002F","\u003Cp>Change usernames of your WordPress users effectively.\u003C\u002Fp>\n\u003Ch3>Change Username\u003C\u002Fh3>\n\u003Cp>This plugin allows you to change usernames of your WordPress users in an effective and safe way.\u003C\u002Fp>\n\u003Cp>By default, WordPress itself does not allow usernames to be changed. The other plugins for changing usernames do not scale all that well for sites with a large number of users.\u003C\u002Fp>\n\u003Cp>This plugin takes a different approach by simply enhancing the default “edit user” page and then processing the username change over AJAX, resulting in a much faster and user-friendly experience.\u003C\u002Fp>\n\u003Ch3>Requirements\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>PHP version 7.2 or higher\u003C\u002Fli>\n\u003Cli>WordPress version 4.1 or higher\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>About the author\u003C\u002Fh3>\n\u003Cp>Danny van Kooten has been developing plugins for WordPress since version 3.0, all the way back in 2010. Read more about him on \u003Ca href=\"https:\u002F\u002Fwww.dannyvankooten.com\u002F\" rel=\"nofollow ugc\">his personal website\u003C\u002Fa> or have a look at his various other \u003Ca href=\"https:\u002F\u002Fdannyvankooten.com\u002Fwordpress-plugins\u002F\" rel=\"nofollow ugc\">WordPress plugins\u003C\u002Fa>.\u003C\u002Fp>\n","Change usernames of your WordPress users effectively.",4000,27043,88,"2024-10-04T11:54:00.000Z","6.6.5","4.1","7.2",[119,21,120,56],"change-login","login","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fchange-username.1.0.2.zip",92,{"slug":56,"name":124,"version":125,"author":126,"author_profile":127,"description":128,"short_description":129,"active_installs":130,"downloaded":131,"rating":132,"num_ratings":133,"last_updated":134,"tested_up_to":135,"requires_at_least":136,"requires_php":75,"tags":137,"homepage":127,"download_link":140,"security_score":122,"vuln_count":27,"unpatched_count":27,"last_vuln_date":28,"fetched_at":29},"Username","1.3","Pranav Pathak","https:\u002F\u002Fprofiles.wordpress.org\u002Fpranavpathakjaora\u002F","\u003Cp>The Username plugin helps to change username of admin, without effecting other user’s username. First it will check if same username is exist or not. if same username is not exist, then only it will update existing user’s username. Every administrator can change only his\u002Fher username from admin panel.\u003C\u002Fp>\n\u003Cp>After activation there is a sub menu in Settings called Username. Click on this and there is an option to change Username. Insert your new username and then in settings there is an option \u003Cstrong>Click to check username is exist or not\u003C\u002Fstrong> Click and check user is exist or not. If username already exist then it will alert you as \u003Cstrong>Username In Use!\u003C\u002Fstrong> in red color, else it will alert you \u003Cstrong>Username Not In Use!\u003C\u002Fstrong> in green color. If username is not exist and user click on submit then it will update username and it will redirect to login page. Now login with new username.\u003C\u002Fp>\n\u003Cp>Note Password remains same. It is completely safe.\u003Cbr \u002F>\nIf you are not redirect to login page that means Username is not changed.\u003C\u002Fp>\n\u003Ch4>Requirements\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>WordPress 3.5.1 or greater\u003C\u002Fli>\n\u003Cli>PHP 5.2.6 or greater (5.3 recommended)\u003C\u002Fli>\n\u003Cli>MySQL 4.1.2 or greater (5.x recommended)\u003C\u002Fli>\n\u003C\u002Ful>\n","The Username plugin helps to change username, only if username is not exist and without effecting others user's username.",900,15145,80,4,"2024-12-10T03:26:00.000Z","6.7.5","3.5.2",[138,21,139],"admin","username-changer","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fusername.1.3.zip",{"attackSurface":142,"codeSignals":154,"taintFlows":164,"riskAssessment":165,"analyzedAt":188},{"hooks":143,"ajaxHandlers":150,"restRoutes":151,"shortcodes":152,"cronEvents":153,"entryPointCount":27,"unprotectedCount":27},[144],{"type":145,"name":146,"callback":147,"file":148,"line":149},"action","admin_menu","ace_custom_menu","admin-credentials-editor.php",18,[],[],[],[],{"dangerousFunctions":155,"sqlUsage":156,"outputEscaping":158,"fileOperations":27,"externalRequests":27,"nonceChecks":14,"capabilityChecks":14,"bundledLibraries":163},[],{"prepared":27,"raw":27,"locations":157},[],{"escaped":133,"rawEcho":14,"locations":159},[160],{"file":148,"line":161,"context":162},71,"raw output",[],[],{"summary":166,"deductions":167},"The \"admin-credentials-editor\" v1.0.0 plugin exhibits a strong security posture based on the provided static analysis.  The complete absence of identified attack surface points like unprotected AJAX handlers, REST API routes, shortcodes, or cron events is a significant strength. Furthermore, the code signals indicate robust security practices, including 100% usage of prepared statements for SQL queries, a high rate of output escaping, and the presence of nonce and capability checks. The lack of any file operations or external HTTP requests further limits potential avenues for exploitation.\n\nThe vulnerability history is also exceptionally clean, with no known CVEs reported for this plugin. This suggests a history of secure development and proactive maintenance, or potentially a less complex plugin that has not yet attracted significant security scrutiny. The absence of critical or high-severity taint flows in the analysis further reinforces the impression of a well-written and secure plugin.  While the analysis is positive, it's worth noting that static analysis is not exhaustive and real-world vulnerabilities can sometimes be missed.  However, based on the provided data, this plugin appears to be a low-risk addition to a WordPress site.",[168,170,172,174,176,178,180,182,184,186],{"reason":169,"points":33},"High rate of output escaping (80%)",{"reason":171,"points":14},"Presence of nonce checks",{"reason":173,"points":14},"Presence of capability checks",{"reason":175,"points":14},"100% SQL queries use prepared statements",{"reason":177,"points":14},"No dangerous functions found",{"reason":179,"points":14},"No file operations found",{"reason":181,"points":14},"No external HTTP requests found",{"reason":183,"points":14},"No critical or high severity taint flows",{"reason":185,"points":14},"No known CVEs",{"reason":187,"points":14},"Zero attack surface points without auth","2026-03-17T00:37:36.903Z",{"wat":190,"direct":195},{"assetPaths":191,"generatorPatterns":192,"scriptPaths":193,"versionParams":194},[],[],[],[],{"cssClasses":196,"htmlComments":198,"htmlAttributes":199,"restEndpoints":208,"jsGlobals":209,"shortcodeOutput":210},[197],"wrap",[],[200,201,202,203,204,205,206,207],"name=\"ace_username\"","id=\"ace_username\"","name=\"ace_email\"","id=\"ace_email\"","name=\"ace_password\"","id=\"ace_password\"","name=\"ace_nonce_field\"","name=\"ace_submit\"",[],[],[]]