LICENSE
README.md
pyproject.toml
repo_auditor/__init__.py
repo_auditor/__main__.py
repo_auditor/_process.py
repo_auditor/_redact.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/pipeline_factory.py
repo_auditor/storage.py
repo_auditor/suppress.py
repo_auditor/tools.py
repo_auditor/adapters/__init__.py
repo_auditor/adapters/base.py
repo_auditor/adapters/github_profile.py
repo_auditor/adapters/registry.py
repo_auditor/adapters/scorecard.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/mcp/__init__.py
repo_auditor/mcp/__main__.py
repo_auditor/mcp/resources.py
repo_auditor/mcp/server.py
repo_auditor/mcp/tools.py
repo_auditor/mcp/types.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/contributions.py
repo_auditor/scoring/engine.py
repo_auditor/scoring/plugin_contributions.py
repo_auditor/scoring/plugin_weights.py
repo_auditor/scoring/policy_contributions.py
repo_auditor/scoring/profiles.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_adapter_base.py
tests/test_adapter_github_profile.py
tests/test_adapter_registry.py
tests/test_adapter_scorecard.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_contributions.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_mcp_audit_diff.py
tests/test_mcp_audit_repository.py
tests/test_mcp_audit_summary.py
tests/test_mcp_e2e.py
tests/test_mcp_entry.py
tests/test_mcp_resources.py
tests/test_mcp_skeleton.py
tests/test_mcp_tool_surface.py
tests/test_org.py
tests/test_output.py
tests/test_output_adapter_boundary.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_plugin_contributions.py
tests/test_plugin_scoring_parser.py
tests/test_policy_contributions.py
tests/test_process.py
tests/test_profiles.py
tests/test_pyproject_metadata.py
tests/test_redact.py
tests/test_score_explanation.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_dashboard.py
tests/test_workflow_permissions.py
tests/test_workflow_pypi_publish.py
tests/test_workflow_pypi_smoke.py