Tally Graph Security & Risk Analysis

wordpress.org/plugins/tally-graph

Add Google charts and graphs to your WordPress site based on tallies of any numeric custom field over time. Visualize progress toward any goal.

10 active installs v0.4.4 PHP + WP 2.5.1+ Updated Unknown
chartsgooglegraphsmashupvisualization
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Tally Graph Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs
Risk Assessment

The "tally-graph" plugin v0.4.4 exhibits a strong security posture based on the provided static analysis. The code adheres to good practices by demonstrating 100% proper output escaping for all identified outputs and 100% use of prepared statements for its SQL queries. The absence of dangerous functions, file operations, and external HTTP requests further contributes to a reduced attack surface. The taint analysis shows no identified flows, indicating no immediate concerns for unsanitized data being passed through the plugin's logic.

However, a significant concern arises from the lack of any explicit security checks, specifically zero nonce checks and zero capability checks across all entry points. While the static analysis reports zero unprotected entry points, this is likely due to the limited attack surface (only one shortcode). The complete absence of any authentication or authorization mechanisms, even for the single shortcode, presents a potential risk. If this shortcode were to handle user-provided data or perform any sensitive actions, it could be vulnerable to exploitation. The plugin's vulnerability history is clean, with zero known CVEs, which is positive, but this does not negate the inherent risks associated with the absence of security checks on its exposed functionality.

In conclusion, while "tally-graph" v0.4.4 demonstrates excellent coding practices in terms of SQL and output sanitization, the complete lack of nonce and capability checks on its shortcode is a notable weakness. This oversight could lead to vulnerabilities if the shortcode's functionality is expanded or if it processes any form of user input without proper authorization, despite its current clean record.

Key Concerns

  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Tally Graph Security Vulnerabilities

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

Tally Graph Code Analysis

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

SQL Query Safety

100% prepared3 total queries

Output Escaping

100% escaped5 total outputs
Attack Surface

Tally Graph Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[tally_graph] tally-graph.php:355
Maintenance & Trust

Tally Graph Maintenance & Trust

Maintenance Signals

WordPress version tested6.0.11
Last updatedUnknown
PHP min version
Downloads11K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Tally Graph Developer Profile

Dylan Kuhn

2 plugins · 2K total installs

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

How We Detect Tally Graph

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
tally_graph
Data Attributes
data-keydata-chsdata-chtdata-interval-countdata-tally-intervaldata-label-interval+4 more
Shortcode Output
<img class="<span class="
FAQ

Frequently Asked Questions about Tally Graph