A litte more secure Security & Risk Analysis

wordpress.org/plugins/a-little-more-secure

Stop bots from brute force hacking your wp-login.php

100 active installs v1.0.4 PHP + WP 4.0+ Updated Apr 29, 2024
security
92
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is A litte more secure Safe to Use in 2026?

Generally Safe

Score 92/100

A litte more secure 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 "a-little-more-secure" plugin v1.0.4 demonstrates a generally strong security posture based on the provided static analysis. The complete absence of AJAX handlers, REST API routes, shortcodes, and cron events significantly limits the potential attack surface. Furthermore, the code signals indicate a positive trend towards secure coding practices, with no dangerous functions identified, all SQL queries utilizing prepared statements, and a single nonce check present. The absence of file operations and external HTTP requests also reduces common attack vectors.

However, there are a few areas that warrant attention. The low percentage of properly escaped output (20%) suggests a potential risk of Cross-Site Scripting (XSS) vulnerabilities if user-supplied data is not consistently handled with care. Additionally, the lack of capability checks, while not directly a vulnerability in itself without exposed entry points, could become a concern if future functionality introduces them without proper authorization mechanisms.

The plugin's vulnerability history is exceptionally clean, with zero recorded CVEs. This suggests either a history of secure development or a lack of prior in-depth security audits that might have uncovered latent issues. While a clean history is positive, it's crucial to remember that it does not guarantee future security. The overall conclusion is that the plugin is currently in a good state, with its minimal attack surface and secure SQL practices being significant strengths. The primary area for improvement is ensuring robust output escaping for all dynamic content to mitigate potential XSS risks.

Key Concerns

  • Low percentage of proper output escaping
  • No capability checks implemented
Vulnerabilities
None known

A litte more secure Security Vulnerabilities

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

A litte more secure Code Analysis

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

Output Escaping

20% escaped5 total outputs
Attack Surface

A litte more secure Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 4
actioninita-little-more-secure.php:40
actionlogin_forma-little-more-secure.php:48
actionlogin_form_logina-little-more-secure.php:49
filterlogin_form_bottoma-little-more-secure.php:50
Maintenance & Trust

A litte more secure Maintenance & Trust

Maintenance Signals

WordPress version tested6.5.8
Last updatedApr 29, 2024
PHP min version
Downloads3K

Community Trust

Rating100/100
Number of ratings1
Active installs100
Developer Profile

A litte more secure Developer Profile

EdwardBock

22 plugins · 2K total installs

72
trust score
Avg Security Score
90/100
Avg Patch Time
107 days
View full developer profile
Detection Fingerprints

How We Detect A litte more secure

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
secure-login-wrapperwait-for-secure-loginwait-for-secure-login__secondsredirect-to-secure-loginsecure-login-info
HTML Comments
<!-- START secure login --><!-- END: secure login --><!-- other login forms that are not on /wp-login.php are ignored by this plugin -->
Data Attributes
id="secure-login-wrapper"id="wait-for-secure-login"id="wait-for-secure-login__seconds"id="redirect-to-secure-login"id="secure-login-info"
JS Globals
waitForSecondswaitedwaitElsecondsElredirectEl
FAQ

Frequently Asked Questions about A litte more secure