LICENSE
LICENSE.cloud
README.md
pyproject.toml
navil/__init__.py
navil/__main__.py
navil/_compat.py
navil/anomaly_detector.py
navil/blocklist.py
navil/blocklist_updater.py
navil/cli.py
navil/credential_manager.py
navil/oidc.py
navil/openapi_bridge.py
navil/openapi_scanner.py
navil/openapi_server.py
navil/pentest.py
navil/policy_engine.py
navil/proxy.py
navil/py.typed
navil/sarif.py
navil/scanner.py
navil/seed.py
navil/shim.py
navil/telemetry.py
navil/telemetry_event.py
navil/telemetry_worker.py
navil/threat_intel.py
navil/types.py
navil/wrap.py
navil.egg-info/PKG-INFO
navil.egg-info/SOURCES.txt
navil.egg-info/dependency_links.txt
navil.egg-info/entry_points.txt
navil.egg-info/requires.txt
navil.egg-info/top_level.txt
navil/a2a/__init__.py
navil/a2a/agent_card.py
navil/a2a/tasks.py
navil/adaptive/__init__.py
navil/adaptive/baselines.py
navil/adaptive/confidence.py
navil/adaptive/feedback.py
navil/adaptive/pattern_store.py
navil/api/__init__.py
navil/api/local/__init__.py
navil/api/local/app.py
navil/api/local/demo.py
navil/api/local/state.py
navil/api/local/routes/__init__.py
navil/api/local/routes/_helpers.py
navil/api/local/routes/credentials.py
navil/api/local/routes/feedback.py
navil/api/local/routes/llm.py
navil/api/local/routes/overview.py
navil/api/local/routes/policy.py
navil/api/local/routes/proxy.py
navil/api/local/routes/scan.py
navil/api/local/routes/settings.py
navil/api/local/routes/system.py
navil/api/v1/__init__.py
navil/api/v1/routes.py
navil/canary/__init__.py
navil/canary/__main__.py
navil/canary/config.py
navil/canary/kit.py
navil/canary/reporter.py
navil/canary/server.py
navil/cloud/__init__.py
navil/cloud/blocklist_distribution.py
navil/cloud/contribution_api.py
navil/cloud/database.py
navil/cloud/models.py
navil/cloud/pipeline.py
navil/cloud/telemetry_sync.py
navil/cloud/threat_intel_fetcher.py
navil/commands/__init__.py
navil/commands/a2a.py
navil/commands/analyze.py
navil/commands/anomaly.py
navil/commands/blocklist.py
navil/commands/cloud.py
navil/commands/crawl.py
navil/commands/credential.py
navil/commands/export.py
navil/commands/feedback.py
navil/commands/honeypot.py
navil/commands/init.py
navil/commands/openapi.py
navil/commands/pentest.py
navil/commands/policy.py
navil/commands/proxy.py
navil/commands/report_mcp.py
navil/commands/scan.py
navil/commands/scan_batch.py
navil/commands/seed.py
navil/commands/shim.py
navil/crawler/__init__.py
navil/crawler/batch_scanner.py
navil/crawler/registry_crawler.py
navil/crawler/scan_history.py
navil/crawler/scheduler.py
navil/data/blocklist_v1.json
navil/data/public_attacks.yaml
navil/honeypot/__init__.py
navil/honeypot/collector.py
navil/honeypot/deploy.py
navil/honeypot/server.py
navil/honeypot/signature_extractor.py
navil/honeypot/profiles/__init__.py
navil/honeypot/profiles/cloud_creds.py
navil/honeypot/profiles/db_admin.py
navil/honeypot/profiles/dev_tools.py
navil/honeypot/profiles/openclaw_registry.py
navil/llm/__init__.py
navil/llm/analyzer.py
navil/llm/cache.py
navil/llm/client.py
navil/llm/policy_gen.py
navil/llm/self_healing.py
navil/lua/cascade_revoke.lua
navil/ml/__init__.py
navil/ml/clustering.py
navil/ml/features.py
navil/ml/isolation_forest.py
navil/ml/model_store.py
navil/report/__init__.py
navil/report/scan_diff.py
navil/report/state_of_mcp.py
navil/report/trend_analyzer.py
navil/report/trend_report.py
navil/safemcp/__init__.py
navil/safemcp/generator.py
navil/sample_configs/secure_server.json
navil/sample_configs/vulnerable_server.json
navil/sample_policies/default_policy.yaml
navil/static_analysis/__init__.py
navil/static_analysis/analyzer.py
navil/static_analysis/utils.py
navil/static_analysis/checks/__init__.py
navil/static_analysis/checks/command_injection.py
navil/static_analysis/checks/deserialization.py
navil/static_analysis/checks/error_handling.py
navil/static_analysis/checks/input_validation.py
navil/static_analysis/checks/insecure_http.py
navil/static_analysis/checks/path_traversal.py
navil/static_analysis/checks/secrets.py
navil/static_analysis/checks/sensitive_logs.py
navil/static_analysis/checks/sql_injection.py
navil/static_analysis/checks/subprocess_check.py
navil/static_analysis/languages/__init__.py
navil/static_analysis/languages/javascript.py
navil/static_analysis/languages/python.py
navil/static_analysis/languages/typescript.py
tests/test_a2a.py
tests/test_adaptive_baselines.py
tests/test_adaptive_confidence.py
tests/test_adaptive_feedback.py
tests/test_adaptive_patterns.py
tests/test_adversarial.py
tests/test_ai_policy_builder.py
tests/test_anomaly_detector.py
tests/test_batch_scanner.py
tests/test_blocklist.py
tests/test_blocklist_distribution.py
tests/test_canary_server.py
tests/test_cascade_revocation.py
tests/test_cli.py
tests/test_cloud_telemetry_sync.py
tests/test_contribution_api.py
tests/test_crawler.py
tests/test_credential_manager.py
tests/test_delegation.py
tests/test_honeypot_server.py
tests/test_ingested_intel.py
tests/test_init_command.py
tests/test_llm_analyzer.py
tests/test_llm_client.py
tests/test_llm_policy_gen.py
tests/test_llm_streaming.py
tests/test_ml_clustering.py
tests/test_ml_features.py
tests/test_ml_isolation_forest.py
tests/test_new_detectors.py
tests/test_oidc_exchange.py
tests/test_openapi.py
tests/test_openclaw_intel.py
tests/test_pentest.py
tests/test_perf_bounds.py
tests/test_policy_engine.py
tests/test_protocol_blitz.py
tests/test_proxy.py
tests/test_report.py
tests/test_research_intel.py
tests/test_routes_validation.py
tests/test_safemcp_generator.py
tests/test_sarif.py
tests/test_scan_history.py
tests/test_scanner.py
tests/test_scheduler.py
tests/test_scope_policy.py
tests/test_seed.py
tests/test_self_healing.py
tests/test_shim.py
tests/test_signature_extractor.py
tests/test_static_analyzer.py
tests/test_telemetry_worker.py
tests/test_threat_intel.py
tests/test_threat_intel_fetcher.py
tests/test_trend_analyzer.py
tests/test_wrap.py