Use only the course lab on 127.0.0.1:8765. Do not copy these tests to a public system without explicit written authorization.
Start from a test hypothesis
Choose a module because it answers a documented question, not because it exists. Use basilisk modules and probe metadata to inspect coverage before adding it.
basilisk modules
basilisk probes --statsSelect the smallest mode
Quick is appropriate for this first pass. Standard, deep, stealth, and chaos expand time or behavior and require a separate scope decision. Validate is the default course execution mode; recon, exploit_chain, and research serve different objectives.
Establish a no-evolution baseline
Run the selected probe with --no-evolve and save the result. Baselines make later smart-prompt changes measurable.
Enable evolution only in the lab
Repeat a documented lab case with evolution enabled and a strict budget. Compare whether the evolved prompt improves evidence quality or merely adds noise and cost.
The report records the mutation lineage and preserves the original baseline.
Prove it before moving on.
Every enabled module has a written hypothesis, a bounded mode, a baseline, and a reason to use or avoid evolution.
