Last Modified Timestamp Security & Risk Analysis

wordpress.org/plugins/last-modified-timestamp

Adds the last modified time to the admin interface as well as a [last-modified] shortcode to use on the front-end.

8K active installs v1.0.6 PHP 5.3+ WP 4.6+ Updated Aug 16, 2025
last-modifiedmodified-timepage-modifiedpost-modifiedupdated-at
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Last Modified Timestamp Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs Updated 7mo ago
Risk Assessment

The "last-modified-timestamp" plugin, version 1.0.6, exhibits a generally good security posture based on the provided static analysis and vulnerability history. There are no identified critical or high-severity issues, and the plugin demonstrates sound practices like using prepared statements for SQL queries and an absence of file operations or external HTTP requests. The lack of recorded vulnerabilities in its history further suggests a robust development and maintenance process.

However, there are notable areas for improvement. The most significant concern is the complete lack of output escaping, meaning that any data rendered by the plugin could potentially be vulnerable to Cross-Site Scripting (XSS) attacks if that data originates from an untrusted source. While the attack surface is small and no unauthenticated entry points were detected, the absence of nonce and capability checks is also a weakness. While the static analysis reported zero taint flows, this could be due to the limited scope of the analysis or the nature of the code. The lack of these checks increases the risk if the single shortcode's output is ever influenced by user input.

Key Concerns

  • All output is unescaped
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Last Modified Timestamp Security Vulnerabilities

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

Last Modified Timestamp Code Analysis

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

Output Escaping

0% escaped3 total outputs
Attack Surface

Last Modified Timestamp Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[last-modified] last-modified-timestamp.php:42
WordPress Hooks 6
actioninitlast-modified-timestamp.php:40
actionadmin_print_styles-edit.phplast-modified-timestamp.php:47
actionadmin_print_styles-post.phplast-modified-timestamp.php:48
actionadmin_print_styles-post-new.phplast-modified-timestamp.php:49
actionpost_submitbox_misc_actionslast-modified-timestamp.php:50
filterpost_updated_messageslast-modified-timestamp.php:52
Maintenance & Trust

Last Modified Timestamp Maintenance & Trust

Maintenance Signals

WordPress version tested6.8.5
Last updatedAug 16, 2025
PHP min version5.3
Downloads84K

Community Trust

Rating100/100
Number of ratings28
Active installs8K
Developer Profile

Last Modified Timestamp Developer Profile

Evan Mattson

3 plugins · 8K total installs

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

How We Detect Last Modified Timestamp

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
last-modified-timestampmisc-pub-section-last
Shortcode Output
[last-modified]
FAQ

Frequently Asked Questions about Last Modified Timestamp