MediaWiki\Shell\Result seem to only exist for the purposes of TaintCheckAnnotationsTest, and is just an alias of UnboxedResult from Shellbox
class_alias( UnboxedResult::class, 'MediaWiki\\Shell\\Result', true );
It was added in rMW99392f3b16f4: Use Shellbox for Shell::command() etc. in 1.36...