pub(crate) async fn export_plugins_csv( plugins: Vec<PluginInfo>, file_path: String, ) -> Result<(), String>