exec-sh
Execute shell command forwarding all stdio.
15
Versions
MIT
License
No
Install Scripts
Missing
Provenance
Supply chain provenance
Status for the latest visible version.
No SLSA provenance
npm registry signatures
gitHead linked
Without SLSA provenance there is no cryptographic link between this tarball and the public source, so a manually published version cannot be tied back to a reviewed commit.
Maintainers
tsertkov
Keywords
execspawnterminalconsoleshellcommandchild_process
Accepted risks
Findings the reviewer chose to accept rather than block on.
| Source | Rule | Reason | Accepted by | When |
|---|---|---|---|---|
| semgrep | semgrep:child-process-import | AI (semgrep): exec-sh's core purpose is shell command execution via child_process; this import is intentional and expected for every version of this package. | ai | |
| semgrep | semgrep:child-process-spawn | AI (semgrep): cp.spawn() is the documented mechanism by which exec-sh forwards stdio to shell commands; stable and intentional across all versions. | ai |