Check if a plugin ID is a built-in plugin.
bool isBuiltinPluginId(String pluginId) { return pluginId.startsWith('builtin:'); }