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

# sbman@1.0.3 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** — Unauthorised remote access, privileged account persistence, reduced visibility, and weakened host security.

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

Windows postinstall requests elevation and installs bundled executables. It opens RDP on port 3389 with weakened authentication, creates or enables a privileged hidden account, and disguises a persistent service.

## Latest scan
- **Scanner version:** rust-scanner-worker-schema-1
- **Verdict:** Malicious
- **Confidence:** 99.0%
- **Started:** 2026-08-16T09:19:55.334Z
- **Finished:** 2026-08-16T09:21:06.966Z
- **Download time:** 1261 ms
- **Static scan time:** 444 ms
- **AI review time:** 69927 ms
- **Total time:** 71632 ms

## Security analysis

### Published attack-surface review

- **Summary:** Windows postinstall requests elevation and installs bundled executables. It opens RDP on port 3389 with weakened authentication, creates or enables a privileged hidden account, and disguises a persistent service.

- **Trigger:** npm installation on Windows via postinstall; fallback first CLI invocation can also run installation.

- **Impact:** Unauthorised remote access, privileged account persistence, reduced visibility, and weakened host security.

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

- **Review source:** ai\_review

- **Reviewed:** 2026-08-16T09:21:06.966Z

### AI review details

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

- **Mechanism:** elevated RDP backdoor setup and service masquerading

- **Attack narrative:** Installing the package triggers its postinstall installer. On Windows it asks for elevation, executes bundled installers, enables and exposes RDP on 3389 while disabling NLA and permitting shadow access without consent. It enables or creates an administrator-level Remote Desktop account, hides it from the sign-in screen, stores its credentials, and masks the installed Bikli service as a Windows infrastructure service while removing discoverability entries. These are concrete persistence and remote-access actions, not a normal package installation.

- **Rationale:** The package performs an unconsented elevated postinstall chain that weakens RDP security, creates hidden privileged access, and disguises persistence. No exfiltration endpoint is needed for this concrete backdoor-like behavior.

- **Files touched:** package.json, bin/biklimaster.js, lib/bikliwrapper.js, 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 invokes the installer automatically., Install elevates, installs bundled binaries, enables RDP, creates an administrator, and hides folders., RDP defaults disable NLA and allow shadowing without consent., It opens inbound TCP/UDP 3389 firewall rules., It enables/adds a local account to Administrators and Remote Desktop Users, then hides it from sign-in., It disguises the Bikli service as Windows infrastructure and removes its App Paths entries.

- **Evidence against:** No source-level HTTP client, remote URL, or credential-exfiltration path was found., Payload hashes are checked before installation, but that does not mitigate the harmful local changes.

## 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.3/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.3/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.3/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.3
- **License:** BSD-3-Clause
- **Version published:** 2026-08-15T10:24:36.968Z
- **Package first seen:** 2026-08-16T09:20:59.806Z
- **Package last seen:** 2026-08-16T09:24:49.377Z
- **Known versions:** 5
- **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,726,365 bytes
- **Artifact signatures:** 1
- **Attestations:** No

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