CHANGELOG.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
pyproject.toml
docs/AUDIT_SCOPE.md
docs/POLICY_FORMAT.md
docs/RELEASE.md
docs/SECURE_DEVELOPMENT.md
docs/SECURITY_ASSURANCE.md
docs/THREAT_MODEL.md
docs/abac.md
docs/architecture.md
docs/customization.md
fuzz/fuzz_mcp_json.py
fuzz/fuzz_policy_json.py
fuzz/corpus/mcp/request.json
fuzz/corpus/policy/valid.json
mcp/README.md
mcp/agent-contract.json
mcp/server.py
requirements/build.in
requirements/build.txt
src/AccessGate.egg-info/PKG-INFO
src/AccessGate.egg-info/SOURCES.txt
src/AccessGate.egg-info/dependency_links.txt
src/AccessGate.egg-info/entry_points.txt
src/AccessGate.egg-info/requires.txt
src/AccessGate.egg-info/top_level.txt
src/access_gate/__init__.py
src/access_gate/abac.py
src/access_gate/engine.py
src/access_gate/exceptions.py
src/access_gate/integrity.py
src/access_gate/policies.py
src/access_gate/protocols.py
src/access_gate/py.typed
src/access_gate/strategies.py
src/access_gate/types.py
src/access_gate/adapters/__init__.py
src/access_gate/adapters/django.py
src/access_gate/mcp/__init__.py
src/access_gate/mcp/agent-contract.json
src/access_gate/mcp/server.py
src/access_gate/schema/abac-policy-v1.json
tests/reference_authorization_model.py
tests/test_abac.py
tests/test_abac_edges.py
tests/test_authorization_benchmark.py
tests/test_django_adapter.py
tests/test_engine.py
tests/test_fuzz_harnesses.py
tests/test_integrity.py
tests/test_mcp_server.py
tests/test_package_boundary.py
tests/test_policies.py
tests/test_properties.py
tests/test_release_tools.py
tests/test_types.py
tests/fixtures/policies/v1/trusted-device.json
tools/__init__.py
tools/authorization_benchmark.py
tools/check_mutation_results.py
tools/generate_sbom.py
tools/normalize_sdist.py
tools/verify_reproducible_build.py