socket-fix
Installation
SKILL.md
Fix
Fix dependency security issues in your project. This skill operates in two modes:
- Fix All — scan the entire project and systematically resolve all findings
- Fix Package — target a single named package and resolve its issues
This skill is an orchestrator. It delegates concrete actions to the subskills: /socket-dep-cleanup, /socket-dep-replace, /socket-dep-patch, and /socket-dep-upgrade.
When to Use
- The user wants to fix all dependency security issues in their project (Fix All mode)
- The user wants to fix a specific vulnerable, unused, or flagged package (Fix Package mode)
- The user wants a one-shot "fix everything" for their dependencies
- The user wants to clean up, patch, and upgrade in a single coordinated pass
- The user asks for a safe or conservative dependency repair
- The user wants to progressively increase aggressiveness (start safe, escalate if needed)
- The user names a specific package, GHSA, CVE, or PURL they want fixed
Related skills
More from socketdev/skills
socket-scan
Run a dependency scan using the Socket CLI. Prompts unauthenticated users
12socket-setup
Set up Socket — prompt for API key, install the CLI, authenticate,
11socket-inspect
Research a package before you depend on it — pull every signal from Socket (scores, alerts, malware verdicts, CVEs, supply-chain risk), check the socket.dev package page, evaluate alternatives, and surface available Socket patches.
10