1) you can check id of group:
echo ModelOSP::newInstance()->getUserGroup(osc_item_user_id())
It's still not clear who should be verified member, if it is anyone that is member in any group (?)
2) it will not work there, as osc_item_user_id() is related to item. You can try osc_user_id() there.