**Audit Node Module folder with YARA rules**
**(New rules, PRs, feedbacks are highly appreciated)**
GitHub Repo: [https://github.com/rpgeeganage/audit-node-modules-with-yara](https://github.com/rpgeeganage/audit-node-modules-with-yara)
Purpose:
* The purpose of this tool is to run a given set of [YARA](https://yara.readthedocs.io/en/stable/) rules against the given node_module
folder.
* **Help to detect supplier chain attacks**
* With this approach, We can define [YARA](https://yara.readthedocs.io/en/stable/) rules to identify suspicious scripts which are injected into node packages.
* This package can be added to the CI/CD
pipeline