I was construction hull geometry for hit testing using the vertices on an attachment. I noticed that the inner vertices are at the end of the vertex array, specifically vert indexes that are > hullLength.
I'm not sure if the editor always exports the hull length, but it's marked as non-essential in the spine-c runtime. This is an extremely useful number.