Skip to content

Releases: JMak-Security/Misinformation-Detective-From-JMak-Security-

Misinformation-Detective_V2-Beta - Major Security Upgrade Against OWASP Top 10 LLMs

25 May 14:19
e3ec482

Choose a tag to compare

Release v2.0.0 · Misinformation Detective V2

This is the major structural release of [Misinformation Detective V2], engineered exclusively for Next Byte Hacks V2. This iteration transitions the framework from a passive browsing assistant into a robust, defense-in-depth platform—introducing secure local file ingestion streams and fortifying our execution pipelines with a strict zero-trust security architecture.


🛠️ What's New in v2.0.0

  • Zero-Trust Document Dropzone: A brand-new, dedicated drag-and-drop file upload component that expands the system's capabilities to ingest and analyze multi-page local text files (e.g., PDFs).
  • OWASP-Compliant Injection Shield: Because processing external file data introduces critical new attack surfaces, we integrated an advanced real-time threat analyzer. The system instantly intercepts adversarial prompt injections, tone-shifting exploits, or malicious code patterns, throwing a high-visibility Threat Detected alert and isolating the pipeline safely.
  • Engine Parameters Configuration UI: Fully redesigned settings panel giving developers granular control over the background scanning runtime environment.
    • Automated Page Scanning (Toggle): When active, the background script automatically parses text headlines on page visits the exact moment browser tabs complete their lifecycle instances.
    • Character Safety Limiter: An adjustable threshold slider that establishes maximum text volume extraction on-site to defend and optimize your downstream token processing pipelines.

⚠️ PRECAUTIONS & SECURITY NOTICE

  • Zero-Trust Isolation: If the injection shield triggers a Threat Detected status, processing is intentionally halted at the client interface boundary before the file payload can ever interact with or compromise your downstream language model.
  • Token Overhead Management: When analyzing large local files, make sure your Character Safety Limiter is correctly adjusted to prevent unexpected API quota consumption on your OpenRouter developer endpoint.

📋 Upgrading & Local Deployment

To update your existing framework or load Version 2 for the first time:

  1. Download the release source code zip and extract it.
  2. Navigate to chrome://extensions/ in your browser.
  3. Ensure Developer mode is toggled on in the top right.
  4. If you have V1 installed, click Remove to wipe old cache states, or click Load unpacked and select the new V2 folder.
  5. Open the extension UI to re-verify your local storage API keys and configure your new Engine Parameters.

Please review the updated Security Policy and License (MIT) files in the root directory before running deep file scans.

Misinformation-Detective_V1 - A Solution to Misinformation Problem

23 May 15:49
895e412

Choose a tag to compare

Release v1.0.0 · Misinformation Detective-v1

This is the initial stable release of [Misinformation Detective-v1], a privacy-first, decentralized Chrome extension framework built to act as an immediate factual shield against online disinformation.


🛠️ What's New in v1.0.0

  • Live Automated Scanning: Background text extraction that safely captures webpage headlines and prepares them for context evaluation.
  • On-Demand Fact-Check Terminal: An interactive, glassmorphic UI terminal allowing users to manually paste custom claims or text blocks for instant verification.
  • Decentralized BYOK Engine: Full integration with chrome.storage.local, allowing users to securely input their own Serper and OpenRouter keys—completely eliminating centralized server tracking and hosting overhead.
  • AI-Assisted Optimization: Highly optimized system prompts that force low-temperature, structured JSON schemas from open-source LLMs to prevent user interface anomalies.

⚠️ PRECAUTIONS & USAGE NOTICE

  • API Quota Management: Because this extension connects directly to your live Serper and OpenRouter developer endpoints, frequent automated browsing may consume your provider account's free tiers or daily credits.
  • Key Safety: Your API tokens are isolated entirely within your local browser sandbox. They are never transmitted to, viewed by, or managed by us. Keep your personal keys confidential.

📋 Local Installation & Deployment

To load this extension framework into your browser:

  1. Download the release source code zip and extract it.
  2. Head to chrome://extensions/ in Google Chrome.
  3. Toggle on Developer mode in the top right.
  4. Click Load unpacked in the top left and select your extracted folder.

Please review the Disclaimer and License (MIT) files in the root folder before configuring your keys.