extensions:get(id) - fetch a single extension’s manifest by <publisher>.<name> identifier. Returns null when the id isn’t in the scanner’s registry; non-error outcome so callers can ?? defaults cleanly without an unwrap.
extensions:get(id)
<publisher>.<name>
null
?? defaults
unwrap