github Python analyzed b390f68

star-ga/mind-nerve

github

Intent-classification preselector for agent runtimes — decouples library size from token cost

maintainer
star-ga
licence
Apache-2.0
first seen
2026-06-10
last seen
2026-09-15
releases · 30d
0
short id

Drift inferred · capture-to-capture

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

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

No tools enumerated yet for this server.

skills & danger signals github-tarball
prompt-surface shipped agent-instruction files + hidden-content / dangerous-code findings — quoted from the analyzed source

analyzed commit b390f68 · analyzer v33 · 4d ago

skills & prompt files 2

danger signals1

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

code files: 156

filesystem 76

  • fs star-ga-mind-nerve-b390f68/catalog-builder/build_corpus.py :18 from pathlib import Path
  • fs star-ga-mind-nerve-b390f68/catalog-builder/build_index.py :40 from pathlib import Path
  • fs star-ga-mind-nerve-b390f68/catalog-builder/build_prior.py :55 from pathlib import Path
  • fs star-ga-mind-nerve-b390f68/catalog-builder/calibrate_stride.py :60 from pathlib import Path
  • fs star-ga-mind-nerve-b390f68/catalog-builder/extract_links.py :16 from pathlib import Path
  • fs star-ga-mind-nerve-b390f68/catalog-builder/filter_oss.py :32 from pathlib import Path
  • fs star-ga-mind-nerve-b390f68/catalog-builder/freeze.py :35 from pathlib import Path
  • fs star-ga-mind-nerve-b390f68/catalog-builder/train_bpe.py :32 from pathlib import Path
  • fs star-ga-mind-nerve-b390f68/catalog-builder/train_phase1.py :36 from pathlib import Path
  • fs star-ga-mind-nerve-b390f68/python/mind_nerve/_native.py :28 from pathlib import Path
  • fs star-ga-mind-nerve-b390f68/python/mind_nerve/_runtime_dir.py :4 from pathlib import Path
  • fs star-ga-mind-nerve-b390f68/python/mind_nerve/acquire.py :27 import shutil
show 28 more
  • fs star-ga-mind-nerve-b390f68/python/mind_nerve/cli.py :141 with open(path, encoding="utf-8") as fh:
  • fs star-ga-mind-nerve-b390f68/python/mind_nerve/daemon.py :31 from pathlib import Path
  • fs star-ga-mind-nerve-b390f68/python/mind_nerve/discovery.py :46 from pathlib import Path
  • fs star-ga-mind-nerve-b390f68/python/mind_nerve/ensure.py :28 from pathlib import Path
  • fs star-ga-mind-nerve-b390f68/python/mind_nerve/federation.py :161 with open(route_table_path, encoding="utf-8") as fh:
  • fs star-ga-mind-nerve-b390f68/python/mind_nerve/inference.py :33 from pathlib import Path
  • fs star-ga-mind-nerve-b390f68/python/mind_nerve/installer.py :40 import shutil
  • fs star-ga-mind-nerve-b390f68/python/mind_nerve/mind_train.py :44 from pathlib import Path
  • fs star-ga-mind-nerve-b390f68/python/mind_nerve/native_bundle.py :34 from pathlib import Path
  • fs star-ga-mind-nerve-b390f68/python/mind_nerve/preselect_hook.py :52 import shutil
  • fs star-ga-mind-nerve-b390f68/python/mind_nerve/security_scan.py :39 import shutil
  • fs star-ga-mind-nerve-b390f68/python/mind_nerve/shared_env.py :24 from pathlib import Path
  • fs (weak) star-ga-mind-nerve-b390f68/tests/bit_identity/compare.py :33 from pathlib import Path
  • fs (weak) star-ga-mind-nerve-b390f68/tests/bit_identity/corpus.py :26 from pathlib import Path
  • fs (weak) star-ga-mind-nerve-b390f68/tests/bit_identity/gen_fixtures.py :380 with open(path, "w") as f:
  • fs (weak) star-ga-mind-nerve-b390f68/tests/bit_identity/runner.py :40 from pathlib import Path
  • fs (weak) star-ga-mind-nerve-b390f68/tests/bit_identity/sliding_window_invariant.py :38 from pathlib import Path
  • fs (weak) star-ga-mind-nerve-b390f68/tests/bit_identity/test_harness_smoke.py :28 from pathlib import Path
  • fs (weak) star-ga-mind-nerve-b390f68/tests/bit_identity/verify.py :400 with open(path, "rb") as f:
  • fs (weak) star-ga-mind-nerve-b390f68/tests/integration/test_catalog_v2.py :32 from pathlib import Path
  • fs (weak) star-ga-mind-nerve-b390f68/tests/integration/test_daemon_socket.py :25 from pathlib import Path
  • fs (weak) star-ga-mind-nerve-b390f68/tests/integration/test_installer_claws.py :16 from pathlib import Path
  • fs (weak) star-ga-mind-nerve-b390f68/tests/integration/test_installer_gemini.py :14 from pathlib import Path
  • fs (weak) star-ga-mind-nerve-b390f68/tests/integration/test_installer_roundtrip.py :18 from pathlib import Path
  • fs (weak) star-ga-mind-nerve-b390f68/tests/integration/test_installer_vibe.py :15 from pathlib import Path
  • fs (weak) star-ga-mind-nerve-b390f68/tests/integration/test_route_determinism.py :19 from pathlib import Path
  • fs (weak) star-ga-mind-nerve-b390f68/tests/integration/test_route_freq_scale.py :20 from pathlib import Path
  • fs (weak) star-ga-mind-nerve-b390f68/tests/integration/test_route_prior.py :19 from pathlib import Path

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

shell / exec 15

  • shell star-ga-mind-nerve-b390f68/python/mind_nerve/acquire.py :29 import subprocess
  • shell star-ga-mind-nerve-b390f68/python/mind_nerve/ensure.py :25 import subprocess
  • shell star-ga-mind-nerve-b390f68/python/mind_nerve/installer.py :41 import subprocess
  • shell star-ga-mind-nerve-b390f68/python/mind_nerve/mind_train.py :41 import subprocess
  • shell star-ga-mind-nerve-b390f68/python/mind_nerve/security_scan.py :41 import subprocess
  • shell (weak) star-ga-mind-nerve-b390f68/tests/integration/test_catalog_v2.py :419 import subprocess
  • shell (weak) star-ga-mind-nerve-b390f68/tests/integration/test_daemon_socket.py :23 import subprocess
  • shell (weak) star-ga-mind-nerve-b390f68/tests/integration/test_stride_calibration.py :198 import subprocess
  • shell (weak) star-ga-mind-nerve-b390f68/tests/perf/test_route_latency_budget.py :27 import subprocess
  • shell (weak) star-ga-mind-nerve-b390f68/tests/python/test_native_bundle.py :20 import subprocess
  • shell (weak) star-ga-mind-nerve-b390f68/tests/python/test_quantize_encoder.py :25 import subprocess
  • shell (weak) star-ga-mind-nerve-b390f68/tests/python/test_quantize_phase1.py :19 import subprocess
show 3 more
  • shell (weak) star-ga-mind-nerve-b390f68/tests/python/test_runtime_dir_env.py :7 import subprocess
  • shell (weak) star-ga-mind-nerve-b390f68/tests/python/test_security_scan.py :257 "os.system('ls -la')",
  • shell star-ga-mind-nerve-b390f68/tools/build_encoder_cdylib.py :22 import subprocess

network 14

  • net star-ga-mind-nerve-b390f68/python/mind_nerve/acquire.py :33 import urllib.error
  • net star-ga-mind-nerve-b390f68/python/mind_nerve/daemon.py :28 import socket
  • net star-ga-mind-nerve-b390f68/python/mind_nerve/daemon_client.py :30 import socket
  • net star-ga-mind-nerve-b390f68/python/mind_nerve/ensure.py :24 import socket
  • net star-ga-mind-nerve-b390f68/python/mind_nerve/mcp_server.py :140 import socket as _socket
  • net star-ga-mind-nerve-b390f68/python/mind_nerve/mind_train.py :40 import socket
  • net star-ga-mind-nerve-b390f68/python/mind_nerve/preselect_hook.py :53 import socket
  • net (weak) star-ga-mind-nerve-b390f68/tests/bit_identity/corpus.py :1199 "import aiohttp "
  • net (weak) star-ga-mind-nerve-b390f68/tests/integration/test_daemon_socket.py :22 import socket
  • net (weak) star-ga-mind-nerve-b390f68/tests/python/test_acquire.py :205 import urllib.error
  • net (weak) star-ga-mind-nerve-b390f68/tests/python/test_daemon_client_parity.py :20 import socket
  • net (weak) star-ga-mind-nerve-b390f68/tests/python/test_native_fallback.py :185 import socket as _socket
show 2 more
  • net (weak) star-ga-mind-nerve-b390f68/tests/python/test_security_scan.py :133 "s = socket.socket(); os.dup2(s.fileno(), 0)",
  • net (weak) star-ga-mind-nerve-b390f68/tests/python/test_trainer_determinism.py :18 import socket

secrets 1

  • secrets star-ga-mind-nerve-b390f68/python/mind_nerve/acquire.py :356 token = os.environ.get("GITHUB_TOKEN")

declared dependencies 10

  • mcp@>=1.28.1
  • numpy@>=1.24
  • sentence-transformers@>=5.7.0
  • pytest@>=9.0.3
  • ruff@>=0.16.1
  • build@>=1.0
  • pytest-cov@>=7.1.0
  • mypy@>=1.8
  • bandit@>=1.7
  • pip-audit@>=2.10.0