The csv lists all the Scratch Commands with their appearances.
You can open the file with Excel and filter out the commands without appearances like the image below:
You can open the CUR report with your favorite text editor. 
The CUR report illustrates communications between sprites. There is a detailed report for every message and variable. Ghoul also reports which sprites change the background (writers) and which detect this change (readers).
The _m_ image is a graph that illustrates the messages of the Scratch project. In the example there is only one message. Scratch Cat sends it and Ghoul receives it.
The _v_ image is a graph that illustrates the variables of the project. In the example there is only one variable. Boy1 writes it and Cassy reads it.
The _s_ image is a graph that illustrates the communication implemented with backgrounds. In the example Crab changes the background and Starfish detects the change.
The _a_ image is a graph that illustrates all the communications between sprites. It is in fact all the previous graphs combined.