verification-layer 0.24.3 → 0.24.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -5
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # vlayer - HIPAA Compliance on Every Commit
2
2
 
3
- **Automated security scanning for healthcare applications.** 163+ detection rules that catch PHI exposures, missing encryption, and access control gaps before they reach production. HIPAA 2026 ready - 15/15 requirements covered.
3
+ **Automated security scanning for healthcare applications.** 140+ detection rules that catch PHI exposures, missing encryption, and access control gaps before they reach production. HIPAA 2026 ready - 15/15 requirements covered.
4
4
 
5
5
  [![CI](https://github.com/Francosimon53/verification-layer/actions/workflows/ci.yml/badge.svg)](https://github.com/Francosimon53/verification-layer/actions/workflows/ci.yml)
6
6
  [![npm version](https://img.shields.io/npm/v/verification-layer)](https://www.npmjs.com/package/verification-layer)
@@ -36,7 +36,7 @@ npx vlayer scan ./src --fix
36
36
  vlayer is a CLI tool and platform that scans your codebase for HIPAA compliance issues. Built for healthcare startups and developers building applications that handle Protected Health Information (PHI).
37
37
 
38
38
  **🎯 Key Features:**
39
- - **163+ detection rules** across 12 categories (PHI exposure, encryption, access control, audit logging, data retention, and more)
39
+ - **140+ detection rules** across 5 HIPAA categories (PHI exposure, encryption, access control, audit logging, data retention)
40
40
  - **HIPAA 2026 NPRM ready** - Covers all 15 new cybersecurity requirements
41
41
  - **10 training modules** with 45+ questions and SHA-256 verifiable certificates
42
42
  - **5 HIPAA templates** - IRP, BAA, NPP, Security Officer role, Physical Safeguards
@@ -62,7 +62,7 @@ vlayer is a CLI tool and platform that scans your codebase for HIPAA compliance
62
62
 
63
63
  | Plan | Price | Features |
64
64
  |------|-------|----------|
65
- | **Open Source** | **$0/forever** | Full scanner, CLI, 163+ rules, compliance scoring, training module, community support |
65
+ | **Open Source** | **$0/forever** | Full scanner, CLI, 140+ rules, compliance scoring, training module, community support |
66
66
  | **Pro** | **$49/month** ($490/year) | Everything in OSS + GitHub App with PR comments, pre-commit hooks, historical scan dashboard, HIPAA document templates, team tracking (10 users), PDF audit reports, email support (48h SLA). **14-day free trial** |
67
67
  | **Enterprise** | **Custom** | Everything in Pro + custom detection rules, self-hosted deployment, SSO/RBAC integration, dedicated compliance consultant, custom training modules, audit preparation support, priority support (4h SLA). Contact: [sales@vlayer.app](mailto:sales@vlayer.app) |
68
68
 
@@ -100,7 +100,7 @@ The new HIPAA Security Rule (NPRM 2026) adds 15 cybersecurity requirements. vlay
100
100
 
101
101
  ## 📊 Detection Categories
102
102
 
103
- vlayer scans for **163+ security patterns** across 12 HIPAA compliance categories:
103
+ vlayer scans for **140+ security patterns** across 5 HIPAA compliance categories:
104
104
 
105
105
  | Category | Rules | What it detects |
106
106
  |----------|-------|-----------------|
@@ -117,7 +117,7 @@ vlayer scans for **163+ security patterns** across 12 HIPAA compliance categorie
117
117
  | **Session Management** | 8 | Weak session configs, missing timeouts, insecure cookies |
118
118
  | **Third-Party Risk** | 6 | Unsafe vendor integrations, missing BAAs, unvetted third-party code |
119
119
 
120
- **Total: 163+ rules**
120
+ **Total: 140+ rules**
121
121
 
122
122
  ---
123
123
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "verification-layer",
3
- "version": "0.24.3",
4
- "description": "Open-source HIPAA compliance scanner for healthcare code. 163+ rules, 12 categories. CLI + CI/CD + VS Code.",
3
+ "version": "0.24.4",
4
+ "description": "Open-source HIPAA compliance scanner for healthcare code. 140+ rules, 5 HIPAA categories. CLI + CI/CD + VS Code.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "bin": {