claudeindex
Marketplace

socket-skills

Agent Skills for dependency security including vulnerability scanning, package review, patching, setup and configuration, and secure dependency updates via Socket.dev

Stars

1

Forks

0

Plugins

9

Installation

1

Add the marketplace

/plugin marketplace add SocketDev/skills
2

Install plugins

/plugin

Run these commands in Claude Code to add this plugin to your environment. The marketplace must be added before you can install its plugins.

Details & Metadata

9

Plugins

0

Skills

0

Agents

Last Crawled

March 15, 2026

Plugins

Plugin

socket-scan-setup

Set up prerequisites for Socket scanning — install the CLI, configure auth with the public demo token, and verify scan access.

Plugin

socket-scan

Run a full dependency scan using the Socket CLI. Creates a scan in the Socket dashboard, checks all dependencies for vulnerabilities and supply-chain risks, performs Tier 1 reachability analysis for enterprise customers, and provides license compliance auditing.

Plugin

socket-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.

Plugin

socket-setup

Set up Socket — prompt for API key, install the CLI, authenticate, configure policies and tokens, set up CI/CD for firewall or patch modes across GitHub, GitLab, Bitbucket, and other systems.

Plugin

socket-dep-patch

Apply Socket's binary-level security patches without changing dependency versions. Uses socket-patch apply to fix vulnerabilities in-place, then verifies automated patching is configured so patches persist across installs.

Plugin

socket-dep-upgrade

Use socket fix to find and update vulnerable dependencies one at a time, then fix any breaking changes in the codebase. Security-audited upgrades with automated code migration.

Plugin

socket-dep-cleanup

Evaluate and remove a single unused dependency from your project. Searches the entire codebase for all usages (imports, requires, config refs, scripts, type packages, indirect usage), reports findings, and performs full removal with verification.

Plugin

socket-dep-replace

Replace a dependency with an alternative package, eliminate it via code rewrite, or use socket-optimize for optimized replacements.

Plugin

socket-fix

Fix dependency security issues — either scan and fix everything (requires /socket-scan), or target a single named package. Orchestrates /socket-dep-cleanup, /socket-dep-replace, /socket-dep-patch, and /socket-dep-upgrade as subskills.