I have a plugin that relies on a system command. The question is: what should/must be the behavior of my sensor when the system command does not exist or if its execution fails? Should I log warning or error messages and should the sensor fail and how?
We tend to fail the analysis, in order to not have the end user wrongly think the quality of the code is good while in fact it was simply not inspected.