
Security News
/Research
Fake Corepack Site Distributes Infostealer and Proxyware to Developers
A fake corepack.org site is impersonating the Node.js tool and delivers an infostealer and proxyware to developers who download it.
@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.
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
/Research
A fake corepack.org site is impersonating the Node.js tool and delivers an infostealer and proxyware to developers who download it.

Research
/Security News
A large-scale campaign abused GitHub Actions in compromised repositories to exploit CVE-2026-41940 in cPanel and WHM and steal server credentials.

Security News
Five frontier LLMs generated the same nonexistent package names, leaving 53 available for potential slopsquatting across PyPI and npm.