1-Click Worker Deploy337 Stars

Tgbot D1

Maintained by@moistrr

实现了:人机验证、私聊到话题模式的转发、管理员回复中继、话题名动态更新、已编辑消息处理、用户屏蔽功能、关键词自动回复,存储已从 Cloudflare KV 切换到 D1 (SQLite) 以获取更高的写入容量。

#cloudflare-os#devops

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 Compliance20/20

Permissive open-source license detected (MIT, Apache 2.0, or BSD) enabling free edge execution.

Documentation & Quickstart Quality20/20

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

Community Trust & Release Provenance18/20

Verified repository structure with authentic commit history (10/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": {
    "TGbot-D1": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-TGbot-D1"
      ]
    }
  }
}