Welcome to the official SALabs Open Source Repository. This repository contains a collection of clean, open-source developer utilities, 3D graphics rendering engines, quality control auditors, and autonomous copilot protocols developed by Team Sequence Thaumaturge.
An advanced code integrity auditor designed to detect semantic contradictions, out-of-order execution, and incomplete mockup stubs (anti-mockup gate) in source code.
- Torsion Crossing Detection: Flags when variables, functions, or DOM IDs are referenced before their physical declaration.
- Ghost Node Scanner: Identifies isolated dead variables.
- Anti-Mockup AST Audit: Rejects code containing dummy/mock placeholders (e.g.
Math.random(), incomplete timeout stubs). - DOM Event Target Mismatch Parser: Static DOM Event listener parsing (
sapq_dom_relay.py) to preventTypeError: Cannot read properties of nullruntime exceptions. - Cascade Mutation Graph: Multi-file Cascade Mutation Dual-Graph Engine (
sapq_cascade_graph.py) tracking domino side-effects across module refactoring. - Agent Self-Healing Sandbox: Isolated HTTP Proxy Sandbox (
sapq_sandbox_proxy.py) providing real-time line-level error traces to AI agents for 0-human self-healing code generation. - CLI & Web Visualizer: Includes a CLI scanner (
python -m sapq.sapq_cli) and a browser-based drag-and-drop HTML5 Canvas cockpit (tools/jules-ai-qa-cross-parsing-auditor.html).
A clean, secure, and generic agentic copilot engine and file watcher protocol.
- Sovereign CoPilot Core: Asynchronous python loop engine and local directory observer (
sacp_copilot_engine.py,sacp_file_watcher.py). - CoPilot Web Studio: Beautiful interactive browser cockpit (
sacp_chat_studio.html) and direct JSON-based chat stream configurations. - WASM Bridge: Native C++ wasm bindings (
chrome_extension/sacp_wasm_bridge.cpp) for high-performance agent-to-browser communication.
- Modular WebGL-based Three.js rendering library (
src/) for building high-performance 120 FPS instanced mesh 3D simulations and spatial dynamics.
A comprehensive bundle of single-file browser utility tools. These run 100% locally with 0 server-side dependencies:
- Audio utilities: 200+ specialized audio tools (bpm metronome, binaural beats, parametric EQ, reverb convolver, granular synthethizer, voice pitch trackers).
- Web Design utilities: CSS box shadow inset studio, backdrop filter generator, clip-path generator, color contrast accessibility checkers.
- Developer utilities: Base64 JWT decoder, JS AST code complexity analyzer, client-side localstorage/session managers, mock API sandboxes.
Prerequisites:
pip install requests psutilAudit a target script using the SAPQ CLI:
python -m sapq.sapq_cli "path/to/target"Start the SACP Sovereign CoPilot observer:
python -m sacp.sacp_copilot_engine --watch "path/to/watch/directory"To use any of the 420+ browser utilities (including the SAPQ Code Auditor and SACP Chat Studio), simply open the respective .html file inside the tools/ or sacp/ directory in any modern web browser.
- Subprocess Popup Flashing Audit: Automated detection of
creationflags=0x08000000(CREATE_NO_WINDOW) for Python background subprocesses to prevent Windows CMD popups. os.systemBan (MOCKUP_HALLUCINATION): Strictly flagsos.systemas an insecure mockup call and mandatessubprocessusage.- Script Hoisting Engine: Automatically hoists HTML
<script>tags to the top of<head>during tool unpacking.
-
4-Stage Cross-Parsing Protocol: Enforces 4-directional cross-parsing (
$A\to Z, Z\to A, a\to c\to e, z\to x\to v$ ). -
TORSION_CROSSING&GHOST_NODEDetection: Flags reverse dependency reference torsions and cleans isolated zombie variables before deployment. -
Bitwise Mask Check: Supports combined flag masks
(creationflags & 0x08000000) != 0(e.g.0x08000008detached processes). -
OS Daemon Duplication Audit: Integrates
psutilqueries to detect background daemon duplicates and prevent memory/port collisions.
- DOM Target Mismatch Parser (
sapq_dom_relay.py): Static DOM Event listener parsing to resolvedocument.getElementByIdtarget ID mismatches and eliminate runtimeTypeError: Cannot read properties of nullexceptions. - Cascade Mutation Graph (
sapq_cascade_graph.py): Multi-file Cascade Mutation Dual-Graph Engine tracking domino side-effects across module refactoring. - Agent Self-Healing Sandbox (
sapq_sandbox_proxy.py,sapq_agent_protocol.py): Isolated HTTP Proxy Sandbox providing real-time line-level error traces to AI agents (Jules/Spark/Antigravity) for 0-human self-healing code generation. - Preflight Sanity & Checkpoint Logging:
sapq_preflight.pyandsapq_checkpoint.pylogging for 0-runtime-crash deployments.
#Python3 #ASTParser #StaticAnalysis #CodeAuditor #WebGL #ThreeJS #WebAudioAPI #ChromeExtension #WASM #CppBindings #SelfHealingCode #AIAgent #LLMCopilot #QuantumSimulation #PostQuantumCrypto #WebXR #ClientSideTools #DeveloperUtilities #OpenSource #ZeroRuntimeCrash #Vercel #SALabs #TeamSequenceThaumaturge
- Static Code Analysis & AI Quality Control: Python AST Parser, Static Code Auditor, Reverse Dependency Checker, Ghost Node Detector, Anti-Mockup Gate, Agentic Code Verification, Zero-Crash Code Deployments, Autonomous Self-Healing Pipeline.
- Browser Utilities & Single-File Web Apps: Pure JavaScript Client-Side Tools, Offline Web Tools, WebAudio Synthesizer, Binaural Beats Generator, Parametric EQ, WebGL 3D Particle Physics Engine, CSS Box Shadow Generator, Base64 JWT Claims Inspector, Post-Quantum Cryptography Studio.
- Agentic Protocols & Extension Architecture: Autonomous Agent Watcher, Sovereign CoPilot Engine, C++ WebAssembly Extension Bridge, Local Proxy Sandbox.
Licensed under the MIT License. Feel free to use, modify, and distribute for personal or commercial projects.