I spent a lot of time digging through the internals of auto-deploy recently. I didn't have to write any code to pull the information, so I don't have any samples, but it shouldn't be too complex to work out from the sample WSMan apps in the SDK packages.
You can get the image name pretty easily through the SDK, but for the VIB list I think the easiest way is through the CIM SDK.
Take a look at:
There's a section there detailing how to enumerate the installed VIBs called Reporting Installed VIBs.