LICENSE
README.md
pyproject.toml
patchi/__init__.py
patchi/__main__.py
patchi.egg-info/PKG-INFO
patchi.egg-info/SOURCES.txt
patchi.egg-info/dependency_links.txt
patchi.egg-info/entry_points.txt
patchi.egg-info/requires.txt
patchi.egg-info/top_level.txt
patchi/cli/__init__.py
patchi/cli/command_families.py
patchi/cli/console.py
patchi/cli/framework.py
patchi/cli/logo.py
patchi/cli/main.py
patchi/cli/registry.py
patchi/cli/style.py
patchi/cli/themes.py
patchi/cli/ux.py
patchi/cli/commands/__init__.py
patchi/cli/commands/access_cmd.py
patchi/cli/commands/agent_stats_cmd.py
patchi/cli/commands/agents_cmd.py
patchi/cli/commands/ai_cmd.py
patchi/cli/commands/assure_cmd.py
patchi/cli/commands/audit_cmd.py
patchi/cli/commands/auto_cmd.py
patchi/cli/commands/blame_cmd.py
patchi/cli/commands/chains_cmd.py
patchi/cli/commands/charter_cmd.py
patchi/cli/commands/chat_cmd.py
patchi/cli/commands/check_cmd.py
patchi/cli/commands/cleanup_cmd.py
patchi/cli/commands/cockpit_cmd.py
patchi/cli/commands/commands_cmd.py
patchi/cli/commands/cross_repo_cmd.py
patchi/cli/commands/deps_cmd.py
patchi/cli/commands/dev_check_cmd.py
patchi/cli/commands/dev_cmd.py
patchi/cli/commands/doctor_cmd.py
patchi/cli/commands/findings_cmd.py
patchi/cli/commands/fix_cmd.py
patchi/cli/commands/heatmap_cmd.py
patchi/cli/commands/help_cmd.py
patchi/cli/commands/hosted_cmd.py
patchi/cli/commands/init.py
patchi/cli/commands/key_cmd.py
patchi/cli/commands/learn_cmd.py
patchi/cli/commands/link_cmd.py
patchi/cli/commands/log_cmd.py
patchi/cli/commands/memory_cmd.py
patchi/cli/commands/model_cmd.py
patchi/cli/commands/notify_cmd.py
patchi/cli/commands/notify_prompts.py
patchi/cli/commands/patch_cmd.py
patchi/cli/commands/plan_cmd.py
patchi/cli/commands/plugins_cmd.py
patchi/cli/commands/queue_cmd.py
patchi/cli/commands/quick_cmd.py
patchi/cli/commands/ready_cmd.py
patchi/cli/commands/report_cmd.py
patchi/cli/commands/restrict_cmd.py
patchi/cli/commands/review_cmd.py
patchi/cli/commands/rules_cmd.py
patchi/cli/commands/scan_cmd.py
patchi/cli/commands/settings_cmd.py
patchi/cli/commands/status_cmd.py
patchi/cli/commands/test_cmd.py
patchi/cli/commands/trend_cmd.py
patchi/cli/commands/undo_cmd.py
patchi/cli/commands/update_cmd.py
patchi/cli/commands/verify_cmd.py
patchi/cli/commands/vr_cmd.py
patchi/cli/commands/watch_cmd.py
patchi/cli/commands/web_cmd.py
patchi/cli/display/__init__.py
patchi/cli/display/live_audit.py
patchi/cli/display/live_progress.py
patchi/core/__init__.py
patchi/core/atomic.py
patchi/core/ci_bundle.py
patchi/core/config.py
patchi/core/constants.py
patchi/core/health.py
patchi/core/memory.py
patchi/core/queue.py
patchi/core/scan_bus.py
patchi/core/snapshot.py
patchi/core/tenant.py
patchi/core/agents/__init__.py
patchi/core/agents/api_fuzzer_agent.py
patchi/core/agents/attack_agent.py
patchi/core/agents/base.py
patchi/core/agents/bug_predictor_agent.py
patchi/core/agents/build_tool_validator.py
patchi/core/agents/cache.py
patchi/core/agents/chaos_agent.py
patchi/core/agents/cicd_generator.py
patchi/core/agents/comment_scanner.py
patchi/core/agents/console_logging_agent.py
patchi/core/agents/coordinator.py
patchi/core/agents/core_scanner.py
patchi/core/agents/coverage_prioritizer.py
patchi/core/agents/dead_code_hygiene.py
patchi/core/agents/dead_code_scanner.py
patchi/core/agents/dependency_scanner.py
patchi/core/agents/doc_claim_agent.py
patchi/core/agents/duplicate_scanner.py
patchi/core/agents/env_scanner.py
patchi/core/agents/feature_flag_agent.py
patchi/core/agents/frontend_framework_agent.py
patchi/core/agents/goroutine_agent.py
patchi/core/agents/governor.py
patchi/core/agents/i18n_agent.py
patchi/core/agents/license_compliance.py
patchi/core/agents/linking_agent.py
patchi/core/agents/memory_profiler_agent.py
patchi/core/agents/modernization_agent.py
patchi/core/agents/mutation_agent.py
patchi/core/agents/nl_query_agent.py
patchi/core/agents/promise_rejection_agent.py
patchi/core/agents/refactoring_agent.py
patchi/core/agents/resource_leak_agent.py
patchi/core/agents/route_graph_scanner.py
patchi/core/agents/run_agent.py
patchi/core/agents/rust_unwrap_agent.py
patchi/core/agents/sbom_generator.py
patchi/core/agents/scanners.py
patchi/core/agents/side_file_scanner.py
patchi/core/agents/snapshot_drift_detector.py
patchi/core/agents/spa_route_inventory.py
patchi/core/agents/test_scanner.py
patchi/core/agents/tool_health.py
patchi/core/agents/tool_runner.py
patchi/core/agents/type_scanner.py
patchi/core/agents/ui_scanner.py
patchi/core/agents/side/__init__.py
patchi/core/agents/side/build_agent.py
patchi/core/agents/side/format_agent.py
patchi/core/agents/side/install_agent.py
patchi/core/ai/__init__.py
patchi/core/ai/agent_audit.py
patchi/core/ai/agent_profiler.py
patchi/core/ai/client.py
patchi/core/ai/cost_tracker.py
patchi/core/ai/model_router.py
patchi/core/ai/orchestrator.py
patchi/core/ai/prompts.py
patchi/core/ai/smart.py
patchi/core/ai/tool_executor.py
patchi/core/ai/tools/__init__.py
patchi/core/ai/tools/executor.py
patchi/core/ai/tools/realize.py
patchi/core/ai/tools/registry.py
patchi/core/assurance/__init__.py
patchi/core/assurance/builder.py
patchi/core/assurance/graph.py
patchi/core/assurance/invariants.py
patchi/core/attackers/__init__.py
patchi/core/attackers/api_abuse.py
patchi/core/attackers/auth_bypass.py
patchi/core/attackers/base.py
patchi/core/attackers/business_logic.py
patchi/core/attackers/planner.py
patchi/core/attackers/priv_escalation.py
patchi/core/attackers/recon.py
patchi/core/brain/__init__.py
patchi/core/brain/audit.py
patchi/core/brain/baseline.py
patchi/core/brain/blast_radius.py
patchi/core/brain/body_tags.py
patchi/core/brain/brain.py
patchi/core/brain/brain_context.py
patchi/core/brain/brain_watcher.py
patchi/core/brain/charter.py
patchi/core/brain/classifier.py
patchi/core/brain/cockpit.py
patchi/core/brain/code_query.py
patchi/core/brain/contract.py
patchi/core/brain/contract_diff.py
patchi/core/brain/council.py
patchi/core/brain/cross_repo.py
patchi/core/brain/dead_code_tools.py
patchi/core/brain/doc_validator.py
patchi/core/brain/domain_activator.py
patchi/core/brain/enriched_context.py
patchi/core/brain/file_corpus.py
patchi/core/brain/framework.py
patchi/core/brain/freshness.py
patchi/core/brain/git_aware.py
patchi/core/brain/heatmap.py
patchi/core/brain/ignore_parser.py
patchi/core/brain/import_graph.py
patchi/core/brain/languages.py
patchi/core/brain/layered_brain.py
patchi/core/brain/learning.py
patchi/core/brain/orphaned_endpoints.py
patchi/core/brain/proactive.py
patchi/core/brain/project_context.py
patchi/core/brain/project_reader.py
patchi/core/brain/reasoning.py
patchi/core/brain/route_mapper.py
patchi/core/brain/scanner.py
patchi/core/brain/secrets.py
patchi/core/brain/symbol_graph.py
patchi/core/brain/team.py
patchi/core/brain/trace_log.py
patchi/core/brain/understander.py
patchi/core/brain/verify.py
patchi/core/brain/ast_utils/__init__.py
patchi/core/brain/ast_utils/assignments.py
patchi/core/brain/ast_utils/calls.py
patchi/core/brain/ast_utils/config.py
patchi/core/brain/ast_utils/control_flow.py
patchi/core/brain/ast_utils/dead_symbols.py
patchi/core/brain/ast_utils/decorators.py
patchi/core/brain/ast_utils/helpers.py
patchi/core/brain/ast_utils/imports.py
patchi/core/brain/ast_utils/scan.py
patchi/core/brain/ast_utils/taint.py
patchi/core/brain/personas/__init__.py
patchi/core/brain/personas/bad_user.py
patchi/core/brain/personas/base.py
patchi/core/brain/route_detector/__init__.py
patchi/core/brain/route_detector/base.py
patchi/core/brain/route_detector/csharp.py
patchi/core/brain/route_detector/file_based.py
patchi/core/brain/route_detector/go.py
patchi/core/brain/route_detector/java.py
patchi/core/brain/route_detector/javascript.py
patchi/core/brain/route_detector/php.py
patchi/core/brain/route_detector/python.py
patchi/core/brain/route_detector/registry.py
patchi/core/brain/route_detector/ruby.py
patchi/core/brain/route_detector/rust.py
patchi/core/brain/route_detector/swift.py
patchi/core/brain/type_checker/__init__.py
patchi/core/brain/type_checker/base.py
patchi/core/brain/type_checker/csharp.py
patchi/core/brain/type_checker/dart.py
patchi/core/brain/type_checker/go.py
patchi/core/brain/type_checker/java.py
patchi/core/brain/type_checker/kotlin.py
patchi/core/brain/type_checker/php.py
patchi/core/brain/type_checker/python.py
patchi/core/brain/type_checker/rust.py
patchi/core/brain/type_checker/swift.py
patchi/core/brain/type_checker/typescript.py
patchi/core/campaigns/__init__.py
patchi/core/campaigns/base.py
patchi/core/campaigns/data_flow_abuse.py
patchi/core/campaigns/orchestrator.py
patchi/core/campaigns/state_transitions.py
patchi/core/debug/__init__.py
patchi/core/debug/capture.py
patchi/core/debug/dap_client.py
patchi/core/debug/adapters/__init__.py
patchi/core/debug/adapters/codelldb.py
patchi/core/debug/adapters/node.py
patchi/core/debug/adapters/powershell.py
patchi/core/debug/adapters/python.py
patchi/core/detector/__init__.py
patchi/core/detector/audit.py
patchi/core/detector/bus.py
patchi/core/detector/dispatcher.py
patchi/core/detector/event.py
patchi/core/detector/sigma_engine.py
patchi/core/detector/triage.py
patchi/core/export/sarif.py
patchi/core/fix/__init__.py
patchi/core/fix/applier.py
patchi/core/fix/base.py
patchi/core/fix/code_fixer.py
patchi/core/fix/dead_code_remover.py
patchi/core/fix/fix_agents.py
patchi/core/fix/patch.py
patchi/core/fix/risk_gate.py
patchi/core/fix/security_fixer.py
patchi/core/fix/verify_loop.py
patchi/core/fuzz/__init__.py
patchi/core/fuzz/corpus.py
patchi/core/fuzz/input_fuzzer.py
patchi/core/fuzz/sequence_fuzzer.py
patchi/core/fuzz/state_fuzzer.py
patchi/core/hosted/__init__.py
patchi/core/hosted/anomaly.py
patchi/core/hosted/audit_log.py
patchi/core/hosted/compliance_report.py
patchi/core/hosted/ip_reputation.py
patchi/core/hosted/log_parsers.py
patchi/core/hosted/tokens.py
patchi/core/hosted/watchlist.py
patchi/core/hosted/webhooks.py
patchi/core/notifications/__init__.py
patchi/core/notifications/channels.py
patchi/core/notifications/digest.py
patchi/core/notifications/escalation.py
patchi/core/notifications/notifier.py
patchi/core/notifications/quiet_hours.py
patchi/core/plugins/__init__.py
patchi/core/plugins/analyzer.py
patchi/core/plugins/registry.py
patchi/core/plugins/analyzers/__init__.py
patchi/core/plugins/analyzers/dead_code_analyzer.py
patchi/core/plugins/analyzers/secret_scanner.py
patchi/core/plugins/analyzers/todo_scanner.py
patchi/core/reliability/__init__.py
patchi/core/reliability/chaos.py
patchi/core/reliability/fault_injector.py
patchi/core/reliability/idempotency.py
patchi/core/reliability/recovery.py
patchi/core/runtime/__init__.py
patchi/core/runtime/tracer.py
patchi/core/security/__init__.py
patchi/core/security/ai_validator.py
patchi/core/security/app_mapper.py
patchi/core/security/app_profile.py
patchi/core/security/attack_feedback.py
patchi/core/security/attack_tree.py
patchi/core/security/auth_audit_agent.py
patchi/core/security/authz_agent.py
patchi/core/security/auto_fix_proactive.py
patchi/core/security/auto_fixer.py
patchi/core/security/auto_ticket.py
patchi/core/security/bandit_agent.py
patchi/core/security/blast_radius.py
patchi/core/security/browser_tester.py
patchi/core/security/business_logic_agent.py
patchi/core/security/catch_block_auditor.py
patchi/core/security/cdn_cache_agent.py
patchi/core/security/chain_analyzer.py
patchi/core/security/chain_to_assurance.py
patchi/core/security/charter.py
patchi/core/security/cloud_waf_detector.py
patchi/core/security/codeql_agent.py
patchi/core/security/compliance_agent.py
patchi/core/security/confidence_gate.py
patchi/core/security/container_scanner.py
patchi/core/security/crypto_agent.py
patchi/core/security/cve_monitor.py
patchi/core/security/dast_agent.py
patchi/core/security/defectdojo.py
patchi/core/security/defense_layer.py
patchi/core/security/dependency_vulnerability_agent.py
patchi/core/security/detection_pipeline.py
patchi/core/security/dns_security_agent.py
patchi/core/security/domain_activator_v2.py
patchi/core/security/domain_loader.py
patchi/core/security/email_authentication_agent.py
patchi/core/security/env_var_validator.py
patchi/core/security/evidence.py
patchi/core/security/falco_runtime_agent.py
patchi/core/security/gated_finding.py
patchi/core/security/git_diff_activator.py
patchi/core/security/governance.py
patchi/core/security/gradual_gate.py
patchi/core/security/history.py
patchi/core/security/iac_scanner.py
patchi/core/security/ignore_expiry.py
patchi/core/security/ignore_learner.py
patchi/core/security/injection_agent.py
patchi/core/security/insecure_randomness_agent.py
patchi/core/security/intent_analyzer.py
patchi/core/security/jwt_agent.py
patchi/core/security/kubernetes_agent.py
patchi/core/security/layer2_orchestrator.py
patchi/core/security/llm_security_agent.py
patchi/core/security/misconfig_agent.py
patchi/core/security/mobile_security_agent.py
patchi/core/security/network_agent.py
patchi/core/security/noise_filter.py
patchi/core/security/orchestrator.py
patchi/core/security/pattern_context.py
patchi/core/security/pattern_loader.py
patchi/core/security/plan_auditor.py
patchi/core/security/policy_engine.py
patchi/core/security/prechecks.py
patchi/core/security/precommit_hook.py
patchi/core/security/privacy_agent.py
patchi/core/security/push_notification_agent.py
patchi/core/security/pysa_agent.py
patchi/core/security/reasoning.py
patchi/core/security/red_team_agent.py
patchi/core/security/red_team_engine.py
patchi/core/security/remediation.py
patchi/core/security/request_interceptor.py
patchi/core/security/runtime_validator.py
patchi/core/security/saml_sso_agent.py
patchi/core/security/sast_agent.py
patchi/core/security/sast_gate.py
patchi/core/security/scheduler.py
patchi/core/security/secrets_runtime_agent.py
patchi/core/security/security_agents.py
patchi/core/security/security_config.py
patchi/core/security/security_probe.py
patchi/core/security/security_taint.py
patchi/core/security/sensitive_data_agent.py
patchi/core/security/service_mesh_agent.py
patchi/core/security/session_management_agent.py
patchi/core/security/ssrf_agent.py
patchi/core/security/supply_chain.py
patchi/core/security/threat_model_generator.py
patchi/core/security/threat_model_updater.py
patchi/core/security/tool_adapters.py
patchi/core/security/tool_verify.py
patchi/core/security/websocket_security_agent.py
patchi/core/security/attack_scenarios/__init__.py
patchi/core/security/defenders/__init__.py
patchi/core/security/defenders/auth_middleware.py
patchi/core/security/defenders/base.py
patchi/core/security/defenders/block_ip.py
patchi/core/security/defenders/block_ws_origin.py
patchi/core/security/defenders/crypto_fix.py
patchi/core/security/defenders/enforce_rate_limit.py
patchi/core/security/defenders/fix_code.py
patchi/core/security/defenders/invalidate_session.py
patchi/core/security/defenders/patch_config.py
patchi/core/security/defenders/rotate_secret.py
patchi/core/security/defenders/suspend_account.py
patchi/core/security/defenders/update_dependency.py
patchi/core/security/domains/__init__.py
patchi/core/security/fix-playbooks/__init__.py
patchi/core/security/pentest/__init__.py
patchi/core/security/pentest/base.py
patchi/core/security/pentest/dalfox_adapter.py
patchi/core/security/pentest/ffuf_adapter.py
patchi/core/security/pentest/nuclei_adapter.py
patchi/core/security/pentest/registry.py
patchi/core/security/pentest/shannon_adapter.py
patchi/core/security/pentest/sqlmap_adapter.py
patchi/core/security/pentest/zap_adapter.py
patchi/core/testing/__init__.py
patchi/core/testing/_browser.py
patchi/core/testing/ads_agent.py
patchi/core/testing/api_contract_agent.py
patchi/core/testing/app_discovery_agent.py
patchi/core/testing/app_launcher.py
patchi/core/testing/browser_test_agent.py
patchi/core/testing/e2e_flow_agent.py
patchi/core/testing/flake_detector_agent.py
patchi/core/testing/gate.py
patchi/core/testing/live_test_runner.py
patchi/core/testing/regression_agent.py
patchi/core/testing/security_test_agent.py
patchi/core/testing/stress_test_agent.py
patchi/core/testing/test_agents.py
patchi/core/testing/test_config.py
patchi/core/testing/ui_accessibility_agent.py
patchi/core/testing/ui_button_agent.py
patchi/core/testing/ui_layout_agent.py
patchi/core/testing/unit_test_agent.py
patchi/core/testing/visual_regression_agent.py
patchi/core/testing/live_v2/__init__.py
patchi/core/testing/live_v2/browser_pool.py
patchi/core/testing/live_v2/browser_test_runner.py
patchi/core/testing/live_v2/runner.py
patchi/core/testing/live_v2/screenshot_manager.py
patchi/core/testing/live_v2/stress_orchestrator.py
patchi/core/testing/live_v2/video_recorder.py
patchi/web/__init__.py
patchi/web/api_legacy.py
patchi/web/app.py
patchi/web/events.py
patchi/web/spawn.py
patchi/web/ws.py
patchi/web/api/__init__.py
patchi/web/api/brain_map.py
patchi/web/api/charts.py
patchi/web/api/chat.py
patchi/web/api/cicd.py
patchi/web/api/dast_evidence.py
patchi/web/api/dev_check.py
patchi/web/api/fix.py
patchi/web/api/guard.py
patchi/web/api/hosted.py
patchi/web/api/hosted_v2.py
patchi/web/api/live_testing.py
patchi/web/api/scan.py
patchi/web/api/smart.py
patchi/web/api/tenant.py
patchi/web/api/tools.py
patchi/web/routes/__init__.py
patchi/web/routes/assurance.py
patchi/web/routes/brain.py
patchi/web/routes/charter.py
patchi/web/routes/chat.py
patchi/web/routes/dashboard.py
patchi/web/routes/dashboard_v2.py
patchi/web/routes/findings.py
patchi/web/routes/guard.py
patchi/web/routes/history.py
patchi/web/routes/landing.py
patchi/web/routes/live_testing.py
patchi/web/routes/review.py
patchi/web/routes/self_improvement.py
patchi/web/routes/settings.py
patchi/web/routes/tokens.py
tests/test_agent_security.py
tests/test_ai_client.py
tests/test_app_profile.py
tests/test_applier.py
tests/test_assurance.py
tests/test_ast_utils.py
tests/test_ast_utils_new.py
tests/test_attack_agent.py
tests/test_audit.py
tests/test_base.py
tests/test_blast_radius_v2.py
tests/test_brain_map_views.py
tests/test_brain_watcher.py
tests/test_chain_engine.py
tests/test_chaos_engineering.py
tests/test_charter.py
tests/test_ci_bundle.py
tests/test_config.py
tests/test_contract.py
tests/test_coordinator.py
tests/test_corpus_noise.py
tests/test_debug_capture.py
tests/test_debug_codelldb.py
tests/test_debug_node.py
tests/test_debug_powershell.py
tests/test_detector.py
tests/test_differential.py
tests/test_dispatcher.py
tests/test_doc_claim_agent.py
tests/test_domain_loader.py
tests/test_fix_agents.py
tests/test_fp_triage.py
tests/test_framework.py
tests/test_freshness.py
tests/test_generated_suite.py
tests/test_governor_engine.py
tests/test_governor_integration.py
tests/test_governor_v2.py
tests/test_hosted_anomaly.py
tests/test_hosted_audit_log.py
tests/test_hosted_ip_reputation.py
tests/test_hosted_log_parsers.py
tests/test_hosted_mode.py
tests/test_hosted_tokens.py
tests/test_hosted_watchlist.py
tests/test_ignore_learner.py
tests/test_import_graph.py
tests/test_integration.py
tests/test_language_support.py
tests/test_layered_brain.py
tests/test_memory.py
tests/test_new_agents.py
tests/test_new_features.py
tests/test_new_security_agents.py
tests/test_noise_reduction.py
tests/test_notifications.py
tests/test_p3_agents.py
tests/test_patch.py
tests/test_proactive.py
tests/test_proactive_phase5.py
tests/test_queue.py
tests/test_realize_tools.py
tests/test_reasoning.py
tests/test_rebuilt_modules.py
tests/test_risk_gate.py
tests/test_route_mapper.py
tests/test_runtime_crash_scanner.py
tests/test_scan_bus.py
tests/test_scanner.py
tests/test_scanners.py
tests/test_scheduler.py
tests/test_secrets.py
tests/test_security_config.py
tests/test_sigma_engine.py
tests/test_smart_agent.py
tests/test_snapshot.py
tests/test_test_agents.py
tests/test_tool_harness.py
tests/test_v2_agent_audit.py
tests/test_v2_smoke.py
tests/test_verify.py
tests/test_verify_loop.py
tests/test_web.py
tests/test_web_smart.py