ワンクリックで
safe-chain
Enforce malware scanning by routing package manager commands through safe-chain
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Enforce malware scanning by routing package manager commands through safe-chain
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | safe-chain |
| description | Enforce malware scanning by routing package manager commands through safe-chain |
This skill improves security by automatically routing package manager commands through safe-chain.
When running the following commands, you must always route them through safe-chain:
npm -> safe-chain npmnpx -> safe-chain npxyarn -> safe-chain yarnpnpm -> safe-chain pnpmpnpx -> safe-chain pnpxbun -> safe-chain bunbunx -> safe-chain bunxpip -> safe-chain pippip3 -> safe-chain pip3uv -> safe-chain uvuvx -> safe-chain uv tool runpoetry -> safe-chain poetrypipx -> safe-chain pipxRequired for package installs and updates
safe-chain npm install expressnpm install expressRequired for running scripts
safe-chain npx create-react-app my-appnpx create-react-app my-appRequired for global installs
safe-chain npm install -g typescriptnpm install -g typescriptRequired for updating existing dependencies
safe-chain npm updatenpm updateTo confirm that safe-chain is working correctly:
# Test a Node.js package
safe-chain npm install safe-chain-test
# Test a Python package
safe-chain pip3 install safe-chain-pi-test
# Check the safe-chain version
safe-chain --version
The following commands do not need to go through safe-chain:
npm run <script> (runs scripts in package.json)npm testnpm startnpm --version (version check only)WARNING: While this skill is enabled, do not execute package manager commands directly.
safe-chain scans installed packages in real time and protects against malware and malicious code. Using this skill significantly reduces the risk of supply chain attacks.