@7nsane/zift 2.2.0 → 2.2.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@7nsane/zift",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "description": "A high-performance, deterministic security scanner for npm packages.",
5
5
  "main": "src/scanner.js",
6
6
  "bin": {
package/v22_output.txt DELETED
@@ -1,12 +0,0 @@
1
- 🛡️ Verifying Zift v2.2.0 Deterministic Architecture...
2
- 📊 Audit Results:
3
- - [Priority: 1, Score: 100] ZFT-005: Shell Command Execution
4
- - [Priority: 1, Score: 80] ZFT-001: Environment Variable Exfiltration
5
-
6
- 🔍 Structural Verification:
7
- - DNS Exfil detected: false
8
- - Env Exfil detected: true
9
- - Remote Dropper detected: false
10
- - Mass Env Access detected: false
11
- - Dynamic Require detected: false
12
- ❌ v2.2.0 Verification incomplete. Some rules did not trigger as expected.
@@ -1,16 +0,0 @@
1
- 🛡️ Verifying Zift v2.2.0 Deterministic Architecture...
2
- 📊 Audit Results:
3
- - [Priority: 1, Score: 100] ZFT-005: Shell Command Execution
4
- - [Priority: 2, Score: 85] ZFT-007: DNS-Based Exfiltration
5
- - [Priority: 1, Score: 80] ZFT-001: Environment Variable Exfiltration
6
- - [Priority: 3, Score: 75] ZFT-009: Remote Script Dropper
7
- - [Priority: 1, Score: 30] ZFT-006: Dynamic Require Dependency
8
- - [Priority: 1, Score: 20] ZFT-008: Suspicious Information Collection
9
-
10
- 🔍 Structural Verification:
11
- - DNS Exfil detected: true
12
- - Env Exfil detected: true
13
- - Remote Dropper detected: true
14
- - Mass Env Access detected: true
15
- - Dynamic Require detected: true
16
- ✅ v2.2.0 Architecture Verified Successfully!