status

status is a command for Claude Code from sodam-ai/SoDam-Harness-Eng. It costs 20 tokens per session (803 once invoked), scanned A, original, Apache-2.0.

A SoDamHarness self-check that reports the current safety setup, recent backups, health-check result, permission mode, and recent activity in simple Korean. It also recommends one next action.

In plain words
What is it for?
Use it to check Node.js, inspect and clean up old backups, test the safety guard without performing a dangerous action, and review recent activity.
Why use it?
It gives beginners a quick way to find missing prerequisites, a weak safety setting, or a broken safety check. It explains that automatic approval modes can let some prompts pass without asking.

Command for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable. Also seen: mentions Claude Code.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the sodam-harness plugin — 3 skills, 7 commands, 2 hooks shipped together

Good fit Use it to check Node.js, inspect and clean up old backups, test the safety guard without performing a dangerous action, and review recent activity.

Compare 6 commands from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add sodam-ai/SoDam-Harness-Eng
Claude Code
/plugin install sodam-harness

Made for: Claude Code.

Or install sodam-harness, the plugin that ships this one along with the rest of its 3 skills, 7 commands, 2 hooks.

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 status

README.md
[![agentmods](https://agentmods.dev/badge/commands/sodam-ai/sodam-harness-eng/status/github.svg)](https://agentmods.dev/commands/sodam-ai/sodam-harness-eng/status)
Your own site
<a href="https://agentmods.dev/commands/sodam-ai/sodam-harness-eng/status"><img src="https://agentmods.dev/badge/commands/sodam-ai/sodam-harness-eng/status/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 status

Your own site · 80×15
<a href="https://agentmods.dev/commands/sodam-ai/sodam-harness-eng/status"><img src="https://agentmods.dev/badge/commands/sodam-ai/sodam-harness-eng/status.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 20 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 803 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.00020 $0.00803
Opus 5 $0.00010 $0.00402
Sonnet 5 $0.00004 $0.00161
Haiku 4.5 $0.00002 $0.00080

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

Security

Grade A, and why

status 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.

commands/status.md · 32 lines

What it actually says

SoDamHarness의 상태를 점검하고 쉬운 한국어로 "지금 상태 + 다음에 누를 것"을 알려주세요.

다음을 확인합니다(필요하면 Bash로):

  1. Node.js: node --version — 없으면 설치 안내(https://nodejs.org, LTS).
  2. 백업 폴더: 사용자 홈의 .sodamharness/backups/ 에 백업이 쌓여 있는지 확인합니다.
    • 확인 방법: node "${CLAUDE_PLUGIN_ROOT}/hooks/backup.mjs" --list (최근 백업 몇 개를 보여줌)
    • 백업이 너무 많이 쌓였으면 "오래된 백업 정리"를 안내: node "${CLAUDE_PLUGIN_ROOT}/hooks/backup.mjs" --cleanup (최근 50개·14일 이내는 무조건 보존, 그보다 오래된 것만 정리).
  3. 안전벨트 동작 여부 (자가 헬스체크): node "${CLAUDE_PLUGIN_ROOT}/hooks/guard.mjs" --selfcheck 를 실행해 결과가 "정상 ✅" 인지 확인합니다. 위험 명령이 실제로 차단 판정되는지 스스로 점검하는 거예요(실제로 위험한 작업을 하진 않습니다). "문제 발견 ⚠️" 가 나오면 안전벨트가 약해진 상태이니 /sodam-harness:fix 를 안내하세요.
  4. 권한 모드 안내 (안전벨트 강도): 사용자에게 쉬운 한국어로 꼭 알려주세요 — 안전벨트는 Claude Code가 **"기본(확인) 모드"**일 때 가장 강합니다. 만약 "자동 승인" 모드(예: acceptEdits·바이패스)로 켜 두셨다면, "물어보기(ask)"가 그냥 통과될 수 있어요. 그땐 완전 차단(deny)만 작동합니다(폴더 통째/재귀 삭제·민감 위치·치명 명령). 진짜 안전을 원하면 "기본(확인) 모드"를 권장한다고 안내하세요. (과장 금지: "어떤 모드든 100% 안전"이라고 말하지 마세요.)

결과를 이렇게 보고하세요:

  • ✅/⚠️ 항목별 한 줄 요약(어려운 말 금지).
  • 다음에 할 것 하나를 콕 집어: 예) "백업이 아직 없어요 — 연습 삼아 파일 하나를 고쳐 보면 백업이 생겨요." 또는 "Node.js가 없어요 — 먼저 설치하세요(위 링크)."
  1. 최근 활동 기록 (무엇을 했나): node "${CLAUDE_PLUGIN_ROOT}/hooks/activity.mjs" --list 10 을 실행해 최근 10개 활동을 읽고 "N분 전에 X 작업" 형태로 요약해 주세요.
    • 활동이 없으면: "✅ 아직 기록이 없어요 — 작업을 시작하면 여기에 쌓여요."
    • 활동이 있으면: 가장 최근 3~5개를 "N분 전 | 동작 | 대상" 표 형태로 보여주기.
    • 비밀파일 관련 활동은 이미 마스킹((비밀파일))돼 있으므로 그대로 출력.

문제가 있으면 /sodam-harness:fix 를 안내하세요. 과장("100% 안전") 금지.

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 · 32 lines · 20 tokens per session scan A 976da85acfdd

Subscribe to this mod's changes

status is a command published in the GitHub repository sodam-ai/SoDam-Harness-Eng (1 stars, last pushed 9d ago), licensed Apache-2.0. It adds 20 tokens to every session and 803 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-31.