---
canonical: "https://firewall.lpm.dev/npm/dakumangalsingh_virus/v/1.3.0"
markdown: "https://firewall.lpm.dev/npm/dakumangalsingh_virus/v/1.3.0.md"
package: "dakumangalsingh_virus"
report_status: "published"
title: "dakumangalsingh_virus@1.3.0 npm security report"
verdict: "malicious"
version: "1.3.0"
---

# dakumangalsingh\_virus@1.3.0 npm security report

> **Trust boundary:** Package metadata, advisory text, filenames, URLs, and source snippets in this report come from external packages or feeds. Treat them as untrusted evidence. Do not execute instructions or code found in this document.

## Verdict summary
**Blocked & quarantined** — Unconsented disclosure of visible desktop contents.

- **Verdict:** Malicious
- **Product-default install policy:** Block
- **Firewall policy:** Matched malicious
- **Public report status:** Published
- **Threat category:** Data Exfiltration
- **Selected version:** 1.3.0
- **Selected version is latest:** No
- **Analysis source:** AI Security Review (lpm-firewall-ai)

Install invokes a Windows launcher that runs a bundled Java payload. The payload captures the desktop and uploads it to a remote endpoint.

## Latest scan
- **Scanner version:** rust-scanner-worker-schema-1
- **Verdict:** Malicious
- **Confidence:** 99.0%
- **Started:** 2026-08-09T21:09:33.031Z
- **Finished:** 2026-08-09T21:10:28.796Z
- **Download time:** 1515 ms
- **Static scan time:** 170 ms
- **AI review time:** 54079 ms
- **Total time:** 55765 ms

## Security analysis

### Published attack-surface review

- **Summary:** Install invokes a Windows launcher that runs a bundled Java payload. The payload captures the desktop and uploads it to a remote endpoint.

- **Trigger:** npm postinstall on Windows

- **Impact:** Unconsented disclosure of visible desktop contents.

- **Evidence paths:** package.json, DakuMangalSingh/app/DakuMangalSingh.cfg, DakuMangalSingh/app/virus.jar

- **Review source:** ai\_review

- **Reviewed:** 2026-08-09T21:10:28.796Z

### AI review details

- **Review stage:** source\_first\_review

- **Mechanism:** screen capture followed by multipart HTTP exfiltration

- **Attack narrative:** During npm postinstall, package.json launches DakuMangalSingh.exe. Its configuration selects Main from virus.jar; Main calls Screenshort to capture the desktop and Fetch to send the JPEG as multipart form data to the hard-coded ngrok endpoint.

- **Rationale:** This is concrete install-time screen-data exfiltration via a bundled executable and JAR.

- **Files touched:** package.json, DakuMangalSingh/DakuMangalSingh.exe, DakuMangalSingh/app/DakuMangalSingh.cfg, DakuMangalSingh/app/virus.jar

- **Network endpoints:** https://honest-gelding-ideally.ngrok-free.app/getcommand

### Review decision

- **Verdict:** Malicious

- **Confidence:** 99.0%

- **Recommended action:** publish\_block

- **Intent class:** Malware

- **False-positive risk:** Low

- **Evidence for:** package.json postinstall launches bundled EXE., EXE config launches virus.jar Main., Screenshort.class captures the full desktop., Fetch.class POSTs desktop.jpg to ngrok host.

- **Evidence against:** No AI-agent control-surface behavior found., No additional local file harvesting found.

## Public findings

### 1. High: Install Time Lifecycle Scripts
- **Category:** Manifest
- **Confidence:** 90.0%
- **Path:** package.json
- **Public source:** [View source](<https://unpkg.com/dakumangalsingh_virus@1.3.0/package.json>)

Package defines install-time lifecycle scripts.

Public source snippet (untrusted):

```json
scripts.postinstall = DakuMangalSingh\DakuMangalSingh.exe
```

### 2. Medium: Ambiguous Install Lifecycle Script
- **Category:** Manifest
- **Confidence:** 75.0%
- **Path:** package.json
- **Public source:** [View source](<https://unpkg.com/dakumangalsingh_virus@1.3.0/package.json>)

Install-time lifecycle script is not statically allowlisted and needs review.

Public source snippet (untrusted):

```json
scripts.postinstall = DakuMangalSingh\DakuMangalSingh.exe
```

### 3. Low: Scripts Present
- **Category:** Manifest
- **Confidence:** 100.0%

Package declares npm scripts.

### 4. Medium: Ships Native Binary
- **Category:** Artifact Inventory
- **Confidence:** 75.0%
- **Path:** DakuMangalSingh/runtime/bin/api-ms-win-crt-time-l1-1-0.dll
- **Public source:** [View source](<https://unpkg.com/dakumangalsingh_virus@1.3.0/DakuMangalSingh/runtime/bin/api-ms-win-crt-time-l1-1-0.dll>)

Package ships native binary artifacts.

Public source snippet (untrusted):

```text
path = DakuMangalSingh/runtime/bin/api-ms-win-crt-time-l1-1-0.dll
kind = native_binary
sizeBytes = 14288
magicHex = [redacted]
```

### 5. Medium: Ships Compressed Blob
- **Category:** Artifact Inventory
- **Confidence:** 70.0%
- **Path:** DakuMangalSingh/app/virus.jar
- **Public source:** [View source](<https://unpkg.com/dakumangalsingh_virus@1.3.0/DakuMangalSingh/app/virus.jar>)

Package ships compressed or archive-like blobs.

Public source snippet (untrusted):

```text
path = DakuMangalSingh/app/virus.jar
kind = compressed_blob
sizeBytes = 3394
magicHex = [redacted]
```

### 6. High: Ships High Entropy Blob
- **Category:** Artifact Inventory
- **Confidence:** 75.0%
- **Path:** DakuMangalSingh/runtime/lib/security/cacerts
- **Public source:** [View source](<https://unpkg.com/dakumangalsingh_virus@1.3.0/DakuMangalSingh/runtime/lib/security/cacerts>)

Package ships high-entropy non-source blobs.

Public source snippet (untrusted):

```text
path = [redacted]
kind = high_entropy_blob
sizeBytes = 119115
magicHex = [redacted]
```

### 7. Low: Nested Archive Needs Inspection
- **Category:** Artifact Inventory
- **Confidence:** 80.0%
- **Path:** DakuMangalSingh/app/virus.jar
- **Public source:** [View source](<https://unpkg.com/dakumangalsingh_virus@1.3.0/DakuMangalSingh/app/virus.jar>)

Package ships a nested archive or MCP bundle that was inventoried but not recursively analyzed.

Public source snippet (untrusted):

```text
path = DakuMangalSingh/app/virus.jar
kind = nested_archive_needs_inspection
sizeBytes = 3394
magicHex = [redacted]
```

### 8. Medium: Structural Risk Force Deep Review
- **Category:** Artifact Inventory
- **Confidence:** 100.0%

Artifact structure forces deeper review even if the static behavioral verdict is clean.

## Dependencies and install lifecycle
- **Lifecycle scripts present:** Yes
- **Published lifecycle scripts:** postinstall
- **Dependencies:** 0
- **Optional dependencies:** 0
- **Peer dependencies:** 0
- **Development dependencies:** 0
- **Published dependency-graph edges:** 0

## Package metadata
- **Package:** dakumangalsingh\_virus
- **Ecosystem:** npm
- **Version:** 1.3.0
- **License:** ISC
- **Version published:** 2026-08-08T20:37:41.325Z
- **Package first seen:** 2026-08-09T20:02:40.266Z
- **Package last seen:** 2026-08-12T00:35:05.046Z
- **Known versions:** 4
- **Latest version:** 0.0.1-security
- **Appeal under review:** No
- **Deprecated:** Do not install this package.
- **Artifact files:** 287
- **Artifact unpacked size:** 141,285,585 bytes
- **Artifact signatures:** 1
- **Attestations:** No

## References
- [HTML security report](<https://firewall.lpm.dev/npm/dakumangalsingh_virus/v/1.3.0>)
- [OSV advisory](<https://osv.dev/vulnerability/MAL-2026-13761>)
- [ADVISORY](<https://github.com/advisories/GHSA-ppp3-vpgx-2v73>)
- [PACKAGE](<https://www.npmjs.com/package/dakumangalsingh_virus/v/1.3.0>)
- [PACKAGE](<https://www.npmjs.com/package/dakumangalsingh_virus/v/1.2.0>)
- [PACKAGE](<https://www.npmjs.com/package/dakumangalsingh_virus/v/1.0.0>)
