Skip to content

Add Takumi Guard registry configuration#4

Merged
dc7290 merged 1 commit into
mainfrom
chore/setup-takumi-guard
Jun 29, 2026
Merged

Add Takumi Guard registry configuration#4
dc7290 merged 1 commit into
mainfrom
chore/setup-takumi-guard

Conversation

@codemountains

Copy link
Copy Markdown
Contributor

概要

Takumi Guard によるサプライチェーン保護を有効化するため、npm のレジストリ設定を追加します。

変更内容

  • .npmrc: パッケージインストール時のレジストリを Takumi のプロキシレジストリ (https://npm.flatt.tech) に変更
  • package.json: publishConfig.registry を追加し、公開先は従来通り公式レジストリ (https://registry.npmjs.org) を維持

背景・目的

  • 依存パッケージの取得を Takumi 経由にすることで、悪意ある/脆弱なパッケージの混入を防ぎます。
  • 公開 (npm publish) は公式 npm レジストリへ行うため、publishConfig.registry を明示して切り分けています。

@codemountains codemountains requested a review from dc7290 June 26, 2026 07:51

@dc7290 dc7290 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ありがとうございます!

@dc7290 dc7290 merged commit d75be5a into main Jun 29, 2026
6 checks passed
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.

2 participants