Back to Home
pandaboy6621 icon

mcpi-server-status

Verified Safe

by pandaboy6621

Overview

Monitors the status of Minecraft Pocket Edition (MCPI) servers and displays them on a basic webpage with a 24-hour heartbeat history.

Installation

Run Command
python app.py

Security Notes

The application uses parameterized queries for SQLite, mitigating SQL injection risks. The HTML template is a static string, reducing server-side XSS vulnerabilities. Input from external MCPI servers (names, versions) is displayed directly without explicit HTML sanitization in the client-side JavaScript, which could theoretically allow client-side XSS if a malicious server provides crafted data, though the impact is generally low for this type of monitoring application. No hardcoded secrets or 'eval' calls found. Network communication uses standard UDP for status checks.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens5
Stars0
Forks0
Last Update2026-01-19

Tags

MCPIMinecraftServer MonitoringWebPython