Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@forwardimpact/libeval

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forwardimpact/libeval

Agent evaluation framework — prove whether agent changes improved outcomes with reproducible evidence.

Source
npmnpm
Version
0.1.32
Version published
Weekly downloads
709
22.24%
Maintainers
1
Weekly downloads
 
Created
Source

libeval

Agent evaluation framework — prove whether agent changes improved outcomes with reproducible evidence.

Getting Started

import { createTraceCollector, createTraceQuery, createAgentRunner } from '@forwardimpact/libeval';

Trace redaction

fit-eval run, fit-eval supervise, and fit-eval facilitate redact secrets in trace artifacts before they reach disk. Two layers compose:

  • Env-var allowlist, defaulting to ANTHROPIC_API_KEY, GH_TOKEN, GITHUB_TOKEN. The runtime values of these vars are replaced with [REDACTED:env:NAME] wherever they appear in tool inputs, tool outputs, assistant text, or orchestrator summaries. Override the list with LIBEVAL_REDACTION_ENV_VARS=NAME1,NAME2,… (replaces, not extends).
  • Credential-shape patterns, covering Anthropic API keys (sk-ant-), GitHub PATs (ghp_), installation tokens (ghs_), OAuth tokens (gho_), and fine-grained PATs (github_pat_). Pattern hits become [REDACTED:pattern:KIND].

Redaction is on by default. To disable, set LIBEVAL_REDACTION_DISABLED=1 — a stderr warning fires once per run. Never set this in CI on a public repository: workflow artifacts there are downloadable through the retention window.

Keywords

eval

FAQs

Package last updated on 11 May 2026

Did you know?

Socket

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.

Install

Related posts