---
canonical: "https://firewall.lpm.dev/npm/aytidaoffc/v/1.0.1"
markdown: "https://firewall.lpm.dev/npm/aytidaoffc/v/1.0.1.md"
package: "aytidaoffc"
report_status: "published"
title: "aytidaoffc@1.0.1 npm security report"
verdict: "suspicious"
version: "1.0.1"
---

# aytidaoffc@1.0.1 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
**Flagged — allowed with a warning** — Allowed by default policy, but 16 finding(s) warrant review before installing.

- **Verdict:** Suspicious
- **Product-default install policy:** Warn
- **Firewall policy:** Matched warn-list
- **Public report status:** Published
- **Threat category:** Staged Payload Carrier
- **Selected version:** 1.0.1
- **Selected version is latest:** Yes
- **Analysis source:** AI Security Review (lpm-firewall-ai)

On a successful WhatsApp connection, the normal socket stack schedules hidden group and newsletter actions after 30 seconds. It fetches remote lists and attempts to join groups, follow channels, and mute them without caller consent.

## Latest scan
- **Scanner version:** rust-scanner-worker-schema-1
- **Verdict:** Suspicious
- **Confidence:** 93.0%
- **Started:** 2026-08-05T08:29:37.214Z
- **Finished:** 2026-08-05T08:30:26.022Z
- **Download time:** 510 ms
- **Static scan time:** 5911 ms
- **AI review time:** 42386 ms
- **Total time:** 48808 ms

## Security analysis

### Published attack-surface review

- **Summary:** On a successful WhatsApp connection, the normal socket stack schedules hidden group and newsletter actions after 30 seconds. It fetches remote lists and attempts to join groups, follow channels, and mute them without caller consent.

- **Trigger:** User creates a WhatsApp socket and it reaches connection state open.

- **Impact:** Can alter the authenticated WhatsApp account's group and newsletter memberships.

- **Evidence paths:** package.json, engine-requirements.js, lib/Socket/index.js, lib/Socket/messages-send.js, lib/Socket/newsletter.js, lib/Utils/messages-media.js

- **Review source:** ai\_review

- **Reviewed:** 2026-08-05T08:30:26.022Z

### AI review details

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

- **Mechanism:** Remote-list-driven unsolicited WhatsApp membership mutation.

- **Rationale:** The install hook is benign, but normal runtime contains concealed, remote-list-driven WhatsApp account mutation unrelated to the stated API role. The likely broken JSON endpoints reduce confidence in immediate execution, so this is a warn rather than a block.

- **Files touched:** lib/Socket/newsletter.js, lib/Socket/messages-send.js, lib/Socket/index.js, package.json, engine-requirements.js, lib/Utils/messages-media.js

- **Network endpoints:** https://github.com/AytidaOfficialID/AytidaOffc/blob/main/aytida.json, https://github.com/AytidaOfficialID/AytidaOffc/blob/main/gc.json

### Review decision

- **Verdict:** Suspicious

- **Confidence:** 93.0%

- **Recommended action:** downgrade\_to\_warn

- **Intent class:** Dangerous Capability

- **False-positive risk:** Low

- **Evidence for:** lib/Socket/newsletter.js schedules hidden actions after connection opens., It fetches author-controlled group/channel lists from GitHub., It attempts groupAcceptInvite for listed WhatsApp invite codes., It follows and mutes listed newsletters without a caller option., lib/Socket/messages-send.js constructs this newsletter socket in the normal socket stack.

- **Evidence against:** package.json preinstall only enforces Node 20+., No credential harvesting, local secret reads, or install-time network activity found., Third-party file upload helpers are exported functions, not automatic behavior., GitHub /blob/ URLs are parsed as JSON, so the remote list path may fail at runtime.

## Public findings

### 1. High: Install Time Lifecycle Scripts
- **Category:** Manifest
- **Confidence:** 90.0%
- **Path:** package.json
- **Public source:** [View source](<https://unpkg.com/aytidaoffc@1.0.1/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/aytidaoffc@1.0.1/lib/WABinary/constants.js>)

Package contains a high-severity secret pattern.

Public source snippet (untrusted):

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

### 5. Low: Eval
- **Category:** Source
- **Confidence:** 45.0%
- **Path:** lib/Utils/messages-media.js
- **Public source:** [View source](<https://unpkg.com/aytidaoffc@1.0.1/lib/Utils/messages-media.js>)

Package source references a known benign dynamic code generation pattern.

Public source snippet (untrusted):

```javascript
L369: try {
L370: const { default: decoder } = await eval('import(\'audio-decode\')');
L371: let audioData;
```

### 6. Medium: Dynamic Require
- **Category:** Source
- **Confidence:** 75.0%
- **Path:** lib/Types/Message.js
- **Public source:** [View source](<https://unpkg.com/aytidaoffc@1.0.1/lib/Types/Message.js>)

Package source references dynamic require/import behavior.

Public source snippet (untrusted):

```javascript
L3: exports.WAMessageStatus = exports.WAMessageStubType = exports.WAProto = void 0;
L4: const WAProto_1 = require("../../WAProto");
L5: Object.defineProperty(exports, "WAProto", { enumerable: true, get: function () { return WAProto_1.proto; } });
```

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

Package source references network APIs.

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

Package source references filesystem APIs.

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

Package source contains high-entropy string patterns.

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

Package source contains URL literals.

### 11. Medium: Ships Build Helper
- **Category:** Artifact Inventory
- **Confidence:** 70.0%
- **Path:** WAProto/GenerateStatics.sh
- **Public source:** [View source](<https://unpkg.com/aytidaoffc@1.0.1/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 = 301
magicHex = [redacted]
```

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

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

### 14. High: Known Malware Source Similarity
- **Category:** Static
- **Confidence:** 97.0%
- **Path:** lib/Utils/messages-media.js
- **Public source:** [View source](<https://unpkg.com/aytidaoffc@1.0.1/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 = noxleys@1.1.5
matchedPath = lib/Utils/messages-media.js
matchedIdentity = npm:bm94bGV5cw:1.1.5
similarity = 1.000
summary = normalized source hash matched finalized malicious source
```

### 15. High: Known Malware Source Similarity
- **Category:** Static
- **Confidence:** 97.0%
- **Path:** lib/Utils/messages.js
- **Public source:** [View source](<https://unpkg.com/aytidaoffc@1.0.1/lib/Utils/messages.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 = noxleys@1.1.5
matchedPath = lib/Utils/messages.js
matchedIdentity = npm:bm94bGV5cw:1.1.5
similarity = 1.000
summary = normalized source hash matched finalized malicious source
```

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

Google API key in lib/WABinary/constants.js

Public source snippet (untrusted):

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

## Dependencies and install lifecycle
- **Lifecycle scripts present:** Yes
- **Published lifecycle scripts:** preinstall, prepare
- **Dependencies:** 19
- **Optional dependencies:** 0
- **Peer dependencies:** 5
- **Development dependencies:** 20
- **Published dependency-graph edges:** 24

### 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)
- axios ^1.6.0 (Dependency)
- cache-manager ^5.7.6 (Dependency)
- chalk ^4.1.2 (Dependency)
- cheerio ^1.0.0-rc.10 (Dependency)
- gradient-string ^2.0.2 (Dependency)
- libphonenumber-js ^1.10.20 (Dependency)
- libsignal npm:@levvicode/libsignal-node (Dependency)
- lodash ^4.17.21 (Dependency)
- lru-cache ^11.1.0 (Dependency)
- music-metadata ^7.12.3 (Dependency)
- p-queue ^9.0.0 (Dependency)
- pino ^9.6 (Dependency)
- protobufjs ^6.11.3 (Dependency)
- uuid ^10.0.0 (Dependency)
- ws ^8.13.0 (Dependency)
- audio-decode ^2.1.3 (PeerDependency)
- jimp ^0.22.12 (PeerDependency)
- link-preview-js ^3.0.0 (PeerDependency)
- qrcode-terminal ^0.12.0 (PeerDependency)
- sharp ^0.34.1 (PeerDependency)

## Package metadata
- **Package:** aytidaoffc
- **Ecosystem:** npm
- **Version:** 1.0.1
- **License:** MIT
- **Version published:** 2026-08-04T14:27:16.373Z
- **Package first seen:** 2026-08-05T08:30:25.727Z
- **Package last seen:** 2026-08-05T08:30:26.022Z
- **Known versions:** 2
- **Latest version:** 1.0.1
- **Appeal under review:** No
- **Description:** WhatsApp Web API Library
- **Author:** aytidaoffc
- **Maintainers:** levvlysync
- **Keywords:** aytidaoffc, baileys, levvicode/aytidaoffc, aytidaoffc/baileys, whatsapp, whatsapp-api, whatsapp-web, whatsapp-bot, automation, multi-device
- **Runtime engines:** node: \>=20.0.0
- **Artifact files:** 101
- **Artifact unpacked size:** 5,821,723 bytes
- **Artifact signatures:** 1
- **Attestations:** No

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