evals4j CLAUDE.md

evals4j CLAUDE.md is an instructions file for Claude Code from dvarahq/evals4j. It costs 1,095 tokens per session, scanned A, original, MIT.

Project instructions for evals4j, a Java library for testing and scoring AI responses. It describes the multi-module Maven project, supported integrations, tests, builds, and release rules.

In plain words
What is it for?
Use it when developing, testing, reviewing, or releasing evals4j and its Spring AI or LangChain4j integrations.
Why use it?
It gives coding agents the project-specific structure and commands needed to change the library without breaking its modules or compatibility.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md.

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 instructions/dvarahq/evals4j/claude-md
Clone the repo
git clone --depth 1 https://github.com/dvarahq/evals4j

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 evals4j CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/dvarahq/evals4j/claude-md.svg)](https://agentmods.dev/instructions/dvarahq/evals4j/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/dvarahq/evals4j/claude-md"><img src="https://agentmods.dev/badge/instructions/dvarahq/evals4j/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,095 This file is loaded in full into every session.
When invoked 1,095 The same file — it is already loaded in full.
Security scan A 0 findings. 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.1 $0.01095 $0.01095
Opus 5 $0.00548 $0.00548
Sonnet 5 $0.00219 $0.00219
Haiku 4.5 $0.00110 $0.00110

Measured 5d ago against content hash 1f8fc2dfc2a9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

evals4j CLAUDE.md 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.md · 84 lines

How it starts

The opening of the file, as written. The whole thing — 84 lines — stays where its author put it; the contents beside it link to each section on GitHub.

evals4j

A Java port of LangChain's OpenEvals (MIT, reviewed at commit 43fd6af, v0.2.0) for Spring AI and LangChain4j. Published to Maven Central under com.dvarahq.oss; 0.4.0 is live.

Layout

Maven multi-module, Java 17 baseline (both Spring AI 2.0.0 and LangChain4j 1.18.1 ship major-version-61 bytecode), built on JDK 21. Root package com.dvarahq.oss.evals4j.

module notes
evals4j-core every evaluator, prompt catalog, SPI. No AI-framework dependency — keep it that way
evals4j-springai / evals4j-langchain4j thin adapters implementing JudgeModel
evals4j-spring-boot-starter autoconfiguration; Spring AI wins when both are present
evals4j-sandbox Docker + local SandboxRunner
evals4j-junit5 assertions, EvalReport, @EvalSuite
evals4j-examples runnable examples. Built by CI, never published
evals4j-bom dependency management

The whole framework boundary is four small interfaces in core/spi: JudgeModel (the only one that matters — schema in, JSON out), EmbeddingProvider, EvalTracer, SandboxRunner. Everything else funnels through ScorerRunner, which is what keeps result shapes consistent across evaluators.

Build

./mvnw verify                          # unit tests, fully offline, no API key
OPENAI_API_KEY=... ./mvnw -Pit verify  # plus end-to-end tests against a real model

Unit tests must stay offline — FakeJudgeModel (in core's test-jar, also published) scripts judge responses. Sandbox tests skip themselves when no Docker daemon is reachable.

Parity discipline

This is a port, and the value is in matching upstream, not in improving on it.

  • The 33 prompts are byte-identical to upstream and live as classpath resources, not Java text blocks, so no escaping rule can alter them. PromptParityTest checks all 33 against SHA-256 checksums in evals4j-core/src/test/resources/parity/prompt-checksums.txt. Do not reformat them.
  • Trajectory and JSON-match behaviour is pinned to upstream's own test fixtures (45 cases transcribed from the Python suite). If a change makes those fail, the change is wrong unless upstream changed too.
  • Deliberate deviations — including two upstream bugs fixed rather than reproduced — are documented in PARITY.md. Add to it rather than diverging silently.
  • The one upstream capability not reproduced is LangSmith export; there is no Java SDK. EvalTracer is the seam if that ever changes.

Read the full file on GitHub · 84 lines

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 · 84 lines · 1,095 tokens per session scan A 1f8fc2dfc2a9

Subscribe to this mod's changes

evals4j CLAUDE.md is an instructions file published in the GitHub repository dvarahq/evals4j (5 stars, last pushed 7d ago), licensed MIT. It adds 1,095 tokens to every session, about $0.0055 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.