github JavaScript re-analysis due

dongsheng123132/2origin

github

本象协议 Benxiang · 一源万影:保存本象,按需投影。面向 AI 的持久对象表示层——AI 只提交语义事务,确定性编译器校验后才落地,每个字段都能回答「凭什么」。ShadowBench-W 实测(Run #27,修复探询后,各 n=6):W3 状态准确率 95.8% vs 裸模型 52.1% vs 向量 RAG 58.3%(p=0.0024);状态层的增量在跨全书累积、从不在任何一段文字里被陈述的状态上。三方言共用核心仅加 4 行;68 条语言无关一致性向量 + 两份实现。

maintainer
dongsheng123132
license
Apache-2.0
first seen
2026-08-04
last seen
2026-08-13
releases · 30d
1
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.

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

code files: 55

filesystem 13

  • fs dongsheng123132-2origin-02b1b56/adapters/cad/import.mjs :23 import { readFileSync } from 'node:fs'
  • fs dongsheng123132-2origin-02b1b56/adapters/cad/selftest.mjs :14 import { readFileSync, rmSync } from 'node:fs'
  • fs dongsheng123132-2origin-02b1b56/adapters/law/import.mjs :23 import { readFileSync, existsSync } from 'node:fs'
  • fs dongsheng123132-2origin-02b1b56/adapters/law/intake.mjs :14 import { readFileSync, existsSync, writeFileSync, mkdirSync } from 'node:fs'
  • fs dongsheng123132-2origin-02b1b56/adapters/law/selftest.mjs :24 import { readFileSync, rmSync } from 'node:fs'
  • fs dongsheng123132-2origin-02b1b56/adapters/memory/backfill.mjs :20 import { readFileSync } from 'node:fs'
  • fs dongsheng123132-2origin-02b1b56/adapters/memory/e2e.mjs :16 import { rmSync } from 'node:fs'
  • fs dongsheng123132-2origin-02b1b56/compiler/cli.mjs :20 import { readFileSync } from 'node:fs'
  • fs dongsheng123132-2origin-02b1b56/compiler/conformance-adapter.mjs :16 import { mkdtempSync, rmSync, readFileSync } from 'node:fs'
  • fs dongsheng123132-2origin-02b1b56/compiler/mutation-check.mjs :17 import { cpSync, rmSync, readFileSync, writeFileSync } from 'node:fs'
  • fs dongsheng123132-2origin-02b1b56/compiler/origin.mjs :15 import { readFileSync, existsSync } from 'node:fs'
  • fs dongsheng123132-2origin-02b1b56/compiler/selftest.mjs :13 import { rmSync } from 'node:fs'
  • fs dongsheng123132-2origin-02b1b56/compiler/store.mjs :21 import { appendFileSync, mkdirSync, writeFileSync, readFileSync, existsSync, unlinkSync, statSync, openSync, closeSync } from 'node:fs'

shell / exec 4

  • shell dongsheng123132-2origin-02b1b56/adapters/cad/selftest.mjs :16 import { execFileSync } from 'node:child_process'
  • shell dongsheng123132-2origin-02b1b56/adapters/memory/backfill.mjs :19 import { execFileSync } from 'node:child_process'
  • shell dongsheng123132-2origin-02b1b56/adapters/memory/e2e.mjs :12 import { spawn } from 'node:child_process'
  • shell dongsheng123132-2origin-02b1b56/compiler/mutation-check.mjs :16 import { execFileSync } from 'node:child_process'