-
-
Notifications
You must be signed in to change notification settings - Fork 19
Reviewer Checklist
0xRinx edited this page Sep 3, 2026
·
1 revision
Review checks whether a lab is honest, reproducible, and written in the house voice. The validator checks the mechanics; you check the craft.
- The lab lives under
labs/<track>/<lab>/in its own directory. -
lab.ymlis flat YAML with all five fields present and valid. -
namematches the directory name. - The lab has a player
README.mdbrief. -
labs/_template/is untouched.
-
python3 scripts/validate.pypasses. -
python3 scripts/validate.py --composepasses. - The lab runs from a clean clone.
- One documented host port. The brief and
docker-compose.ymlagree.
-
duck{...}, lowercase and digits and underscores, 16 to 40 characters. -
flag_hashis the SHA-256 of the full flag string, 64 lowercase hex. - The plaintext flag appears only inside lab internals, never in the brief,
lab.yml, or anywhere outsidelabs/. - Verify the hash yourself:
printf '%s' 'duck{...}' | sha256sum. - One flag, never reused.
- The grade matches the action, not the clock.
- The tier is chosen from
easy,medium,hard,insane. - A lab between tiers grades down.
- The lab is self-contained and offline after pull.
- No runtime calls out, no license servers, no phone-home.
- Base images pinned to full version tags.
- Short declarative sentences, one idea each.
- Sentence-case headings.
- No exclamation marks, no em-dashes, no superlatives, no adverbs.
- No larp phrasing.
- Values sit in code spans: ports, commands, formats.
- The brief points at the surface without handing over the solve.
- The goal is stated as an instruction, not a hint.
- The description in
lab.ymlis one honest line. - The story sets up stakes in two or three sentences.
- A clean clone + the brief + the goal is enough to start.
If any item fails, the pull request goes back for changes. A review that merges a weak lab costs every player who reads it. Keep the bar.
openlabs is an open-source project. Code is Apache-2.0. Written content is CC-BY-4.0.