Qiaomu Website Develop
固定乔木网站开发、发布和域名绑定流程。用户要求开发网站、部署到 Vercel、关联 GitHub、绑定自定义域名、用某个域名发布、配置 Cloudflare DNS、用 Wrangler 发布 Cloudflare Pages 或 Workers 时触发。适合把本地 Web 项目发布成可访问站点,并
5-Factor AST Security Breakdown
Deterministic code heuristics and edge isolation analysis
Passed static AST scan: Verified absence of arbitrary remote eval, prompt injections, and unauthenticated exfiltration webhooks.
Native compatibility with Cloudflare Workers runtime, Workerd engine, or Model Context Protocol schema.
Basic open-source declaration. Explicit LICENSE file recommended.
README contains comprehensive setup guides, deployment commands, and environmental configurations.
Verified repository structure with authentic commit history (6/12 community traction, 8/8 commit provenance).
Deep Static Code & Manifest Inspection
Automated AST scan of repository configuration and security vectors
eval() or unconstrained reflectionIntegration & MCP Setup
Copy pre-formatted config snippets for your AI IDE or CLI
{
"mcpServers": {
"qiaomu-website-develop": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-qiaomu-website-develop"
]
}
}
}More DevOps Tools
View all⛅️ Home to Wrangler, the CLI for Cloudflare Workers®
🔥 Fully-local simulator for Cloudflare Workers. For the latest version, see https://github.com/cloudflare/workers-sdk/tree/main/packages/miniflare.
CLI to build and develop Next.js apps for Cloudflare Pages