Random Dog Security & Risk Analysis

wordpress.org/plugins/random-dog

This plugin adds widgets and shortcodes that show dogs randomly. Dogs are fetched from Dogs API(https://dog.ceo/dog-api/).

10 active installs v1.0 PHP 7.0+ WP 4.7+ Updated Mar 25, 2021
dogdogsimageimagesshortcode
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Random Dog Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 5yr ago
Risk Assessment

The "random-dog" v1.0 plugin exhibits a mixed security posture. On the positive side, it demonstrates good practices by avoiding dangerous functions, utilizing prepared statements for all SQL queries, and having no known vulnerabilities in its history. The attack surface is also relatively small, with only two shortcodes as entry points and no unprotected AJAX handlers or REST API routes. However, a significant concern arises from the complete lack of output escaping. This means any data rendered by the plugin, even if seemingly innocuous, could potentially be exploited for cross-site scripting (XSS) attacks if user-supplied or dynamic content is involved. Furthermore, the absence of nonce and capability checks on its entry points means that even though the attack surface is limited, these shortcodes could be triggered by any logged-in user, potentially leading to unintended actions if the shortcode's functionality is not purely read-only and benign.

Key Concerns

  • 0% of outputs properly escaped
  • 0 capability checks on entry points
  • 0 nonce checks on entry points
Vulnerabilities
None known

Random Dog Security Vulnerabilities

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

Random Dog Release Timeline

v1.0Current
Code Analysis
Analyzed Mar 17, 2026

Random Dog Code Analysis

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

Output Escaping

0% escaped6 total outputs
Attack Surface

Random Dog Attack Surface

Entry Points2
Unprotected0

Shortcodes 2

[dog] shortcode.php:29
[dogjs] shortcode.php:30
WordPress Hooks 1
actionwidgets_initwidget.php:75
Maintenance & Trust

Random Dog Maintenance & Trust

Maintenance Signals

WordPress version tested5.7.15
Last updatedMar 25, 2021
PHP min version7.0
Downloads977

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Random Dog Developer Profile

seieric

2 plugins · 20 total installs

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

How We Detect Random Dog

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

Asset Fingerprints

HTML / DOM Fingerprints

Shortcode Output
<img src=" loading="lazy" alt="A picture of a dog."><p>Dogs are sleeping.</p>
FAQ

Frequently Asked Questions about Random Dog