fix-secdeps

fix-secdeps is a command for Claude Code from rhesis-ai/rhesis. It costs 12 tokens per session (645 once invoked), scanned A, original, no licence file.

A command for checking and fixing Dependabot security vulnerabilities across a monorepo. Dependabot is a service that reports vulnerable dependencies, and a monorepo stores multiple projects in one repository.

In plain words
What is it for?
Auditing and fixing Dependabot-reported vulnerabilities throughout the monorepo.
Why use it?
It helps find and address dependency security problems across all projects in the repository.

Command for Claude Code

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/rhesis-ai/rhesis/fix-secdeps
Clone the repo
git clone --depth 1 https://github.com/rhesis-ai/rhesis

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 fix-secdeps

README.md
[![agentmods](https://agentmods.dev/badge/commands/rhesis-ai/rhesis/fix-secdeps.svg)](https://agentmods.dev/commands/rhesis-ai/rhesis/fix-secdeps)
Your own site
<a href="https://agentmods.dev/commands/rhesis-ai/rhesis/fix-secdeps"><img src="https://agentmods.dev/badge/commands/rhesis-ai/rhesis/fix-secdeps.svg" alt="Measured on agentmods" height="20"></a>
Per session 12 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 645 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00012 $0.00645
Opus 5 $0.00006 $0.00322
Sonnet 5 $0.00002 $0.00129
Haiku 4.5 $0.00001 $0.00064

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

Security

Grade A, and why

fix-secdeps 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 5d 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.

.claude/commands/fix-secdeps.md · 39 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

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. 5d ago First seen · 39 lines · 12 tokens per session scan A 106bc115a021

Subscribe to this mod's changes

fix-secdeps is a command published in the GitHub repository rhesis-ai/rhesis (391 stars, last pushed yesterday), with no licence file. It adds 12 tokens to every session and 645 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 commands, from other repositories

AGENTS

Commander.js-based CLI commands registered in src/main.ts.

promptfoo/promptfoo · 0 tokens

project-hierarchy-check

Use this command before changing organisation, project, or database config behavior.

openlit/openlit · 0 tokens

work

Implement a scv/promote/ / plan. Reads PLAN.md + TESTS.md, proposes/loads Related Documents as needed, runs the tests, and optionally archives on success. Use whenever the user wants an existing plan implemented — 'build it', 'implement the plan', 'let's do it' — not only when they type /scv:work. Never implement a…

wookiya1364/scv-claude-code · 101 tokens

deck

Turn a markdown planning doc into a spec-grade 기획서 HTML — a buildless, self-contained document by default, or an on-screen slide presentation when you ask for one. Deterministic md→deck transform + a quality/gap lint; the raw markdown travels with it. Use whenever the user wants a planning document turned into…

wookiya1364/scv-claude-code · 106 tokens

regression

Run accumulated regression across scv/archive//TESTS.md (and optionally promote/) with supersede/obsolete skip graph. On failure, triage each slug via AskUserQuestion (regression / obsolete / flaky). Use whenever the user asks whether past features still pass, or before archiving anything — 'run the tests', 'is…

wookiya1364/scv-claude-code · 93 tokens

routine

Execute one maintenance routine defined in scv/routines/ .md (task + guardrails + exit-criteria contract), or list defined routines. SCV never schedules — pair with host features like /loop or cron yourself. Use whenever the user asks to run a recurring maintenance task, or asks what routines exist — not only when…

wookiya1364/scv-claude-code · 75 tokens