Skip to content

Harden npm supply chain#17

Merged
a-github-name merged 1 commit into
mainfrom
codex/npm-supply-chain-hardening
May 20, 2026
Merged

Harden npm supply chain#17
a-github-name merged 1 commit into
mainfrom
codex/npm-supply-chain-hardening

Conversation

@a-github-name
Copy link
Copy Markdown
Contributor

Summary

  • remove Ink/React runtime renderer dependencies and keep interactive onboarding on a local terminal renderer
  • exact-pin direct deps, add a runtime npm shrinkwrap, and enforce supply-chain checks plus lifecycle-script review
  • add scheduled npm audit/signature workflow and publish provenance/ignore-scripts hardening

Verification

  • pnpm verify
  • pnpm docs:build
  • pnpm test:pack
  • npm pack --dry-run --ignore-scripts --json
  • npm audit --audit-level=moderate --omit=dev --package-lock-only --ignore-scripts
  • npm audit signatures --package-lock-only --ignore-scripts
  • clean temp-copy pnpm install --frozen-lockfile
  • MERE_ALLOW_LOCKFILE_CHANGE=1 pnpm check:lockfile-guard
  • pnpm check:supply-chain
  • git diff --check / git diff --cached --check

@a-github-name a-github-name merged commit d444375 into main May 20, 2026
3 checks passed
@a-github-name a-github-name deleted the codex/npm-supply-chain-hardening branch May 20, 2026 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant