Code Snippets Tags Security & Risk Analysis

wordpress.org/plugins/code-snippets-tags

Organize your code snippets with tags. Adds support to the Code Snippets WordPress plugin for adding tags to snippets.

20 active installs v1.2.1 PHP + WP 3.3+ Updated Sep 5, 2015
categorycode-snippets-pluginorganizationtags
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Code Snippets Tags Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 10yr ago
Risk Assessment

The "code-snippets-tags" plugin v1.2.1 exhibits a generally positive security posture based on the provided static analysis. The absence of identified AJAX handlers, REST API routes, shortcodes, or cron events significantly limits the potential attack surface. Furthermore, the lack of dangerous functions, file operations, and external HTTP requests are all good security indicators. However, there are notable concerns arising from the SQL query handling and output escaping. With 100% of the identified SQL queries not using prepared statements, there's a significant risk of SQL injection vulnerabilities, especially if these queries involve user-supplied input. The fact that 50% of output escaping is not properly handled also raises concerns about potential cross-site scripting (XSS) vulnerabilities. While the vulnerability history shows no known CVEs, this could be due to limited past scrutiny or the plugin's limited functionality. The taint analysis showing unsanitized paths for all analyzed flows is a red flag and directly correlates with the potential for injection attacks related to SQL or output. In conclusion, while the plugin benefits from a small attack surface and a clean vulnerability history, the unaddressed risks in SQL query preparation and output escaping represent critical areas for improvement.

Key Concerns

  • SQL queries without prepared statements
  • Unescaped output identified
  • Unsanitized paths in taint analysis
Vulnerabilities
None known

Code Snippets Tags Security Vulnerabilities

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

Code Snippets Tags Code Analysis

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

SQL Query Safety

0% prepared4 total queries

Output Escaping

50% escaped6 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
filter_snippets (code-snippets-tags.php:245)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Code Snippets Tags Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 14
filtercode_snippets/database_table_columnscode-snippets-tags.php:72
actioncode_snippets/admin/singlecode-snippets-tags.php:75
filtercode_snippets/list_table/columnscode-snippets-tags.php:78
actioncode_snippets/list_table/column_tagscode-snippets-tags.php:79
actioncode_snippets/list_table/filter_controlscode-snippets-tags.php:82
filtercode_snippets/list_table/get_snippetscode-snippets-tags.php:83
filtercode_snippets/list_table/search_noticecode-snippets-tags.php:84
filtercode_snippets/list_table/required_form_fieldscode-snippets-tags.php:85
filtercode_snippets/escape_snippet_datacode-snippets-tags.php:88
filtercode_snippets/unescape_snippet_datacode-snippets-tags.php:89
filtercode_snippets/build_default_snippetcode-snippets-tags.php:92
filtercode_snippets/build_snippet_objectcode-snippets-tags.php:93
actionadmin_enqueue_scriptscode-snippets-tags.php:96
actioncode_snippets_initcode-snippets-tags.php:546
Maintenance & Trust

Code Snippets Tags Maintenance & Trust

Maintenance Signals

WordPress version tested4.0.38
Last updatedSep 5, 2015
PHP min version
Downloads4K

Community Trust

Rating100/100
Number of ratings1
Active installs20
Developer Profile

Code Snippets Tags Developer Profile

Shea Bunge

7 plugins · 22K total installs

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

How We Detect Code Snippets Tags

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/code-snippets-tags/css/admin-style.css/wp-content/plugins/code-snippets-tags/js/admin-script.js
Script Paths
/wp-content/plugins/code-snippets-tags/js/admin-script.js
Version Parameters
code-snippets-tags/css/admin-style.css?ver=code-snippets-tags/js/admin-script.js?ver=

HTML / DOM Fingerprints

CSS Classes
snippet-tags-inputsnippet-tags-filter
Data Attributes
data-tag-iddata-tag-name
JS Globals
code_snippets_tags_admin
FAQ

Frequently Asked Questions about Code Snippets Tags