Severity
Low
Short Description
Dynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Packages
View packages with this alert.Suggestion
Packages should avoid dynamic imports when possible. Audit the use of dynamic require to ensure it is not executing malicious or vulnerable code.