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

# asistenyorstore@8.0.14 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** — Mutates the user's WhatsApp newsletter subscriptions under the authenticated session.

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

On WhatsApp connection or newsletter-socket construction, the package retrieves remote ID lists and performs newsletter-follow operations without a caller request. The remote lists let the package author choose affected newsletters after publication.

## Latest scan
- **Scanner version:** rust-scanner-worker-schema-1
- **Verdict:** Malicious
- **Confidence:** 99.0%
- **Started:** 2026-08-22T00:27:35.505Z
- **Finished:** 2026-08-22T00:29:06.751Z
- **Download time:** 500 ms
- **Static scan time:** 7334 ms
- **AI review time:** 83411 ms
- **Total time:** 91246 ms

## Security analysis

### Published attack-surface review

- **Summary:** On WhatsApp connection or newsletter-socket construction, the package retrieves remote ID lists and performs newsletter-follow operations without a caller request. The remote lists let the package author choose affected newsletters after publication.

- **Trigger:** Creating and connecting a WhatsApp socket; creating a newsletter socket.

- **Impact:** Mutates the user's WhatsApp newsletter subscriptions under the authenticated session.

- **Evidence paths:** lib/Socket/socket.js, lib/Utils/messages-media.js, lib/Socket/newsletter.js, lib/Types/Newsletter.js, package.json

- **Review source:** ai\_review

- **Reviewed:** 2026-08-22T00:29:06.751Z

### AI review details

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

- **Mechanism:** Obfuscated remote configuration drives unsolicited WhatsApp newsletter-follow queries.

- **Attack narrative:** The socket connection path decodes a raw GitHub URL, fetches a remote JSON list, then schedules WMex queries for every supplied newsletter ID. A second path invoked during newsletter-socket creation decodes another remote URL and calls the package's FOLLOW query for every remotely supplied item. These delayed, obfuscated, remote-controlled account mutations occur without an application request to follow those newsletters.

- **Rationale:** This is concrete, hidden, remote-controlled unauthorized account mutation during normal package use. The absence of install hooks does not mitigate the runtime behavior.

- **Network endpoints:** raw.githubusercontent.com

### Review decision

- **Verdict:** Malicious

- **Confidence:** 99.0%

- **Recommended action:** publish\_block

- **Intent class:** Malware

- **False-positive risk:** Low

- **Evidence for:** Authenticated socket setup unconditionally invokes hidden remote-task logic., Obfuscated URL construction fetches attacker-controlled JSON from raw.githubusercontent.com., Fetched IDs are submitted as WhatsApp WMex queries after a delay., Newsletter socket creation also schedules remote IDs to be followed automatically.

- **Evidence against:** package.json has no preinstall, install, or postinstall hook., No credential-file harvesting or local secret exfiltration was found in inspected paths.

## Public findings

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

Package declares npm scripts.

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

Package contains a high-severity secret pattern.

Public source snippet (untrusted):

```javascript
patternName = google_api_key
severity = high
line = 601
matchedText = "AIzaSyD...Lk",
```

### 3. Low: Weak Crypto
- **Category:** Source
- **Confidence:** 64.0%
- **Path:** lib/Utils/crypto.js
- **Public source:** [View source](<https://unpkg.com/asistenyorstore@8.0.14/lib/Utils/crypto.js>)

Package source references weak cryptographic algorithms.

Public source snippet (untrusted):

```javascript
L1: //=======================================================//
L2: import { createCipheriv, createDecipheriv, createHash, createHmac, randomBytes } from "crypto";
L3: import { KEY_BUNDLE_TYPE } from "../Defaults/index.js";
...
L11: return {
L12: private: Buffer.from(privKey),
L13: public: Buffer.from(pubKey.slice(1))
```

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

Package source references network APIs.

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

Package source references filesystem APIs.

### 6. High: Base64 Obscured Url
- **Category:** Source
- **Confidence:** 82.0%
- **Path:** lib/Utils/messages-media.js
- **Public source:** [View source](<https://unpkg.com/asistenyorstore@8.0.14/lib/Utils/messages-media.js>)

Source decodes a Base64-obscured HTTP endpoint at runtime.

Public source snippet (untrusted):

```javascript
L8: import { Readable, Transform } from "stream";
L9: import { exec } from "child_process";
L10: import { Boom } from "@hapi/boom";
...
L35: hasher.update(data);
L36: if (!fileWriteStream.write(data)) {
L37: await once(fileWriteStream, "drain");
...
L67: if (typeof buffer === "string") {
L68: buffer = Buffer.from(buffer.replace("data:;base64,", ""), "base64");
L69: }
...
L206: }
L207: if (urlStr.startsWith("http://") || urlStr.startsWith("https://")) {
L208: return { stream: await getHttpStream(item.url, opts), type: "remote" };
```

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

Package source contains high-entropy string patterns.

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

Package source contains URL literals.

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

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

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

Package manifest contains a git dependency.

### 12. Medium: Wildcard Dependency
- **Category:** Manifest
- **Confidence:** 80.0%

Package manifest contains a wildcard dependency.

### 13. High: Node Builtin Dependency Squat
- **Category:** Manifest
- **Confidence:** 86.0%
- **Path:** package.json
- **Public source:** [View source](<https://unpkg.com/asistenyorstore@8.0.14/package.json>)

Package declares a runtime dependency whose name matches a Node built-in module.

Public source snippet (untrusted):

```json
Runtime dependency names matching Node built-ins: fs, os, path, readline
```

### 14. High: Semantic Analysis Limited
- **Category:** Scanner Coverage
- **Confidence:** 100.0%
- **Path:** lib/Utils/business.js
- **Public source:** [View source](<https://unpkg.com/asistenyorstore@8.0.14/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
```

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

### 16. High: Known Malware Source Fingerprint Signature
- **Category:** Supply Chain
- **Confidence:** 94.0%
- **Path:** lib/Utils/messages-media.js
- **Public source:** [View source](<https://unpkg.com/asistenyorstore@8.0.14/lib/Utils/messages-media.js>)

Source fingerprint signature matches a known malicious package signature; route for source-aware review.

Public source snippet (untrusted):

```javascript
matchType = malicious_source_fingerprint_signature
signature = 247a0f128c9edc72
signatureType = suspicious_hashes
sourceLabel = final_verdict:malicious
matchedPackage = kiyoramarkets@8.0.16
matchedPath = lib/Utils/messages-media.js
matchedIdentity = npm:a2l5b3JhbWFya2V0cw:8.0.16
similarity = 1.000
shingleOverlap = 14
summary = package final verdict is malicious
```

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

Google API key in lib/WABinary/constants.js

Public source snippet (untrusted):

```javascript
patternName = google_api_key
severity = high
line = 601
matchedText = "AIzaSyD...Lk",
```

## Dependencies and install lifecycle
- **Lifecycle scripts present:** No

- **Dependencies:** 22
- **Optional dependencies:** 0
- **Peer dependencies:** 3
- **Development dependencies:** 12
- **Published dependency-graph edges:** 25

### Published dependency entries
- @cacheable/node-cache \* (Dependency)
- @hapi/boom \* (Dependency)
- @skycodee/libsignal \* (Dependency)
- @whiskeysockets/eslint-config github:whiskeysockets/eslint-config (Dependency)
- async-mutex \* (Dependency)
- axios \* (Dependency)
- cache-manager \* (Dependency)
- figlet \* (Dependency)
- fs \* (Dependency)
- gradient-string 2.0.2 (Dependency)
- lodash \* (Dependency)
- lru-cache \* (Dependency)
- moment-timezone \* (Dependency)
- music-metadata \* (Dependency)
- os \* (Dependency)
- p-queue \* (Dependency)
- path \* (Dependency)
- pbjs ^0.0.14 (Dependency)
- pino \* (Dependency)
- protobufjs \* (Dependency)
- readline \* (Dependency)
- ws \* (Dependency)
- audio-decode \* (PeerDependency)
- jimp \>=0.16.0 (PeerDependency)
- link-preview-js \* (PeerDependency)

## Package metadata
- **Package:** asistenyorstore
- **Ecosystem:** npm
- **Version:** 8.0.14
- **License:** MIT
- **Version published:** 2026-08-20T21:54:18.685Z
- **Package first seen:** 2026-08-22T00:29:06.751Z
- **Package last seen:** 2026-08-22T00:29:06.751Z
- **Known versions:** 1
- **Latest version:** 8.0.14
- **Appeal under review:** No
- **Description:** Websocket Whatsapp API for Node.js
- **Author:** t.me/MakLo\_Lacurya
- **Keywords:** whatsapp, websocket, api, nodejs, baileys, wabot, proto, whatsapp-websocket
- **Runtime engines:** node: \>=20.0.0
- **Artifact files:** 107
- **Artifact unpacked size:** 5,657,528 bytes
- **Artifact signatures:** 1
- **Attestations:** No

## References
- [HTML security report](<https://firewall.lpm.dev/npm/asistenyorstore/v/8.0.14>)
- [Homepage](<https://github.com/alluffyxkiyora/asistenyorstore>)
- [Issues](<https://github.com/alluffyxkiyora/asistenyorstore/issues>)
