LICENSE
README.md
pyproject.toml
cca_audit.egg-info/PKG-INFO
cca_audit.egg-info/SOURCES.txt
cca_audit.egg-info/dependency_links.txt
cca_audit.egg-info/entry_points.txt
cca_audit.egg-info/requires.txt
cca_audit.egg-info/top_level.txt
cca_checks/__init__.py
cca_checks/__main__.py
cca_checks/cargo_repro.py
cca_checks/claim.py
cca_checks/clippy_check.py
cca_checks/clock_check.py
cca_checks/config.py
cca_checks/hypo.py
cca_checks/properties.py
cca_checks/property_check.py
cca_checks/pyright_check.py
cca_checks/repro_runner.py
cca_checks/scope.py
cca_checks/semgrep_check.py
cca_checks/substrate.py
cca_checks/toolpath.py
cca_checks/treesitter.py
cca_checks/languages/__init__.py
cca_checks/languages/base.py
cca_checks/languages/python.py
cca_checks/languages/rust.py
cca_checks/plugin/__init__.py
cca_checks/plugin/cli.py
cca_checks/plugin/agents/cca-architect-reviewer.md
cca_checks/plugin/agents/cca-bug-auditor.md
cca_checks/plugin/agents/cca-code-auditor.md
cca_checks/plugin/agents/cca-dep-auditor.md
cca_checks/plugin/agents/cca-deploy-auditor.md
cca_checks/plugin/agents/cca-differential-review.md
cca_checks/plugin/agents/cca-doc-auditor.md
cca_checks/plugin/agents/cca-env-validator.md
cca_checks/plugin/agents/cca-fix-planner.md
cca_checks/plugin/agents/cca-fp-check.md
cca_checks/plugin/agents/cca-numeric-auditor.md
cca_checks/plugin/agents/cca-perf-auditor.md
cca_checks/plugin/agents/cca-security-auditor.md
cca_checks/plugin/commands/audit-fix-v2.md
cca_checks/plugin/commands/audit-fix.md
cca_checks/plugin/tools/cca_scorecard.py
cca_checks/plugin/tools/cca_tautology_check.py
cca_checks/plugin/tools/test_cca_scorecard.py
cca_checks/plugin/tools/test_cca_tautology_check.py
cca_checks/rules/python_sinks.yaml
cca_checks/rules/python_taint.yaml
cca_checks/rules/rust_sinks.yaml
cca_checks/rules/rust_taint.yaml
tests/test_bench_score.py
tests/test_blindness_probe.py
tests/test_capabilities.py
tests/test_cargo_repro.py
tests/test_ci_contract.py
tests/test_claim.py
tests/test_cli.py
tests/test_clippy_check.py
tests/test_clock_check.py
tests/test_clock_check_rust.py
tests/test_config.py
tests/test_dev_extra_completeness.py
tests/test_fixture_contract.py
tests/test_language_guard.py
tests/test_language_registry.py
tests/test_plugin_cli.py
tests/test_plugin_install.py
tests/test_properties.py
tests/test_property_check.py
tests/test_pyright_check.py
tests/test_readme_counts_are_consistent.py
tests/test_readme_urls_are_absolute.py
tests/test_repro_runner.py
tests/test_rules_catalog.py
tests/test_rust_taint.py
tests/test_scope.py
tests/test_selfaudit_hardening.py
tests/test_semgrep_check.py
tests/test_substrate.py
tests/test_toolpath.py
tests/test_treesitter.py