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

# @alannxd/baileys@6.2.7 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** — Consumer IP/usage metadata is disclosed on import; supplied WhatsApp phone numbers are disclosed to the third-party host.

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

The package makes an unconsented network request on import. Its public checkBan API transmits a supplied phone number to an unrelated third-party endpoint.

## Latest scan
- **Scanner version:** rust-scanner-worker-schema-1
- **Verdict:** Malicious
- **Confidence:** 95.0%
- **Started:** 2026-08-21T19:20:20.333Z
- **Finished:** 2026-08-21T19:21:22.014Z
- **Download time:** 1003 ms
- **Static scan time:** 2004 ms
- **AI review time:** 58673 ms
- **Total time:** 61681 ms

## Security analysis

### Published attack-surface review

- **Summary:** The package makes an unconsented network request on import. Its public checkBan API transmits a supplied phone number to an unrelated third-party endpoint.

- **Trigger:** Importing lib/index.js; invoking socket.checkBan(number).

- **Impact:** Consumer IP/usage metadata is disclosed on import; supplied WhatsApp phone numbers are disclosed to the third-party host.

- **Evidence paths:** lib/index.js, lib/Socket/socket.js, package.json, engine-requirements.js

- **Review source:** ai\_review

- **Reviewed:** 2026-08-21T19:21:22.014Z

### AI review details

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

- **Mechanism:** Import-time beacon and third-party phone-number transmission.

- **Attack narrative:** At module import, the package contacts a maintainer-controlled remote URL solely to display update information. Separately, its exported checkBan helper places the caller's phone number in a request URL to xzc-corporation.biz.id, an endpoint unrelated to WhatsApp, with a suspicious nonstandard header. This is concrete disclosure of user-supplied personal data to an undisclosed third party.

- **Rationale:** Source inspection confirms unsolicited import-time networking and a public helper that exfiltrates caller-supplied phone numbers to an unrelated host. The install hook itself is benign, but it does not mitigate the runtime disclosure.

- **Files touched:** lib/index.js, lib/Socket/socket.js, package.json, engine-requirements.js

- **Network endpoints:** https://raw.githubusercontent.com/alannzxd/xclient/refs/heads/main/information.json, https://xzc-corporation.biz.id/lrp?number=

### Review decision

- **Verdict:** Malicious

- **Confidence:** 95.0%

- **Recommended action:** publish\_block

- **Intent class:** Malware

- **False-positive risk:** Low

- **Evidence for:** Importing the public entrypoint immediately fetches a maintainer-controlled GitHub URL., Public checkBan sends its caller-supplied phone number to unrelated xzc-corporation.biz.id with a nonstandard offensive header., checkBan is returned on the socket API, making that disclosure callable by package consumers.

- **Evidence against:** The preinstall hook only rejects Node versions below 20; it does not modify files or network state., No source evidence of credential harvesting, remote code execution, or agent-control-surface mutation was found.

## Public findings

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

Package defines install-time lifecycle scripts.

Public source snippet (untrusted):

```json
scripts.preinstall = node ./engine-requirements.js
```

### 2. Low: Non Install Lifecycle Scripts
- **Category:** Manifest
- **Confidence:** 80.0%

Package declares lifecycle scripts that are not normally run for registry tarball installs.

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

Package declares npm scripts.

### 4. High: High Secret
- **Category:** Secrets
- **Confidence:** 85.0%
- **Path:** lib/WABinary/constants.js
- **Public source:** [View source](<https://unpkg.com/@alannxd/baileys@6.2.7/lib/WABinary/constants.js>)

Package contains a high-severity secret pattern.

Public source snippet (untrusted):

```javascript
patternName = google_api_key
severity = high
line = 600
matchedText = 'AIzaSyD...Lk',
```

### 5. Low: Weak Crypto
- **Category:** Source
- **Confidence:** 64.0%
- **Path:** lib/Utils/validate-connection.js
- **Public source:** [View source](<https://unpkg.com/@alannxd/baileys@6.2.7/lib/Utils/validate-connection.js>)

Package source references weak cryptographic algorithms.

Public source snippet (untrusted):

```javascript
L107: pull: false,
L108: devicePairingData: {
L109: buildHash: appVersionBuf,
...
L134: const { details, hmac, accountType } = proto.ADVSignedDeviceIdentityHMAC.decode(deviceIdentityNode.content);
L135: let hmacPrefix = Buffer.from([]);
L136: if (accountType !== undefined && accountType === proto.ADVEncryptionType.HOSTED) {
...
L158: ]);
L159: account.deviceSignature = Curve.sign(signedIdentityKey.private, deviceMsg);
L160: const identity = createSignalIdentity(lid, accountSignatureKey);
```

### 6. Medium: Network
- **Category:** Source
- **Confidence:** 75.0%

Package source references network APIs.

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

Package source references filesystem APIs.

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

Package source contains high-entropy string patterns.

### 9. Low: Url Strings
- **Category:** Supply Chain
- **Confidence:** 65.0%

Package source contains URL literals.

### 10. Medium: Ships Build Helper
- **Category:** Artifact Inventory
- **Confidence:** 70.0%
- **Path:** WAProto/GenerateStatics.sh
- **Public source:** [View source](<https://unpkg.com/@alannxd/baileys@6.2.7/WAProto/GenerateStatics.sh>)

Package ships non-JavaScript build or shell helper files.

Public source snippet (untrusted):

```shell
path = WAProto/GenerateStatics.sh
kind = build_helper
sizeBytes = 302
magicHex = [redacted]
```

### 11. Medium: Oversized Source File
- **Category:** Artifact Inventory
- **Confidence:** 70.0%
- **Path:** WAProto/index.js
- **Public source:** [View source](<https://unpkg.com/@alannxd/baileys@6.2.7/WAProto/index.js>)

Package contains source files above the normal full-analysis size ceiling.

Public source snippet (untrusted):

```javascript
path = WAProto/index.js
kind = oversized_source_file
sizeBytes = 12145764
magicHex = [redacted]
```

### 12. 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.

### 13. High: Semantic Analysis Limited
- **Category:** Scanner Coverage
- **Confidence:** 100.0%
- **Path:** lib/Utils/business.js
- **Public source:** [View source](<https://unpkg.com/@alannxd/baileys@6.2.7/lib/Utils/business.js>)

A bounded semantic-analysis stage reached its safety limit; remaining detectors completed, but this package requires AI review.

Public source snippet (untrusted):

```javascript
stage = ast_semantic_analysis; reason = ast_alias_growth_limit_exceeded; limitedFiles = 3
```

### 14. High: Secret Pattern
- **Category:** Secrets
- **Confidence:** 75.0%
- **Path:** lib/WABinary/constants.js
- **Public source:** [View source](<https://unpkg.com/@alannxd/baileys@6.2.7/lib/WABinary/constants.js>)

Google API key in lib/WABinary/constants.js

Public source snippet (untrusted):

```javascript
patternName = google_api_key
severity = high
line = 600
matchedText = 'AIzaSyD...Lk',
```

## Dependencies and install lifecycle
- **Lifecycle scripts present:** Yes
- **Published lifecycle scripts:** preinstall, prepare
- **Dependencies:** 13
- **Optional dependencies:** 0
- **Peer dependencies:** 4
- **Development dependencies:** 31
- **Published dependency-graph edges:** 17

### Published dependency entries
- @cacheable/node-cache ^1.4.0 (Dependency)
- @hapi/boom ^9.1.3 (Dependency)
- async-mutex ^0.5.0 (Dependency)
- cache-manager ^7.2.8 (Dependency)
- chalk ^4.1.2 (Dependency)
- libsignal ^6.0.0 (Dependency)
- lru-cache ^11.1.0 (Dependency)
- music-metadata ^11.12.3 (Dependency)
- p-queue ^9.0.0 (Dependency)
- pino ^9.6 (Dependency)
- protobufjs ^7.5.6 (Dependency)
- whatsapp-rust-bridge 0.5.4 (Dependency)
- ws ^8.13.0 (Dependency)
- audio-decode ^2.1.3 (PeerDependency)
- jimp ^1.6.1 (PeerDependency)
- link-preview-js ^3.0.0 (PeerDependency)
- sharp \* (PeerDependency)

## Package metadata
- **Package:** @alannxd/baileys
- **Ecosystem:** npm
- **Version:** 6.2.7
- **License:** MIT
- **Version published:** 2026-08-20T18:25:00.901Z
- **Package first seen:** 2026-07-22T18:33:36.852Z
- **Package last seen:** 2026-08-21T19:21:22.014Z
- **Known versions:** 4
- **Latest version:** 6.2.7
- **Appeal under review:** No
- **Description:** A WebSockets library for interacting with WhatsApp Web — fork of Baileys with extra socket layers (communities, interop, privacy, GraphQL) and special message helpers.
- **Author:** Rajeh Taher - AlannXD - 7eppsynC
- **Keywords:** whatsapp, automation, baileys, wa-bot, whatsapp api, whatsapp web, botwa, Holow, AlannXD
- **Runtime engines:** node: \>=20.0.0
- **Artifact files:** 127
- **Artifact unpacked size:** 17,720,580 bytes
- **Artifact signatures:** 1
- **Attestations:** No

## References
- [HTML security report](<https://firewall.lpm.dev/npm/@alannxd/baileys/v/6.2.7>)
- [Repository](<https://www.npmjs.com/package/@alannxd/baileys>)
