rm -rf commands in package.json's clean script are likely a false positive. No other suspicious indicators are present.
No verification record available.
The YARA rule background_rm_rf matched the package.json file. This rule detects the use of rm -rf commands, which can be destructive but are commonly used in build scripts to clean directories. The matched patterns are within the clean script, which is a standard practice for removing build artifacts. Given the context and the absence of other suspicious indicators, this is likely a false positive.