
Security News
/Company News
Socket Is Sponsoring Composer and Packagist
Socket has joined the new Composer and Packagist sponsorship program as a launch sponsor, supporting the team that keeps PHP's package ecosystem secure.
@fre4x/benchmark
Advanced tools
This package exposes a consistent MCP workflow for benchmark-driven agent evaluation.
GAIA is the first built-in adapter, but the tool surface is generic so other benchmarks can plug in later without changing client behavior.
| Tool | Purpose |
|---|---|
benchmark_list_challenges | List available benchmark suites with version and asset metadata |
benchmark_start_challenge | Start an attempt and return the first question |
benchmark_submit_solution | Grade one answer and return the next question or final score |
benchmark_get_asset | Read an attached benchmark asset by asset_id |
benchmark_get_attempt | Inspect attempt status and the current question |
benchmark_cancel_attempt | Cancel an active attempt |
benchmark_list_challengeschallenge_idbenchmark_start_challengebenchmark_get_assetbenchmark_submit_solutiondone: trueEach response includes machine-readable guidance for the most likely next tool call.
Run without any external dataset file:
MOCK=true npx @fre4x/benchmark
BENCHMARK_GAIA_DATA_FILE=/absolute/path/to/gaia-challenges.json
BENCHMARK_STATE_DIR=/absolute/path/to/store-attempt-json
BENCHMARK_MOCK=true
BENCHMARK_GAIA_DATA_FILE: Optional JSON file with GAIA-compatible normalized challenge definitionsBENCHMARK_STATE_DIR: Where attempt state is persistedBENCHMARK_MOCK: Alternate mock-mode flag{
"mcpServers": {
"benchmark": {
"command": "npx",
"args": ["-y", "@fre4x/benchmark"],
"env": {
"BENCHMARK_GAIA_DATA_FILE": "/absolute/path/to/gaia-challenges.json"
}
}
}
}
npm install
npm run build -w @fre4x/benchmark
npm run typecheck -w @fre4x/benchmark
npm test -w @fre4x/benchmark
MOCK=true npm run inspector -w @fre4x/benchmark
FAQs
A deterministic benchmark MCP server for agent evaluation workflows.
The npm package @fre4x/benchmark receives a total of 12 weekly downloads. As such, @fre4x/benchmark popularity was classified as not popular.
We found that @fre4x/benchmark 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
/Company News
Socket has joined the new Composer and Packagist sponsorship program as a launch sponsor, supporting the team that keeps PHP's package ecosystem secure.

Research
/Security News
Benign-looking npm packages split malicious functionality across a dependency chain that deploys a cross-platform RAT targeting Alibaba developers.

Research
/Security News
Two Joyfill npm beta releases contain an import-time implant that uses blockchain transactions to retrieve a remote-access trojan.