一键导入
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.