Trust-VerifEye-Showcase

Trust VerifEye Banner
[![Google Chrome](https://img.shields.io/badge/Chrome_Extension-4285F4?style=for-the-badge&logo=googlechrome&logoColor=white)](#) [![Gemini API](https://img.shields.io/badge/AI-Google_Gemini-8E75B2?style=for-the-badge&logo=googlebard&logoColor=white)](#) [![Security](https://img.shields.io/badge/Security-Blue_Team-10b981?style=for-the-badge&logo=shield&logoColor=white)](#) [![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?style=for-the-badge&logo=javascript&logoColor=black)](#) *Acting as a real-time Security Operations Center (SOC) inside your browser with a strict 'Bring Your Own Key' (BYOK) architecture.*



Trust VerifEye is a localized, privacy-first Chrome Extension that acts as a personal Security Operations Center (SOC) analyst for everyday users. It evaluates domain integrity in real-time and leverages Large Language Models (LLMs) to detect sophisticated phishing attempts, fake stores, and structural web risks.

promo


View the live extension on the Chrome Web Store.

Chrome Web Store


๐Ÿš€ The Architecture (How it Works)

Unlike traditional blocklists that rely on outdated databases, Trust VerifEye uses a Two-Stage Triage Engine to evaluate websites dynamically.

๐Ÿง  Want to see under the hood? Read the full Architecture & Engineering Post-Mortem for a deep dive into the triage engine, performance optimizations, and security audits.

Phase 1: 100-Point Heuristic Triage

Before any network calls are made, the background service worker evaluates the current URL against a strict physical structural check:

Phase 2: AI Waterfall Analysis

If a website scores below the safety threshold (80/100), the extension initiates a localized API call to Googleโ€™s Gemini AI.


๐Ÿ›  Tech Stack & Engineering Highlights

This project was built entirely with vanilla web technologies to maintain an ultra-lightweight footprint and zero dependencies.


๐Ÿ”’ Privacy & Security (Zero-Telemetry Design)

As a cybersecurity tool, user privacy is the foundational design principle.


๐Ÿ“ธ Interface Showcase

๐ŸŸก Warning State ๐Ÿ”ด Critical Block ๐ŸŸฃ AI Vouched (Safe)
warningstate criticalstate purplevouched
Heuristic flags detected Confirmed phishing trap Flags detected, but AI verified safe

๐Ÿ“Š SOC Analytics Dashboard

Telemetry Dashboard

The localized telemetry engine tracking your personal "Trust Quotient" and 7-day risk history.


Note: The source code for this extension is kept private to protect the proprietary heuristic detection logic. However, the architecture, design patterns, and deployment are fully demonstrated via the live Web Store application.