LICENSE
README.md
pyproject.toml
repo_auditor/__init__.py
repo_auditor/__main__.py
repo_auditor/_process.py
repo_auditor/cli.py
repo_auditor/config.py
repo_auditor/diff.py
repo_auditor/org.py
repo_auditor/path_safety.py
repo_auditor/pipeline.py
repo_auditor/storage.py
repo_auditor/suppress.py
repo_auditor/tools.py
repo_auditor/benchmark/__init__.py
repo_auditor/collectors/__init__.py
repo_auditor/collectors/code_analysis.py
repo_auditor/collectors/code_stats.py
repo_auditor/collectors/dependency_audit.py
repo_auditor/collectors/external_plugin.py
repo_auditor/collectors/git_history.py
repo_auditor/collectors/github_api.py
repo_auditor/collectors/protocols.py
repo_auditor/collectors/security_scan.py
repo_auditor/output/__init__.py
repo_auditor/output/_escape.py
repo_auditor/output/badge.py
repo_auditor/output/card.py
repo_auditor/output/json_output.py
repo_auditor/output/report.py
repo_auditor/output/sarif.py
repo_auditor/output/sbom.py
repo_auditor/scoring/__init__.py
repo_auditor/scoring/adapter.py
repo_auditor/scoring/categories.py
repo_auditor/scoring/engine.py
repo_auditor/scoring/suppress.py
sfild_repo_auditor.egg-info/PKG-INFO
sfild_repo_auditor.egg-info/SOURCES.txt
sfild_repo_auditor.egg-info/dependency_links.txt
sfild_repo_auditor.egg-info/entry_points.txt
sfild_repo_auditor.egg-info/requires.txt
sfild_repo_auditor.egg-info/top_level.txt
tests/test_action_yaml.py
tests/test_action_yml_lint.py
tests/test_benchmark.py
tests/test_cli.py
tests/test_clone_update.py
tests/test_code_analysis.py
tests/test_code_stats.py
tests/test_collector_protocols.py
tests/test_config.py
tests/test_dashboard_index.py
tests/test_dependency_audit.py
tests/test_diff.py
tests/test_dockerfile_supply_chain.py
tests/test_docs_consistency.py
tests/test_external_plugin.py
tests/test_git_history.py
tests/test_github_api.py
tests/test_org.py
tests/test_output.py
tests/test_output_applied_weights.py
tests/test_output_badge.py
tests/test_output_card.py
tests/test_output_json.py
tests/test_output_report.py
tests/test_output_sarif.py
tests/test_output_sbom.py
tests/test_path_safety.py
tests/test_pipeline.py
tests/test_pipeline_since.py
tests/test_process.py
tests/test_pyproject_metadata.py
tests/test_scoring.py
tests/test_scoring_adapter.py
tests/test_scoring_config_robustness.py
tests/test_security_scan.py
tests/test_storage.py
tests/test_storage_atomicity.py
tests/test_suppress.py
tests/test_tools.py
tests/test_trust_boundary_config.py
tests/test_workflow_permissions.py
tests/test_workflow_pypi_publish.py