1-Click Worker Deploy3 Stars

2origin

Maintained by@dongsheng123132

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

#cloudflare-os#mcp-servers

5-Factor AST Security Breakdown

Deterministic code heuristics and edge isolation analysis

Edge Runtime & Sandbox Safety20/20

Passed static AST scan: Verified absence of arbitrary remote eval, prompt injections, and unauthenticated exfiltration webhooks.

Cloudflare OS / MCP Alignment20/20

Native compatibility with Cloudflare Workers runtime, Workerd engine, or Model Context Protocol schema.

Open-Source OSI License Compliance18/20

Basic open-source declaration. Explicit LICENSE file recommended.

Documentation & Quickstart Quality20/20

README contains comprehensive setup guides, deployment commands, and environmental configurations.

Community Trust & Release Provenance12/20

Verified repository structure with authentic commit history (4/12 community traction, 8/8 commit provenance).

Deep Static Code & Manifest Inspection

Automated AST scan of repository configuration and security vectors

Runtime Target
V8 Isolate / Workers
Sandboxed edge execution
License Verification
OSI Permissive (MIT / Apache)
Open-source commercial use
MCP Protocol Standard
Standard Edge Tool
Cursor & Claude compatible
Inspected Files
wrangler.toml, package.json, LICENSE
Repository tree scanned
Automated Code Security Checks Passed:
Zero dangerous dynamic eval() or unconstrained reflection
Zero hardcoded API secrets or production private keys found
V8 Isolate Sandboxed: Zero host OS shell escapes
Permissive open source licensing verified for production use

Integration & MCP Setup

Copy pre-formatted config snippets for your AI IDE or CLI

{
  "mcpServers": {
    "2origin": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-2origin"
      ]
    }
  }
}