Skip to content

Releases: bkauto3/Conduit

v0.2.1: Agent-Marketing Features

12 Mar 15:58

Choose a tag to compare

What's New

AIVS-Micro Proof in Every MCP Response

Every tool-call response now carries a _conduit_proof field — a ~200-byte cryptographic micro-proof (AIVS-Micro) that receiving agents can verify. This is the Hotmail-footer of the agent economy: every interaction with Conduit produces a machine-readable trust signal that no competitor can match.

Agent Discovery Metadata in Proof Bundles

Every .tar.gz proof bundle now contains an agent_discovery block in manifest.json with:

  • tool_name, install_command (pip install conduit-browser)
  • mcp_config for MCP server setup
  • 9 capabilities including sha256-hash-chain-audit, aivs-micro-proofs, merkle-tree-crawl-proofs
  • proof_features describing the cryptographic proof system
  • source_url, pypi_url, license

Every proof bundle is now a self-contained discovery artifact. Any system processing a bundle discovers how to install Conduit.

AIVS Features (from prior session)

  • AIVS-Micro: 6-field minimal cryptographic proof (~200 bytes)
  • Bundle Chaining: Sequential proof bundles linked by predecessor SHA-256 hashes
  • JS Delta: Compare static HTML vs JavaScript-rendered DOM
  • Merkle Trees: Page-level selective verification for multi-page crawls

Quality

  • 270/270 tests pass (22 new marketing tests + 83 AIVS tests + existing suite)
  • Hudson audit: APPROVED — all findings fixed
  • Kraken verification: VERIFIED — 92/100 confidence
  • Scanner version hash cached at module level (performance fix)

5-Agent Brainstorm Strategy

Includes full deliverables from Socratic Mentor, DarkMirror, IdeaMatrix, RemixForge, and SoSpec — a comprehensive agent-only marketing strategy with 22 deliverable files.


The proof IS the marketing. Ship the proof.

v2.0.0 — Conduit: Audited Headless Browser

11 Mar 18:53

Choose a tag to compare

Conduit v2.0.0

The only headless browser with a cryptographic audit layer.

What's New

  • Full SHA-256 hash-chained audit log on every browser action
  • Ed25519-signed session proof bundles (self-verifiable, zero dependencies)
  • Stealth browsing via Patchright (undetectable by bot-detection)
  • BFS site crawler (robots.txt compliant) with page fingerprinting
  • Multi-engine web search (DuckDuckGo, Brave, Exa, Tavily)
  • CAPTCHA detection and solving
  • Budget enforcement and sensitive data auto-redaction
  • MCP server integration for AI agents

Actions Available

  • Wave 0: navigate, click, type, fill, extract, screenshot
  • Wave 1: scroll, wait, wait_for, key_press, hover, select_option, handle_dialog
  • Wave 2: eval (JS source in chain), extract_main, extract_structured, accessibility_snapshot
  • Wave 3: map, crawl, fingerprint, check_changed, export_proof
  • Wave 4: detect_captcha, solve_captcha
  • Wave 5: rotate_proxy
  • Wave 6: web_search, academic_search

Install

git clone https://github.com/bkauto3/Conduit.git
cd Conduit
pip install -r requirements.txt

Verify a Proof Bundle

cd session_proof
python verify.py
# Chain OK (47 actions verified)
# Signature OK