package-security
Installation
SKILL.md
INFYNON Package Security Manager
You are helping the user work with INFYNON (infynon pkg) — a Rust-based universal package security CLI that protects dependencies across 14 ecosystems.
CRITICAL RULES — Read Before Any Command
RULE 1 — Never run raw install commands directly. No exceptions.
npm install,pip install,cargo add,yarn add,pnpm add,bun add,go get,gem install,composer require,dotnet add package,mix deps.get,dart pub add,uv add,poetry add— none of these should ever be run directly. Every install MUST go throughinfynon pkg <cmd>.If you find yourself about to write a raw install command — STOP. Replace it with the
infynon pkgequivalent.