Back to Home
n0zer0d4y icon

vulcan-file-ops

Verified Safe

by n0zer0d4y

Overview

Transforms desktop AI assistants into powerful development partners by providing secure, user-controlled filesystem operations and code manipulation capabilities.

Installation

Run Command
npx @n0zer0d4y/vulcan-file-ops

Environment Variables

  • APPROVED_COMMANDS

Security Notes

The server demonstrates a very strong focus on security, actively mitigating several common vulnerabilities. It rigorously validates all file paths against a whitelist of 'allowed directories' using canonical path resolution and symlink dereferencing to prevent directory traversal (CWE-23) and symlink attacks (CVE-2025-53109). A recent 'SECURITY FIX' explicitly blocks all unapproved shell commands (CVE-2025-54795) and validates the working directory, even when unspecified, preventing execution bypasses. It also includes checks for dangerous command patterns (e.g., 'rm -rf', 'sudo') and command substitution. Write operations use atomic renames to prevent race conditions. The overall architecture is designed for secure, user-controlled access to local resources.

Similar Servers

Stats

Interest Score38
Security Score9
Cost ClassMedium
Avg Tokens500
Stars9
Forks1
Last Update2026-01-17

Tags

AI toolsfilesystemfile operationsMCP serverTypeScript