Decode Minified JS Gates
- `probe-feature-flag-state` — uses the gate-mechanics record to interpret runtime observations
LLM Evaluation
Evaluated by: xiaomi/mimo-v2-flash:free
Last evaluated: May 17, 2026
Prompt Preview
---
name: decode-minified-js-gates
description: >
Classify gate call variants in a minified JavaScript bundle. Covers
context-window extraction around a flag occurrence, identification of
4–6 reader variants (sync boolean, sync config-object, bootstrap-aware
TTL, truthy-only, async bootstrap, async bridge), default-value
extraction (boolean / null / numeric / config-object literal),
conjunction detection across `&&` predicates, kill-switch inversion
detection, and production of a g...
Full prompt length: 14985 characters
Tools & Technologies
- JavaScript