Freelancer Time Log Pro Security & Risk Analysis

wordpress.org/plugins/freelancer-time-log-pro

A simple time tracking plugin for freelancers: admin-bar start/stop timer, per-user entries, client/project assignment, totals and CSV export.

0 active installs v1.0.3 PHP 7.4+ WP 6.0+ Updated Apr 5, 2026
admin-barfreelancersproductivitytime-trackertime-tracking
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Freelancer Time Log Pro Safe to Use in 2026?

Generally Safe

Score 100/100

Freelancer Time Log Pro has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 1mo ago
Risk Assessment

The "freelancer-time-log-pro" v1.0.3 plugin demonstrates a mixed security posture. On the positive side, the plugin utilizes prepared statements for all SQL queries and properly escapes all output, which are strong indicators of good coding practices and protection against common vulnerabilities like SQL injection and cross-site scripting (XSS). The absence of known CVEs and a clean vulnerability history further suggest a relatively stable and secure past.

However, a significant concern arises from the attack surface. The plugin exposes 10 AJAX handlers, with a substantial 8 of them lacking proper authentication checks. This creates a wide entry point for potential attackers. Compounding this, the taint analysis revealed one flow with unsanitized paths, flagged as high severity. While not classified as critical, this unsanitized path, especially in conjunction with unprotected AJAX endpoints, warrants careful attention as it could lead to unintended file system access or other security breaches.

In conclusion, while the plugin excels in secure data handling through prepared statements and proper output escaping, the numerous unprotected AJAX endpoints and the identified high-severity unsanitized path represent the most critical security weaknesses. These areas significantly increase the risk of unauthorized actions and potential exploits, outweighing the strengths in other areas of the analysis. Further investigation and patching of these specific entry points are strongly recommended.

Key Concerns

  • 8 unprotected AJAX handlers
  • 1 high severity unsanitized path flow
  • Limited nonce checks (2)
  • Limited capability checks (5)
Vulnerabilities
None known

Freelancer Time Log Pro Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

Freelancer Time Log Pro Release Timeline

v1.0.3Current
Code Analysis
Analyzed Apr 16, 2026

Freelancer Time Log Pro Code Analysis

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

SQL Query Safety

100% prepared24 total queries

Output Escaping

100% escaped50 total outputs
Data Flows · Security
1 unsanitized

Data Flow Analysis

4 flows1 with unsanitized paths
ajax_delete_entry (freelancer-time-log-pro.php:795)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface
8 unprotected

Freelancer Time Log Pro Attack Surface

Entry Points10
Unprotected8

AJAX Handlers 10

authwp_ajax_frtlp_tlog_get_statefreelancer-time-log-pro.php:41
authwp_ajax_frtlp_tlog_startfreelancer-time-log-pro.php:42
authwp_ajax_frtlp_tlog_pausefreelancer-time-log-pro.php:43
authwp_ajax_frtlp_tlog_resumefreelancer-time-log-pro.php:44
authwp_ajax_frtlp_tlog_finalizefreelancer-time-log-pro.php:45
authwp_ajax_frtlp_tlog_reopenfreelancer-time-log-pro.php:46
authwp_ajax_frtlp_tlog_stop_savefreelancer-time-log-pro.php:47
authwp_ajax_frtlp_tlog_delete_entryfreelancer-time-log-pro.php:48
authwp_ajax_frtlp_tlog_delete_allfreelancer-time-log-pro.php:49
authwp_ajax_frtlp_tlog_delete_projectfreelancer-time-log-pro.php:50
WordPress Hooks 9
actioninitfreelancer-time-log-pro.php:31
actionadmin_initfreelancer-time-log-pro.php:32
actionadmin_bar_menufreelancer-time-log-pro.php:34
actionadmin_enqueue_scriptsfreelancer-time-log-pro.php:35
actionadmin_menufreelancer-time-log-pro.php:37
actionadmin_initfreelancer-time-log-pro.php:38
actionadmin_post_frtlp_tlog_export_csvfreelancer-time-log-pro.php:53
actionadmin_footerfreelancer-time-log-pro.php:391
actionadmin_footerfreelancer-time-log-pro.php:392
Maintenance & Trust

Freelancer Time Log Pro Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedApr 5, 2026
PHP min version7.4
Downloads82

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

Freelancer Time Log Pro Developer Profile

Fred

1 plugin · 0 total installs

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

How We Detect Freelancer Time Log Pro

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/freelancer-time-log-pro/css/admin-style.css/wp-content/plugins/freelancer-time-log-pro/js/admin-script.js/wp-content/plugins/freelancer-time-log-pro/css/frontend-style.css
Script Paths
/wp-content/plugins/freelancer-time-log-pro/js/admin-script.js
Version Parameters
freelancer-time-log-pro/css/admin-style.css?ver=freelancer-time-log-pro/js/admin-script.js?ver=freelancer-time-log-pro/css/frontend-style.css?ver=

HTML / DOM Fingerprints

CSS Classes
frtlp-time-log-containerfrtlp-time-log-runningfrtlp-time-log-stopped
Data Attributes
data-frtlp-user-iddata-frtlp-running-state
JS Globals
frtlp_admin_ajax_urlfrtlp_current_user_id
REST Endpoints
/wp-json/frtlp/v1/state/wp-json/frtlp/v1/start/wp-json/frtlp/v1/pause/wp-json/frtlp/v1/resume/wp-json/frtlp/v1/finalize/wp-json/frtlp/v1/reopen/wp-json/frtlp/v1/stop-save/wp-json/frtlp/v1/delete-entry/wp-json/frtlp/v1/delete-all/wp-json/frtlp/v1/delete-project
FAQ

Frequently Asked Questions about Freelancer Time Log Pro