LICENSE
README.md
pyproject.toml
src/horustrace/__init__.py
src/horustrace/adg.py
src/horustrace/aibom.py
src/horustrace/analysis.py
src/horustrace/authority_delta.py
src/horustrace/authority_source.py
src/horustrace/benchmark.py
src/horustrace/change_analysis.py
src/horustrace/cli.py
src/horustrace/config.py
src/horustrace/coverage.py
src/horustrace/effective_authority.py
src/horustrace/entrypoint_provenance.py
src/horustrace/flow.py
src/horustrace/git_snapshot.py
src/horustrace/github_action.py
src/horustrace/heuristics.py
src/horustrace/limits.py
src/horustrace/manifest_schema.py
src/horustrace/mcp_authority.py
src/horustrace/mcp_context.py
src/horustrace/mcp_effective.py
src/horustrace/models.py
src/horustrace/owasp.py
src/horustrace/path_safety.py
src/horustrace/provenance.py
src/horustrace/rule_registry.py
src/horustrace/scanner.py
src/horustrace/security_graph.py
src/horustrace/semantics.py
src/horustrace/source_context.py
src/horustrace/source_provenance.py
src/horustrace/suppressions.py
src/horustrace.egg-info/PKG-INFO
src/horustrace.egg-info/SOURCES.txt
src/horustrace.egg-info/dependency_links.txt
src/horustrace.egg-info/entry_points.txt
src/horustrace.egg-info/requires.txt
src/horustrace.egg-info/top_level.txt
src/horustrace/adapters/__init__.py
src/horustrace/adapters/adk_config.py
src/horustrace/adapters/contract.py
src/horustrace/adapters/fast_agent.py
src/horustrace/adapters/fast_agent_config.py
src/horustrace/adapters/google_adk.py
src/horustrace/adapters/iac_identity.py
src/horustrace/adapters/langgraph.py
src/horustrace/adapters/manifest.py
src/horustrace/adapters/mcp_config.py
src/horustrace/adapters/mcp_python.py
src/horustrace/adapters/openai_agents.py
src/horustrace/adapters/pydantic_ai.py
src/horustrace/adapters/registry.py
src/horustrace/adapters/repository_adk.py
src/horustrace/reporters/__init__.py
src/horustrace/reporters/console.py
src/horustrace/reporters/sarif.py
src/horustrace/rules/__init__.py
src/horustrace/rules/builtin.py
tests/test_adapter_contract.py
tests/test_adversarial_scanning.py
tests/test_analysis_interactions.py
tests/test_attack_path_confidence.py
tests/test_authority_aware_findings.py
tests/test_authority_delta.py
tests/test_authority_source.py
tests/test_benchmark.py
tests/test_branding.py
tests/test_change_analysis.py
tests/test_cli_rules.py
tests/test_config.py
tests/test_config_suppression_order.py
tests/test_control_semantics.py
tests/test_coverage.py
tests/test_dynamic_coverage.py
tests/test_effective_authority.py
tests/test_entrypoint_provenance.py
tests/test_evidence_semantics.py
tests/test_fast_agent_adapter.py
tests/test_fast_agent_config.py
tests/test_flow_agent_mapping.py
tests/test_flow_context.py
tests/test_github_action.py
tests/test_google_adk.py
tests/test_layers.py
tests/test_manifest.py
tests/test_manifest_errors.py
tests/test_manifest_schema.py
tests/test_mcp_authority.py
tests/test_mcp_config.py
tests/test_mcp_effective.py
tests/test_openai_adapter.py
tests/test_owasp_mappings.py
tests/test_owasp_summary.py
tests/test_path_safety.py
tests/test_pydantic_ai_adapter.py
tests/test_reachability_regressions.py
tests/test_risk_semantics.py
tests/test_rule_registry.py
tests/test_sarif.py
tests/test_scanner_limits.py
tests/test_security_graph.py
tests/test_source_context.py
tests/test_suppressions.py
tests/test_v03_public_regressions.py
tests/test_v04_adapter_registry.py
tests/test_v04_adg.py
tests/test_v04_flow.py
tests/test_v04_frameworks.py
tests/test_v04_langgraph.py
tests/test_v04_public_corpus_hardening.py
tests/test_version.py