1. Get the prompt
fix_suggested.
The HTML report has the same thing behind Copy prompt to fix.
Paste it into your coding agent, or work from it yourself.
2. Apply the change
Change the source, run the project’s own targeted tests, then re-run the specific security verification the finding named. Prefer the framework’s own safeguard over a hand-rolled check, and prefer the smallest change that removes the root cause over a broad rewrite.3. Record what actually happened
- Verification passed
- Verification failed
- Change reverted
fixed_verified.fix record:
Exactly one of the four actions is required.
The history is append-only
Every step lands infixHistory on the finding, with the instant, the action, whether
verification passed, the changed files, and any note. The original evidence is preserved
either way, so a reader can see what was claimed, what was changed, and whether it worked.
Inspect it directly:
Try it against the fixture
The repository ships a reversible patch for the bundled vulnerable application, so you can see the whole loop without editing your own code.1
Apply the patch
2
Verify the behaviour actually changed
3
Record it
--verification-failed first and inspect .myrqen/sessions/*/session.json: the
status stays fix_applied, and the history keeps every step.4
Put the fixture back
pnpm benchmark report a missed finding.