Skip to main content
VigiGuard is a free WordPress security plugin I built independently for non-technical site owners who need real protection without complexity. It is live on WordPress.org. The problem it solves is straightforward: most WordPress security plugins are built for developers. They have dense settings panels, technical jargon, and require significant configuration before they do anything useful. VigiGuard does the opposite — install it, click one button, and your site is hardened.

View on WordPress.org

VigiGuard is live and available to install directly from the WordPress plugin repository.

Key Features

One-Click Fix

Applies all recommended security hardening settings instantly with a single button. No configuration required.

Security Health Score

Visual A–F grade showing your site’s overall security posture at a glance.

Brute Force Protection

Automatically blocks repeated login attempts before they become a threat.

File Integrity Monitor

Scans 3,000+ WordPress core files weekly and alerts you to unauthorised changes.

Activity Logging

Tracks all security events and login attempts with a full audit trail.

Security Hardening

Disables XML-RPC, hides the WordPress version, and blocks user enumeration automatically.

Who It Is For

VigiGuard is designed for three types of users:
  • Small business owners who need security without hiring a developer
  • Bloggers who want set-and-forget protection they never have to think about
  • Freelancers managing multiple client sites who need something lightweight and reliable

How I Built It

I designed and built VigiGuard as a solo project using an AI-assisted development workflow. My role was Technical Product Manager and director of development — I wrote the full Technical Requirements Document, defined the feature scope, authored the database schema and REST API contract, and directed implementation using Claude Code, GPT Codex, Codebuff, and Warp as my development toolchain. The stack is PHP 7.4+ following WordPress coding standards (PHPCS compliant), with a React 18 and TypeScript frontend compiled to static assets and styled with Tailwind CSS. VigiGuard is also the foundation for Enkypt, a commercial security plugin built on the same core with an expanded feature set and a paid tier structure targeting small-to-medium businesses and agencies.