LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
supreme_max/__init__.py
supreme_max/__main__.py
supreme_max/cli.py
supreme_max/config.py
supreme_max/setup_path.py
supreme_max/tool-versions.lock
supreme_max.egg-info/PKG-INFO
supreme_max.egg-info/SOURCES.txt
supreme_max.egg-info/dependency_links.txt
supreme_max.egg-info/entry_points.txt
supreme_max.egg-info/requires.txt
supreme_max.egg-info/top_level.txt
supreme_max/core/__init__.py
supreme_max/core/fp_filter.py
supreme_max/core/parallel.py
supreme_max/core/pattern_analyzer.py
supreme_max/core/reporter.py
supreme_max/core/system.py
supreme_max/ide/__init__.py
supreme_max/ide/backup.py
supreme_max/ide/claude_code.py
supreme_max/mcp_server/__init__.py
supreme_max/mcp_server/__main__.py
supreme_max/mcp_server/_server.py
supreme_max/mcp_server/config.py
supreme_max/mcp_server/prompts.py
supreme_max/mcp_server/resources.py
supreme_max/mcp_server/security.py
supreme_max/mcp_server/setup.py
supreme_max/mcp_server/state.py
supreme_max/mcp_server/tools.py
supreme_max/platform/__init__.py
supreme_max/platform/detector.py
supreme_max/platform/install_manifest.py
supreme_max/platform/tool_cache.py
supreme_max/platform/version_manager.py
supreme_max/platform/installers/__init__.py
supreme_max/platform/installers/base.py
supreme_max/platform/installers/cross_platform.py
supreme_max/platform/installers/linux.py
supreme_max/platform/installers/macos.py
supreme_max/platform/installers/windows.py
supreme_max/platform/installers/windows_scripts/install-checkstyle.ps1
supreme_max/platform/installers/windows_scripts/install-clj-kondo.ps1
supreme_max/platform/installers/windows_scripts/install-ktlint.ps1
supreme_max/platform/installers/windows_scripts/install-phpstan.ps1
supreme_max/platform/installers/windows_scripts/install-taplo.ps1
supreme_max/platform/installers/windows_scripts/installer-versions.json
supreme_max/scanners/__init__.py
supreme_max/scanners/a2a_scanner.py
supreme_max/scanners/agent_memory_scanner.py
supreme_max/scanners/agent_planning_scanner.py
supreme_max/scanners/agent_reflection_scanner.py
supreme_max/scanners/ai_context_scanner.py
supreme_max/scanners/ansible_scanner.py
supreme_max/scanners/base.py
supreme_max/scanners/bash_scanner.py
supreme_max/scanners/bat_scanner.py
supreme_max/scanners/clojure_scanner.py
supreme_max/scanners/cmake_scanner.py
supreme_max/scanners/cpp_scanner.py
supreme_max/scanners/css_scanner.py
supreme_max/scanners/dart_scanner.py
supreme_max/scanners/docker_compose_scanner.py
supreme_max/scanners/docker_mcp_scanner.py
supreme_max/scanners/docker_scanner.py
supreme_max/scanners/elixir_scanner.py
supreme_max/scanners/env_scanner.py
supreme_max/scanners/excessive_agency_scanner.py
supreme_max/scanners/garak_scanner.py
supreme_max/scanners/gitleaks_scanner.py
supreme_max/scanners/go_scanner.py
supreme_max/scanners/graphql_scanner.py
supreme_max/scanners/groovy_scanner.py
supreme_max/scanners/haskell_scanner.py
supreme_max/scanners/html_scanner.py
supreme_max/scanners/hyperparameter_scanner.py
supreme_max/scanners/java_scanner.py
supreme_max/scanners/javascript_scanner.py
supreme_max/scanners/json_scanner.py
supreme_max/scanners/kotlin_scanner.py
supreme_max/scanners/kubernetes_scanner.py
supreme_max/scanners/llm_guard_scanner.py
supreme_max/scanners/llmops_scanner.py
supreme_max/scanners/lua_scanner.py
supreme_max/scanners/make_scanner.py
supreme_max/scanners/markdown_scanner.py
supreme_max/scanners/mcp_config_scanner.py
supreme_max/scanners/mcp_remote_rce_scanner.py
supreme_max/scanners/mcp_server_scanner.py
supreme_max/scanners/model_attack_scanner.py
supreme_max/scanners/modelscan_scanner.py
supreme_max/scanners/multi_agent_scanner.py
supreme_max/scanners/nginx_scanner.py
supreme_max/scanners/owasp_llm_scanner.py
supreme_max/scanners/perl_scanner.py
supreme_max/scanners/php_scanner.py
supreme_max/scanners/plugin_security_scanner.py
supreme_max/scanners/post_quantum_scanner.py
supreme_max/scanners/powershell_scanner.py
supreme_max/scanners/prompt_leakage_scanner.py
supreme_max/scanners/protobuf_scanner.py
supreme_max/scanners/python_scanner.py
supreme_max/scanners/r_scanner.py
supreme_max/scanners/rag_security_scanner.py
supreme_max/scanners/react2shell_scanner.py
supreme_max/scanners/ruby_scanner.py
supreme_max/scanners/rust_scanner.py
supreme_max/scanners/scala_scanner.py
supreme_max/scanners/semgrep_scanner.py
supreme_max/scanners/solidity_scanner.py
supreme_max/scanners/sql_scanner.py
supreme_max/scanners/steganography_scanner.py
supreme_max/scanners/swift_scanner.py
supreme_max/scanners/terraform_scanner.py
supreme_max/scanners/toml_scanner.py
supreme_max/scanners/tool_callback_scanner.py
supreme_max/scanners/trivy_scanner.py
supreme_max/scanners/typescript_scanner.py
supreme_max/scanners/vector_db_scanner.py
supreme_max/scanners/vim_scanner.py
supreme_max/scanners/xml_scanner.py
supreme_max/scanners/yaml_scanner.py
supreme_max/scanners/zig_scanner.py
tests/test_basic.py
tests/test_epic2_integration.py
tests/test_epic4_mcp.py
tests/test_mcp_full_integration.py
tests/test_mcp_scanner.py