01Tokenizes and validates commands, rejecting shell metacharacters like pipes and redirects.
02Credential-driven activation ensures servers only start if necessary credentials are present.
03Bypasses shell execution via `execFile()` to prevent injection attacks.
04Configurable guardrails for allowing/blocking command patterns and processing arguments (strip/prepend).
05Runs CLI tools in isolated Docker containers for enhanced security.
060 GitHub stars