Cloudflare D1 Prisma Honox Starter
cloudflare-d1-prisma-honox-starter
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.
Permissive open-source license detected (MIT, Apache 2.0, or BSD) enabling free edge execution.
Documentation provides functional instructions (18/20 pts). Comprehensive setup examples recommended.
Verified repository structure with authentic commit history (8/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": {
"cloudflare-d1-prisma-honox-starter": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-cloudflare-d1-prisma-honox-starter"
]
}
}
}