How We Built a Browser Agent That Won't Go Rogue: A Technical Deep Dive | London .

Members-Only

Recent Talks & Demos are for members only

Exclusive feed

You must be an AI Tinkerers active member to view these talks and demos.

August 28, 2025 · London

Fabraix: Technical Browser Agent Security

Explore Fabraix's architecture, showing how a Chrome extension isolates a local AI agent, securely captures page context, and enforces real-time security checks.

Overview
Links
Tech stack
  • Python
    Python: The high-level, general-purpose language built for readability, powering everything from web backends to advanced machine learning models.
    Python is the high-level, general-purpose language prioritizing clear, readable syntax (via significant indentation), ensuring rapid development for any team . Its ecosystem is massive: use it for robust web development with frameworks like Django and Flask, or leverage its power in data science with libraries such as Pandas and NumPy . The Python Package Index (PyPI) provides thousands of community-contributed modules, offering immediate solutions for tasks from network programming to GUI creation . The language is actively maintained by the Python Software Foundation (PSF), with the stable release currently at Python 3.14.0 (as of November 2025) .
  • TypeScript
    TypeScript is an open-source superset of JavaScript: it adds static typing and compiles to clean, standards-based JavaScript.
    TypeScript is a high-level, open-source language developed by Microsoft: it acts as a superset of JavaScript, adding a powerful static type system. This system enables compile-time type checking, catching errors before runtime (a critical benefit for large-scale applications). The TypeScript Compiler (TSC) reliably transpiles all code into clean, standards-based JavaScript (ES3 or newer), ensuring compatibility across any browser or host environment (Node.js, React.js, etc.).
  • FastAPI
    FastAPI is a modern, high-performance Python web framework for building APIs with automatic OpenAPI documentation.
    FastAPI is a robust, high-speed Python web framework: it is built on Starlette (for async capabilities) and Pydantic (for data validation and serialization). Leveraging standard Python 3.8+ type hints, the framework automatically generates interactive API documentation (Swagger UI/ReDoc) and enforces data validation, effectively reducing developer-induced errors by an estimated 40%. This architecture delivers performance on par with Node.js and Go, significantly increasing feature development speed (up to 300% faster). It is production-ready, fully supporting OpenAPI and JSON Schema standards for all API specifications.
  • Gemini
    Google's natively multimodal AI model: understands and operates across text, code, audio, image, and video.
    Gemini is Google's most capable and general AI model, engineered from the ground up to be natively multimodal: it seamlessly understands and combines information across text, code, audio, image, and video inputs. The technology is optimized for flexibility, running efficiently on everything from data centers to mobile devices. It is deployed in three key sizes: Ultra (for highly complex tasks), Pro (for broad scaling), and Nano (for efficient on-device tasks). Developers access this power via the Gemini API to build next-generation applications.
  • Google Cloud
    Global-scale cloud computing: The secure, AI-powered platform running on the same infrastructure as Google Search and YouTube.
    Google Cloud (GCP) is a comprehensive suite of cloud computing services (IaaS, PaaS, and SaaS), providing the core infrastructure for digital transformation. It operates on Google's global network, spanning over 30 regions and 90 zones, ensuring high availability and low latency . Key products include Compute Engine (VMs), Google Kubernetes Engine (GKE), BigQuery (serverless data warehouse), and Vertex AI (for enterprise-ready generative AI) . GCP enables organizations to build, deploy, and scale applications efficiently, leveraging Google's expertise in security, data analytics, and cutting-edge machine learning . New customers receive $300 in free credits, plus access to over 25 products for free, up to monthly usage limits .

Related projects