Link Grab-O-Matic Security & Risk Analysis

wordpress.org/plugins/link-grab-o-matic

Link Grab-O-Matic, is a simple interface to quickly and easily post links to your blog as posts.

10 active installs v1.1 PHP + WP 2.0.2+ Updated Apr 5, 2012
linkbloglinkinglinkspinningposts
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Link Grab-O-Matic Safe to Use in 2026?

Generally Safe

Score 85/100

Link Grab-O-Matic has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 14yr ago
Risk Assessment

The 'link-grab-o-matic' v1.1 plugin presents a mixed security posture. On one hand, the static analysis indicates a very small attack surface with no identifiable AJAX handlers, REST API routes, shortcodes, or cron events, and importantly, no unprotected entry points. This lack of direct user-facing vulnerabilities is a positive sign. Furthermore, the plugin's single SQL query is correctly implemented using prepared statements, and there's no recorded history of vulnerabilities, which suggests a generally well-maintained codebase.

However, significant concerns arise from the output escaping and taint analysis. The fact that 100% of the 34 detected output operations are not properly escaped is a critical security flaw, leaving the plugin highly susceptible to Cross-Site Scripting (XSS) attacks. Additionally, the taint analysis revealed 3 flows with unsanitized paths, even though they were not classified as critical or high severity. This, coupled with the absence of nonce and capability checks, means that if these unsanitized paths were exploitable, an attacker could potentially perform actions without proper authorization or validation. The bundled jQuery v1.7.1 is also notably outdated and presents a potential risk if it contains known vulnerabilities.

In conclusion, while the plugin demonstrates strengths in its limited attack surface and secure SQL handling, the lack of output escaping and the presence of unsanitized taint flows represent substantial security weaknesses. The absence of known CVEs is encouraging but does not mitigate the immediate risks identified in the code analysis. Developers should prioritize addressing the unescaped output and taint issues to significantly improve the plugin's security.

Key Concerns

  • Output escaping not properly implemented (100%)
  • Taint flows with unsanitized paths detected
  • Bundled outdated library (jQuery v1.7.1)
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Link Grab-O-Matic Security Vulnerabilities

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

Link Grab-O-Matic Code Analysis

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

Bundled Libraries

jQuery1.7.1

SQL Query Safety

100% prepared1 total queries

Output Escaping

0% escaped34 total outputs
Data Flows
3 unsanitized

Data Flow Analysis

3 flows3 with unsanitized paths
<lgom-post> (lgom-post.php:0)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Link Grab-O-Matic Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 6
filterthe_permalinkindex.php:57
filterthe_permalink_rssindex.php:58
actionadmin_initindex.php:60
actionadmin_menuindex.php:61
actionadmin_menuindex.php:169
actionadmin_initindex.php:175
Maintenance & Trust

Link Grab-O-Matic Maintenance & Trust

Maintenance Signals

WordPress version tested2.1
Last updatedApr 5, 2012
PHP min version
Downloads3K

Community Trust

Rating20/100
Number of ratings1
Active installs10
Developer Profile

Link Grab-O-Matic Developer Profile

futileboy

1 plugin · 10 total installs

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

How We Detect Link Grab-O-Matic

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/link-grab-o-matic/css/styles.min.css/wp-content/plugins/link-grab-o-matic/css/custom-theme/jquery-ui-1.8.18.custom.css/wp-content/plugins/link-grab-o-matic/js/jquery-1.7.1.min.js/wp-content/plugins/link-grab-o-matic/js/jquery-ui-1.8.18.custom.min.js/wp-content/plugins/link-grab-o-matic/js/script.min.js/wp-content/plugins/link-grab-o-matic/images/ajax-loader.gif
Script Paths
/wp-content/plugins/link-grab-o-matic/js/jquery-1.7.1.min.js/wp-content/plugins/link-grab-o-matic/js/jquery-ui-1.8.18.custom.min.js/wp-content/plugins/link-grab-o-matic/js/script.min.js
Version Parameters
link-grab-o-matic/js/jquery-1.7.1.min.js?ver=link-grab-o-matic/js/jquery-ui-1.8.18.custom.min.js?ver=link-grab-o-matic/js/script.min.js?ver=link-grab-o-matic/css/styles.min.css?ver=link-grab-o-matic/css/custom-theme/jquery-ui-1.8.18.custom.css?ver=

HTML / DOM Fingerprints

CSS Classes
inputwrapperstepssourceTitlepagenavimagewrapperimagecollectionreviewPostreviewTitle+3 more
Data Attributes
data-pagedata-posturlcontenteditable
Shortcode Output
<div id="prestep"><div class="inputwrapper"><input type="text" name="url" id="urlform" placeholder="http://www.website.com" /><button type="button" class="urlsubmit" name="submit" value="submit">go</button>
FAQ

Frequently Asked Questions about Link Grab-O-Matic