Skip to content

Latest commit

 

History

History
73 lines (52 loc) · 1.5 KB

File metadata and controls

73 lines (52 loc) · 1.5 KB

VANT CODE AUDIT REPORT

Auto-generated audit from latest build. View CI | Run locally

Audit Date: 2026-05-05 Version: 0.8.6 Auditor: Vant CI Automated + Third-Party Scanners


1. ARCHITECTURAL AUDIT

Module Design

Metric Value Assessment
Core Modules 42 Good separation
Executables 36 Comprehensive CLI
External Deps 5 Minimal coupling

2. ENGINEERING AUDIT

Area Status
Test CI Present
CI/CD GitHub Actions
Node 18+ (.nvmrc)

| Passed | 163 | | Failed | 0 |

3. SECURITY AUDIT

Vector Protection
Input injection VAF (40+ patterns)
Path traversal VAF
Command injection VAF
DoS Rate limiting

4. QUALITY CONTROL

Metric Value
try/catch blocks 64

5. EXTERNAL AUDITS

Third-Party Security Services (Free)

Service Purpose
GitHub Dependabot Dependency alerts
GitHub Code Scanning SAST analysis
npm audit Dependency vulnerabilities
OSV Scanner Vulnerability database
Semgrep Static analysis
Trivy Complete scanner

Running External Audits

# npm audit
npm audit

# OSV Scanner
npx osv-scanner .

# Semgrep
npx @semgrep/semgrep --config=auto .

Generated by Vant CI - View source - 2026-05-05