Enables secure execution of command-line operations with customizable security policies.
Cli provides a secure Model Context Protocol (MCP) server implementation, allowing for controlled command-line operations with comprehensive security features. It's designed to give LLM applications secure CLI access by enforcing command whitelisting, path validation, and execution controls, preventing vulnerabilities like shell operator injection and path traversal.
主な機能
01Secure command execution with strict validation
02Shell operator injection protection
03Configurable command and flag whitelisting
04Execution timeouts and length limits
05Path traversal prevention and validation
0651 GitHub stars
ユースケース
01Securely executing commands within defined security policies
02Restricting command execution to specific directories
03Providing controlled CLI access to LLM applications