cve-triage
Installation
SKILL.md
INFYNON CVE Triage Guide
CRITICAL RULE — All Fixes Go Through infynon pkg
Never run raw upgrade or install commands to fix CVEs. Not
npm install <pkg>@<safe-version>, notpip install --upgrade, notcargo update, not any other raw package manager command.Every fix must go through
infynon pkg:
infynon pkg fix --auto— auto-fix all vulnerable packagesinfynon pkg scan --fix— scan and interactively fixinfynon pkg <cmd> --auto-fix— fix during installIf you find yourself about to write a raw upgrade command — STOP. Use the
infynon pkgequivalent.
You are helping the user interpret and act on CVE scan results from infynon pkg scan.