scan_dependencies
Scan dependency files (requirements.txt, package.json) to identify known vulnerabilities, then use AI to assess real-world impact and prioritize remediation.
Instructions
의존성 파일을 스캔하여 취약점을 탐지하고 AI로 실제 영향을 분석합니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ai_analysis | No | True이면 CRITICAL/HIGH 취약점에 대해 AI 실제 영향 분석 수행 | |
| project_root | No | 프로젝트 루트 디렉터리 (AI 영향 분석용 코드 탐색 기준) | . |
| dependency_file | Yes | requirements.txt, package.json 등 경로 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |