1 repo
Utilities for sanitizing and escaping inputs to prevent shell injection vulnerabilities.
Distinguishing note: Focuses on template literal parsing for secure argument interpolation.
Explore 1 awesome GitHub repository matching security & cryptography · Command Injection Protections. Refine with filters or upvote what's useful.
This project is a shell scripting environment and task automation toolset that enables the execution of system commands directly within JavaScript. It functions as a process execution wrapper, providing a unified interface for spawning external utilities, managing system processes, and orchestrating complex workflows. The tool distinguishes itself by using tagged template literals to automatically escape shell arguments, which prevents command injection vulnerabilities during execution. It supports both synchronous and asynchronous command execution, allowing developers to choose between bloc
Parses template strings to automatically escape shell arguments and prevent command injection vulnerabilities.