2
Total
1
Critical
0
High
1
Medium
Findings
unknowncriticalDE-002Data ExfiltrationHigh ConfidenceLine 0
Environment file access
Detected by automated pattern matching (rule DE-002) with medium confidence. May be a false positive.
141:
142: // Listen on port 4333.
>>> 143: const PORT = process.env.PORT || 4333;
144: app.listen(PORT, '0.0.0.0', () => {
145: console.log(`Server listening on port ${PORT}`);Report false positivemediumEN-001unknownMedium ConfidenceLine 0
High-entropy string (4.7 bits/char) — possible encoded payload
Detected by automated pattern matching (rule EN-001) with medium confidence. May be a false positive.
Report false positiveScan History
| Date | Risk | Findings | Files | Duration |
|---|---|---|---|---|
| Feb 25, 2026 | critical | 2 | 7 | 0.00s |
| Feb 23, 2026 | critical | 2 | 7 | 0.00s |
| Feb 22, 2026 | critical | 2 | 7 | 0.00s |