github Python analyzed a99f5fc

CSOAI-ORG/sovereign-temple

github
maintainer
CSOAI-ORG
licence
MIT
first seen
2026-06-21
last seen
2026-06-21
releases · 30d
0
short id

Drift inferred · capture-to-capture

No drift recorded — single capability capture; advisories appear once its surface changes.

capabilities 12 tools
transport stdio · http counts 12 tools · 0 res · 0 prompts permission surface via code analysis

tools

  • meokclaw_council
  • meokclaw_guardrails_check
  • meokclaw_model_health
  • meokclaw_quantman
  • meokclaw_think
  • nats_broadcast_farm_alert
  • nats_cluster_status
  • nats_publish
  • nats_subscribe
  • postgres_explain
  • postgres_query
  • postgres_tables
skills & danger signals github-tarball
prompt-surface shipped agent-instruction files + hidden-content / dangerous-code findings — quoted from the analyzed source

analyzed commit a99f5fc · analyzer v33 · 2w ago

danger signals16

code evidence vHEAD · github-tarball
evidence-backed findings quoted directly from the published source artifact — not inferred

code files: 568

filesystem 177

  • fs CSOAI-ORG-sovereign-temple-a99f5fc/agent_factory.py :16 from pathlib import Path
  • fs CSOAI-ORG-sovereign-temple-a99f5fc/alchemical_finetune_sov3.py :9 from pathlib import Path
  • fs CSOAI-ORG-sovereign-temple-a99f5fc/archive/genesis_pipeline_broken.py :9 from pathlib import Path
  • fs CSOAI-ORG-sovereign-temple-a99f5fc/archive/genesis_pipeline_fixed.py :10 from pathlib import Path
  • fs CSOAI-ORG-sovereign-temple-a99f5fc/attention_firewall.py :14 from pathlib import Path
  • fs CSOAI-ORG-sovereign-temple-a99f5fc/attestation/keys.py :8 from pathlib import Path
  • fs CSOAI-ORG-sovereign-temple-a99f5fc/autonomous_task_queue.py :34 from pathlib import Path
  • fs CSOAI-ORG-sovereign-temple-a99f5fc/backend/i18n/__init__.py :27 with open(os.path.join(catalog_dir, fname), "r", encoding="utf-8") as f:
  • fs CSOAI-ORG-sovereign-temple-a99f5fc/batch_registry_submit.py :32 from pathlib import Path
  • fs CSOAI-ORG-sovereign-temple-a99f5fc/benchmark_paid.py :114 with open("/tmp/benchmark_paid.json", "w") as f:
  • fs CSOAI-ORG-sovereign-temple-a99f5fc/benchmark_sovereign.py :32 from pathlib import Path
  • fs CSOAI-ORG-sovereign-temple-a99f5fc/benchmark_sovereign_v2.py :15 from pathlib import Path
show 28 more
  • fs CSOAI-ORG-sovereign-temple-a99f5fc/benchmark_sweet_spot.py :172 with open("/tmp/benchmark_results.json", "w") as f:
  • fs CSOAI-ORG-sovereign-temple-a99f5fc/bootstrap_revenue.py :14 from pathlib import Path
  • fs CSOAI-ORG-sovereign-temple-a99f5fc/browser_automation_bridge.py :179 with open(path, "rb") as f:
  • fs CSOAI-ORG-sovereign-temple-a99f5fc/build_finetune_data.py :102 with open(OUTPUT, "w") as f:
  • fs CSOAI-ORG-sovereign-temple-a99f5fc/calendar_bridge.py :285 with open(path, "r") as f:
  • fs CSOAI-ORG-sovereign-temple-a99f5fc/care_membrane_evaluator.py :38 from pathlib import Path
  • fs CSOAI-ORG-sovereign-temple-a99f5fc/claw_code_adapter.py :19 from pathlib import Path
  • fs CSOAI-ORG-sovereign-temple-a99f5fc/clear_framework.py :22 from pathlib import Path
  • fs CSOAI-ORG-sovereign-temple-a99f5fc/code_executor.py :53 os.unlink(temp_file)
  • fs CSOAI-ORG-sovereign-temple-a99f5fc/cognitive_emergence.py :41 from pathlib import Path
  • fs CSOAI-ORG-sovereign-temple-a99f5fc/computer_use_bridge.py :69 with open(path, "rb") as f:
  • fs CSOAI-ORG-sovereign-temple-a99f5fc/consciousness/emotional_state.py :562 from pathlib import Path
  • fs CSOAI-ORG-sovereign-temple-a99f5fc/content_engine.py :46 from pathlib import Path
  • fs CSOAI-ORG-sovereign-temple-a99f5fc/continuous_learning.py :68 with open(feedback_file, 'r') as f:
  • fs CSOAI-ORG-sovereign-temple-a99f5fc/continuous_listening.py :35 stream = pa.open(
  • fs CSOAI-ORG-sovereign-temple-a99f5fc/council_deliberation.py :17 from pathlib import Path
  • fs CSOAI-ORG-sovereign-temple-a99f5fc/dependency_detection_nn.py :224 with open(model_path, "wb") as f:
  • fs CSOAI-ORG-sovereign-temple-a99f5fc/drift_detector.py :27 with open(path) as f:
  • fs CSOAI-ORG-sovereign-temple-a99f5fc/ensemble_engine.py :25 from pathlib import Path
  • fs CSOAI-ORG-sovereign-temple-a99f5fc/episodic_mcp.py :14 from pathlib import Path
  • fs CSOAI-ORG-sovereign-temple-a99f5fc/evening_harvest.py :23 from pathlib import Path
  • fs CSOAI-ORG-sovereign-temple-a99f5fc/gemma4_bridge.py :12 from pathlib import Path
  • fs CSOAI-ORG-sovereign-temple-a99f5fc/gemma4_sov3_server.py :11 from pathlib import Path
  • fs CSOAI-ORG-sovereign-temple-a99f5fc/genesis_pipeline.py :10 from pathlib import Path
  • fs CSOAI-ORG-sovereign-temple-a99f5fc/genesis_pipeline_broken.py :9 from pathlib import Path
  • fs CSOAI-ORG-sovereign-temple-a99f5fc/genesis_pipeline_fixed.py :10 from pathlib import Path
  • fs CSOAI-ORG-sovereign-temple-a99f5fc/ghost_protocol.py :18 from pathlib import Path
  • fs CSOAI-ORG-sovereign-temple-a99f5fc/graphrag_memory.py :31 from pathlib import Path

137 more not shown — this panel samples each group; the count above is the real total.

shell / exec 51

  • shell CSOAI-ORG-sovereign-temple-a99f5fc/archive/genesis_pipeline_broken.py :11 import subprocess
  • shell CSOAI-ORG-sovereign-temple-a99f5fc/batch_registry_submit.py :30 import subprocess
  • shell CSOAI-ORG-sovereign-temple-a99f5fc/calendar_bridge.py :263 import subprocess
  • shell CSOAI-ORG-sovereign-temple-a99f5fc/claw_code_adapter.py :15 import subprocess
  • shell CSOAI-ORG-sovereign-temple-a99f5fc/code_executor.py :7 import subprocess
  • shell CSOAI-ORG-sovereign-temple-a99f5fc/computer_use_bridge.py :10 import subprocess
  • shell CSOAI-ORG-sovereign-temple-a99f5fc/content_engine.py :42 import subprocess
  • shell CSOAI-ORG-sovereign-temple-a99f5fc/department_agents_v2.py :611 import subprocess
  • shell (weak) CSOAI-ORG-sovereign-temple-a99f5fc/e2e_jarvis_test.py :20 import subprocess
  • shell CSOAI-ORG-sovereign-temple-a99f5fc/genesis_pipeline_broken.py :11 import subprocess
  • shell CSOAI-ORG-sovereign-temple-a99f5fc/graphrag_memory.py :26 import subprocess
  • shell CSOAI-ORG-sovereign-temple-a99f5fc/guardian/gaming_protection.py :8 import subprocess
show 28 more
  • shell CSOAI-ORG-sovereign-temple-a99f5fc/guardian/wifi_security.py :8 import subprocess
  • shell CSOAI-ORG-sovereign-temple-a99f5fc/inference-cascade/device_profile.py :60 import subprocess
  • shell CSOAI-ORG-sovereign-temple-a99f5fc/jarvis_cli.py :11 import subprocess
  • shell CSOAI-ORG-sovereign-temple-a99f5fc/jarvis_document.py :9 import subprocess
  • shell CSOAI-ORG-sovereign-temple-a99f5fc/jarvis_orchestrator_v2.py :466 import subprocess
  • shell CSOAI-ORG-sovereign-temple-a99f5fc/kaggle_gpu_brain.py :28 import subprocess
  • shell CSOAI-ORG-sovereign-temple-a99f5fc/legion-omega/deploy.py :11 import subprocess
  • shell CSOAI-ORG-sovereign-temple-a99f5fc/legion-omega/dragon-council/council-chamber/democratic_engine.py :23 import subprocess, sys
  • shell CSOAI-ORG-sovereign-temple-a99f5fc/legion-omega/dragon-council/idle_watchdog.py :11 import subprocess
  • shell CSOAI-ORG-sovereign-temple-a99f5fc/legion-omega/dragon-council/revenue/dragon_economist.py :12 import subprocess
  • shell (weak) CSOAI-ORG-sovereign-temple-a99f5fc/legion-omega/scripts/legion_master.py :16 import subprocess
  • shell CSOAI-ORG-sovereign-temple-a99f5fc/legion-omega/trinity/api_gateway.py :22 import subprocess, sys
  • shell CSOAI-ORG-sovereign-temple-a99f5fc/legion-omega/trinity/m4_command_center.py :12 import subprocess
  • shell CSOAI-ORG-sovereign-temple-a99f5fc/lerobot_bridge.py :28 import subprocess
  • shell CSOAI-ORG-sovereign-temple-a99f5fc/letta_memory.py :14 import subprocess
  • shell CSOAI-ORG-sovereign-temple-a99f5fc/linguistic_dna.py :11 import subprocess
  • shell CSOAI-ORG-sovereign-temple-a99f5fc/meok_overlay.py :16 import subprocess
  • shell CSOAI-ORG-sovereign-temple-a99f5fc/meokbridge/cli.py :195 import subprocess
  • shell CSOAI-ORG-sovereign-temple-a99f5fc/orion_durable_runner.py :215 import subprocess
  • shell CSOAI-ORG-sovereign-temple-a99f5fc/research_synthesizer.py :38 import subprocess
  • shell CSOAI-ORG-sovereign-temple-a99f5fc/screen_awareness.py :16 import subprocess
  • shell (weak) CSOAI-ORG-sovereign-temple-a99f5fc/scripts/generate_generals.py :10 import subprocess
  • shell CSOAI-ORG-sovereign-temple-a99f5fc/siri_integration.py :430 import subprocess
  • shell CSOAI-ORG-sovereign-temple-a99f5fc/sov3_scheduler.py :19 import subprocess
  • shell CSOAI-ORG-sovereign-temple-a99f5fc/sov3_tool_bridge.py :261 import subprocess
  • shell CSOAI-ORG-sovereign-temple-a99f5fc/sovereign-mcp-server.py :12 import subprocess
  • shell (weak) CSOAI-ORG-sovereign-temple-a99f5fc/tests/test_e2e_integration.py :12 import subprocess
  • shell CSOAI-ORG-sovereign-temple-a99f5fc/topology_refresh.py :168 os.system(f"cd {DASHBOARD_BUILD.parent} && python3 build.py --live > /dev/null 2>&1")

11 more not shown — this panel samples each group; the count above is the real total.

network 159

  • net CSOAI-ORG-sovereign-temple-a99f5fc/agent_executor.py :20 import requests
  • net CSOAI-ORG-sovereign-temple-a99f5fc/agent_factory.py :19 import requests
  • net CSOAI-ORG-sovereign-temple-a99f5fc/android_mesh_bridge.py :37 import httpx
  • net CSOAI-ORG-sovereign-temple-a99f5fc/async_tool_executor.py :8 import aiohttp
  • net CSOAI-ORG-sovereign-temple-a99f5fc/attestation/sigstore_client.py :19 import httpx
  • net CSOAI-ORG-sovereign-temple-a99f5fc/autonomous_task_queue.py :198 import requests
  • net CSOAI-ORG-sovereign-temple-a99f5fc/backend/alipay_bridge.py :33 import httpx
  • net CSOAI-ORG-sovereign-temple-a99f5fc/backend/baidu_bridge.py :28 import httpx
  • net CSOAI-ORG-sovereign-temple-a99f5fc/backend/bytedance_bridge.py :29 import httpx
  • net CSOAI-ORG-sovereign-temple-a99f5fc/backend/wechat_bridge.py :29 import httpx
  • net CSOAI-ORG-sovereign-temple-a99f5fc/backfill_embeddings.py :12 import requests
  • net CSOAI-ORG-sovereign-temple-a99f5fc/batch_processor.py :203 import aiohttp
show 28 more
  • net CSOAI-ORG-sovereign-temple-a99f5fc/benchmark_sovereign.py :36 import httpx
  • net CSOAI-ORG-sovereign-temple-a99f5fc/benchmark_sovereign_v2.py :19 import httpx
  • net CSOAI-ORG-sovereign-temple-a99f5fc/benchmark_sweet_spot.py :36 import aiohttp
  • net CSOAI-ORG-sovereign-temple-a99f5fc/bootstrap_revenue.py :12 import requests
  • net CSOAI-ORG-sovereign-temple-a99f5fc/browser_automation_bridge.py :240 import requests
  • net CSOAI-ORG-sovereign-temple-a99f5fc/care_membrane_evaluator.py :37 import requests
  • net CSOAI-ORG-sovereign-temple-a99f5fc/character_bridge.py :109 import requests
  • net CSOAI-ORG-sovereign-temple-a99f5fc/conversational_server.py :11 import urllib.request
  • net CSOAI-ORG-sovereign-temple-a99f5fc/council_deliberation.py :192 import requests
  • net CSOAI-ORG-sovereign-temple-a99f5fc/creativity_engine/kimi_agent.py :20 import httpx
  • net CSOAI-ORG-sovereign-temple-a99f5fc/crisis_monitor.py :12 import requests
  • net CSOAI-ORG-sovereign-temple-a99f5fc/curiosity_agent.py :14 import requests
  • net CSOAI-ORG-sovereign-temple-a99f5fc/department_agents_v2.py :26 import httpx
  • net CSOAI-ORG-sovereign-temple-a99f5fc/discord_bot.py :77 import aiohttp
  • net (weak) CSOAI-ORG-sovereign-temple-a99f5fc/e2e_jarvis_test.py :17 import httpx
  • net CSOAI-ORG-sovereign-temple-a99f5fc/ei3_node.py :30 import aiohttp
  • net CSOAI-ORG-sovereign-temple-a99f5fc/ensemble_engine.py :24 import requests
  • net CSOAI-ORG-sovereign-temple-a99f5fc/episodic_mcp.py :17 from urllib.parse import parse_qs
  • net CSOAI-ORG-sovereign-temple-a99f5fc/evening_harvest.py :132 import urllib.parse
  • net CSOAI-ORG-sovereign-temple-a99f5fc/external_council_voice.py :31 from urllib import request as urllib_request
  • net CSOAI-ORG-sovereign-temple-a99f5fc/farm_node_mcp.py :47 import aiohttp
  • net CSOAI-ORG-sovereign-temple-a99f5fc/gemma_tool_agent.py :17 import requests
  • net CSOAI-ORG-sovereign-temple-a99f5fc/ghost_protocol.py :14 import requests
  • net CSOAI-ORG-sovereign-temple-a99f5fc/graphrag_memory.py :71 import requests
  • net CSOAI-ORG-sovereign-temple-a99f5fc/guardian/pihole_integration.py :8 import httpx
  • net CSOAI-ORG-sovereign-temple-a99f5fc/guardian/telegram_notifications.py :8 import httpx
  • net CSOAI-ORG-sovereign-temple-a99f5fc/guardian/wifi_security.py :13 import socket
  • net CSOAI-ORG-sovereign-temple-a99f5fc/harv_guardian_bridge.py :9 import urllib.request

119 more not shown — this panel samples each group; the count above is the real total.

secrets 46

  • secrets CSOAI-ORG-sovereign-temple-a99f5fc/accounting_integration.py :26 self.client_secret = os.getenv("XERO_CLIENT_SECRET")
  • secrets CSOAI-ORG-sovereign-temple-a99f5fc/agent_department.py :118 self.vapi_available = bool(os.getenv("VAPI_API_KEY"))
  • secrets CSOAI-ORG-sovereign-temple-a99f5fc/android_mesh_bridge.py :48 FCM_SERVER_KEY = os.environ.get("FCM_SERVER_KEY", "") # Firebase Cloud Messaging
  • secrets CSOAI-ORG-sovereign-temple-a99f5fc/backend/alipay_bridge.py :44 ALIPAY_PRIVATE_KEY = os.getenv("ALIPAY_PRIVATE_KEY", "")
  • secrets CSOAI-ORG-sovereign-temple-a99f5fc/backend/baidu_bridge.py :38 BAIDU_API_KEY = os.getenv("BAIDU_API_KEY", "")
  • secrets CSOAI-ORG-sovereign-temple-a99f5fc/backend/bytedance_bridge.py :40 DOUYIN_APP_SECRET = os.getenv("DOUYIN_APP_SECRET", "")
  • secrets CSOAI-ORG-sovereign-temple-a99f5fc/backend/wechat_bridge.py :40 WECHAT_APP_SECRET = os.getenv("WECHAT_APP_SECRET", "placeholder_secret")
  • secrets CSOAI-ORG-sovereign-temple-a99f5fc/conversational_server.py :72 api_key = os.getenv("OPENAI_API_KEY")
  • secrets CSOAI-ORG-sovereign-temple-a99f5fc/creativity_engine/kimi_agent.py :50 self.api_key = api_key or os.environ.get("KIMI_API_KEY", "")
  • secrets CSOAI-ORG-sovereign-temple-a99f5fc/discord_bot.py :29 BOT_TOKEN = os.getenv("DISCORD_BOT_TOKEN")
  • secrets CSOAI-ORG-sovereign-temple-a99f5fc/external_council_voice.py :39 STEPFUN_API_KEY = os.environ.get("STEPFUN_API_KEY", "")
  • secrets CSOAI-ORG-sovereign-temple-a99f5fc/graphrag_memory.py :136 env={**os.environ, "GRAPHRAG_API_KEY": os.environ.get("OPENAI_API_KEY", "")},
show 28 more
  • secrets CSOAI-ORG-sovereign-temple-a99f5fc/jarvis_multiprovider.py :34 if os.getenv("OPENAI_API_KEY"):
  • secrets CSOAI-ORG-sovereign-temple-a99f5fc/jarvis_support_integration.py :74 self.access_token = access_token or os.getenv("INTERCOM_ACCESS_TOKEN")
  • secrets CSOAI-ORG-sovereign-temple-a99f5fc/kaggle_gpu_brain.py :37 NGROK_TOKEN = os.environ.get("NGROK_TOKEN", "") # Set in Kaggle secrets
  • secrets CSOAI-ORG-sovereign-temple-a99f5fc/legion-omega/deploy.py :51 content = f"""ANTHROPIC_API_KEY={os.environ.get('ANTHROPIC_API_KEY', '')}
  • secrets CSOAI-ORG-sovereign-temple-a99f5fc/legion-omega/dragon-council/council-chamber/democratic_engine.py :52 API_KEY = os.environ.get("API_KEY", "dragoncouncil2026")
  • secrets CSOAI-ORG-sovereign-temple-a99f5fc/legion-omega/dragon-council/idle_watchdog.py :17 VAST_API_KEY = os.environ.get("VAST_API_KEY", "")
  • secrets CSOAI-ORG-sovereign-temple-a99f5fc/legion-omega/jarvis/core/hybrid_brain.py :79 self.api_key = anthropic_api_key or os.environ.get("ANTHROPIC_API_KEY")
  • secrets (weak) CSOAI-ORG-sovereign-temple-a99f5fc/legion-omega/scripts/cost_guardian.py :15 VAST_API_KEY = os.getenv("VAST_API_KEY", "")
  • secrets (weak) CSOAI-ORG-sovereign-temple-a99f5fc/legion-omega/scripts/legion_master.py :227 if AgnoAnthropic and os.getenv('ANTHROPIC_API_KEY'):
  • secrets CSOAI-ORG-sovereign-temple-a99f5fc/legion-omega/trinity/api_gateway.py :37 API_TOKEN = os.environ.get("LEGION_API_TOKEN", "legion-trinity-meok")
  • secrets CSOAI-ORG-sovereign-temple-a99f5fc/legion-omega/trinity/node_config.py :110 API_TOKEN = os.environ.get("LEGION_API_TOKEN", "legion-trinity-meok")
  • secrets CSOAI-ORG-sovereign-temple-a99f5fc/legion-omega/trinity/test_penta.py :35 API_TOKEN = os.environ.get("LEGION_API_TOKEN", "legion-trinity-meok")
  • secrets CSOAI-ORG-sovereign-temple-a99f5fc/llm_gateway.py :86 k = os.environ.get("ANTHROPIC_API_KEY", "")
  • secrets CSOAI-ORG-sovereign-temple-a99f5fc/llm_providers/cerebras_provider.py :16 self.api_key = os.getenv("CEREBRAS_API_KEY", "")
  • secrets CSOAI-ORG-sovereign-temple-a99f5fc/llm_providers/openrouter_provider.py :16 self.api_key = os.getenv("OPENROUTER_API_KEY", "")
  • secrets CSOAI-ORG-sovereign-temple-a99f5fc/mcp/custom/postgresql_mcp.py :18 POSTGRES_PASSWORD = os.getenv("POSTGRES_PASSWORD", "dragon")
  • secrets CSOAI-ORG-sovereign-temple-a99f5fc/mcp/custom/postgresql_mcp_server.py :19 POSTGRES_PASSWORD = os.getenv("POSTGRES_PASSWORD", "dragon")
  • secrets CSOAI-ORG-sovereign-temple-a99f5fc/memu/identity_persistence.py :689 neo4j_password=os.environ.get("NEO4J_PASSWORD", "sovereign"),
  • secrets CSOAI-ORG-sovereign-temple-a99f5fc/model_gateway.py :109 api_key=os.getenv("OPENROUTER_API_KEY"),
  • secrets CSOAI-ORG-sovereign-temple-a99f5fc/multi_agent/sigil_bus.py :47 self._key = (key or os.environ.get("MEOK_SIGIL_KEY", "sov3-sigil-dev-key")).encode()
  • secrets CSOAI-ORG-sovereign-temple-a99f5fc/neural_core/nemotron_client.py :34 self.api_key = api_key or os.getenv("NVIDIA_API_KEY")
  • secrets CSOAI-ORG-sovereign-temple-a99f5fc/openrouter_client.py :12 OPENROUTER_API_KEY = os.environ.get("OPENROUTER_API_KEY", "")
  • secrets CSOAI-ORG-sovereign-temple-a99f5fc/payment_bridge.py :18 PAY_SH_API_KEY = os.environ.get("PAY_SH_API_KEY", "")
  • secrets CSOAI-ORG-sovereign-temple-a99f5fc/quantum_council.py :66 if os.getenv("OPENROUTER_API_KEY"):
  • secrets CSOAI-ORG-sovereign-temple-a99f5fc/seaweedfs_bridge.py :19 SEAWEEDFS_ACCESS_KEY = os.environ.get("SEAWEEDFS_ACCESS_KEY", "MEOK_ACCESS")
  • secrets CSOAI-ORG-sovereign-temple-a99f5fc/seo_integration.py :27 self.api_key = os.getenv("AHREFS_API_KEY")
  • secrets CSOAI-ORG-sovereign-temple-a99f5fc/sov3_external_apis.py :79 self.api_key = api_key or os.getenv("STRIPE_SECRET_KEY")
  • secrets CSOAI-ORG-sovereign-temple-a99f5fc/sovereign-mcp-server.py :2144 kimi_key = os.environ.get("KIMI_API_KEY", "")

6 more not shown — this panel samples each group; the count above is the real total.

database 32

  • db CSOAI-ORG-sovereign-temple-a99f5fc/backfill_embeddings.py :13 import asyncpg
  • db CSOAI-ORG-sovereign-temple-a99f5fc/build_finetune_data.py :8 import psycopg2
  • db CSOAI-ORG-sovereign-temple-a99f5fc/ingest_all_memory.py :15 import sqlite3
  • db CSOAI-ORG-sovereign-temple-a99f5fc/ingest_jarvis_memory.py :216 import sqlite3
  • db CSOAI-ORG-sovereign-temple-a99f5fc/jarvis_cache.py :13 import redis
  • db CSOAI-ORG-sovereign-temple-a99f5fc/jarvis_rate_limiter.py :23 import redis
  • db CSOAI-ORG-sovereign-temple-a99f5fc/legion-omega/dragon-council/council-chamber/democratic_engine.py :11 import redis
  • db CSOAI-ORG-sovereign-temple-a99f5fc/legion-omega/edge/legion_lite.py :15 import redis
  • db CSOAI-ORG-sovereign-temple-a99f5fc/legion-omega/jarvis/core/hybrid_brain.py :19 import redis
  • db (weak) CSOAI-ORG-sovereign-temple-a99f5fc/legion-omega/scripts/legion_master.py :79 import redis as redis_lib
  • db CSOAI-ORG-sovereign-temple-a99f5fc/legion-omega/swarm/orchestrator.py :15 import redis
  • db CSOAI-ORG-sovereign-temple-a99f5fc/legion-omega/trinity/gpu_agent.py :113 import redis
show 20 more
  • db CSOAI-ORG-sovereign-temple-a99f5fc/legion-omega/trinity/m4_sovereign_node.py :133 import redis
  • db CSOAI-ORG-sovereign-temple-a99f5fc/legion-omega/ui/dashboard.py :13 import redis
  • db CSOAI-ORG-sovereign-temple-a99f5fc/mcp/custom/postgresql_mcp.py :12 import asyncpg
  • db CSOAI-ORG-sovereign-temple-a99f5fc/mcp/custom/postgresql_mcp_server.py :12 import asyncpg
  • db CSOAI-ORG-sovereign-temple-a99f5fc/mcp_bridge.py :27 import sqlite3
  • db CSOAI-ORG-sovereign-temple-a99f5fc/monitoring/audit_logger.py :7 import asyncpg
  • db CSOAI-ORG-sovereign-temple-a99f5fc/multi_agent/agent_registry.py :7 import asyncpg
  • db CSOAI-ORG-sovereign-temple-a99f5fc/multi_agent/consolidate_skills.py :15 import sqlite3
  • db CSOAI-ORG-sovereign-temple-a99f5fc/prep_finetune_dataset.py :7 import sqlite3
  • db CSOAI-ORG-sovereign-temple-a99f5fc/rag_core/enhanced_memory.py :7 import asyncpg
  • db CSOAI-ORG-sovereign-temple-a99f5fc/reflection_engine.py :8 import sqlite3
  • db CSOAI-ORG-sovereign-temple-a99f5fc/retrain_from_real_data.py :8 import asyncpg
  • db (weak) CSOAI-ORG-sovereign-temple-a99f5fc/scripts/reseed_agents.py :12 import asyncpg
  • db (weak) CSOAI-ORG-sovereign-temple-a99f5fc/scripts/seed_byzantine_council.py :7 import asyncpg
  • db CSOAI-ORG-sovereign-temple-a99f5fc/skill_library.py :7 import sqlite3
  • db CSOAI-ORG-sovereign-temple-a99f5fc/sov3_persistence.py :14 import sqlite3
  • db CSOAI-ORG-sovereign-temple-a99f5fc/sov3_scheduler.py :409 import psycopg2
  • db CSOAI-ORG-sovereign-temple-a99f5fc/sovereign-mcp-server.py :3270 import sqlite3 as _sql
  • db CSOAI-ORG-sovereign-temple-a99f5fc/train_router.py :8 import sqlite3
  • db CSOAI-ORG-sovereign-temple-a99f5fc/voice_pipeline/checkpoint_store.py :6 import sqlite3

tool registrations 12

  • meokclaw_think CSOAI-ORG-sovereign-temple-a99f5fc/mcp-servers/meokclaw-dualbrain/server.py :55
  • meokclaw_council CSOAI-ORG-sovereign-temple-a99f5fc/mcp-servers/meokclaw-dualbrain/server.py :99
  • meokclaw_quantman CSOAI-ORG-sovereign-temple-a99f5fc/mcp-servers/meokclaw-dualbrain/server.py :143
  • meokclaw_guardrails_check CSOAI-ORG-sovereign-temple-a99f5fc/mcp-servers/meokclaw-dualbrain/server.py :188
  • meokclaw_model_health CSOAI-ORG-sovereign-temple-a99f5fc/mcp-servers/meokclaw-dualbrain/server.py :218
  • nats_publish CSOAI-ORG-sovereign-temple-a99f5fc/mcp/custom/nats_mcp_server.py :22
  • nats_subscribe CSOAI-ORG-sovereign-temple-a99f5fc/mcp/custom/nats_mcp_server.py :40
  • nats_broadcast_farm_alert CSOAI-ORG-sovereign-temple-a99f5fc/mcp/custom/nats_mcp_server.py :64
  • nats_cluster_status CSOAI-ORG-sovereign-temple-a99f5fc/mcp/custom/nats_mcp_server.py :81
  • postgres_query CSOAI-ORG-sovereign-temple-a99f5fc/mcp/custom/postgresql_mcp_server.py :26
  • postgres_tables CSOAI-ORG-sovereign-temple-a99f5fc/mcp/custom/postgresql_mcp_server.py :42
  • postgres_explain CSOAI-ORG-sovereign-temple-a99f5fc/mcp/custom/postgresql_mcp_server.py :47

declared dependencies 12

  • fastmcp@>=3.0
  • httpx@>=0.27
  • pydantic@>=2.0
  • tauri-build@1.5
  • tauri@1.5
  • tauri-plugin-localhost@0.1
  • tauri-plugin-single-instance@*
  • serde@1.0
  • serde_json@1.0
  • tokio@1.0
  • reqwest@0.11
  • github.com/ionic-team/capacitor-swift-pm@8.3.4

perm:untrusted 2

  • untrusted CSOAI-ORG-sovereign-temple-a99f5fc/voice_pipeline/jarvis_compass.py :454 tags = requests.get("http://localhost:11434/api/tags", timeout=1).json()
  • untrusted CSOAI-ORG-sovereign-temple-a99f5fc/voice_pipeline/jarvis_v4.py :107 _h = requests.get(f"{SOV3_URL}/health", timeout=2).json()

transport_posture 14

  • binds all interfaces (0.0.0.0) CSOAI-ORG-sovereign-temple-a99f5fc/android_mesh_bridge.py :410 uvicorn.run(app, host="0.0.0.0", port=ANDROID_BRIDGE_PORT, log_level="info")
  • binds all interfaces (0.0.0.0) CSOAI-ORG-sovereign-temple-a99f5fc/dual_brain_api.py :1080 uvicorn.run(app, host="0.0.0.0", port=3201, log_level="info")
  • network-listening, binds all interfaces, no auth detected CSOAI-ORG-sovereign-temple-a99f5fc/farm_node_mcp.py :587 uvicorn.run(app, host="0.0.0.0", port=PORT, log_level="info")
  • network-listening, binds all interfaces, no auth detected CSOAI-ORG-sovereign-temple-a99f5fc/gemma4_sov3_server.py :252 uvicorn.run(app, host="0.0.0.0", port=8700)
  • network-listening, binds all interfaces, no auth detected CSOAI-ORG-sovereign-temple-a99f5fc/jarvis_web.py :531 uvicorn.run(app, host="0.0.0.0", port=PORT)
  • binds all interfaces (0.0.0.0) CSOAI-ORG-sovereign-temple-a99f5fc/legion-omega/dragon-council/council-chamber/democratic_engine.py :233 uvicorn.run(app, host="0.0.0.0", port=port, log_level="info")
  • network-listening, binds all interfaces, no auth detected CSOAI-ORG-sovereign-temple-a99f5fc/legion-omega/dragon-council/revenue/dragon_economist.py :278 uvicorn.run(app, host="0.0.0.0", port=port)
  • binds all interfaces (0.0.0.0) CSOAI-ORG-sovereign-temple-a99f5fc/legion-omega/trinity/api_gateway.py :181 uvicorn.run(app, host="0.0.0.0", port=port, log_level="info")
  • network-listening, binds all interfaces, no auth detected CSOAI-ORG-sovereign-temple-a99f5fc/legion-omega/trinity/m2_sidekick_v2.py :485 uvicorn.run(app, host="0.0.0.0", port=API_PORT, log_level="info")
  • network-listening, binds all interfaces, no auth detected CSOAI-ORG-sovereign-temple-a99f5fc/legion-omega/trinity/m4_command_center.py :226 uvicorn.run(app, host="0.0.0.0", port=8090)
  • network-listening, binds all interfaces, no auth detected CSOAI-ORG-sovereign-temple-a99f5fc/legion-omega/ui/legion_os.py :176 uvicorn.run(app, host="0.0.0.0", port=8080)
  • network-listening, binds all interfaces, no auth detected CSOAI-ORG-sovereign-temple-a99f5fc/mac_mesh_orchestrator.py :863 uvicorn.run(app, host="0.0.0.0", port=MESH_PORT, log_level="info")
show 2 more
  • binds all interfaces (0.0.0.0) CSOAI-ORG-sovereign-temple-a99f5fc/meokbridge/api.py :225 uvicorn.run(app, host="0.0.0.0", port=port)
  • network-listening, binds all interfaces, no auth detected CSOAI-ORG-sovereign-temple-a99f5fc/mesh_health_dashboard.py :372 config = uvicorn.Config(app, host="0.0.0.0", port=args.port, log_level="warning")