원클릭으로
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.