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

# sbman@1.0.5 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** — Unauthorized persistent remote administrative access to the Windows host.

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

On npm postinstall, the package requests elevation and provisions a concealed Windows remote-access setup. It opens RDP, creates or enables a hidden administrator-capable account, and disguises its service as Microsoft.

## Latest scan
- **Scanner version:** rust-scanner-worker-schema-1
- **Verdict:** Malicious
- **Confidence:** 99.0%
- **Started:** 2026-08-15T11:28:53.588Z
- **Finished:** 2026-08-15T11:29:39.900Z
- **Download time:** 762 ms
- **Static scan time:** 448 ms
- **AI review time:** 45102 ms
- **Total time:** 46312 ms

## Security analysis

### Published attack-surface review

- **Summary:** On npm postinstall, the package requests elevation and provisions a concealed Windows remote-access setup. It opens RDP, creates or enables a hidden administrator-capable account, and disguises its service as Microsoft.

- **Trigger:** npm postinstall: node bin/biklimaster.js install --postinstall

- **Impact:** Unauthorized persistent remote administrative access to the Windows host.

- **Evidence paths:** package.json, bin/biklimaster.js, lib/bikliwrapper.js, config.json

- **Review source:** ai\_review

- **Reviewed:** 2026-08-15T11:29:39.900Z

### AI review details

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

- **Mechanism:** Elevated RDP backdoor provisioning with account creation, firewall changes, concealment, and service impersonation

- **Attack narrative:** Installation invokes an elevated installer that silently installs and starts a service, enables RDP on port 3389, weakens authentication and shadowing protections, creates or enables an account in Administrators and Remote Desktop Users, hides that account, and stores its credentials locally. The package also hides protected folders and rewrites executable identity fields to present as Microsoft svchost. These actions are automatically triggered by postinstall rather than an explicit user setup command.

- **Rationale:** This is concrete, unconsented install-time remote-access persistence and concealment behavior. It merits blocking regardless of the absence of observed network exfiltration code.

- **Files touched:** package.json, bin/biklimaster.js, lib/bikliwrapper.js, config.json, payload/bikli-cli-installer.exe, payload/RDPWInst.exe, payload/rdpwrap.ini

### Review decision

- **Verdict:** Malicious

- **Confidence:** 99.0%

- **Recommended action:** publish\_block

- **Intent class:** Malware

- **False-positive risk:** Low

- **Evidence for:** postinstall directly invokes the privileged installer., Install enables RDP, installs a service, creates an administrator-capable account, and hides folders., Wrapper enables RDP on 3389, disables NLA, permits shadowing without consent, and opens inbound TCP/UDP firewall rules., Account setup enables or creates an account, adds it to Administrators and Remote Desktop Users, then hides it from sign-in., Executable disguise rewrites metadata to impersonate Microsoft/svchost., No source-based exfiltration endpoint was found; the concrete harm is local unauthorized remote-access persistence.

- **Evidence against:** No network URLs or HTTP client code found in inspected JavaScript., Payload hashes are verified before installation, but this does not mitigate the malicious install actions.

## Public findings

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

Package defines install-time lifecycle scripts.

Public source snippet (untrusted):

```json
scripts.postinstall = node bin/biklimaster.js install --postinstall
```

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

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

Public source snippet (untrusted):

```json
scripts.postinstall = node bin/biklimaster.js install --postinstall
```

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

Package declares npm scripts.

### 4. Medium: Environment Vars
- **Category:** Source
- **Confidence:** 75.0%

Package source references environment variables.

### 5. Low: Filesystem
- **Category:** Source
- **Confidence:** 70.0%

Package source references filesystem APIs.

### 6. Low: High Entropy Strings
- **Category:** Supply Chain
- **Confidence:** 55.0%

Package source contains high-entropy string patterns.

### 7. Medium: Ships Native Binary
- **Category:** Artifact Inventory
- **Confidence:** 75.0%
- **Path:** payload/bikli-cli-installer.exe
- **Public source:** [View source](<https://unpkg.com/sbman@1.0.5/payload/bikli-cli-installer.exe>)

Package ships native binary artifacts.

Public source snippet (untrusted):

```text
path = payload/bikli-cli-installer.exe
kind = native_binary
sizeBytes = 11639800
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:** sbman
- **Ecosystem:** npm
- **Version:** 1.0.5
- **License:** BSD-3-Clause
- **Version published:** 2026-08-15T10:39:34.524Z
- **Package first seen:** 2026-08-15T10:33:22.464Z
- **Package last seen:** 2026-08-15T11:29:39.900Z
- **Known versions:** 2
- **Latest version:** 1.0.5
- **Appeal under review:** No
- **Description:** Internal Windows installer for Bikli CLI and Bikli Wrapper
- **Keywords:** bikli, rdp, vpn, windows, installer
- **Runtime engines:** node: \>=18
- **Supported OS:** win32
- **Artifact files:** 10
- **Artifact unpacked size:** 13,729,423 bytes
- **Artifact signatures:** 1
- **Attestations:** No

## References
- [HTML security report](<https://firewall.lpm.dev/npm/sbman/v/1.0.5>)
