
Security News
White House Authorizes Private Companies to Conduct Offensive Cyber Operations
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.
Run LLM/prompt evals locally — deterministic grading for CI and AI agents. Zero tokens.
Run LLM / prompt evals locally — deterministic grading, zero LLM tokens.
Built for CI gates and AI agents that need a fast pass/fail on prompt/RAG outputs without burning context window.
npx evaldog run cases.csv
npx evaldog run cases.csv --min 80 # exit 1 if score < 80 (CI gate)
npx evaldog run cases.csv --json # machine-readable (for agents)
CSV — name,output,expected,assert
name,output,expected,assert
Password reset,Click the reset link.,reset link,contains
JSON shape,"{""ok"":true}",,is-json
JSON / YAML
cases:
- name: greeting
output: "Sure! Happy to help."
assert:
- { type: not-empty }
Assertions: contains · icontains · equals · regex · is-json · not-empty
(default contains when an expected value is present, else not-empty).
An agent can grade 200 outputs with one shell call and read back a single number
evaldog run outputs.csv --json --min 90 || echo "regression!"
Hosted dashboard + scheduled drift alerts: https://evaldog.com
MIT © The Testing Academy
FAQs
Run LLM/prompt evals locally — deterministic grading for CI and AI agents. Zero tokens.
We found that evaldog demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.