home-mcp: Command for Claude Code

.claude/commands/fix-audit.md

fix-audit is a command for Claude Code from shenjingnan/home-mcp. It costs 3 tokens per session (328 once invoked), scanned A, original, MIT.

A command for checking project dependencies for known security problems with pnpm, then updating affected packages and validating the result.

In plain words
What is it for?
Use it to run a dependency security audit, apply automatic or manual updates, and run installation, builds, tests, type checks, formatting, and spelling checks.
Why use it?
It replaces the manual work of finding vulnerable dependencies, choosing updates, and checking whether those updates break the project.

Command for Claude Code

Written for Claude Code: installed under .claude/.

This is shenjingnan/home-mcp's own configuration. It tells Claude Code how to work on home-mcp itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything home-mcp configures →

Reuse

Borrowing it

Nothing to install: this file belongs to shenjingnan/home-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/shenjingnan/home-mcp/main/.claude/commands/fix-audit.md
Clone the repo
git clone --depth 1 https://github.com/shenjingnan/home-mcp

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-audit

README.md
[![agentmods](https://agentmods.dev/badge/commands/shenjingnan/home-mcp/fix-audit/github.svg)](https://agentmods.dev/commands/shenjingnan/home-mcp/fix-audit)
Your own site
<a href="https://agentmods.dev/commands/shenjingnan/home-mcp/fix-audit"><img src="https://agentmods.dev/badge/commands/shenjingnan/home-mcp/fix-audit/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 fix-audit

Your own site · 80×15
<a href="https://agentmods.dev/commands/shenjingnan/home-mcp/fix-audit"><img src="https://agentmods.dev/badge/commands/shenjingnan/home-mcp/fix-audit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 3 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 328 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.
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.00003 $0.00328
Opus 5 $0.00002 $0.00164
Sonnet 5 $0.00001 $0.00066
Haiku 4.5 $0.00000 $0.00033

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

Security

Grade A, and why

fix-audit 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 10d 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-audit.md · 39 lines

What it actually says

安全审计

请执行命令 pnpm audit --audit-level moderate 如果发现依赖需要更新,请帮我处理

完成以下步骤

  • 执行 pnpm audit --audit-level moderate 检查依赖安全问题
  • 分析审计结果并识别需要更新的依赖
  • 更新有安全问题的依赖包
  • 验证更新后的依赖是否正常工作

依赖更新策略

  • 自动修复: 对于有修复版本的依赖,使用 pnpm audit --fix 自动更新
  • 手动更新: 对于需要手动处理的依赖,分析兼容性后进行版本更新
  • 特殊处理: 对于可能影响项目功能的重大版本更新,需要谨慎处理

验证和测试

  • 运行 pnpm install 更新依赖
  • 执行 pnpm build:all 确保构建正常
  • 运行 pnpm test 确保所有测试通过
  • 执行 pnpm type:check 确保类型检查无错误

代码质量检查

  • 运行 pnpm check:fix 修复代码格式问题
  • 执行 pnpm spell:check 检查拼写

风险控制

  • 在更新前会检查依赖的兼容性
  • 优先选择安全修复而非重大功能更新
  • 确保更新后项目功能完全正常
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. 10d ago First seen · 39 lines · 3 tokens per session scan A 13ca160b4699

Subscribe to this mod's changes

fix-audit is a command published in the GitHub repository shenjingnan/home-mcp (21 stars, last pushed 7mo ago), licensed MIT. It adds 3 tokens to every session and 328 once invoked, about $0.0000 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.