
Snhrm Claude Plugin
- Updated November 30, 2025
- snhrm/claude-plugin
snhrm-claude-plugin is a Claude Code plugin that checks frontend dependencies for End of Life status and security-relevant support gaps.
About
snhrm-claude-plugin is a focused Claude Code plugin that checks whether frontend dependencies have reached End of Life, helping developers avoid shipping apps on unmaintained packages. When support ends, security fixes and compatibility updates often stop, which turns benign tech debt into exploitable risk—especially for indies who cannot staff a dedicated dependency team. The plugin is described as detecting EOL status and highlighting packages that may need replacement or upgrade before you merge or deploy. It fits JavaScript and frontend-heavy products where package.json churn is constant but oversight is sporadic. Complexity is beginner to intermediate: you need a standard frontend repo and Claude Code plugin setup, not custom infra. It does not replace full SCA platforms or license compliance suites; it is a fast, in-editor signal for EOL and security-relevant staleness on the client side.
- Checks frontend dependency packages for End of Life (EOL) status
- Surfaces support-ended packages that carry security exposure
- Single-plugin bundle focused on eol / eolend checking
- Lightweight Claude Code plugin for npm-style frontend stacks
- Complements manual audits with agent-invoked dependency review
Snhrm Claude Plugin by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin install snhrm-claude-plugin@snhrm/claude-pluginAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| Last updated | November 30, 2025 |
|---|---|
| Repository | snhrm/claude-plugin ↗ |
What it does
Install to scan frontend dependency trees for packages that are end-of-life or pose security risk before you ship or during maintenance.
Who is it for?
Best when you're shipping React, Vue, or other npm-based frontends and want quick EOL visibility inside Claude Code.
Skip if: Backend-only monorepos, organizations that already run enterprise SCA on every CI run, or teams needing license or transitive vulnerability graphs only.
What you get
After install, Claude Code can flag EOL and risky frontend dependencies so you upgrade or replace them before release.
- List of frontend dependencies flagged as EOL or support-ended
- Actionable signal to upgrade or replace risky packages before ship
By the numbers
- Plugin count: 1
- Repository: snhrm/claude-plugin
- Keywords: checker, eol, eolend
Recommended Plugins
How it compares
Focused EOL dependency checker plugin, not a full agent skill library or MCP database integration.
FAQ
Who is Snhrm Claude Plugin for?
Frontend-focused developers and developers using Claude Code who need to spot end-of-life npm-style dependencies early.
When should I use Snhrm Claude Plugin?
Run it before major releases, after adding dependencies, or during security pass on a frontend codebase.
How do I add Snhrm Claude Plugin to my agent?
Add the snhrm/claude-plugin repository as a Claude Code plugin, install the EOL checker plugin, and invoke it against your frontend project per repo instructions.