airlock-codes
v0.1.4
Published
TheAgentDeck AirLock — Source-to-sink firewall for agentic web browsing. Strips prompt injection, hostile instructions, and hidden content before your AI agent ever sees it.
Maintainers
Readme
AirLock Scanner
Source-to-sink firewall for agentic web browsing.
airlock-codes is the Python package for the AirLock scanner. It strips prompt injection, hostile instructions, and hidden content before your AI agent sees it.
Installation
pip install airlock-codesCLI
airlock https://example.com
airlock https://example.com --jsonLibrary
from airlock import scan
result = scan("https://example.com")
print(result["page_risk"], result["trust_level"])Documentation
Full documentation at airlock.codes
