[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fvwoyu0pvwZpWO-dgDoQ9V80HeG2yAqI8fzmw2Lmx85I":3},{"slug":4,"name":5,"version":6,"author":4,"author_profile":7,"description":8,"short_description":9,"active_installs":10,"downloaded":11,"rating":12,"num_ratings":12,"last_updated":13,"tested_up_to":14,"requires_at_least":15,"requires_php":16,"tags":17,"homepage":23,"download_link":24,"security_score":25,"vuln_count":26,"unpatched_count":12,"last_vuln_date":27,"fetched_at":28,"vulnerabilities":29,"developer":45,"crawl_stats":35,"alternatives":47,"analysis":138,"fingerprints":260},"talkjs","TalkJS","0.1.16","https:\u002F\u002Fprofiles.wordpress.org\u002Ftalkjs\u002F","\u003Cp>The TalkJS plugin allows you to add user-to-user chat to your marketplace, on-demand app, or social platform. You’ll have it up and running in 5 minutes. It integrates fully with WooCommerce and marketplace\u002Fmulti-vendor plugins like WCVendors.\u003C\u002Fp>\n\u003Cp>This plugin offers you shortcodes and template tags for our three basic views: The inbox, the chatbox and the chat pop-up. It also adds a chatbox widget and an inbox-page.\u003C\u002Fp>\n\u003Cp>TalkJS is the messaging tool for platforms. Add buyer seller chat to your marketplace, on-demand app, or peer-to-peer chat to your social platform. Similar to what Airbnb, Upwork, or LinkedIn are offering in messaging.\u003C\u002Fp>\n\u003Cp>By providing direct contact between your users, you’re saving on customer support time, increase user interaction and retention.\u003C\u002Fp>\n\u003Cp>With this plugin, you can add TalkJS to your WordPress installation in just a few clicks and allow your users to chat with each other inside of your website or app right away!\u003C\u002Fp>\n\u003Cp>NOTE: This plugin is free, but you’ll need a TalkJS subscription to be able to use it in a production environment. TalkJS offers unlimited testing and a 14 day free trial when you go live.\u003C\u002Fp>\n\u003Ch3>For developers\u003C\u002Fh3>\n\u003Cp>If you’re looking to integrate the TalkJS messaging platform to your WordPress site, this is the easiest way to do it.\u003Cbr \u002F>\nYou can use three methods of implementation:\u003C\u002Fp>\n\u003Col>\n\u003Cli>Shortcodes\u003C\u002Fli>\n\u003Cli>Widgets\u003C\u002Fli>\n\u003Cli>Template tags\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Ch3>Shortcodes\u003C\u002Fh3>\n\u003Cp>You can use shortcodes on a post-by-post basis. The following three shortcodes allows you to easily use any TalkJS UI:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ccode>[talkjs_chat]\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>\u003Ccode>[talkjs_inbox]\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>\u003Ccode>[talkjs_popup]\u003C\u002Fcode>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>You can pass along the default conversation user for the chat and the popup. You do this by adding a user ID to the shortcode: [talkjs_chat user=”2″]\u003C\u002Fp>\n\u003Cp>If you wish to get the author of the post as your conversation user you can use the following: [talkjs_chat userType=”author”]. You shouldn’t fill in the user ID in this case since it overwrites the \u003Ccode>userType\u003C\u002Fcode>.\u003C\u002Fp>\n\u003Cp>With all three you can pass along a custom welcome message like this: [talkjs_chat welcomeMessage=”Hi there!”]\u003C\u002Fp>\n\u003Cp>For Inbox and Chatbox, you can also customize the width and height of the shortcodes by passing \u003Ccode>width\u003C\u002Fcode> and \u003Ccode>height\u003C\u002Fcode> properties like this: [talkjs_chat height=”500px” width=”250px”]\u003C\u002Fp>\n\u003Cp>There are some predefined styles to make integration easier, if you want full control over the style of the TalkJS UI container, you can pass \u003Ccode>style\u003C\u002Fcode> property to overwrite the default styles. \u003Ccode>width\u003C\u002Fcode> and \u003Ccode>height\u003C\u002Fcode> properties are ignored when \u003Ccode>style\u003C\u002Fcode> is used.\u003C\u002Fp>\n\u003Cp>The popup also has an option to keep it open between pages by using the shortcode with the keepOpen property e.g. [talkjs_popup keepOpen=”true”]\u003C\u002Fp>\n\u003Ch3>Widgets\u003C\u002Fh3>\n\u003Cp>There’s currently only one widget available: The TalkJS Chatbox widget. In it you can set a title, a welcome message and the conversation user (the current post author if blank)\u003C\u002Fp>\n\u003Ch3>Template tags\u003C\u002Fh3>\n\u003Cp>You can use template tags if you want to display the chatbox, inbox or popup on certain templates. You use them in your code like so:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u003C?php talkjs_chat();?>\n\u003C?php talkjs_popup();?>\n\u003C?php talkjs_inbox();?>\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>You can pass along the same attributes as in the shortcode-version. You add them in an array, like this:\u003Cbr \u002F>\n     “Hi there, let\\’s chat!”,\u003Cbr \u002F>\n        ‘userType’ => ‘author’\u003Cbr \u002F>\n    ]);\u003Cbr \u002F>\n    ?>\u003C\u002Fp>\n\u003Ch3>Welcome Message customization\u003C\u002Fh3>\n\u003Cp>You can add custom variables to your welcome message. These variables are available:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>{{first_name}} -> logged in users’ first name.\u003C\u002Fli>\n\u003Cli>{{last_name}} -> logged in users’ last name.\u003C\u002Fli>\n\u003Cli>{{name}} -> logged in users’ full name.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Available filters\u003C\u002Fh3>\n\u003Cp>We currently have one filter available for developers. Feel free to contact us if you need any other filters.\u003C\u002Fp>\n\u003Ch3>talkjs_hidden_post_types_for_chat_popup\u003C\u002Fh3>\n\u003Cp>Hide your custom post-type as a viable chat option.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u003C?php\nadd_filter( 'talkjs_hidden_post_types_for_chat_popup', function( $postTypes ){\n\n    $postTypes[] = 'my-custom-post-type';\n    return $postTypes;\n\n});\n?>\n\u003C\u002Fcode>\u003C\u002Fpre>\n","Launch production-ready chat in minutes with a powerful API, feature-rich SDKs, and a fully customizable design.",40,11091,0,"2026-02-19T16:30:00.000Z","6.9.4","4.4","5.3",[18,19,20,21,22],"buyer-seller-chat","chat","customer-support","marketplace","messaging","https:\u002F\u002Fwww.talkjs.com","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Ftalkjs.0.1.16.zip",99,1,"2026-02-18 15:58:50","2026-03-15T15:16:48.613Z",[30],{"id":31,"url_slug":32,"title":33,"description":34,"plugin_slug":4,"theme_slug":35,"affected_versions":36,"patched_in_version":6,"severity":37,"cvss_score":38,"cvss_vector":39,"vuln_type":40,"published_date":27,"updated_date":41,"references":42,"days_to_patch":44},"CVE-2026-1055","talkjs-authenticated-administrator-stored-cross-site-scripting-via-welcomemessage-parameter","TalkJS \u003C= 0.1.15 - Authenticated (Administrator+) Stored Cross-Site Scripting via 'welcomeMessage' Parameter","The TalkJS plugin for WordPress is vulnerable to Stored Cross-Site Scripting via admin settings in all versions up to, and including, 0.1.15 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with administrator-level permissions and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. This only affects multi-site installations and installations where unfiltered_html has been disabled.",null,"\u003C=0.1.15","medium",4.4,"CVSS:3.1\u002FAV:N\u002FAC:H\u002FPR:H\u002FUI:N\u002FS:C\u002FC:L\u002FI:L\u002FA:N","Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')","2026-02-25 14:27:53",[43],"https:\u002F\u002Fwww.wordfence.com\u002Fthreat-intel\u002Fvulnerabilities\u002Fid\u002Ff91ed211-9703-44fb-a2f8-8d8da910b4c7?source=api-prod",7,{"slug":4,"display_name":4,"profile_url":7,"plugin_count":26,"total_installs":10,"avg_security_score":25,"avg_patch_time_days":44,"trust_score":25,"computed_at":46},"2026-04-04T14:38:00.276Z",[48,70,86,99,114],{"slug":49,"name":50,"version":51,"author":52,"author_profile":53,"description":54,"short_description":55,"active_installs":56,"downloaded":57,"rating":58,"num_ratings":26,"last_updated":59,"tested_up_to":60,"requires_at_least":61,"requires_php":61,"tags":62,"homepage":67,"download_link":68,"security_score":69,"vuln_count":12,"unpatched_count":12,"last_vuln_date":35,"fetched_at":28},"paldesk-live-chat-helpdesk","Paldesk –  Live Chat & Helpdesk","1.1.5","paldesk","https:\u002F\u002Fprofiles.wordpress.org\u002Fpaldesk\u002F","\u003Cp>Paldesk is a live chat plugin that helps businesses proactively chat in real-time with visitors and customers to their website. Connect multiple channels into a single dashboard, respond to all your messages from one place. Start capturing leads, solving tickets & selling more.\u003C\u002Fp>\n\u003Cp>\u003Cspan class=\"embed-youtube\" style=\"text-align:center; display: block;\">\u003Ciframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https:\u002F\u002Fwww.youtube.com\u002Fembed\u002FRKOOBRAWY38?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\">\u003C\u002Fiframe>\u003C\u002Fspan>\u003C\u002Fp>\n\u003Cp>\u003Cstrong>INTEGRATIONS:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Built on-top of a robust customer helpdesk and ticketing software, Paldesk integrates with your most popular customer communication channels.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>• Email\n• Facebook\n• Twitter\n• Android & iOS Apps\n• Website\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Consolidate inbound inquiries from email, mobile apps and social networks so they can be answered from one convenient dashboard – or even from Slack!\u003C\u002Fp>\n\u003Cp>Stop juggling multiple accounts, logins and open browser windows and never miss an opportunity to engage or answer your customers.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>MAJOR FEATURES:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Paldesk is great for entrepreneurs and startups that are managing their first live chat channel, and scales easily to businesses with multiple chat operators in distinct teams or divisions.\u003C\u002Fp>\n\u003Cp>Explore some of the essential features Paldesk has to offer, listed below.\u003C\u002Fp>\n\u003Cp>•   \u003Cstrong>Multichat Support\u003C\u002Fstrong> – Add multiple chats and install them on more than one website.\u003Cbr \u002F>\n•   \u003Cstrong>Working Hours\u003C\u002Fstrong> – Add multiple chats and install them on more than one website.\u003Cbr \u002F>\n•   \u003Cstrong>Smart Chat Routing\u003C\u002Fstrong> – Assign chats to the ideal agent.\u003Cbr \u002F>\n•   \u003Cstrong>Ticketing\u003C\u002Fstrong> – Create, manage, respond and resolve tickets.\u003Cbr \u002F>\n•   \u003Cstrong>Predefined Answers\u003C\u002Fstrong> – Respond to FAQ questions faster and get more done.\u003Cbr \u002F>\n•   \u003Cstrong>chat Customization\u003C\u002Fstrong> – Customize your look and color of your website chat.\u003Cbr \u002F>\n•   \u003Cstrong>Notifications\u003C\u002Fstrong> – Get notified via email when a new conversation arrives.\u003C\u002Fp>\n\u003Cp>Compatible with Chrome, Firefox, Safari and Microsoft Edge.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>EASY INSTALLATION\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Paldesk – Live Chat & Helpdesk is easy to install and takes under 4 minutes to get up and running on WordPress.\u003C\u002Fp>\n\u003Cp>Start your journey! Get chatting! Download the Paldesk plugin now and \u003Ca href=\"https:\u002F\u002Fwww.paldesk.com\u002Fregistration-short?utm_source=wordpress.com&utm_medium=referral&utm_campaign=wordpress_plugin\" rel=\"nofollow ugc\">sign up here\u003C\u002Fa> for a free trial!\u003C\u002Fp>\n\u003Ch3>Override chat css Style\u003C\u002Fh3>\n\u003Cp>To override chat css, use class “.paldesk-chat” as parent class and “!important” for property values. Examples can be found in {plugin folder}\u002Fcss\u002Fsite\u002Fpaldesk-chat-override.css.tpl\u003C\u002Fp>\n","Powerful live chat & helpdesk plugin made for your WordPress website. Convert leads to sales & help customers in real time - it's free!",30,4748,100,"2020-08-18T09:07:00.000Z","5.5.0","",[20,63,64,65,66],"helpdesk","instant-messaging","live-chat","ticketing-system","http:\u002F\u002Fpaldesk.com","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fpaldesk-live-chat-helpdesk.zip",85,{"slug":71,"name":72,"version":73,"author":74,"author_profile":75,"description":76,"short_description":77,"active_installs":12,"downloaded":78,"rating":12,"num_ratings":12,"last_updated":61,"tested_up_to":14,"requires_at_least":79,"requires_php":80,"tags":81,"homepage":61,"download_link":84,"security_score":58,"vuln_count":12,"unpatched_count":12,"last_vuln_date":35,"fetched_at":85},"simple-chat-bot","Simple Chat Bot","1.0","SACHINRAJ CP","https:\u002F\u002Fprofiles.wordpress.org\u002Fsachinrajcp123\u002F","\u003Cp>**Simple Chat Bot ** is an easy-to-use WordPress plugin that integrates a chatbot interface on your website, allowing visitors to connect with you instantly through WhatsApp. Enhance your customer support and engagement with this straightforward plugin.\u003C\u002Fp>\n\u003Cp>Features include:\u003Cbr \u002F>\n– Simple setup with no coding required.\u003Cbr \u002F>\n– Customizable WhatsApp number for direct messaging.\u003Cbr \u002F>\n– Responsive design that works on all devices.\u003Cbr \u002F>\n– Option to display a chat interface for easy communication.\u003C\u002Fp>\n\u003Cp>Keep your visitors engaged and provide them with instant support while you manage your website!\u003C\u002Fp>\n","A user-friendly chatbot plugin for WordPress that enables seamless communication with your visitors via WhatsApp.",943,"5.0","7.0",[82,20,65,22,83],"chatbot","whatsapp","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsimple-chat-bot.1.0.zip","2026-03-15T10:48:56.248Z",{"slug":87,"name":88,"version":89,"author":90,"author_profile":91,"description":92,"short_description":93,"active_installs":12,"downloaded":94,"rating":58,"num_ratings":26,"last_updated":61,"tested_up_to":95,"requires_at_least":79,"requires_php":80,"tags":96,"homepage":61,"download_link":98,"security_score":58,"vuln_count":12,"unpatched_count":12,"last_vuln_date":35,"fetched_at":85},"simple-contact-button","Simple Contact Button","1.3","bbseo1","https:\u002F\u002Fprofiles.wordpress.org\u002Fbkubatt\u002F","\u003Cp>Simple Contact Button is a powerful and easy-to-use WordPress plugin that enhances user engagement and communication on your website by adding a customizable contact button. This plugin allows businesses and individuals to offer visitors an immediate and seamless way to connect through platforms like WhatsApp. By making communication effortless, you can boost user interaction and improve conversion rates, whether you’re running an e-commerce site, blog, or corporate website. The plugin’s flexibility allows you to customize the button’s appearance, position, and visibility to match your website’s design, ensuring an optimal user experience across different devices. With its minimal setup, you can quickly integrate a professional and responsive contact option that positions your brand as approachable and customer-focused, helping to build stronger relationships with your audience.\u003C\u002Fp>\n\u003Cp>We’ve introduced a new Plus plan to enhance your experience with additional premium features.\u003C\u002Fp>\n\u003Cp>Our Plus plan includes advanced features such as displaying the contact button on specific pages, posts, or only on the homepage. Additionally, an analytics integration has been added to track the number of clicks on the button. Upgrade to Plus to access these exclusive features!\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Key Features:\u003C\u002Fstrong>\u003Cbr \u002F>\n* Easy Setup: Quickly add a contact button to your website with minimal configuration.\u003Cbr \u002F>\n* Customizable Position: Position the button at the bottom-left or bottom-right corner.\u003Cbr \u002F>\n* Device Visibility Control: Display the button on desktop, mobile, or both.\u003Cbr \u002F>\n* Initial Message: Customize the message that users see when they start a chat.\u003Cbr \u002F>\n* Multiple Icon Choices: Choose from various icons to match your website’s design.\u003Cbr \u002F>\n* Page-Specific Visibility (Plus Plan): Display the contact button on specific pages, posts, or only on the homepage.\u003Cbr \u002F>\n* Click Tracking (Plus Plan): Integrated analytics to track the number of clicks on the contact button.\u003C\u002Fp>\n\u003Ch3>License\u003C\u002Fh3>\n\u003Cp>This plugin is licensed under the GPLv2 or later.\u003Cbr \u002F>\nLicense URI: https:\u002F\u002Fwww.gnu.org\u002Flicenses\u002Fgpl-2.0.html\u003C\u002Fp>\n","Simple Contact Button: Add a customizable contact button to your website, allowing visitors to connect with you instantly and easily.",1084,"6.6.5",[19,97,20,22,83],"contact-button","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsimple-contact-button.1.3.zip",{"slug":100,"name":101,"version":102,"author":103,"author_profile":104,"description":105,"short_description":106,"active_installs":12,"downloaded":107,"rating":12,"num_ratings":12,"last_updated":108,"tested_up_to":109,"requires_at_least":110,"requires_php":80,"tags":111,"homepage":61,"download_link":113,"security_score":58,"vuln_count":12,"unpatched_count":12,"last_vuln_date":35,"fetched_at":28},"talkxpert-chat","TalkXpert Chat","1.0.0","talkxpert","https:\u002F\u002Fprofiles.wordpress.org\u002Ftalkxpert\u002F","\u003Cp>Easily integrate TalkXpert’s AI-powered chat widget into your WordPress website to provide instant customer support and automated messaging.\u003C\u002Fp>\n\u003Cp>Once installed, users can go to \u003Cstrong>Settings > TalkXpert\u003C\u002Fstrong> and paste their TalkXpert API Key to get started. The chat widget will automatically be injected on the front-end of your website without needing any code.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Features:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Simple setup with just an API key\u003C\u002Fli>\n\u003Cli>Embed chat widget on every page\u003C\u002Fli>\n\u003Cli>Clean and optimized for speed\u003C\u002Fli>\n\u003Cli>Fully customizable via your TalkXpert dashboard\u003C\u002Fli>\n\u003Cli>Secure and async loading\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>A brief Markdown Example\u003C\u002Fh3>\n\u003Cp>Here’s what you get:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Add AI-powered chat widget with no coding\u003C\u002Fli>\n\u003Cli>Lightweight and async script loading\u003C\u002Fli>\n\u003Cli>Seamless integration with your existing site\u003C\u002Fli>\n\u003Cli>Safe, secure, and updated regularly\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Check out \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002F\" rel=\"ugc\">WordPress\u003C\u002Fa> or learn more about \u003Ca href=\"https:\u002F\u002Fdaringfireball.net\u002Fprojects\u002Fmarkdown\u002Fsyntax\" rel=\"nofollow ugc\">Markdown syntax\u003C\u002Fa>.\u003C\u002Fp>\n\u003Ch3>External Services\u003C\u002Fh3>\n\u003Cp>This plugin connects to an external service to load the TalkXpert Chat Widget.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\n\u003Cp>\u003Cstrong>What service?\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>TalkXpert chat service, provided at \u003Ca href=\"https:\u002F\u002Ftalkxpert.com\" rel=\"nofollow ugc\">https:\u002F\u002Ftalkxpert.com\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>This service is used to embed a live chat widget on the user’s website to allow real-time communication with site visitors.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>What data is sent and when?\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>The plugin sends the \u003Ccode>data-api-key\u003C\u002Fcode> (provided by the plugin user) to \u003Ccode>https:\u002F\u002Ftalkxpert.com\u002Fapi\u002Fchat-widget\u003C\u002Fcode> via a \u003Ccode>\u003Cscript>\u003C\u002Fcode> tag.\u003C\u002Fli>\n\u003Cli>No personally identifiable information (PII) is sent by default.\u003C\u002Fli>\n\u003Cli>Widget interaction and chat messages are handled by TalkXpert’s servers.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>Service Provider:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>TalkXpert by TalkXpert\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>Terms of Service:\u003C\u002Fstrong> \u003Ca href=\"https:\u002F\u002Ftalkxpert.com\u002Fterms\" rel=\"nofollow ugc\">https:\u002F\u002Ftalkxpert.com\u002Fterms\u003C\u002Fa>\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Privacy Policy:\u003C\u002Fstrong> \u003Ca href=\"https:\u002F\u002Ftalkxpert.com\u002Fprivacy\" rel=\"nofollow ugc\">https:\u002F\u002Ftalkxpert.com\u002Fprivacy\u003C\u002Fa>\u003C\u002Fli>\n\u003C\u002Ful>\n","Add TalkXpert’s AI-powered chat widget to your site for free. No coding required.",236,"2025-06-03T14:03:00.000Z","6.8.5","4.7",[112,82,20,65,22],"ai-assistant","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Ftalkxpert-chat.1.0.0.zip",{"slug":115,"name":116,"version":117,"author":118,"author_profile":119,"description":120,"short_description":121,"active_installs":122,"downloaded":123,"rating":124,"num_ratings":125,"last_updated":126,"tested_up_to":127,"requires_at_least":128,"requires_php":129,"tags":130,"homepage":61,"download_link":134,"security_score":135,"vuln_count":136,"unpatched_count":12,"last_vuln_date":137,"fetched_at":28},"facebook-messenger-customer-chat","Facebook Chat Plugin – Live Chat Plugin for WordPress","2.5","Facebook","https:\u002F\u002Fprofiles.wordpress.org\u002Ffacebook\u002F","\u003Cp>Communicate with customers on your website with Messenger-powered chat. Chat Plugin is a chat widget maintained by the Meta Business that enables live chat on your website.\u003C\u002Fp>\n\u003Cp>Whether they’re on their computer or their phone, website visitors will be able to message you anytime by clicking on a small Messenger chat bubble in the lower right corner of your site.\u003C\u002Fp>\n\u003Cp>Key features:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Website visitors can message you while browsing your site.\u003C\u002Fli>\n\u003Cli>Set up auto-replies and answers to common questions to serve customers when you’re not available.\u003C\u002Fli>\n\u003Cli>Continue the conversation with customers on Messenger even after they leave your website.\u003C\u002Fli>\n\u003Cli>Visitors without a Facebook Messenger account can ask you questions anonymously in Guest mode.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwww.facebook.com\u002Fbusiness\u002Fmessenger\u002Fget-started\" rel=\"nofollow ugc\">Messenger\u003C\u002Fa>’s familiar interface builds trust.\u003C\u002Fli>\n\u003Cli>No need to switch between apps to answer questions you get on the website.\u003C\u002Fli>\n\u003C\u002Ful>\n","The Facebook Chat Plugin makes it easy for your website visitors to chat with you and ask you questions, even if they don't have Messenger.",90000,1753271,70,303,"2022-07-05T23:01:00.000Z","5.9.13","3.9","5.2.4",[19,131,132,22,133],"customer-care","facebook","messenger","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Ffacebook-messenger-customer-chat.zip",84,2,"2020-08-04 00:00:00",{"attackSurface":139,"codeSignals":201,"taintFlows":247,"riskAssessment":248,"analyzedAt":259},{"hooks":140,"ajaxHandlers":197,"restRoutes":198,"shortcodes":199,"cronEvents":200,"entryPointCount":12,"unprotectedCount":12},[141,147,151,155,158,162,165,169,174,178,181,186,189,193],{"type":142,"name":143,"callback":144,"file":145,"line":146},"action","admin_enqueue_scripts","closure","classes\\admin\\Assets.php",21,{"type":142,"name":148,"callback":144,"file":149,"line":150},"admin_init","classes\\admin\\EventListeners.php",24,{"type":152,"name":153,"callback":144,"file":149,"line":154},"filter","plugin_action_links_talkjs\u002Ftalkjs.php",44,{"type":142,"name":156,"callback":144,"file":149,"line":157},"talkjs_settingspage_update",53,{"type":142,"name":159,"callback":144,"file":160,"line":161},"wp_loaded","classes\\admin\\OnboardingPageCreator.php",27,{"type":142,"name":159,"callback":144,"file":163,"line":164},"classes\\admin\\SettingsPageCreator.php",28,{"type":142,"name":166,"callback":144,"file":167,"line":168},"admin_notices","classes\\admin\\ui\\Notifications.php",39,{"type":142,"name":170,"callback":171,"file":172,"line":173},"admin_menu","display","classes\\admin\\ui\\SettingsPage.php",111,{"type":142,"name":175,"callback":144,"file":176,"line":177},"init","classes\\contracts\\05-ShortcodeInstance.php",26,{"type":142,"name":179,"callback":144,"file":180,"line":146},"wp_enqueue_scripts","classes\\frontend\\Assets.php",{"type":142,"name":182,"callback":183,"file":184,"line":185},"widgets_init","registerWidget","classes\\frontend\\EventListeners.php",20,{"type":142,"name":187,"callback":144,"file":184,"line":188},"wp_footer",23,{"type":152,"name":190,"callback":191,"priority":58,"file":184,"line":192},"nav_menu_css_class","addNavClasses",29,{"type":142,"name":194,"callback":144,"file":195,"line":196},"plugins_loaded","talkjs.php",203,[],[],[],[],{"dangerousFunctions":202,"sqlUsage":203,"outputEscaping":205,"fileOperations":12,"externalRequests":12,"nonceChecks":26,"capabilityChecks":26,"bundledLibraries":246},[],{"prepared":12,"raw":12,"locations":204},[],{"escaped":206,"rawEcho":207,"locations":208},52,15,[209,213,216,219,221,224,226,227,230,233,235,237,239,242,243],{"file":210,"line":211,"context":212},"classes\\admin\\ui\\FieldBuilder.php",91,"raw output",{"file":214,"line":215,"context":212},"classes\\admin\\ui\\MarkupBuilder.php",72,{"file":217,"line":218,"context":212},"classes\\chat\\Widget.php",48,{"file":217,"line":220,"context":212},51,{"file":222,"line":223,"context":212},"classes\\helpers\\TemplateTags.php",25,{"file":222,"line":225,"context":212},47,{"file":222,"line":124,"context":212},{"file":228,"line":229,"context":212},"classes\\popup\\Manager.php",19,{"file":231,"line":232,"context":212},"classes\\traits\\ImplementsTalkSession.php",83,{"file":231,"line":234,"context":212},119,{"file":231,"line":236,"context":212},126,{"file":231,"line":238,"context":212},136,{"file":240,"line":241,"context":212},"classes\\traits\\MakesConversation.php",22,{"file":240,"line":168,"context":212},{"file":244,"line":245,"context":212},"classes\\traits\\RendersHtml.php",37,[],[],{"summary":249,"deductions":250},"The 'talkjs' plugin v0.1.16 exhibits a generally positive security posture, demonstrating good practices such as the use of prepared statements for all SQL queries and a significant percentage of properly escaped outputs. The presence of nonce and capability checks is also a strong indicator of security awareness. The static analysis reveals no critical vulnerabilities in terms of dangerous functions, file operations, or external HTTP requests. Taint analysis also found no concerning flows. This suggests that, at the code level for this specific version, the plugin is relatively secure against common web vulnerabilities.\n\nHowever, the plugin's vulnerability history indicates a past issue with Cross-Site Scripting (XSS), identified by a CVE. While this vulnerability is marked as currently unpatched, the reported CVE details are from a future date (2026-02-18), which is highly unusual and might suggest an error in the provided data. If the CVE is indeed a real and past vulnerability that is unpatched, it represents a significant risk. The limited attack surface and lack of identified direct exploitable code paths in this version are strengths, but the historical context warrants careful consideration, especially if the CVE information is accurate and refers to a real, unpatched flaw.",[251,253,256],{"reason":252,"points":207},"Unpatched CVE (future date - investigate)",{"reason":254,"points":255},"1 medium severity vulnerability history",5,{"reason":257,"points":258},"78% output escaping (potential for minor XSS)",3,"2026-03-16T22:11:11.237Z",{"wat":261,"direct":278},{"assetPaths":262,"generatorPatterns":268,"scriptPaths":269,"versionParams":273},[263,264,265,266,267],"\u002Fwp-content\u002Fplugins\u002Ftalkjs\u002Fassets\u002Fdist\u002Fcss\u002Fadmin.css","\u002Fwp-content\u002Fplugins\u002Ftalkjs\u002Fassets\u002Fdist\u002Fjs\u002Ftalk.js","\u002Fwp-content\u002Fplugins\u002Ftalkjs\u002Fassets\u002Fdist\u002Fjs\u002Fapp.js","\u002Fwp-content\u002Fplugins\u002Ftalkjs\u002Fassets\u002Fdist\u002Fjs\u002Fcrypto-js.min.js","\u002Fwp-content\u002Fplugins\u002Ftalkjs\u002Fassets\u002Fdist\u002Fcss\u002Ftalkjs.css",[],[270,271,272],"assets\u002Fdist\u002Fjs\u002Ftalk.js","assets\u002Fdist\u002Fjs\u002Fapp.js","assets\u002Fdist\u002Fjs\u002Fcrypto-js.min.js",[274,275,276,277],"talkjs-admin?ver=","talkjs?ver=","talkjs-script?ver=","crypto-js?ver=",{"cssClasses":279,"htmlComments":282,"htmlAttributes":284,"restEndpoints":289,"jsGlobals":290,"shortcodeOutput":291},[280,281],"talkjs-chatbox","talkjs-inbox",[283],"\u003C!-- TALKJS: The messaging platform -->",[285,286,287,288],"data-talkjs-id","data-talkjs-role","data-talkjs-user-id","data-talkjs-theme",[],[5],[292,293],"[talkjs_chatbox]","[talkjs_inbox]"]