LICENSE
README.md
pyproject.toml
src/glassport/__init__.py
src/glassport/advise.py
src/glassport/audit.py
src/glassport/console.py
src/glassport/console_html.py
src/glassport/detectors.py
src/glassport/health.py
src/glassport/interaction_trace.py
src/glassport/provenance.py
src/glassport/prune.py
src/glassport/py.typed
src/glassport/report.py
src/glassport/sarif.py
src/glassport/server.py
src/glassport/tap.py
src/glassport/tui.py
src/glassport/watch.py
src/glassport.egg-info/PKG-INFO
src/glassport.egg-info/SOURCES.txt
src/glassport.egg-info/dependency_links.txt
src/glassport.egg-info/entry_points.txt
src/glassport.egg-info/requires.txt
src/glassport.egg-info/top_level.txt
src/glassport/adapters/__init__.py
src/glassport/adapters/mcp_http.py
src/glassport/adapters/mcp_session.py
src/glassport/adapters/streaming.py
tests/test_advise.py
tests/test_audit.py
tests/test_checksums.py
tests/test_ci_templates.py
tests/test_cli.py
tests/test_comprehensive_security.py
tests/test_console.py
tests/test_crypto_tokens.py
tests/test_detectors.py
tests/test_e2e_filesystem.py
tests/test_gate.py
tests/test_hardening.py
tests/test_health.py
tests/test_http_relay_hardening.py
tests/test_http_tap.py
tests/test_http_tap_hardening.py
tests/test_log_permissions.py
tests/test_plugins.py
tests/test_provenance.py
tests/test_prune.py
tests/test_public_api.py
tests/test_redteam_harness.py
tests/test_report.py
tests/test_sarif.py
tests/test_server.py
tests/test_session_sarif.py
tests/test_streaming.py
tests/test_suppress.py
tests/test_tail_surfacing.py
tests/test_tui.py
tests/test_version_sync.py
tests/test_watch.py