update-deps

update-deps is a command for coding agents from sergei-aronsen/claude-code-toolkit. It costs 66 tokens per session (1,590 once invoked), scanned A, original, MIT.

A command that opens a dashboard comparing installed and latest versions of tracked toolkit dependencies. It lets you choose which outdated dependencies to update.

In plain words
What is it for?
Use it to review dependency status, inspect one dependency, preview changes, or manually update some or all outdated dependencies.
Why use it?
It replaces checking dependencies one by one and prevents updates from happening without your decision.

Command

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.

agentmods
npx agentmods add commands/sergei-aronsen/claude-code-toolkit/update-deps
Clone the repo
git clone --depth 1 https://github.com/sergei-aronsen/claude-code-toolkit

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 update-deps

README.md
[![agentmods](https://agentmods.dev/badge/commands/sergei-aronsen/claude-code-toolkit/update-deps.svg)](https://agentmods.dev/commands/sergei-aronsen/claude-code-toolkit/update-deps)
Your own site
<a href="https://agentmods.dev/commands/sergei-aronsen/claude-code-toolkit/update-deps"><img src="https://agentmods.dev/badge/commands/sergei-aronsen/claude-code-toolkit/update-deps.svg" alt="Measured on agentmods" height="20"></a>
Per session 66 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,590 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
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 $0.00066 $0.01590
Opus 5 $0.00033 $0.00795
Sonnet 5 $0.00013 $0.00318
Haiku 4.5 $0.00007 $0.00159

Measured 4d ago against content hash 135fe4b4f066, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

update-deps scanned grade A with 1 finding 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 4d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

get-shit-done 1.40.0 1.40.0 ✓ up-to-date Standalone curl installer
commands/update-deps.md · 136 lines

How it starts

The opening of the file, as written. The whole thing — 136 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/update-deps — Dependency Update Dashboard

Purpose

/update-toolkit only refreshes the toolkit itself. /update-deps shows the full picture — every dependency the toolkit composes with — and lets the user manually pick which ones to upgrade.

User feedback (2026-05-06): "I want a table dashboard. Show installed vs latest, let me pick what to upgrade. Manual, not automatic."

Usage

bash scripts/update-deps.sh                  # table + interactive picker (default)
bash scripts/update-deps.sh --dry-run        # table only, exit 0
bash scripts/update-deps.sh --yes            # update every outdated dep, no prompt
bash scripts/update-deps.sh --check <name>   # probe a single dep, print TSV

Output Format

Claude Code Toolkit — Dependency Update Dashboard
Toolkit build date: 2026-05-06 · CC: 2.1.131 (Claude Code)

  DEP                INSTALLED      LATEST   STATUS
  ────────────────────────────────────────────────────────────────
  Toolkit
  toolkit            6.1.0          6.1.0    ✓ up-to-date  Run /update-toolkit inside Claude Code

  Bootstrap
  superpowers        5.1.0          —        ? rolling     Anthropic plugin marketplace
  get-shit-done      1.40.0         1.40.0   ✓ up-to-date  Standalone curl installer
  ru-text            1.4.0          —        ? rolling

  Optional
  caveman            c2ed24b3e5d4   —        ? rolling

  External
  cc-safety-net      0.7.1          0.8.2    ↑ update      PreToolUse danger blocker
  rtk                0.38.0         0.38.0   ✓ up-to-date  Token optimizer (brew)
  get-shit-done-cc   1.40.0         1.40.0   ✓ up-to-date  GSD SDK CLI helper

Update which?
  o = outdated only (default, 1 row)
  a = all rows (force-refresh)
  c = custom (comma-separated names)
  n = none, exit
Choice [o]:

Status legend

  • ↑ update (yellow) — installed != latest, upgrade available
  • ✓ up-to-date (green) — installed == latest
  • ? rolling (dim) — no upstream version metadata; rolling-update upstream (e.g. plugin marketplaces don't yet expose latest tag via API)

Read the full file on GitHub · 136 lines

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. 4d ago First seen · 136 lines · 66 tokens per session scan A 135fe4b4f066

Subscribe to this mod's changes

update-deps is a command published in the GitHub repository sergei-aronsen/claude-code-toolkit (5 stars, last pushed 18d ago), licensed MIT. It adds 66 tokens to every session and 1,590 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.