Finding and Parsing Script Graph(Visual Scripting) in Unity

Hi I am very new to Unity. What is the best way to distinguish a script graph file in Unity? I understand they have “.asset” as their file type but there are various type of files with that file type. How do I explicitly find a visual scripting file in Unity?

Also is there any existing parser for those files? UnityPy is not able to recognize it as an object and load it.

This seems to be an asset unpacker. What exactly are you doing unpacking the assets of a built project?