Dependency Surface Integrity
Every third-party package is a potential attack vector. Vauntico scans the full transitive dependency graph — not just direct imports — resolving each node against the NVD CVE database and private advisory feeds updated in real time.
Scoring Equation
DSI = (P_resolved / P_total) × (1 − CVE_critical / P_total)Dependency Surface Index
- Transitive graph traversal across npm, pip, Go modules, and Cargo lock files
- CVSS v3.1 severity weighting with exploit-prediction scoring (EPSS)
- License boundary detection — flags GPL contamination in commercial stacks
- Pinned-vs-floating version drift alerts across branches