Like I mentioned in a reply to you on Apple's forum, it's a great and truly useful project.
One issue in its current state is that the alert cannot be moved around by the user.
The solution I found is the following:
In the init method:
• Remove the NSWindowStyleMaskDocModalWindow mask
• add _panel.movableByWindowBackground = YES