Speaking of decompilers, would Binary Ninja be a safe bet to pick? I've been told IDA is the gold standard, but it's also expensive for someone who wants to recreationally reverse engineer.
Binja decompiler is more-or-less fine. Its not as mature as IDA or Ghidra but its not a bad decompiler.
Though for me the big selling point on Binja is the Intermediate Languages (ILs). HIgh-level IL is the decompiler but you also get Low-level and Medium-level ILs as steps between assembly and source. If the decompiler is a bit funky you can look at the ILs to get a better idea of what is happening. the ILs are also just much nicer to read than plain assembly so I tend to use them a lot.
Its a feature that isn't really matched on any other platform. Ghidra and IDA both have a single IL that is more machine readable compared to Binja's human-readable ones.
Honestly just use Ghidra. It has it's quirks but it's pretty good. And open source.
If it's good enough for the NSA it's probably good enough for recreational use.
The code is open source and has been looked at by several people over the years.
It would be quite hard for the NSA to sneak in a backdoor but it is never out of the question.
However, the risk is so extremely minuscule when compared to other alternatives since they are not even open source.