StackScan
Dependency ScannerUpload your dependency file for AI-powered vulnerability analysis
Data Sources:
âNVD
âGitHub
âLLM
Agent Team
0/4Dependency Agent
Package ParserScanner Agent
Vuln DetectionRisk Agent
Severity AnalysisPatch Agent
Remediationđ
Drop your dependency file here
Supports package.json, requirements.txt
đĄ Quick Start - Sample Files
Create a package.json file with test dependencies to see real vulnerability detection:
Example 1: Medium Risk
{
"dependencies": {
"lodash": "4.17.15",
"express": "4.17.1",
"axios": "0.21.1",
"moment": "2.29.1"
}
}Contains: Prototype pollution, ReDoS vulnerabilities
đ´ Example 2: Critical Risk
{
"dependencies": {
"node-serialize": "0.0.4",
"json-jwt": "0.5.0",
"minimist": "1.2.0",
"ua-parser-js": "0.7.28"
}
}Contains: Remote Code Execution (RCE), Token Bypass, Supply Chain Attack
â ī¸ Testing Only: These examples use intentionally vulnerable versions. Never use in production!
đĻ
package.json
npm / Node.js
đ
requirements.txt
pip / Python