Back to Home
0xvm icon

trigger-happy-mcp

by 0xvm

Overview

Provides a conversational MCP server for host-side job automation and offensive security experimentation, executing shell commands and managing their state.

Installation

Run Command
python bind/server.py

Environment Variables

  • MCP_JOB_DIR

Security Notes

CRITICAL RISK: The `start_shell_job` tool, exposed via an unauthenticated API, defaults to `use_shell=True` and directly executes arbitrary commands provided by the client. This allows for trivial remote code execution and shell injection if the server is accessible to untrusted parties. The server is explicitly designed for 'Offensive Security What-Can-Go-Wrong-Experimentation' and described as an 'ignorant, possibly naive, assistant', meaning its inherent danger is a feature, not a bug, for its intended use case. However, from a general security standpoint, it is extremely unsafe for general-purpose deployment or in untrusted environments. No hardcoded secrets were found, and dependencies are standard.

Similar Servers

Stats

Interest Score0
Security Score1
Cost ClassLow
Avg Tokens300
Stars0
Forks0
Last Update2025-12-14

Tags

security testingautomationshell executionjob managementMCP server