Indeed Jobs Shortcode Security & Risk Analysis

wordpress.org/plugins/indeed-jobs-shortcode

This plugin allows users to add shortcode for indeed job API.

10 active installs v1.0.0 PHP + WP 4.5.2+ Updated Jun 20, 2016
importindeedjobs
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Indeed Jobs Shortcode Safe to Use in 2026?

Generally Safe

Score 85/100

Indeed Jobs Shortcode has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 9yr ago
Risk Assessment

The "indeed-jobs-shortcode" plugin version 1.0.0 exhibits a generally good security posture based on the static analysis. The plugin has a minimal attack surface, with only one shortcode and no unprotected entry points. The code demonstrates good practices by using prepared statements for all SQL queries and performing output escaping on a high percentage of outputs. The absence of dangerous functions, file operations, and external HTTP requests is also positive. Taint analysis shows no flows with unsanitized paths, indicating no immediate risks of code injection or similar vulnerabilities.

However, there are notable concerns regarding the lack of security checks. The plugin has zero nonce checks and zero capability checks across all its entry points. This is a significant weakness, as it means that any user, regardless of their role or permissions, could potentially trigger actions within the shortcode's functionality. While the current analysis shows no specific vulnerabilities being exploitable due to this, it opens the door for potential privilege escalation or unauthorized actions if the shortcode's functionality were to be manipulated. The vulnerability history shows no recorded CVEs, which is a positive sign, but it cannot fully compensate for the absence of essential security controls in the code itself.

In conclusion, while the plugin avoids common pitfalls like raw SQL and vulnerable code execution paths, the complete lack of nonce and capability checks presents a significant security debt. This makes the plugin susceptible to abuse if its shortcode's functionality is ever discovered to be exploitable without these checks. Users should be aware of this risk, and ideally, the developer should implement proper authorization checks for any actions performed via the shortcode.

Key Concerns

  • Missing nonce checks on shortcode
  • Missing capability checks on shortcode
  • Some output not properly escaped
Vulnerabilities
None known

Indeed Jobs Shortcode Security Vulnerabilities

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

Indeed Jobs Shortcode Release Timeline

No version history available.
Code Analysis
Analyzed Mar 16, 2026

Indeed Jobs Shortcode Code Analysis

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

Output Escaping

83% escaped6 total outputs
Attack Surface

Indeed Jobs Shortcode Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[indeed] indeed-job-shortcode.php:84
WordPress Hooks 2
actionadmin_menuadmin\class.indeed-shortcode-admin.php:7
actionadmin_initadmin\class.indeed-shortcode-admin.php:8
Maintenance & Trust

Indeed Jobs Shortcode Maintenance & Trust

Maintenance Signals

WordPress version tested4.7.33
Last updatedJun 20, 2016
PHP min version
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Indeed Jobs Shortcode Developer Profile

jackchuka

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 Indeed Jobs Shortcode

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
indeed-shortcode
Shortcode Output
<div class='indeed-shortcode'>[jobtitle][company][city]
FAQ

Frequently Asked Questions about Indeed Jobs Shortcode