@yinuo-ngm/process
Process execution and port management helpers for Yinuo NG Manager
3
Versions
ISC
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
yinuobear
Accepted risks
Findings the reviewer chose to accept rather than block on.
| Source | Rule | Reason | Accepted by | When |
|---|---|---|---|---|
| semgrep | semgrep:env-spread | AI (semgrep): Standard subprocess launcher pattern; spreading process.env is expected for a process execution helper. | ai | |
| semgrep | semgrep:silent-process-exec | AI (semgrep): spawnDetached is an explicit public API for background process management, not a hidden backdoor. | ai | |
| semgrep | semgrep:silent-process-exec-var | AI (semgrep): Same spawnDetached API; stable false positive for this process-management utility. | ai | |
| semgrep | semgrep:child-process-import | AI (semgrep): child_process is required for kill-port functionality; expected in a process/port management library. | ai |