Back to Home
tpitre icon

story-ui-mantine-live

Verified Safe

by tpitre

Overview

This server acts as a backend for an AI-powered design system documentation and component generation tool, integrating with Storybook to create and modify UI components based on user prompts and design guidelines.

Installation

Run Command
./start-production.sh

Environment Variables

  • VITE_STORY_UI_EDGE_URL
  • VITE_STORY_UI_PORT

Security Notes

The server orchestrates local development tools (Storybook, MCP server, Caddy). While not inherently malicious, several aspects warrant attention: 1. The `/api/raw-source` endpoint in `vite.config.ts` serves local source code with `Access-Control-Allow-Origin: *`, which could expose internal story code if the server is deployed publicly without proper network segmentation. 2. The `StoryUIPanel.tsx` uses a custom markdown renderer and displays AI-generated code. If the AI is prompted to generate malicious code or content (e.g., XSS payloads), this could pose a client-side risk if not adequately sanitized during rendering or if the generated code is executed. 3. Image uploads convert files to base64 and send them to the backend, which is a potential vector if the AI backend processes these images in a vulnerable way. No `eval` or obvious hardcoded secrets were found in the truncated source, and the core scripts use standard command execution.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassHigh
Avg Tokens2000
Stars0
Forks0
Last Update2025-12-02

Tags

AIStorybookDesign SystemComponent GenerationMantine