Back to Home
nohuiam icon

safe-batch-processor

Verified Safe

by nohuiam

Overview

Performs safe batch file operations (move, copy, delete, rename) with pre-validation, automatic backup, and rollback capabilities.

Installation

Run Command
npm start

Environment Variables

  • BACKUP_DIR
  • BACKUP_RETENTION_DAYS

Security Notes

The server implements several safety features: input validation via Zod, rate limiting on HTTP endpoints, explicit CORS configuration, and a 'protected paths' list to prevent modifications to critical system directories. Batch operations are automatically backed up, and a rollback feature is provided. The InterLock UDP communication uses a whitelist for signals. However, the WebSocket and InterLock UDP broadcast mechanisms do not appear to have explicit authentication/authorization for receiving messages, which could be a concern if deployed in an untrusted network environment.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Stars0
Forks0
Last Update2026-01-17

Tags

file operationsbatch processingbackuprollbackMCPdeveloper tool