awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Secure Execution Wrappers · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesSecure Execution Wrappers

Wrappers that enforce security best practices when invoking system utilities.

Distinguishing note: Focuses on the security aspect of command execution wrappers.

Explore 1 awesome GitHub repository matching security & cryptography · Secure Execution Wrappers. Refine with filters or upvote what's useful.

  1. Home
  2. Security & Cryptography
  3. Secure Execution Wrappers

Awesome Secure Execution Wrappers GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • google/zx

    google/zx

    45,167View on GitHub↗

    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

    Runs external system utilities while preventing security vulnerabilities caused by improper argument handling.

    JavaScriptbashchild-processcli
    45,167View on GitHub↗