Skip to content
| Marketplace
Sign in
Visual Studio Code>Linters>Aegis - PHP Security InspectorNew to Visual Studio Code? Get it now.
Aegis - PHP Security Inspector

Aegis - PHP Security Inspector

SignalFlow Software

| (0) | Free
Real-time security diagnostics for PHP: SQL Injection and AI Prompt Injection.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Aegis - PHP Static Security Inspector

Aegis is a lightweight VS Code extension designed to analyze PHP source code for critical security vulnerabilities in real-time, such as SQL Injection and AI Prompt Injection.

Features

  • Real-time Static Analysis: Scans your PHP files instantly upon saving or modifying code.
  • SQL Injection Detection: Spots unsafe string concatenations inside raw SQL queries (SELECT, INSERT, UPDATE, DELETE).
  • Prompt Injection Defense: Detects potentially vulnerable LLM prompt compositions paired with unsanitized user inputs ($_GET, $_POST).
  • One-Click Quick Fixes (Code Actions): Press Ctrl + . on any highlighted warning to automatically secure your queries with PDO Prepared Statements or sanitize prompt inputs using htmlspecialchars.

Installation (Local VSIX)

  1. Download the .vsix package.
  2. Open VS Code, go to the Extensions tab (Ctrl + Shift + X).
  3. Click on the three dots (...) in the top right corner of the extensions panel.
  4. Select Install from VSIX... and choose the aegis-0.0.1.vsix file.

Technologies Used

  • TypeScript
  • VS Code Extension API
  • Node.js
  • Regex-based Security Tokenization
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft