API for Apex TownControl Security & Risk Analysis

wordpress.org/plugins/api-for-apex-towncontrol

This is a plugin for Second Life and the Apex TownControl available from Virtual Roleplay Solutions

0 active installs v1.0.0 PHP 8.0+ WP 6.1.1+ Updated Mar 15, 2023
apexmetaversesecond-lifesecondlifesl
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is API for Apex TownControl Safe to Use in 2026?

Generally Safe

Score 85/100

API for Apex TownControl has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 3yr ago
Risk Assessment

The "api-for-apex-towncontrol" plugin version 1.0.0 exhibits a generally positive security posture based on the static analysis provided. The absence of dangerous functions, all SQL queries utilizing prepared statements, and proper output escaping are strong indicators of secure coding practices. Furthermore, the lack of any recorded vulnerabilities, including CVEs, suggests a well-maintained and historically secure codebase. The plugin also demonstrates responsible handling of its entry points, with all AJAX handlers and REST API routes appearing to have authentication checks, and a small overall attack surface.

However, there are a few areas that warrant attention. The plugin does not implement any nonce checks or capability checks, which are crucial for preventing Cross-Site Request Forgery (CSRF) and unauthorized privilege escalation, especially for shortcodes which are direct entry points. While the static analysis shows no unsanitized taint flows, the lack of these fundamental security checks means that even if no vulnerabilities are currently exploitable, the plugin is not as robust against certain attack vectors as it could be. The presence of the DataTables library also introduces a potential risk if it is not kept up-to-date, as bundled libraries can become a vector for vulnerabilities.

Key Concerns

  • Missing nonce checks on entry points
  • Missing capability checks on entry points
  • Bundled library (DataTables) may be outdated
Vulnerabilities
None known

API for Apex TownControl Security Vulnerabilities

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

API for Apex TownControl Release Timeline

v1.0.2
v1.0.1
v1.0.0Current
Code Analysis
Analyzed Mar 17, 2026

API for Apex TownControl Code Analysis

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

Bundled Libraries

DataTables

Output Escaping

100% escaped3 total outputs
Attack Surface

API for Apex TownControl Attack Surface

Entry Points2
Unprotected0

Shortcodes 2

[show_town_arrests] core\includes\classes\class-rr-apx-shortcodes-arrests.php:72
[show_town_phonebook] core\includes\classes\class-rr-apx-shortcodes-phonebook.php:72
WordPress Hooks 5
actionplugins_loadedcore\class-api-for-apex-towncontrol.php:149
actionadmin_menucore\includes\classes\class-api-for-apex-towncontrol-options.php:10
actionadmin_initcore\includes\classes\class-api-for-apex-towncontrol-options.php:11
actionwp_enqueue_scriptscore\includes\classes\class-rr-apx-shortcodes-arrests.php:73
actionwp_enqueue_scriptscore\includes\classes\class-rr-apx-shortcodes-phonebook.php:73
Maintenance & Trust

API for Apex TownControl Maintenance & Trust

Maintenance Signals

WordPress version tested6.1.10
Last updatedMar 15, 2023
PHP min version8.0
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

API for Apex TownControl Developer Profile

Nolan Perry, LLC

1 plugin · 0 total installs

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

How We Detect API for Apex TownControl

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/api-for-apex-towncontrol/assets/jquery.dataTables.min.css/wp-content/plugins/api-for-apex-towncontrol/assets/jquery.dataTables.min.js
Script Paths
assets/jquery.dataTables.min.js
Version Parameters
api-for-apex-towncontrol/assets/jquery.dataTables.min.css?ver=1.1api-for-apex-towncontrol/assets/jquery.dataTables.min.js?ver=1.1

HTML / DOM Fingerprints

CSS Classes
apexArrests
HTML Comments
HELPER COMMENT START * * This file contains the main information about the plugin. * It is used to register all components necessary to run the plugin. * * The comment above contains all information about the plugin * that are used by WordPress to differenciate the plugin and register it properly. * It also contains further PHPDocs parameter for a better documentation * * The function APIFORAPEX() is the main function that you will be able to * use throughout your plugin to extend the logic. Further information * about that is available within the sub classes. * * HELPER COMMENT END HELPER COMMENT START * * This class is used to bring your plugin to life. * All the other registered classed bring features which are * controlled and managed by this class. * * Within the add_hooks() function, you can register all of * your WordPress related actions and filters as followed: * * add_action( 'my_action_hook_to_call', array( $this, 'the_action_hook_callback', 10, 1 ) ); * or * add_filter( 'my_filter_hook_to_call', array( $this, 'the_filter_hook_callback', 10, 1 ) ); * or * add_shortcode( 'my_shortcode_tag', array( $this, 'the_shortcode_callback', 10 ) ); * * Once added, you can create the callback function, within this class, as followed: * * public function the_action_hook_callback( $some_variable ){} * or * public function the_filter_hook_callback( $some_variable ){} * or * public function the_shortcode_callback( $attributes = array(), $content = '' ){} * * * HELPER COMMENT END HELPER COMMENT START * * This class is used to bring your plugin to life. * All the other registered classed bring features which are * controlled and managed by this class. * * Within the add_hooks() function, you can register all of * your WordPress related actions and filters as followed: * * add_action( 'my_action_hook_to_call', array( $this, 'the_action_hook_callback', 10, 1 ) ); * or * add_filter( 'my_filter_hook_to_call', array( $this, 'the_filter_hook_callback', 10, 1 ) ); * or * add_shortcode( 'my_shortcode_tag', array( $this, 'the_shortcode_callback', 10 ) ); * * Once added, you can create the callback function, within this class, as followed: * * public function the_action_hook_callback( $some_variable ){} * or * public function the_filter_hook_callback( $some_variable ){} * or * public function the_shortcode_callback( $attributes = array(), $content = '' ){} * * * HELPER COMMENT END
JS Globals
DataTable
Shortcode Output
<table id="apexArrests"><thead><tr><th>Name</th><th>Status</th><th>Charges</th><th>Arrest Date</th><th>Release Date</th></tr></thead><tbody></table><script>let table = new DataTable("#apexArrests");</script>
FAQ

Frequently Asked Questions about API for Apex TownControl