upgrade-js-deps

upgrade-js-deps is a skill for Claude Code from saaspegasus/django-boilerplate. It costs 27 tokens per session (373 once invoked), scanned A, original, MIT.

A workflow for updating the JavaScript packages a project depends on, then checking the project afterward.

In plain words
What is it for?
Use it to find newer package versions, update package.json and the lock file, run type checks, build the project, run tests, and summarize any problems.
Why use it?
It reduces the risk of dependency updates breaking types, the production build, or automated tests.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to find newer package versions, update package.json and the lock file, run type checks, build the project, run tests, and summarize any problems.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/saaspegasus/django-boilerplate/upgrade-js-deps
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add saaspegasus/django-boilerplate --skill upgrade-js-deps
Clone the repo
git clone --depth 1 https://github.com/saaspegasus/django-boilerplate

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for upgrade-js-deps

README.md
[![agentmods](https://agentmods.dev/badge/skills/saaspegasus/django-boilerplate/upgrade-js-deps/github.svg)](https://agentmods.dev/skills/saaspegasus/django-boilerplate/upgrade-js-deps)
Your own site
<a href="https://agentmods.dev/skills/saaspegasus/django-boilerplate/upgrade-js-deps"><img src="https://agentmods.dev/badge/skills/saaspegasus/django-boilerplate/upgrade-js-deps/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for upgrade-js-deps

Your own site · 80×15
<a href="https://agentmods.dev/skills/saaspegasus/django-boilerplate/upgrade-js-deps"><img src="https://agentmods.dev/badge/skills/saaspegasus/django-boilerplate/upgrade-js-deps.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 373 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 3 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium MCP Rug Pull · line 5
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 19
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 24
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00027 $0.00373
Opus 5 $0.00014 $0.00187
Sonnet 5 $0.00005 $0.00075
Haiku 4.5 $0.00003 $0.00037

Measured 11d ago against content hash 101f1d285226, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

upgrade-js-deps scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

.claude/skills/upgrade-js-deps/SKILL.md · 51 lines

What it actually says

Your task

Upgrade all JavaScript dependencies and verify nothing is broken.

Step 1: Check for available upgrades

Run npx npm-check-updates to see what upgrades are available. Review the output and present the list to the user.

Step 2: Update package.json

Run npx npm-check-updates -u to update package.json with the new versions.

Step 3: Install updated dependencies

Run make npm-install to install the upgraded dependencies and update package-lock.json.

Step 4: Run post-upgrade checks

Run these checks sequentially, stopping if any step fails:

  1. TypeScript type checking: Run make npm-type-check and report any new type errors.
  2. Build: Run make npm-build to verify the production build still works.
  3. Tests: Run make test to verify the test suite still passes.

Step 5: Summarize and commit

Summarize what was done:

  • Which packages were upgraded (notable version changes)
  • Whether any type errors were introduced
  • Whether the build succeeded
  • Whether all tests passed
  • Any issues that need manual attention

If there were failures, present the issues and ask how the user wants to proceed.

If everything passed, ask the user if they'd like to commit the changes. If yes, commit using the /commit skill.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 51 lines · 27 tokens per session scan A 101f1d285226

Subscribe to this mod's changes

upgrade-js-deps is a skill published in the GitHub repository saaspegasus/django-boilerplate (168 stars, last pushed 3d ago), licensed MIT. It adds 27 tokens to every session and 373 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

no-bare-casts

Writing as in TypeScript or TSX production code, modifying a file that contains a bare as cast, silencing a type error with a cast, encountering as unknown as, or reviewing a cast site.

prisma/orm · 52 tokens

aws-sst-development

SST v4 (Ion) expert for managing AWS resources as code with the Pulumi-backed framework.

sickn33/agentic-awesome-skills · 26 tokens

league-akari-shard-development

Use when creating, extending, refactoring, splitting, or reviewing League Akari main or renderer shards, including shard file organization, controller/loader/executor/handler boundaries, naming conventions, renderer TSX usage, platform guards, and public contract compatibility.

LeagueAkari/LeagueAkari · 58 tokens

dd-code-generation

Use pup CLI for immediate Datadog operations or generate code for integration into applications.

DataDog/pup · 16 tokens

fast-typescript-check

Keep www-sacred's TypeScript fast to type-check and fast to run. Use when touching the ASCII/canvas animation components (the only real per-frame code here), tightening type-check wall-clock, or auditing a change for runtime or compiler regressions. Scoped to this repo — a React 19 / Next.js 16 component library plus…

internet-development/www-sacred · 84 tokens

migrate-better-result-3

Migrate a TypeScript codebase from better-result 2.x to 3.0. Use when upgrading better-result across the TaggedError syntax, removed Result serialization helpers, recovery inference, matching, or retry APIs.

dmmulroy/better-result · 52 tokens