Collaboration Security & Risk Analysis

wordpress.org/plugins/collaboration

A collaboration tool to integrate TogetherJS in to WordPress.

10 active installs v1.1 PHP + WP 3.0+ Updated Unknown
chatcollaboratecollaborationmulti-authortogetherjs
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Collaboration Safe to Use in 2026?

Generally Safe

Score 100/100

Collaboration has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs
Risk Assessment

The "collaboration" plugin v1.1 presents a mixed security posture. On the positive side, the plugin demonstrates excellent practices in several areas, including the absence of any known CVEs, no recorded vulnerability history, and the use of prepared statements for all SQL queries. Furthermore, there are no apparent external HTTP requests or file operations, and the identified entry points (AJAX handlers, REST API routes, shortcodes, cron events) are all zero, indicating a very small attack surface. The presence of nonce and capability checks is also a good sign.

However, the analysis reveals a significant concern regarding output escaping, with 0% of outputs being properly escaped. This is a critical vulnerability that can lead to Cross-Site Scripting (XSS) attacks, allowing attackers to inject malicious scripts into the website. Additionally, the presence of the `unserialize` function is a potential risk. If user-controlled data is passed to `unserialize` without proper sanitization and validation, it can lead to Remote Code Execution (RCE) vulnerabilities. The absence of taint analysis flows is noted, but this does not negate the risks presented by the other findings. The lack of vulnerability history is positive but does not guarantee future security.

In conclusion, while the "collaboration" plugin v1.1 has strengths in its limited attack surface and SQL security, the complete lack of output escaping and the presence of `unserialize` without clear sanitization present serious security risks that require immediate attention. These weaknesses significantly outweigh the strengths, making the plugin moderately risky in its current state.

Key Concerns

  • Unescaped output (0%)
  • Dangerous function: unserialize
Vulnerabilities
None known

Collaboration Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Code Analysis
Analyzed Mar 16, 2026

Collaboration Code Analysis

Dangerous Functions
1
Raw SQL Queries
0
0 prepared
Unescaped Output
6
0 escaped
Nonce Checks
1
Capability Checks
1
File Operations
0
External Requests
0
Bundled Libraries
0

Dangerous Functions Found

unserialize$settings = unserialize( $option );togetherjs.php:169

Output Escaping

0% escaped6 total outputs
Attack Surface

Collaboration Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 7
actionadmin_menutogetherjs.php:37
actionadmin_bar_menutogetherjs.php:53
actionwp_enqueue_scriptstogetherjs.php:56
actionadmin_enqueue_scriptstogetherjs.php:57
actionadmin_headtogetherjs.php:60
actionwp_headtogetherjs.php:61
actioninittogetherjs.php:608
Maintenance & Trust

Collaboration Maintenance & Trust

Maintenance Signals

WordPress version tested3.7.41
Last updatedUnknown
PHP min version
Downloads3K

Community Trust

Rating80/100
Number of ratings1
Active installs10
Developer Profile

Collaboration Developer Profile

Maxaud

4 plugins · 720 total installs

86
trust score
Avg Security Score
89/100
Avg Patch Time
30 days
View full developer profile
Detection Fingerprints

How We Detect Collaboration

Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.

Asset Fingerprints

Asset Paths
/wp-content/plugins/collaboration/js/together.js/wp-content/plugins/collaboration/css/collaboration.css
Script Paths
togetherjs.php?ver=
Version Parameters
collaboration/style.css?ver=

HTML / DOM Fingerprints

CSS Classes
togetherjs-menu-linktogetherjs-menu-link-opentogetherjs-collab-button
Data Attributes
data-toggle="togetherjs"data-target="#togetherjs-collab-button"
JS Globals
TogetherJSConfigTogetherJS
FAQ

Frequently Asked Questions about Collaboration