That's actually a bug. Those are only supposed to show on your own profile. Quickfix as follows.
IN: /components/com_comprofiler/plugin/user/plug_cbgroupjive/templates/default/tab.php
ON: Line 29
FROM:
Code:
if ( $newCategory || $newGroup ) {
TO:
Code:
if ( ( $newCategory || $newGroup ) && ( $displayed->id == $user->id ) ) {