[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$ft7PCer8KpI1DiBGjdsobgEudrLbc5ScHAtx_VnaVMqk":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":15,"tags":18,"homepage":22,"download_link":23,"security_score":13,"vuln_count":24,"unpatched_count":24,"last_vuln_date":25,"fetched_at":26,"vulnerabilities":27,"developer":28,"crawl_stats":25,"alternatives":32,"analysis":33,"fingerprints":109},"nationwide-auto-transportation-quote-calculator","Nationwide Auto-Transportation Quote Calculator","1.0","nationwideautotransport","https:\u002F\u002Fprofiles.wordpress.org\u002Fnationwideautotransport\u002F","\u003Cp>All You Need To Know About The WordPress Plugin For Car Shipping Cost\u003C\u002Fp>\n\u003Cp>Nationwide Auto Transportation has developed a simple, easy to use WordPress plugin.  It is easily installed on any website and provides services for immediate shipping quotes to all consumers visiting the website.\u003Cbr \u002F>\nRegardless of whether you are an auto auction website, a dealership, a moving company, a college or a university, it is likely that you are tired of people asking about shipping of their vehicles.\u003Cbr \u002F>\nTo help with this service and to add an advanced feature, this plugin is the ideal solution. Upon installing the WordPress plugin,\u003Cbr \u002F>\n you will be presented with a setting allowing you to personalize the design so that it matches your website theme.\u003Cbr \u002F>\nNationwide Auto Transportation is one of the largest and most well-known auto transportation companies and with our experience,\u003Cbr \u002F>\nwe have identified that the best thing is to offer this shipping cost plugin to all consumers who are dealing with queries regarding shipping.\u003Cbr \u002F>\nIf you have any concerns, feel free to contact us with questions regarding the plugin.\u003Cbr \u002F>\nIt is also possible to visit the Nationwide Auto Transportation website to view the plugin at \u003Ca href=\"https:\u002F\u002Fnationwideautotransportation.com\u002F\" title=\"Nationwide Auto Transportation\" rel=\"nofollow ugc\">NationwideAutoTransportation.com\u003C\u002Fa>.\u003Cbr \u002F>\nThe shipping calculator in the plugin is similar to a traditional calculator with an auto-complete feature for the consumer’s use.\u003Cbr \u002F>\nIt is also possible to customize settings of the default city and state regarding collection location on the shipping calculator.\u003Cbr \u002F>\nThe user will be able to opt for a particular type of vehicle and can obtain a quote regarding the open or closed trailers; as well as viewing the conditions of the car en route.\u003Cbr \u002F>\n If they wish to complete the booking, it is possible to do this using the plugin. The estimate provided on the plugin presents with a full support guarantee from Nationwide Auto Transportation.\u003Cbr \u002F>\nTo begin using the plugin, it is possible to download the plugin for free and use the free support available from Nationwide Auto Transportation.\u003C\u002Fp>\n","Quote Calculator Plugin for Getting Free Quotes from Nationwide Auto-Transportation",10,2085,100,1,"","4.8.28","2.9.0",[19,20,21],"auto-shipping-calculator","car-shipping-calculator","vehicle-shipping-calculator","https:\u002F\u002Fnationwideautotransportation.com\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fnationwide-auto-transportation-quote-calculator.zip",0,null,"2026-03-15T10:48:56.248Z",[],{"slug":7,"display_name":7,"profile_url":8,"plugin_count":14,"total_installs":11,"avg_security_score":13,"avg_patch_time_days":29,"trust_score":30,"computed_at":31},30,94,"2026-04-04T20:25:10.039Z",[],{"attackSurface":34,"codeSignals":51,"taintFlows":70,"riskAssessment":98,"analyzedAt":108},{"hooks":35,"ajaxHandlers":42,"restRoutes":43,"shortcodes":44,"cronEvents":50,"entryPointCount":14,"unprotectedCount":24},[36],{"type":37,"name":38,"callback":39,"file":40,"line":41},"action","admin_menu","nat_qc_setupMenu","nat-quote-calculator.php",15,[],[],[45],{"tag":46,"callback":47,"file":48,"line":49},"nat-quote-calculator","nat_qc_quoteCalculatorShortcode","functions.php",463,[],{"dangerousFunctions":52,"sqlUsage":53,"outputEscaping":55,"fileOperations":24,"externalRequests":14,"nonceChecks":24,"capabilityChecks":24,"bundledLibraries":69},[],{"prepared":24,"raw":24,"locations":54},[],{"escaped":56,"rawEcho":57,"locations":58},69,4,[59,63,65,67],{"file":60,"line":61,"context":62},"calculator.php",9,"raw output",{"file":60,"line":64,"context":62},55,{"file":60,"line":66,"context":62},211,{"file":48,"line":68,"context":62},340,[],[71,90],{"entryPoint":72,"graph":73,"unsanitizedCount":14,"severity":89},"nat_qc_getQuoteForData (functions.php:163)",{"nodes":74,"edges":86},[75,80],{"id":76,"type":77,"label":78,"file":48,"line":79},"n0","source","$_SERVER",174,{"id":81,"type":82,"label":83,"file":48,"line":84,"wp_function":85},"n1","sink","wp_remote_post() [SSRF]",178,"wp_remote_post",[87],{"from":76,"to":81,"sanitized":88},false,"medium",{"entryPoint":91,"graph":92,"unsanitizedCount":14,"severity":89},"\u003Cfunctions> (functions.php:0)",{"nodes":93,"edges":96},[94,95],{"id":76,"type":77,"label":78,"file":48,"line":79},{"id":81,"type":82,"label":83,"file":48,"line":84,"wp_function":85},[97],{"from":76,"to":81,"sanitized":88},{"summary":99,"deductions":100},"The \"nationwide-auto-transportation-quote-calculator\" v1.0 plugin exhibits a generally strong security posture based on the provided static analysis. The absence of any known CVEs and the developer's apparent adherence to secure coding practices, such as utilizing prepared statements for all SQL queries and almost universally escaping output, are significant positive indicators. The limited attack surface, consisting of a single shortcode with no apparent access controls, also suggests a low risk of direct exploitation through common WordPress entry points.\n\nHowever, there are areas of concern that warrant attention. The presence of two taint flows with unsanitized paths, despite no critical or high severity being flagged, indicates potential for attackers to manipulate data inputs if not handled carefully within the shortcode's logic. Furthermore, the lack of any nonce checks or capability checks, particularly for the shortcode which represents the sole entry point, is a notable weakness. This means that any user, regardless of their logged-in status or privileges, could potentially trigger the shortcode's functionality, opening the door for Cross-Site Request Forgery (CSRF) or other unintended executions if the shortcode performs sensitive actions.\n\nIn conclusion, while the plugin demonstrates good practices in database and output handling and has a clean vulnerability history, the absence of authentication and authorization checks on its sole entry point, coupled with the identified unsanitized taint flows, presents a tangible risk. Addressing these specific security gaps should be a priority to further harden the plugin.",[101,103,106],{"reason":102,"points":11},"Unsanitized taint flows detected",{"reason":104,"points":105},"No nonce checks on entry points",5,{"reason":107,"points":105},"No capability checks on entry points","2026-03-16T23:14:36.937Z",{"wat":110,"direct":119},{"assetPaths":111,"generatorPatterns":114,"scriptPaths":115,"versionParams":116},[112,113],"\u002Fwp-content\u002Fplugins\u002Fnationwide-auto-transportation-quote-calculator\u002Fcss\u002Fadmin-page.css","\u002Fwp-content\u002Fplugins\u002Fnationwide-auto-transportation-quote-calculator\u002Fjs\u002Fadmin-page.js",[],[],[117,118],"nationwide-auto-transportation-quote-calculator\u002Fcss\u002Fadmin-page.css?ver=","nationwide-auto-transportation-quote-calculator\u002Fjs\u002Fadmin-page.js?ver=",{"cssClasses":120,"htmlComments":122,"htmlAttributes":123,"restEndpoints":139,"jsGlobals":140,"shortcodeOutput":142},[121],"input-container",[],[124,125,126,127,128,129,130,131,132,133,134,135,136,137,138],"id=\"title\"","id=\"main-color\"","id=\"secondary-color\"","id=\"submit-bg\"","id=\"submit-color\"","id=\"submit-hover-bg\"","id=\"submit-hover-color\"","id=\"additional-class\"","id=\"bg-image\"","id=\"background-overlay\"","id=\"calculator-size\"","id=\"default-zip\"","id=\"show-logo\"","id=\"shortcode\"","data-nat-quote-calculator",[],[141],"window.nat_qc_quoteCalculator",[143],"[nat-quote-caclculator]"]