Back to Home
haksndot icon

haksnbot-admin

Verified Safe

by haksndot

Overview

Provides an autonomous agent with administrative tools for file operations, shell command execution, Git integration, and Minecraft server management, designed for safe operation.

Installation

Run Command
node src/index.js

Security Notes

Robust path validation ('allowed_paths') for all file system operations and `cwd` for `run_command`. Explicit blocking of dangerous shell command patterns (e.g., `rm -rf /`, `chmod 777`, piping `curl | sh`). Sensitive commands (e.g., `systemctl`, `reboot`) are logged. Automatic backups are created for file modifications. Minecraft server management relies on `tmux` for console interaction and `sudo systemctl restart minecraft` for restarts, requiring `sudo` privileges to be configured by the user. No `eval` or obfuscation detected. Security effectiveness heavily depends on correct and restrictive `config.json` setup.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2026-01-18

Tags

MinecraftServer AdministrationFile OperationsGitShell Commands