Shell Command

Shell Command

egoist

Executes whitelisted shell commands on your local system with security controls and timeout protection. Only allows pre-approved commands to run for safety.

50603 views6Local (stdio)

What it does

  • Execute whitelisted shell commands
  • Pass input to commands via stdin
  • Return stdout, stderr, and exit codes
  • Set execution timeouts
  • Validate commands after shell operators

Best for

Developers needing secure command executionAutomating file system operationsSystem administration tasksCI/CD pipeline integration
Security-first with command whitelistingComprehensive output captureBuilt-in timeout protection

Alternatives