Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add Conduit to the Web Crawling section.
Conduit is a free, MIT-licensed headless browser for Python that adds cryptographic audit trails to browser automation and web crawling:
Install:
pip install conduit-browserHidden Gem Justification
Conduit solves a problem no other Python browser automation tool addresses: cryptographic proof of what happened during a browser session. Every action is SHA-256 hash-chained and Ed25519 signed, producing self-verifiable proof bundles that anyone can independently verify without trusting the tool or operator.
This is uniquely valuable for:
No other tool in the Web Crawling section (or on PyPI) provides tamper-evident, cryptographically signed browser session logs.
Note: This list already includes browser-use for AI browser automation. Conduit serves a different purpose -- it focuses on cryptographic accountability and tamper-evident proof for browser sessions, rather than making websites accessible for AI agents.