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.
npx agentmods add commands/vishnu2kmohan/mcp-server-langgraph/verify-testsgit clone --depth 1 https://github.com/vishnu2kmohan/mcp-server-langgraphWrote 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.
[](https://agentmods.dev/commands/vishnu2kmohan/mcp-server-langgraph/verify-tests)<a href="https://agentmods.dev/commands/vishnu2kmohan/mcp-server-langgraph/verify-tests"><img src="https://agentmods.dev/badge/commands/vishnu2kmohan/mcp-server-langgraph/verify-tests.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00014 | $0.01546 |
| Opus 5 | $0.00007 | $0.00773 |
| Sonnet 5 | $0.00003 | $0.00309 |
| Haiku 4.5 | $0.00001 | $0.00155 |
Grade A, and why
verify-tests 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 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.
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.
How it starts
The opening of the file, as written. The whole thing — 304 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Verify All Tests Pass
Run comprehensive test verification to ensure all tests pass before committing or merging.
Usage
/verify-tests
```bash
## Test Execution Workflow
### Step 1: Unit Tests (Fast - ~2 minutes)
```bash
make test-unit
```bash
**What it tests**:
- Pure unit tests with mocked dependencies
- No external services required
- Fast execution (< 1s per test ideally)
**Success criteria**: All unit tests PASS
### Step 2: Integration Tests (~5 minutes)
```bash
make test-integration
```bash
**What it tests**:
- Tests with real dependencies (PostgreSQL, Redis, etc.)
- API endpoint tests
- Database query tests
- Authentication flows
**Prerequisites**:
- Infrastructure running: `make setup-infra`
- Services healthy: `docker-compose ps`
**Success criteria**: All integration tests PASS
### Step 3: Property-Based Tests (~2 minutes)
```bash
make test-property
```bash
**What it tests**:
- Edge case discovery using Hypothesis
- Randomized input validation
- Invariant testing
**Success criteria**: All property tests PASS
### Step 4: Contract Tests (~1 minute)
```bash
make test-contract
```bash
**What it tests**:
- MCP protocol compliance
- OpenAPI schema validation
- API contract adherence
**Success criteria**: All contract tests PASS
### Step 5: Security Tests (~1 minute)
```bash
pytest tests/security/ -v
```bash
**What it tests**:
- OWASP Top 10 vulnerabilities
- Authentication/authorization
- Input validation
- SQL injection prevention
- XSS prevention
**Success criteria**: All 34 security tests PASS
### Step 6: Test Coverage Check
```bash
pytest --cov=src --cov-report=term-missing --cov-fail-under=64 tests/
```bash
**Success criteria**:
- Coverage ≥ 64% (CI threshold)
- No critical gaps in coverage
- New code has ≥ 80% coverage
## Comprehensive Test Run
Run all tests in one command:
```bash
make test-all-quality
```bash
**Includes**:
- Unit tests
- Integration tests
- Property tests
- Contract tests
- Security tests
- Regression tests
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.
- 4d ago First seen · 304 lines · 14 tokens per session scan A 6a78a69d9303
verify-tests is a command published in the GitHub repository vishnu2kmohan/mcp-server-langgraph (4 stars, last pushed 11d ago), licensed MIT. It adds 14 tokens to every session and 1,546 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.
Other commands, from other repositories
hal-voice-toggle
Toggle HAL 9000 voice clips on or off.
domains
Apply the CLI runtime and safety contract before executing a command. Runtime --help is authoritative.
deps-age
Analyze dependency freshness and maintenance activity.
incident-runbook
You are a senior DevOps & Cloud Infrastructure specialist. The user needs help with incident runbook in the context of ci/cd pipelines, container orchestration, iac, monitoring and incident response.
k8s-manifest
You are a senior DevOps & Cloud Infrastructure specialist. The user needs help with k8s manifest in the context of ci/cd pipelines, container orchestration, iac, monitoring and incident response.
example-validate
Comprehensive validation for this codebase.