Malicious NPM Package Detection Dataset
Browse filesAbout Dataset
Edit
This dataset contains extracted JavaScript source files from malicious and benign NPM packages collected for cybersecurity research and machine learning based malware detection experiments. The dataset includes labeled source code folders and is intended for static analysis, feature extraction, and deep learning research in software supply chain security.
The dataset supports research in malicious package detection, phishing URL identification, and secure software ecosystem modeling.
Related academic domain resources and implementation references are available at:
<a href="https://projectcentersinchennai.co.in/ieee-domains/cse/deep-learning-projects-for-final-year/" title="Deep Learning Projects for Final Year">Deep Learning Projects for Final Year</a>
|
@@ -3,8 +3,29 @@ license: cc-by-4.0
|
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
tags:
|
| 6 |
-
- cybersecurity
|
| 7 |
pretty_name: Malicious NPM Package Detection Dataset
|
| 8 |
size_categories:
|
| 9 |
- n<1K
|
| 10 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
tags:
|
| 6 |
+
- cybersecurity
|
| 7 |
pretty_name: Malicious NPM Package Detection Dataset
|
| 8 |
size_categories:
|
| 9 |
- n<1K
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# Malicious NPM Package Detection Dataset
|
| 13 |
+
|
| 14 |
+
## Description
|
| 15 |
+
This dataset contains samples of malicious and benign NPM packages used for cybersecurity research.
|
| 16 |
+
It can be used to train machine learning models for detecting malicious packages in the Node.js ecosystem.
|
| 17 |
+
|
| 18 |
+
## Dataset Structure
|
| 19 |
+
- package_name
|
| 20 |
+
- version
|
| 21 |
+
- label (malicious / benign)
|
| 22 |
+
- features
|
| 23 |
+
|
| 24 |
+
## Usage
|
| 25 |
+
This dataset is intended for:
|
| 26 |
+
- Malware detection research
|
| 27 |
+
- Supply chain security studies
|
| 28 |
+
- Machine learning experiments
|
| 29 |
+
|
| 30 |
+
## License
|
| 31 |
+
CC-BY-4.0
|