awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Max-Eee avatar

Max-Eee/NeoPass

0
View on GitHub↗
24,936 stars·95 forks·JavaScript·17 viewsneopass.tech↗

NeoPass

NeoPass is a specialized toolset designed to circumvent proctored exam environments. It functions as an AI-powered exam assistant and automated solver that helps users find answers to multiple-choice and coding questions during monitored tests.

The project distinguishes itself through a browser-based bypass system that neutralizes portal restrictions. It disables tab-switching detection, overrides clipboard restrictions to enable copying and pasting, and employs a human-like typing simulator to input code letter by letter to avoid detection by automated monitoring systems.

The software provides a comprehensive suite of capabilities for online exam assistance, including a stealthy AI chat overlay for real-time guidance and automated systems for selecting correct answers or inserting code solutions. It also manages browser constraints by modifying the Page Visibility API and using DOM injection to provide tools without changing the URL.

Features

  • Browser-Integrated AI Workflows - Integrates AI workflows directly into the browser to solve multiple-choice and coding questions during active sessions.
  • Exam Circumvention Tools - Provides a comprehensive toolset to bypass proctored exam restrictions and enable unauthorized access to external resources.
  • AI Chat Interfaces - Provides a conversational interface that interacts with the current page content to provide real-time exam guidance.
  • Input Event Simulators - Mimics human keyboard input through discrete key events to bypass automated bot detection.
  • Human-Mimetic Input Simulations - Types coding solutions letter by letter to mimic human behavior and evade monitoring detection.
  • Exam Assistance Tools - Uses AI to find answers and solve coding problems while taking tests on restricted educational portals.
  • Browser Environment Bypasses - Disables blocks on copy-pasting, tab switching, and extension installation within monitored web environments.
  • Clipboard Restriction Bypasses - Overrides browser event listeners to restore copy-paste functionality in restricted proctored environments.
  • Web Portal Security Bypasses - Neutralizes tab-switching detection and disables exam shield limitations to maintain access to external resources.
  • Page Visibility Spoofers - Modifies the Page Visibility API to trick proctoring software into believing the tab remains active.
  • AI Interface Overlays - Implements a stealthy browser overlay for accessing AI assistants without navigating away from the exam page.
  • AI Chat Assistants - Provides an integrated AI chat overlay for solving multiple-choice and coding questions.
  • Contextual Query Integrations - Enables sending selected exam text directly to an AI for immediate guidance and answers.
  • AI-Powered Educational Assistants - Provides real-time AI guidance and chatbot interfaces via a stealthy overlay during timed tests.
  • Input Automation - Automates the insertion of code and selection of answers to mimic human input.
  • Automated Answer Selectors - Automatically selects the correct multiple-choice option or inserts solution code into exam portals.
  • Instant Solution Injectors - Retrieves and inserts instant solutions for programming problems on competitive coding platforms.
  • Automated Response Systems - Automatically selects options and inserts code solutions into restricted exam portals.
  • Automated Solving Systems - Automatically selects correct answers and inserts code solutions into restricted exam input fields.
  • Browser Constraint Bypasses - Prevents exam portals from blocking the installation of extensions and restricts tab-sharing limitations.
  • Element Interaction - Programmatically triggers click and input events to automatically select correct answers in exam portals.
  • Browser Extension Scripts - Utilizes browser extension privileges to modify page structure and disable portal security scripts.

Star history

Star history chart for max-eee/neopassStar history chart for max-eee/neopass

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does max-eee/neopass do?

NeoPass is a specialized toolset designed to circumvent proctored exam environments. It functions as an AI-powered exam assistant and automated solver that helps users find answers to multiple-choice and coding questions during monitored tests.

What are the main features of max-eee/neopass?

The main features of max-eee/neopass are: Browser-Integrated AI Workflows, Exam Circumvention Tools, AI Chat Interfaces, Input Event Simulators, Human-Mimetic Input Simulations, Exam Assistance Tools, Browser Environment Bypasses, Clipboard Restriction Bypasses.

What are some open-source alternatives to max-eee/neopass?

Open-source alternatives to max-eee/neopass include: vercel-labs/agent-browser — This project is an agentic framework designed to enable autonomous web navigation and browser automation. It functions… autoscrape-labs/pydoll — pydoll is a Chrome DevTools Protocol automation library and headless browser controller used for web data extraction… browseros-ai/browseros — BrowserOS is an AI agent browser orchestrator and automation framework designed to manage browser state and execute… mobile-dev-inc/maestro — Maestro is a declarative mobile and web UI automation framework designed for end-to-end testing. It operates by… rockbenben/chatgpt-shortcut — ChatGPT-Shortcut is a prompt engineering toolkit and management library designed to organize, refine, and deploy… n4ze3m/page-assist — Page Assist is a browser-based AI integration tool that provides a sidebar interface for interacting with AI models…

Open-source alternatives to NeoPass

Similar open-source projects, ranked by how many features they share with NeoPass.
  • vercel-labs/agent-browservercel-labs avatar

    vercel-labs/agent-browser

    36,203View on GitHub↗

    This project is an agentic framework designed to enable autonomous web navigation and browser automation. It functions as a controller that translates natural language instructions into deterministic browser actions, allowing agents to interact with websites, perform data extraction, and manage complex authentication flows. By leveraging accessibility trees and semantic element resolution, the framework mimics human-like navigation, moving beyond brittle DOM selectors to interact reliably with modern web interfaces. The framework distinguishes itself through its focus on secure, scalable exec

    Rust
    View on GitHub↗36,203
  • browseros-ai/browserosbrowseros-ai avatar

    browseros-ai/BrowserOS

    9,401View on GitHub↗

    BrowserOS is an AI agent browser orchestrator and automation framework designed to manage browser state and execute complex web workflows. It functions as a local AI browser assistant and a Model Context Protocol controller, enabling the control of browser tabs, windows, and navigation through programmable AI agents and standardized context protocols. The system distinguishes itself through a graph-based visual workflow builder for creating repeatable automation sequences and the use of markdown-based files to define agent personalities and task recipes. It supports multi-provider orchestrati

    C++agentbrowserbrowseros
    View on GitHub↗9,401
  • autoscrape-labs/pydollautoscrape-labs avatar

    autoscrape-labs/pydoll

    6,919View on GitHub↗

    pydoll is a Chrome DevTools Protocol automation library and headless browser controller used for web data extraction and parallel browser automation. It controls Chromium-based browsers via direct WebSocket connections, allowing it to manage isolated browser contexts and tabs while bypassing the overhead and detection associated with WebDriver. The project features an anti-bot evasion framework that mimics natural human behavior, including mouse movements generated via Bezier curves and variable typing patterns. It provides specialized stealth capabilities to bypass behavioral analysis and au

    Pythonanti-detectionautomationbrowser-automation
    View on GitHub↗6,919
  • mobile-dev-inc/maestromobile-dev-inc avatar

    mobile-dev-inc/Maestro

    10,788View on GitHub↗

    Maestro is a declarative mobile and web UI automation framework designed for end-to-end testing. It operates by querying the native accessibility tree of an application, allowing for black-box testing without requiring source code instrumentation or platform-specific dependencies. The framework distinguishes itself through a unified command syntax that abstracts interactions across Android, iOS, and web environments. It features a dynamic synchronization engine that automatically pauses test execution to account for non-deterministic animations and network-dependent content loading, ensuring

    Kotlinandroidblackbox-testingios
    View on GitHub↗10,788
  • See all 30 alternatives to NeoPass→