All issues
Anti-pattern
Bug risk
Coverage
Documentation
Performance
Secrets
Security
Style
Type check
The use of %x must be avoided unless a command is to be invoked with backquotes in it (which is rather unlikely).
%x
date = %x(date)
date = `date` echo = %x(echo `date`)