Thanks very much, yifeng. This script seems like it will automatically crawl all the crashes and the corresponding reproduction programs, which is useful, thank you.
However, what I would like to see is that Syzkaller provides some kind of entry supporting people to download the corpus it has accumulated., as this would speed up the fuzz efficiency for everyone using Syzkaller.
I know syz-manager now regularly syncs the fuzz stats to the dashboard app, so a possible implementation would be to check if there are enough new progs while syncing the fuzz stats, and if so, then sync corpus to the dashboard app, and finally provide a download link in the dashboard page.