← Home

@simplysm/sd-claude

심플리즘 패키지 - Claude Code 셋업

2
Versions
Apache-2.0
License
Yes
Install Scripts
Missing
Provenance

Supply chain provenance

Status for the latest visible version.

No SLSA provenance npm registry signatures No source commit

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

kslhunter

Accepted risks

Findings the reviewer chose to accept rather than block on.

SourceRuleReasonAccepted byWhen
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

Versions (showing 2 of 2)

Version Deps Published
14.0.58 0 / 0
13.0.34 1 / 1

v14.0.58

3 findings
HIGH Package has 'postinstall' script install-scripts

Script: node scripts/postinstall.mjs

HIGH env-spread: scripts/auth.mjs:202 semgrep

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,

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.

v13.0.34

1 finding
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.