CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
mcpaudit/__init__.py
mcpaudit/__main__.py
mcpaudit/annotator.py
mcpaudit/api_server.py
mcpaudit/attack_path.py
mcpaudit/attack_simulator.py
mcpaudit/audit_trail.py
mcpaudit/baseline.py
mcpaudit/baseline_manager.py
mcpaudit/benchmark.py
mcpaudit/ci_configs.py
mcpaudit/ci_templates.py
mcpaudit/code_quality.py
mcpaudit/compliance.py
mcpaudit/compliance_cert.py
mcpaudit/compliance_checker.py
mcpaudit/compliance_gaps.py
mcpaudit/compliance_validator.py
mcpaudit/config.py
mcpaudit/config_drift.py
mcpaudit/credential_scanner.py
mcpaudit/dashboard_gen.py
mcpaudit/deobfuscate.py
mcpaudit/dep_scanner.py
mcpaudit/dep_vuln.py
mcpaudit/diff.py
mcpaudit/ecosystem_analyzer.py
mcpaudit/exemptions.py
mcpaudit/finding_deduplicator.py
mcpaudit/fingerprint.py
mcpaudit/fix_planner.py
mcpaudit/fixer.py
mcpaudit/fleet_report.py
mcpaudit/flows.py
mcpaudit/formatters.py
mcpaudit/go_scanner.py
mcpaudit/guard.py
mcpaudit/hardener.py
mcpaudit/history.py
mcpaudit/history_analytics.py
mcpaudit/incident_response.py
mcpaudit/interactive_report.py
mcpaudit/live.py
mcpaudit/metrics_dashboard.py
mcpaudit/models.py
mcpaudit/multi.py
mcpaudit/multi_project.py
mcpaudit/notification.py
mcpaudit/permission_analyzer.py
mcpaudit/playbooks.py
mcpaudit/plugin_system.py
mcpaudit/plugins.py
mcpaudit/policy.py
mcpaudit/policy_engine.py
mcpaudit/policy_engine_v2.py
mcpaudit/posture_score.py
mcpaudit/probes.py
mcpaudit/profiles.py
mcpaudit/protocol_validator.py
mcpaudit/py.typed
mcpaudit/registry_scanner.py
mcpaudit/regression.py
mcpaudit/remediation_engine.py
mcpaudit/remediation_tracker.py
mcpaudit/report_aggregator.py
mcpaudit/report_generator.py
mcpaudit/risk_calculator.py
mcpaudit/risk_scoring.py
mcpaudit/rule_coverage.py
mcpaudit/rule_gen.py
mcpaudit/rule_generator.py
mcpaudit/rule_impact.py
mcpaudit/rule_recommender.py
mcpaudit/rule_sdk.py
mcpaudit/rule_validator.py
mcpaudit/sarif_ci.py
mcpaudit/sbom.py
mcpaudit/scan_cache.py
mcpaudit/scan_compare.py
mcpaudit/scan_diff_reporter.py
mcpaudit/scan_profiles.py
mcpaudit/scan_scheduler.py
mcpaudit/scanner.py
mcpaudit/scorecard.py
mcpaudit/secret_scanner.py
mcpaudit/secrets_detector.py
mcpaudit/security_metrics.py
mcpaudit/server_profiler.py
mcpaudit/severity_config.py
mcpaudit/sla_monitor.py
mcpaudit/summary.py
mcpaudit/summary_dashboard.py
mcpaudit/supply_chain.py
mcpaudit/taxonomy.py
mcpaudit/test_generator.py
mcpaudit/threat_intel.py
mcpaudit/threat_model.py
mcpaudit/tool_perm_mapper.py
mcpaudit/training_v2.py
mcpaudit/trend_analyzer.py
mcpaudit/trust_score.py
mcpaudit/ts_scanner.py
mcpaudit/vuln_db_v2.py
mcpaudit/watcher.py
mcpaudit.egg-info/PKG-INFO
mcpaudit.egg-info/SOURCES.txt
mcpaudit.egg-info/dependency_links.txt
mcpaudit.egg-info/entry_points.txt
mcpaudit.egg-info/requires.txt
mcpaudit.egg-info/top_level.txt
mcpaudit/go_rules/__init__.py
mcpaudit/go_rules/command_injection.py
mcpaudit/go_rules/hardcoded_secrets.py
mcpaudit/go_rules/missing_auth.py
mcpaudit/go_rules/path_traversal.py
mcpaudit/go_rules/sql_injection.py
mcpaudit/go_rules/ssrf.py
mcpaudit/go_rules/unhandled_errors.py
mcpaudit/go_rules/unsafe_deser.py
mcpaudit/reporters/__init__.py
mcpaudit/reporters/html_reporter.py
mcpaudit/reporters/sarif_reporter.py
mcpaudit/rules/__init__.py
mcpaudit/rules/absolute_paths.py
mcpaudit/rules/command_injection.py
mcpaudit/rules/confused_deputy.py
mcpaudit/rules/cors_misconfig.py
mcpaudit/rules/error_handling.py
mcpaudit/rules/excessive_perms.py
mcpaudit/rules/hardcoded_secrets.py
mcpaudit/rules/idor.py
mcpaudit/rules/info_disclosure.py
mcpaudit/rules/input_validation.py
mcpaudit/rules/mcp_rules.py
mcpaudit/rules/mcp_tool_safety.py
mcpaudit/rules/missing_auth.py
mcpaudit/rules/missing_tool_authz.py
mcpaudit/rules/path_traversal.py
mcpaudit/rules/privilege_escalation.py
mcpaudit/rules/prompt_injection.py
mcpaudit/rules/rate_limiting.py
mcpaudit/rules/redos.py
mcpaudit/rules/resource_exhaustion.py
mcpaudit/rules/sensitive_logging.py
mcpaudit/rules/sql_injection.py
mcpaudit/rules/ssrf.py
mcpaudit/rules/unsafe_deser.py
mcpaudit/rules/unsafe_file_write.py
mcpaudit/rules/unsafe_temp.py
mcpaudit/rules/weak_crypto.py
mcpaudit/ts_rules/__init__.py
mcpaudit/ts_rules/command_injection.py
mcpaudit/ts_rules/excessive_perms.py
mcpaudit/ts_rules/hardcoded_secrets.py
mcpaudit/ts_rules/idor.py
mcpaudit/ts_rules/info_disclosure.py
mcpaudit/ts_rules/input_validation.py
mcpaudit/ts_rules/missing_auth.py
mcpaudit/ts_rules/missing_tool_authz.py
mcpaudit/ts_rules/path_traversal.py
mcpaudit/ts_rules/privilege_escalation.py
mcpaudit/ts_rules/prompt_injection.py
mcpaudit/ts_rules/rate_limiting.py
mcpaudit/ts_rules/sql_injection.py
mcpaudit/ts_rules/ssrf.py
mcpaudit/ts_rules/unsafe_deser.py
tests/test_annotator.py
tests/test_api_server.py
tests/test_attack_path.py
tests/test_attack_simulator.py
tests/test_audit_trail.py
tests/test_autofix_enhanced.py
tests/test_baseline.py
tests/test_baseline_manager.py
tests/test_benchmark.py
tests/test_ci_configs.py
tests/test_ci_templates.py
tests/test_code_quality.py
tests/test_compliance.py
tests/test_compliance_cert.py
tests/test_compliance_checker.py
tests/test_compliance_gaps.py
tests/test_compliance_validator.py
tests/test_config.py
tests/test_config_drift.py
tests/test_confused_deputy.py
tests/test_credential_scanner.py
tests/test_dashboard_gen.py
tests/test_deobfuscate.py
tests/test_dep_scanner.py
tests/test_dep_vuln.py
tests/test_dep_vuln_enhanced.py
tests/test_diff.py
tests/test_ecosystem_analyzer.py
tests/test_exemptions.py
tests/test_explain.py
tests/test_finding_deduplicator.py
tests/test_fingerprint.py
tests/test_fix_planner.py
tests/test_fixer.py
tests/test_fleet_report.py
tests/test_flows.py
tests/test_go_rules.py
tests/test_go_scanner.py
tests/test_guard.py
tests/test_hardener.py
tests/test_history.py
tests/test_history_analytics.py
tests/test_incident_response.py
tests/test_interactive_report.py
tests/test_live.py
tests/test_mcp_protocol_rules.py
tests/test_mcp_rules.py
tests/test_metrics_dashboard.py
tests/test_multi.py
tests/test_multi_project.py
tests/test_new_rules.py
tests/test_notification.py
tests/test_owasp_rules.py
tests/test_permission_analyzer.py
tests/test_playbooks.py
tests/test_plugin_system.py
tests/test_plugins.py
tests/test_policy.py
tests/test_policy_engine.py
tests/test_policy_engine_v2.py
tests/test_posture_score.py
tests/test_probes.py
tests/test_profiles.py
tests/test_prompt_injection.py
tests/test_protocol_validator.py
tests/test_registry_scanner.py
tests/test_regression.py
tests/test_remediation.py
tests/test_remediation_engine.py
tests/test_remediation_tracker.py
tests/test_report_aggregator.py
tests/test_report_generator.py
tests/test_risk_calculator.py
tests/test_risk_scoring.py
tests/test_rule_coverage.py
tests/test_rule_gen.py
tests/test_rule_generator.py
tests/test_rule_impact.py
tests/test_rule_recommender.py
tests/test_rule_sdk.py
tests/test_rule_validator.py
tests/test_sarif.py
tests/test_sarif_ci.py
tests/test_sbom.py
tests/test_scan_cache.py
tests/test_scan_compare.py
tests/test_scan_diff_reporter.py
tests/test_scan_profiles.py
tests/test_scan_scheduler.py
tests/test_scanner.py
tests/test_scorecard.py
tests/test_secret_scanner.py
tests/test_secrets_detector.py
tests/test_security_metrics.py
tests/test_server_profiler.py
tests/test_severity_config.py
tests/test_sla_monitor.py
tests/test_summary.py
tests/test_summary_dashboard.py
tests/test_supply_chain.py
tests/test_taxonomy.py
tests/test_test_generator.py
tests/test_threat_intel.py
tests/test_threat_model.py
tests/test_tool_perm_mapper.py
tests/test_training_v2.py
tests/test_trend_analyzer.py
tests/test_trust_score.py
tests/test_ts_owasp_rules.py
tests/test_ts_rules.py
tests/test_ts_scanner.py
tests/test_vuln_db_v2.py
tests/test_watcher.py