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

# @musteqeem/baileys@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** — Unconsented attribution or forwarding metadata is sent with user media.

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

Sending an image or video through the library automatically attaches package-defined newsletter metadata. This changes outgoing user content without an opt-in.

## Latest scan
- **Scanner version:** rust-scanner-worker-schema-1
- **Verdict:** Malicious
- **Confidence:** 91.0%
- **Started:** 2026-08-25T13:22:36.981Z
- **Finished:** 2026-08-25T13:25:00.565Z
- **Download time:** 1007 ms
- **Static scan time:** 8986 ms
- **AI review time:** 133590 ms
- **Total time:** 143584 ms

## Security analysis

### Published attack-surface review

- **Summary:** Sending an image or video through the library automatically attaches package-defined newsletter metadata. This changes outgoing user content without an opt-in.

- **Trigger:** Runtime call that prepares an image or video message

- **Impact:** Unconsented attribution or forwarding metadata is sent with user media.

- **Evidence paths:** lib/Utils/messages.js, engine-requirements.js, package.json

- **Review source:** ai\_review

- **Reviewed:** 2026-08-25T13:25:00.565Z

### AI review details

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

- **Mechanism:** automatic injection of preset newsletter annotation

- **Attack narrative:** At runtime, prepareWAMessageMedia assigns a module-level mediaAnnotation whenever the requested message contains an image or video. That annotation carries a newsletter object whose defaults are embedded in the package, while environment variables can override them. This is concealed message-content modification rather than a requested media-processing feature. The install hook itself is only a Node-version check.

- **Rationale:** The package contains concrete, automatic, unconsented mutation of outgoing user media metadata. Although the lifecycle hook is benign and no host credential theft was found, the hidden attribution behavior is sufficient to block.

- **Files touched:** lib/Utils/messages.js, engine-requirements.js

### Review decision

- **Verdict:** Malicious

- **Confidence:** 91.0%

- **Recommended action:** publish\_block

- **Intent class:** Malware

- **False-positive risk:** Low

- **Evidence for:** Runtime code automatically adds a preset newsletter annotation to every image/video message., The annotation uses environment-overridable but hardcoded default attribution values.

- **Evidence against:** Preinstall only checks the Node major version and exits when unsupported., Media networking and ffmpeg use are library functions invoked for requested WhatsApp media operations; no credential harvesting or shell payload 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/@musteqeem/baileys@1.0.3/package.json>)

Package defines install-time lifecycle scripts.

Public source snippet (untrusted):

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

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

Package declares npm scripts.

### 3. High: High Secret
- **Category:** Secrets
- **Confidence:** 85.0%
- **Path:** lib/WABinary/constants.js
- **Public source:** [View source](<https://unpkg.com/@musteqeem/baileys@1.0.3/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',
```

### 4. Low: Weak Crypto
- **Category:** Source
- **Confidence:** 64.0%
- **Path:** lib/Utils/validate-connection.js
- **Public source:** [View source](<https://unpkg.com/@musteqeem/baileys@1.0.3/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);
```

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

Package source references network APIs.

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

Package source references environment variables.

### 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: Oversized Source File
- **Category:** Artifact Inventory
- **Confidence:** 70.0%
- **Path:** WAProto/index.js
- **Public source:** [View source](<https://unpkg.com/@musteqeem/baileys@1.0.3/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 = 5250233
magicHex = [redacted]
```

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

### 12. Medium: Git Dependency
- **Category:** Manifest
- **Confidence:** 85.0%

Package manifest contains a git dependency.

### 13. High: Semantic Analysis Limited
- **Category:** Scanner Coverage
- **Confidence:** 100.0%
- **Path:** lib/Utils/business.js
- **Public source:** [View source](<https://unpkg.com/@musteqeem/baileys@1.0.3/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: Known Malware Source Similarity
- **Category:** Static
- **Confidence:** 97.0%
- **Path:** lib/Utils/messages-media.js
- **Public source:** [View source](<https://unpkg.com/@musteqeem/baileys@1.0.3/lib/Utils/messages-media.js>)

Source file is highly similar to a previously finalized malicious package; route for source-aware review.

Public source snippet (untrusted):

```javascript
matchType = normalized_sha256
matchedPackage = @musteqeem/baileys@1.0.1
matchedPath = lib/Utils/messages-media.js
matchedIdentity = npm:QG11c3RlcWVlbS9iYWlsZXlz:1.0.1
similarity = 1.000
summary = normalized source hash matched finalized malicious source
```

### 15. High: Secret Pattern
- **Category:** Secrets
- **Confidence:** 75.0%
- **Path:** lib/WABinary/constants.js
- **Public source:** [View source](<https://unpkg.com/@musteqeem/baileys@1.0.3/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
- **Dependencies:** 13
- **Optional dependencies:** 0
- **Peer dependencies:** 5
- **Development dependencies:** 0
- **Published dependency-graph edges:** 18

### Published dependency entries
- @adiwajshing/keyed-db ^0.2.4 (Dependency)
- @cacheable/node-cache ^1.4.0 (Dependency)
- @hapi/boom ^9.1.3 (Dependency)
- async-mutex ^0.5.0 (Dependency)
- fflate ^0.8.2 (Dependency)
- libsignal github:WhiskeySockets/libsignal-wasm\#master (Dependency)
- lru-cache ^11.2.6 (Dependency)
- music-metadata ^11.12.3 (Dependency)
- p-queue ^9.1.0 (Dependency)
- pino ^9.6.0 (Dependency)
- protobufjs ^7.5.6 (Dependency)
- whatsapp-rust-bridge 0.5.4 (Dependency)
- ws ^8.19.0 (Dependency)
- @napi-rs/image ~1.12.0 (PeerDependency)
- audio-decode ^2.2.3 (PeerDependency)
- jimp ^1.6.1 (PeerDependency)
- link-preview-js ^3.0.0 (PeerDependency)
- sharp \* (PeerDependency)

## Package metadata
- **Package:** @musteqeem/baileys
- **Ecosystem:** npm
- **Version:** 1.0.3
- **License:** MIT
- **Version published:** 2026-08-25T04:54:47.305Z
- **Package first seen:** 2026-08-23T06:11:45.569Z
- **Package last seen:** 2026-08-25T13:25:00.565Z
- **Known versions:** 3
- **Latest version:** 1.0.3
- **Appeal under review:** No
- **Description:** ֎ XADON BAILEYS v7.1.0 PREMIUM - Next-generation WhatsApp Web API library. Engineered with enterprise-grade stability, critical newsletter media upload fixes, full interactive message protocol, native album support, and 40+ extended message types. Built f
- **Author:** Musteqeem
- **Keywords:** meta, xadon, xadon-baileys, anti-ban, automation, baileys, baileys-fork, baileys-mod, interactive-messages, js-whatsapp, multi-device, whatsapp
- **Runtime engines:** node: \>=20.0.0
- **Artifact files:** 432
- **Artifact unpacked size:** 10,686,306 bytes
- **Artifact signatures:** 1
- **Attestations:** No

## References
- [HTML security report](<https://firewall.lpm.dev/npm/@musteqeem/baileys/v/1.0.3>)
- [Repository](<https://github.com/musteqeem/baileys.git>)
- [Homepage](<https://github.com/musteqeem/baileys#readme>)
- [Issues](<https://github.com/musteqeem/baileys/issues>)
