Describe the bug
If you import any function from a module that contains the substring fs, e.g. any module that contains the word "offset," then Datadog incorrectly flags it as the fs module and throws incorrect warnings about passing variables as input.
To Reproduce
Import a function from any file that contains fs in its file name, then pass that function a variable.
Expected behavior
Only the fs module should be considered for this error.
Screenshots
