@simplysm/sd-claude
심플리즘 패키지 - Claude Code 셋업
Supply chain provenance
Status for the latest visible version.
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
Accepted risks
Findings the reviewer chose to accept rather than block on.
| Source | Rule | Reason | Accepted by | When |
|---|---|---|---|---|
| install-scripts | install-script:postinstall | AI (install-scripts): Runs a local setup script for Claude Code CLI; no remote code fetch, consistent with package purpose. | ai | |
| semgrep | semgrep:env-spread | AI (semgrep): env-spread is used to pass process.env + OAuth token to spawnSync for claude auth login; expected pattern for auth CLI. | ai |
v14.0.58
3 findingsScript: node scripts/postinstall.mjs
Spreading entire process.env into an object — may capture all secrets 200 | spawnSync("claude", ["auth", "login"], { 201 | stdio: "inherit", > 202 | env: { 203 | ...process.env, 204 | CLAUDE_CODE_OAUTH_REFRESH_TOKEN: rt,
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v13.0.34
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.