Skip to main content

vlayer Documentation

vlayer (Verification Layer) is a CLI tool and platform that scans your codebase for HIPAA compliance issues. 140+ detection rules that catch PHI exposures, missing encryption, and access control gaps before they reach production. HIPAA 2026 ready - 15/15 requirements covered.

What is vlayer?

vlayer automatically analyzes your code across 17 scanners mapped to 5 HIPAA compliance categories with 140+ detection rules:

  • PHI Exposure (28 rules) - Detects SSN, MRN, DOB, diagnosis codes, and other PHI patterns
  • Encryption Standards (18 rules) - Identifies weak crypto (MD5, DES) and missing TLS
  • Audit Logging (15 rules) - Verifies proper logging of PHI access and operations
  • Access Control (24 rules) - Finds SQL injection, XSS, CORS issues, hardcoded credentials
  • Data Retention (12 rules) - Flags improper data deletion and retention policies
  • Network Segmentation (14 rules) - Missing network isolation, insecure endpoints
  • Multi-Factor Auth (8 rules) - Weak authentication, missing MFA
  • Incident Response (10 rules) - Missing IRP, unmonitored security events
  • Vulnerability Management (11 rules) - Unpatched dependencies, known CVEs
  • Asset Inventory (9 rules) - Undocumented PHI storage, shadow IT
  • Session Management (8 rules) - Weak session configs, missing timeouts
  • Third-Party Risk (6 rules) - Unsafe vendor integrations, missing BAAs

🎯 HIPAA 2026 Ready

vlayer covers all 15 new HIPAA Security Rule (NPRM 2026) requirements:

  • Network Segmentation, Encryption Standards, Multi-Factor Auth
  • Audit Log Monitoring, Incident Response, Vulnerability Scanning
  • Asset Inventory, Access Controls, Data Minimization
  • Secure Configuration, Patch Management, Risk Assessments
  • Business Continuity, Security Training, Third-Party Risk

Quick Start

# Install globally
npm install -g verification-layer

# Or use with npx (no install needed)
npx vlayer scan ./src

# Scan with HTML report
npx vlayer scan ./src -f html -o report.html

# Check compliance score (0-100)
npx vlayer score ./src

# Auto-fix issues
npx vlayer scan ./src --fix

Why vlayer?

Building healthcare software requires strict compliance with HIPAA regulations. Manual code reviews are time-consuming and error-prone. vlayer automates this process, catching issues early in development when they're cheapest to fix.

Key Features

FeatureDescription
140+ Detection RulesComprehensive coverage across 12 HIPAA categories
Compliance Score (0-100)Track your HIPAA readiness over time
Training Module10 modules, 45+ questions, verifiable certificates
HIPAA Templates5 production-ready policy documents (IRP, BAA, NPP, etc.)
CI/CD IntegrationGitHub Actions, pre-commit hooks, PR comments
Pro DashboardHistorical scans, team management at app.vlayer.app
CI/CD IntegrationBlock non-compliant code automatically
Detailed ReportsGet actionable remediation guidance
HIPAA ReferencesLearn which regulations apply
Open SourceFree to use, audit, and extend

Getting Started

Support