CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
authgraph/__init__.py
authgraph/cli.py
authgraph/coordinator.py
authgraph/engine.py
authgraph/execution.py
authgraph/explain.py
authgraph/gate.py
authgraph/guard.py
authgraph/inference.py
authgraph/models.py
authgraph/outcomes.py
authgraph/plan.py
authgraph/risk.py
authgraph/runtime.py
authgraph/simulate.py
authgraph/trust.py
authgraph/verification.py
authgraph/visualize.py
authgraph/adapters/__init__.py
authgraph/adapters/crewai.py
authgraph/adapters/langgraph.py
authgraph/discovery/__init__.py
authgraph/discovery/classify.py
authgraph/discovery/confidence.py
authgraph/discovery/docker.py
authgraph/discovery/exclusions.py
authgraph/discovery/github_actions.py
authgraph/discovery/javascript.py
authgraph/discovery/kubernetes.py
authgraph/discovery/mcp.py
authgraph/discovery/models.py
authgraph/discovery/python.py
authgraph/discovery/robotics.py
authgraph/discovery/scanner.py
authgraph/discovery/signals.py
authgraph/discovery/sql.py
authgraph/discovery/surface_kind.py
authgraph/discovery/terraform.py
authgraph/discovery/typescript.py
authgraph/discovery/verification.py
authgraph/discovery/signatures/__init__.py
authgraph/discovery/signatures/api_catalog.py
authgraph/discovery/signatures/autogen_signatures.py
authgraph/discovery/signatures/crewai_signatures.py
authgraph/discovery/signatures/identity_signatures.py
authgraph/discovery/signatures/langgraph_signatures.py
authgraph/discovery/signatures/mcp_signatures.py
authgraph/discovery/signatures/negative_signatures.py
authgraph/discovery/signatures/openai_agents_signatures.py
authgraph/discovery/signatures/robotics_signatures.py
authgraph/discovery/signatures/semantic_kernel_signatures.py
authgraph/integrations/__init__.py
authgraph/integrations/_wrap.py
authgraph/integrations/autogen.py
authgraph/integrations/crewai.py
authgraph/integrations/langgraph.py
authgraph/integrations/mcp.py
authgraph/integrations/openai_agents.py
authgraph/integrations/semantic_kernel.py
authgraph/intelligence/__init__.py
authgraph/intelligence/aa_client.py
authgraph/intelligence/aa_mapper.py
authgraph/intelligence/architecture.py
authgraph/intelligence/cache.py
authgraph/intelligence/contract.py
authgraph/intelligence/dedupe.py
authgraph/intelligence/doctor.py
authgraph/intelligence/findings.py
authgraph/intelligence/metrics.py
authgraph/intelligence/pipeline.py
authgraph/intelligence/policy_preservation.py
authgraph/intelligence/privacy.py
authgraph/intelligence/recommend.py
authgraph/intelligence/report.py
authgraph/intelligence/score.py
authgraph/intelligence/why.py
authgraph/onboarding/__init__.py
authgraph/onboarding/install.py
authgraph/onboarding/plan_schema.py
authgraph/onboarding/protect.py
authgraph/tests/fixtures/golden/identity/iam.py
docs/AUTHGRAPH_0_3_1_AUDIT.md
docs/AUTHGRAPH_0_3_1_PHASE_1_5.md
docs/AUTHGRAPH_PRIVACY_AND_METADATA.md
docs/EVIDENCE_TIERS.md
docs/POLICY_PRESERVATION.md
docs/QUICKSTART.md
examples/adapters.py
examples/batch.py
examples/deployment.py
examples/guard_async.py
examples/guard_basic.py
examples/minimal.py
examples/demos/agent_pipeline.py
examples/demos/database_migration.py
examples/demos/github_actions.py
examples/demos/kubernetes.py
examples/demos/robotics.py
examples/demos/terraform.py
tests/__init__.py
tests/test_adapters.py
tests/test_cli.py
tests/test_discovery.py
tests/test_execution.py
tests/test_intelligence.py
tests/test_mvg.py
tests/test_phase16_precision.py
tests/test_phase21_sensitive_precision.py
tests/test_phase2_analysis_layer.py
tests/test_phase2_install_protect.py
tests/test_phase51_classifier_repair.py
tests/test_plan.py
tests/test_policy_preservation.py
tests/test_precision_recovery.py
tests/test_privacy.py
tests/test_recommend_advisory.py
tests/test_runtime_name.py
tests/fixtures/discovery/python_agent.py
tests/fixtures/discovery/payments/charge.py
tests/fixtures/discovery/robotics/nav.py
tests/fixtures/golden/ai/agent_stack.py
tests/fixtures/golden/identity/iam.py
tests/fixtures/golden/negative/boto3_reads.py
tests/fixtures/golden/negative/fs_reads.py
tests/fixtures/golden/negative/generic_execute.py
tests/fixtures/golden/negative/k8s_get_list.py
tests/fixtures/golden/negative/ros_setup_only.py
tests/fixtures/golden/negative/stripe_reads.py
tests/fixtures/golden/payments/charge.py
tests/fixtures/golden/phase51_external/executable_mcp/server.py
tests/fixtures/golden/phase51_external/identity/iam_client_mutations.py
tests/fixtures/golden/robotics/nav_runtime.py
tests/fixtures/golden/robotics/launch/nav.launch.py