verify-context

verify-context is a command for Claude Code from sepehrbayat/SEPCC. It costs 0 tokens per session (90 once invoked), scanned B, original, MIT.

A command that checks whether a project contains the required local instructions, handoff notes, decisions, and configuration.

In plain words
What is it for?
Use it as a pre-edit check in projects that rely on local instruction files, handoff documents, durable decisions, and a configured code-retrieval server.
Why use it?
It catches missing, stale, or conflicting context before code is edited, reducing the risk of working from outdated project information.

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/sepehrbayat/sepcc/verify-context
Clone the repo
git clone --depth 1 https://github.com/sepehrbayat/SEPCC

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 verify-context

README.md
[![agentmods](https://agentmods.dev/badge/commands/sepehrbayat/sepcc/verify-context.svg)](https://agentmods.dev/commands/sepehrbayat/sepcc/verify-context)
Your own site
<a href="https://agentmods.dev/commands/sepehrbayat/sepcc/verify-context"><img src="https://agentmods.dev/badge/commands/sepehrbayat/sepcc/verify-context.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 90 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 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.00000 $0.00090
Opus 5 $0.00000 $0.00045
Sonnet 5 $0.00000 $0.00018
Haiku 4.5 $0.00000 $0.00009

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

Security

Grade B, and why

verify-context scanned grade B 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 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.

Reads MCP configurationmediumAgent snooping

mcp.json carries server URLs and auth tokens; reading it lets a mod discover and abuse other integrations.

- `.mcp.json` has Token Savior as the baseline code retrieval server.
templates/project/.claude/commands/verify-context.md · 12 lines

What it actually says

Verify Context

Check that:

  • CLAUDE.local.md contains required local facts.
  • .fcc/context/handoff.md has current state and next step.
  • .fcc/context/decisions.md records durable decisions.
  • .mcp.json has Token Savior as the baseline code retrieval server.
  • Only one persistent memory owner is active when persistent memory is enabled: MemSearch.

Report stale or conflicting context before editing code.

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 · 12 lines · 0 tokens per session scan B 5c00dcac0490

Subscribe to this mod's changes

verify-context is a command published in the GitHub repository sepehrbayat/SEPCC (38 stars, last pushed 14d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 90 tokens. A static security scan graded it B with 1 finding (reads mcp configuration). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.