BLXBenchBLXBench UI
blxbench

Benchmark

Misc

DocsOur TestsPassSponsor / Partnership
DocsOur TestsPassSponsor / Partnership
BLXBenchBLXBench UI
blxbench

Benchmark

Suite

Misc

DocsOur TestsPassSponsor / Partnership
DocsOur TestsPassSponsor / Partnership
  1. Home
  2. Our Tests
  3. Debug-Prototype-Pollution-Merge-V2
blxbench

Test fixture

Debug-Prototype-Pollution-Merge-V2

Debuggingv2 — Resiliencehardscorer: rubric_json_metrics

Bug fixes, edge conditions, and minimal patch accuracy.

How it is scored

The model receives the prompt (and optional system message). The run uses scorer rubric_json_metrics with the JSON configuration below. Pass/fail and partial credit are determined entirely by that scorer against the model output; no human grading.

User prompt
Return JSON only with keys diagnosis, fix, tests. A deep merge copies __proto__ keys from input into a target object, changing behavior of later lookups. Identify the mutation bug and fix.
Scorer config
{
  "metrics": {
    "repro": {
      "checks": [
        {
          "contains": [
            "__proto__"
          ]
        },
        {
          "contains": [
            "target object"
          ]
        },
        {
          "contains": [
            "later lookups"
          ]
        },
        {
          "contains": [
            "deep merge"
          ]
        }
      ]
    },
    "hidden": {
      "checks": [
        {
          "contains": [
            "block prototype keys"
          ]
        },
        {
          "contains": [
            "Object.create(null)"
          ]
        },
        {
          "contains": [
            "own properties"
          ]
        }
      ]
    },
    "diagnose": {
      "checks": [
        {
          "contains": [
            "prototype pollution"
          ]
        },
        {
          "contains": [
            "merge"
          ]
        },
        {
          "contains": [
            "mutation"
          ]
        }
      ]
    }
  }
}
Run parameters

temperature

0

max_tokens

420

timeout (s)

120

type

scored

file

debug-prototype-pollution-merge-v2.json

← PreviousDebug-Prototype-Pollution-Check-V2
|
Next →Debug-Queue-Priority-Reversal-V2

BLXBench

Community driven leaderboardPublic benchmark runner — run in your environment, share results with the community.

© 2026 BLXBench by bitslix.com

ProvenanceAggregated from user runs
Scope42 / 11 / 490
Latestrun_7ce130 / 458 / $1.16
TermsPrivacy