AH JWT Auth Security & Risk Analysis

wordpress.org/plugins/ah-jwt-auth

This plugin allows sign in to WordPress using a JSON Web Token (JWT) contained in a HTTP Header.

10 active installs v1.5.4 PHP 7.0+ WP 4.7+ Updated Mar 5, 2025
authauthenticationjwtloginsso
92
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is AH JWT Auth Safe to Use in 2026?

Generally Safe

Score 92/100

AH JWT Auth has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 1yr ago
Risk Assessment

The ah-jwt-auth plugin v1.5.4 exhibits a generally strong security posture based on the provided static analysis. The absence of any known CVEs and the plugin's track record of no recorded vulnerabilities further bolster this assessment. The code demonstrates good practices by utilizing prepared statements for all SQL queries and properly escaping all outputs. There are no identified dangerous functions, file operations, or taint flows, which are significant indicators of a secure codebase. The attack surface is also minimal, with no unprotected entry points.

However, a few areas warrant attention. The presence of a single cron event, while not explicitly flagged as unprotected, represents a potential entry point that could be further scrutinized. The plugin also makes one external HTTP request, which, depending on its purpose and destination, could introduce external dependencies or risks if not handled with proper validation and security considerations. The lack of any nonce checks is a concern, especially if the cron event or external HTTP request could be triggered or manipulated by unauthenticated users. While capability checks are present, their effectiveness in securing all potential actions associated with the cron event or HTTP request cannot be definitively determined without further context.

Key Concerns

  • External HTTP requests made
  • Cron events present
  • No nonce checks
Vulnerabilities
None known

AH JWT Auth Security Vulnerabilities

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

AH JWT Auth Release Timeline

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

AH JWT Auth Code Analysis

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

Output Escaping

100% escaped14 total outputs
Attack Surface

AH JWT Auth Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 6
actionadmin_initincludes\class-ahjwtauthadmin.php:28
actionadmin_menuincludes\class-ahjwtauthadmin.php:29
actionadmin_noticesincludes\class-ahjwtauthsignin.php:37
actionlogin_headincludes\class-ahjwtauthsignin.php:38
actionlogin_headincludes\class-ahjwtauthsignin.php:39
actionahjwtauth_refresh_jwksincludes\class-ahjwtauthsignin.php:40

Scheduled Events 1

ahjwtauth_refresh_jwks
Maintenance & Trust

AH JWT Auth Maintenance & Trust

Maintenance Signals

WordPress version tested6.7.5
Last updatedMar 5, 2025
PHP min version7.0
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

AH JWT Auth Developer Profile

andrewheberle

1 plugin · 10 total installs

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

How We Detect AH JWT Auth

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/ah-jwt-auth/assets/css/ahjwt-auth-admin.css/wp-content/plugins/ah-jwt-auth/assets/js/ahjwt-auth-admin.js/wp-content/plugins/ah-jwt-auth/assets/js/ahjwt-auth-frontend.js
Script Paths
/wp-content/plugins/ah-jwt-auth/assets/js/ahjwt-auth-admin.js/wp-content/plugins/ah-jwt-auth/assets/js/ahjwt-auth-frontend.js
Version Parameters
ah-jwt-auth/assets/css/ahjwt-auth-admin.css?ver=ah-jwt-auth/assets/js/ahjwt-auth-admin.js?ver=ah-jwt-auth/assets/js/ahjwt-auth-frontend.js?ver=

HTML / DOM Fingerprints

CSS Classes
ahjwt-auth-admin-pageahjwt-auth-settings-fields
Data Attributes
data-ahjwt-auth-action
JS Globals
ahJwtAuthFrontend
FAQ

Frequently Asked Questions about AH JWT Auth