1-Click Worker Deploy827 Stars

Chattyplay Agent

Maintained by@P1kaj1uu

🚀 告别多个App!本项目主要基于Python+React+TypeScript+Hono+SQLite3+Redis,打造“All in One”智能工具集。免会员破解爱奇艺、腾讯视频、优酷、抖音、B站、小红书等20+平台视频,支持4K在线解析与无水印高速下载。集成Cloudflare Turnstile防机器人和爬虫、Google、GitHub授权登录及OpenAI SDK、埋点SDK、MCP服务和Agent等,支持ChatGPT对话、AI绘画、论文降重、Hugging Face论文爬取、在线Latex编写;更有实时黄金K线、AI思维导图、闲鱼助手等效率黑科技。内置海量动漫漫画资源,畅享阅读!轻量高效,配置即用,完美适配PC与移动端,快来ChattyPlay开启奇妙之旅吧~

#agent#ai-drawing#aigc#chatgpt

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

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