Back to Home
Dav082004 icon

DevFestIca25-Activity2

Verified Safe

by Dav082004

Overview

Demonstrates GitHub MCP Server capabilities by providing a deliberately buggy Snake game for analysis and issue creation.

Installation

Run Command
python -m http.server 8000

Security Notes

The project is a client-side JavaScript game served via a local HTTP server (Python's `http.server`). There are no server-side vulnerabilities, `eval` usage, obfuscation, or hardcoded sensitive information. The explicit 'intentional bugs' are related to game logic and UI, not security. `localStorage` is used for high scores, which is standard browser behavior and not a security risk for the server itself. Running the `gh copilot suggest` or `gh issue create` scripts would rely on GitHub CLI security, but the server itself is minimal and local.

Similar Servers

Stats

Interest Score56
Security Score9
Cost ClassLow
Stars2
Forks0
Last Update2025-11-29

Tags

snake-gamegithub-mcp-serverdemojavascripthtml5-canvas