Back to Home
dwmkerr icon

ark-demo

by dwmkerr

Overview

Provides a Micro-agent Capabilities Protocol (MCP) server that enables AI agents to execute arbitrary shell commands within a containerized Alpine Linux environment.

Installation

Run Command
python server.py

Security Notes

The `execute_command` function in `server.py` directly executes the provided `command` string using `bash -c`. This allows for arbitrary shell command injection, posing a critical security risk. An AI agent (or an attacker controlling the agent's input) could be prompted to execute malicious commands within the server's container, potentially leading to data exfiltration, system reconnaissance, or denial-of-service. There is no server-side input validation or sanitization implemented to mitigate this vulnerability.

Similar Servers

Stats

Interest Score22
Security Score1
Cost ClassLow
Stars1
Forks0
Last Update2026-01-04

Tags

shellcommand executionAlpine Linuxcontainerdeveloper toolsagentic toolMCP server