@hippox/codegenie
HarmonyOS AI 开发 CLI,通过 npm 分发平台二进制
1
Versions
MIT
License
Yes
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 — the axios compromise (March 2026) relied on exactly this gap.
Maintainers
hippox
Keywords
cliharmonyoscodegenieai
Accepted risks
Findings the reviewer chose to accept rather than block on.
| Source | Rule | Reason | Accepted by | When |
|---|---|---|---|---|
| semgrep | semgrep:env-spread | AI (semgrep): CLI launcher intentionally forwards process.env to child binary; standard pattern for binary wrapper packages. | ai | |
| semgrep | semgrep:child-process-import | AI (semgrep): Package is a CLI binary launcher; child_process use is the core mechanism, not a risk. | ai |
Versions (showing 1 of 1)
| Version | Deps | Published |
|---|---|---|
| 1.2.15 | 0 / 0 |
v1.2.15
2 findings
HIGH
env-spread: bin/codegenie.js:10
semgrep
Spreading entire process.env into an object — may capture all secrets 8 | const result = spawnSync(resolved.binaryPath, process.argv.slice(2), { 9 | stdio: "inherit", > 10 | env: { 11 | ...process.env, 12 | CODEGENIE_INSTALL_SOURCE: "npm",
LOW
No provenance attestation
provenance
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.