cpx
Copy file globs, watching for changes.
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
mysticatea
Keywords
cpclitoolcommandlinesyncrsyncwatchobservecopydirdirectorydirectoriesfilefiles
Accepted risks
Findings the reviewer chose to accept rather than block on.
| Source | Rule | Reason | Accepted by | When |
|---|---|---|---|---|
| source-diff | obfuscated-file:lib/copy.js | AI (source-diff): Babel-transpiled output (build script: `babel src --out-dir lib`). Long lines are transpilation artifacts, not obfuscation. Code is fully readable. | ai | |
| source-diff | source-size-tripled | AI (source-diff): Expected growth from adding Babel-compiled lib/ output and new features between major versions. | ai | |
| typosquat | typosquat.levenshtein:pg | AI (typosquat): cpx is a long-established file copy/watch utility with no semantic relationship to pg (PostgreSQL). The name is a natural abbreviation for 'copy extended'. Clear false positive. | ai | |
| dependencies | unvetted-dep:cp | AI (dependencies): The cp dependency is appropriate for a file-copying utility. This is a stable, expected dependency for this package's purpose. | ai | |
| semgrep | semgrep:child-process-import | AI (semgrep): cpx is a CLI file-copy tool; using child_process/spawn is expected and documented behavior for this package. | ai | |
| semgrep | semgrep:dynamic-require | AI (semgrep): Dynamic require is used to load user-specified transform plugins (-t flag), an intentional and documented feature of cpx. | ai |