Back to Home
static-frame icon

static-frame-www

Verified Safe

by static-frame

Overview

A web application and API server providing search, documentation, and code examples for the StaticFrame Python library API, compatible with OpenAPI and Model Context Protocol (MCP).

Installation

Run Command
npm run dev

Security Notes

The search functionality, specifically when `reSearch` is enabled, uses `new RegExp()` with user-provided input. While wrapped in a `try-catch` to prevent crashes from invalid regex, a malicious or complex regular expression could lead to a Regular Expression Denial of Service (ReDoS) attack, consuming excessive CPU resources and potentially making the server unresponsive. No other obvious critical vulnerabilities like arbitrary code execution or hardcoded secrets were found. The server does not appear to handle sensitive user data.

Similar Servers

Stats

Interest Score33
Security Score7
Cost ClassLow
Avg Tokens500
Stars3
Forks0
Last Update2026-01-17

Tags

Next.jsReactTypeScriptAPISearchDocumentationOpenAPIMCP