Whenever the wpsi_disable_index option is activated, it creates a custom field visible in the user's Custom Field list in the Post Edit screen. This should not happen.
Plugins should create their own postmeta fields with an underscore at the beginning _wpsi_disable_index so that they do not show up in the custom fields box in the post edit screen, which only confuses users.
Thanks.