Back to Home
ssssota icon

chapplin

Verified Safe

by ssssota

Overview

A framework for building type-safe ChatGPT applications (MCP servers) with JSX-based UI rendering, supporting multiple server and UI frameworks.

Installation

Run Command
npm run dev

Environment Variables

  • GITHUB_TOKEN

Security Notes

The core framework avoids direct use of highly risky functions like 'eval'. Input/output schemas are defined using Zod, contributing to data validation and type safety. The architecture separates server logic from client-side widget rendering, with client code bundled statically, reducing attack surface. While child_process.execSync and spawn are used, they are confined to end-to-end testing scripts, not the runtime server or client code. No obvious hardcoded secrets or malicious patterns were found. As a framework, the ultimate security of an application built with Chapplin depends on the developer's implementation choices and third-party dependencies.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Stars0
Forks0
Last Update2025-12-06

Tags

ChatGPTOpenAI SDKMCP ServerTypeScriptJSXWeb FrameworkTooling