ATWI Interview Plugin Security & Risk Analysis

wordpress.org/plugins/atwi-interview

A simple plugin that aids to create a post with the style of a Q&A interview.

10 active installs v1.0 PHP + WP 4.0.1+ Updated Unknown
interviewqa
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is ATWI Interview Plugin Safe to Use in 2026?

Generally Safe

Score 100/100

ATWI Interview Plugin has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs
Risk Assessment

The 'atwi-interview' plugin v1.0 exhibits a mixed security posture. On the positive side, it demonstrates good practices by not utilizing dangerous functions, performing all SQL queries with prepared statements, and having no recorded vulnerability history. The absence of external HTTP requests and file operations further reduces its attack surface. However, significant concerns arise from the static analysis. A notable weakness is that 0% of its 24 output operations are properly escaped, creating a high risk of Cross-Site Scripting (XSS) vulnerabilities. Additionally, the taint analysis indicates two flows with unsanitized paths, and while not classified as critical or high severity, these warrant investigation as they could potentially lead to unexpected behavior or vulnerabilities. The complete lack of nonce and capability checks on its entry points, coupled with the presence of three shortcodes which can be considered entry points, suggests that actions performed by these shortcodes might be vulnerable to unauthorized execution if they perform sensitive operations.

Key Concerns

  • All output unescaped
  • Taint flows with unsanitized paths
  • No capability checks on entry points
  • No nonce checks on entry points
Vulnerabilities
None known

ATWI Interview Plugin Security Vulnerabilities

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

ATWI Interview Plugin Code Analysis

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

Output Escaping

0% escaped24 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
atwi_plugin_options_page (atwi-interview.php:120)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

ATWI Interview Plugin Attack Surface

Entry Points3
Unprotected0

Shortcodes 3

[interview_id] atwi-interview.php:19
[interview_q] atwi-interview.php:20
[interview_a] atwi-interview.php:21
WordPress Hooks 5
actionadmin_menuatwi-interview.php:24
actioninitatwi-interview.php:27
actionwp_enqueue_scriptsatwi-interview.php:29
filtermce_external_pluginsatwi-interview.php:106
filtermce_buttonsatwi-interview.php:107
Maintenance & Trust

ATWI Interview Plugin Maintenance & Trust

Maintenance Signals

WordPress version tested4.1.42
Last updatedUnknown
PHP min version
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

ATWI Interview Plugin Developer Profile

HoliThemes

104 plugins · 786K total installs

73
trust score
Avg Security Score
91/100
Avg Patch Time
542 days
View full developer profile
Detection Fingerprints

How We Detect ATWI Interview Plugin

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/atwi-interview/css/atwi-style.css
Script Paths
/wp-content/plugins/atwi-interview/js/shortcode.js

HTML / DOM Fingerprints

CSS Classes
atwi-int-qa-frameatwi-int-qa-idxatwi-int-q-frameatwi-int-a-frame
Data Attributes
qa_index_text_colorquestion_text_coloranswer_text_colorqa_index_boldquestion_boldanswer_bold+2 more
Shortcode Output
<section class='atwi-int-qa-frame'><div class='atwi-int-qa-idx</div><div class='atwi-int-q-frame<div class='atwi-int-a-frame
FAQ

Frequently Asked Questions about ATWI Interview Plugin