Action / Hook when a new plugin is added

I think it’s a bit tricky but using https://developer.wordpress.org/reference/hooks/plugin_loaded/ to know if the plugin has just been activated.

I think check if a plugin is added to get_option('active_plugins');

And doing your stuff when you detect something new