Blogibot – Smart AI for SEO-Ready Blog Creation & Feed Management Security & Risk Analysis

wordpress.org/plugins/blogibot

Automatically generate AI-powered blog posts, import content from RSS/Atom feeds, analyze your site content, and schedule publishing with advanced SEO …

0 active installs v2.0.4 PHP 7.2+ WP 5.0+ Updated Dec 14, 2025
aiautomatic-bloggingblogcontent-generationseo
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Blogibot – Smart AI for SEO-Ready Blog Creation & Feed Management Safe to Use in 2026?

Generally Safe

Score 100/100

Blogibot – Smart AI for SEO-Ready Blog Creation & Feed Management has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 5mo ago
Risk Assessment

The blogibot plugin v2.0.4 exhibits a mixed security posture. On the positive side, it demonstrates strong adherence to secure coding practices regarding database interactions, utilizing prepared statements for all SQL queries. The presence of nonces and capability checks on a significant number of AJAX handlers (39 out of 40) is also commendable, indicating a conscious effort to protect against common attack vectors. The absence of known vulnerabilities (CVEs) and bundled libraries further strengthens its perceived security.

However, significant concerns arise from the attack surface analysis. A substantial number of AJAX handlers (32 out of 40) lack authentication checks, presenting a direct entry point for unauthenticated users. While the taint analysis shows only one high-severity flow and no critical ones, the presence of three flows with unsanitized paths warrants attention, as these could potentially be exploited if combined with other weaknesses. The sole dangerous function identified, `set_time_limit`, is generally less critical but can be abused in certain contexts. The plugin's history of no vulnerabilities is a positive indicator, but it cannot solely offset the risks identified in the current code analysis, particularly the large number of unprotected AJAX endpoints.

In conclusion, blogibot v2.0.4 has several strengths in its favor, especially concerning database security and its lack of a vulnerability history. Nevertheless, the high number of unprotected AJAX endpoints is a critical weakness that significantly increases the risk of exploitation. The taint analysis also indicates areas that require further investigation and remediation.

Key Concerns

  • Large attack surface without auth checks
  • High severity taint flow
  • Flows with unsanitized paths
  • One dangerous function identified
Vulnerabilities
None known

Blogibot – Smart AI for SEO-Ready Blog Creation & Feed Management Security Vulnerabilities

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

Blogibot – Smart AI for SEO-Ready Blog Creation & Feed Management Release Timeline

v2.0.4Current
v2.0.3
v2.0.2
v2.0.1
v2.0
v1.0.6
v1.0.5
v1.0.4
v1.0.3
v1.0.2
Code Analysis
Analyzed Apr 16, 2026

Blogibot – Smart AI for SEO-Ready Blog Creation & Feed Management Code Analysis

Dangerous Functions
1
Raw SQL Queries
0
93 prepared
Unescaped Output
114
464 escaped
Nonce Checks
39
Capability Checks
39
File Operations
13
External Requests
8
Bundled Libraries
0

Dangerous Functions Found

set_time_limitset_time_limit(300); // 5 minutes maximumsrc/Handlers/ContentAnalyzerHandler.php:621

SQL Query Safety

100% prepared93 total queries

Output Escaping

80% escaped578 total outputs
Data Flows · Security
3 unsanitized

Data Flow Analysis

5 flows3 with unsanitized paths
<GeneratedBlogHistory> (src/AIBlog/GeneratedBlogHistory/GeneratedBlogHistory.php:0)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface
32 unprotected

Blogibot – Smart AI for SEO-Ready Blog Creation & Feed Management Attack Surface

Entry Points40
Unprotected32

AJAX Handlers 40

authwp_ajax_blog82ai_refresh_dashboardsrc/Blogibot.php:295
authwp_ajax_blog82ai_create_sample_datasrc/Blogibot.php:330
authwp_ajax_blog82ai_pause_schedulesrc/Blogibot.php:361
authwp_ajax_blog82ai_resume_schedulesrc/Blogibot.php:414
authwp_ajax_blog82ai_delete_schedulesrc/Blogibot.php:477
authwp_ajax_blog82ai_create_schedulesrc/Blogibot.php:530
authwp_ajax_blog82ai_fetch_nowsrc/Blogibot.php:596
authwp_ajax_blog82ai_bulk_actionsrc/Blogibot.php:675
authwp_ajax_blog82ai_update_schedulesrc/Blogibot.php:745
authwp_ajax_blog82ai_refresh_schedulessrc/Blogibot.php:784
authwp_ajax_regenerate_blog_titlesrc/Blogibot.php:816
authwp_ajax_blog82ai_fetch_regenerated_titlessrc/Blogibot.php:871
authwp_ajax_blog82ai_fetch_regenerated_contentsrc/Blogibot.php:970
authwp_ajax_blog82ai_fetch_regenerated_imagesrc/Blogibot.php:1079
authwp_ajax_blog82ai_generated_bulk_actionsrc/Blogibot.php:1252
authwp_ajax_regenerate_blog_imagesrc/Blogibot.php:1337
authwp_ajax_regenerate_blog_contentsrc/Blogibot.php:1359
authwp_ajax_blog82ai_save_regenerated_imagesrc/Blogibot.php:1421
authwp_ajax_blog82ai_manage_licensesrc/Blogibot.php:1513
authwp_ajax_blog82ai_get_debug_infosrc/Blogibot.php:1589
authwp_ajax_blog82ai_save_seo_settingssrc/Blogibot.php:1618
authwp_ajax_blog82ai_test_seo_settingssrc/Blogibot.php:1683
authwp_ajax_blogibot_generate_blogsrc/Blogibot.php:1781
authwp_ajax_blogibot_save_draftsrc/Blogibot.php:1808
authwp_ajax_blogibot_publish_postsrc/Blogibot.php:1814
authwp_ajax_blogibot_generate_imagesrc/Blogibot.php:1820
authwp_ajax_blogibot_start_content_scansrc/Blogibot.php:1826
authwp_ajax_blogibot_get_scan_progresssrc/Blogibot.php:1832
authwp_ajax_blogibot_get_scan_logsrc/Blogibot.php:1838
authwp_ajax_blogibot_process_batchsrc/Blogibot.php:1844
authwp_ajax_blogibot_reset_scansrc/Blogibot.php:1850
authwp_ajax_blog82ai_get_last_api_responsesrc/Blogibot.php:2100
authwp_ajax_blogibot_validate_feedsrc/Feed/FeedAjax.php:17
authwp_ajax_blogibot_add_feed_sourcesrc/Feed/FeedAjax.php:18
authwp_ajax_blogibot_update_feed_sourcesrc/Feed/FeedAjax.php:19
authwp_ajax_blogibot_delete_feed_sourcesrc/Feed/FeedAjax.php:20
authwp_ajax_blogibot_get_feed_sourcessrc/Feed/FeedAjax.php:21
authwp_ajax_blogibot_fetch_feedsrc/Feed/FeedAjax.php:22
authwp_ajax_blogibot_toggle_feed_statussrc/Feed/FeedAjax.php:23
authwp_ajax_blogibot_bulk_feed_actionsrc/Feed/FeedAjax.php:24
WordPress Hooks 22
actioninitblogibot.php:62
filtercron_schedulesblogibot.php:67
actionplugins_loadedblogibot.php:104
actionblogibot_feed_createdblogibot.php:117
actionblogibot_feed_updatedblogibot.php:118
actionadmin_enqueue_scriptsblogibot.php:121
actionadmin_menusrc/Blogibot.php:23
actionadmin_enqueue_scriptssrc/Blogibot.php:41
actionadmin_initsrc/Blogibot.php:260
actionadmin_initsrc/Blogibot.php:282
actioninitsrc/Blogibot.php:1856
actionblogibot_process_content_scansrc/Blogibot.php:1858
actionblogibot_process_content_scan_fallbacksrc/Blogibot.php:1861
filtercron_schedulessrc/Blogibot.php:1886
actionblogibot_generate_blogsrc/Blogibot.php:2097
actionadmin_footersrc/Components/Toastr/BlogiBotToastr.php:134
actionwp_admin_enqueue_scriptssrc/Components/Toastr/BlogiBotToastr.php:137
filterupload_mimessrc/Handlers/BlogGenerationHandler.php:1045
filterupload_mimessrc/Handlers/BlogGenerationHandler.php:1227
actionblogibot_process_scan_batchsrc/Handlers/ContentAnalyzerHandler.php:1010
actionblogibot_process_content_scansrc/Handlers/ContentAnalyzerHandler.php:1011
actionblogibot_process_content_scan_fallbacksrc/Handlers/ContentAnalyzerHandler.php:1012

Scheduled Events 7

blogibot_generate_blog
blogibot_generate_blog
blogibot_process_content_scan
blogibot_process_content_scan_fallback
blogibot_process_content_scan
blogibot_process_content_scan_fallback
blogibot_process_content_scan
Maintenance & Trust

Blogibot – Smart AI for SEO-Ready Blog Creation & Feed Management Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedDec 14, 2025
PHP min version7.2
Downloads791

Community Trust

Rating100/100
Number of ratings1
Active installs0
Developer Profile

Blogibot – Smart AI for SEO-Ready Blog Creation & Feed Management Developer Profile

Saju Gopal

2 plugins · 0 total installs

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

How We Detect Blogibot – Smart AI for SEO-Ready Blog Creation & Feed Management

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/blogibot/assets/js/feed/add-feed-source.js/wp-content/plugins/blogibot/assets/css/aiblog/blog82ai-generate-new-blog.css/wp-content/plugins/blogibot/assets/js/aiblog/generate-new-blog/blog-generation.js
Script Paths
/wp-content/plugins/blogibot/assets/js/feed/add-feed-source.js/wp-content/plugins/blogibot/assets/js/aiblog/generate-new-blog/blog-generation.js
Version Parameters
blogibot/assets/js/feed/add-feed-source.js?ver=blogibot/assets/css/aiblog/blog82ai-generate-new-blog.css?ver=blogibot/assets/js/aiblog/generate-new-blog/blog-generation.js?ver=

HTML / DOM Fingerprints

CSS Classes
blog82ai-generate-new-blogblog82ai-form-sectionblog82ai-form-section-titleblog82ai-blog-generation-form
HTML Comments
Toastr Usage Examples:PHP (Server-side - shows on next page load):JavaScript (Client-side - shows immediately):
Data Attributes
id="blogGenerationForm"
JS Globals
blogibotFeedblogibotFeedDataBlogiToastr
FAQ

Frequently Asked Questions about Blogibot – Smart AI for SEO-Ready Blog Creation & Feed Management