---
canonical: "https://firewall.lpm.dev/npm/tt-help-cli-ycl/v/1.4.66"
markdown: "https://firewall.lpm.dev/npm/tt-help-cli-ycl/v/1.4.66.md"
package: "tt-help-cli-ycl"
report_status: "published"
title: "tt-help-cli-ycl@1.4.66 npm security report"
verdict: "malicious"
version: "1.4.66"
---

# tt-help-cli-ycl@1.4.66 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** — Quarantined by product-default policy — this version is not allowed through the firewall.

- **Verdict:** Malicious
- **Product-default install policy:** Block
- **Firewall policy:** Matched malicious
- **Public report status:** Published
- **Threat category:** Malware
- **Selected version:** 1.4.66
- **Selected version is latest:** No
- **Analysis source:** OSV Malicious Advisory (OpenSSF/OSV)

OpenSSF/OSV advisory MAL-2026-12488 confirms this npm version as malicious. The package's \`tt-help watchdog\` subcommand starts a long-running agent that POSTs heartbeats to a remote server (default hardcoded to http://117.71.53.99:17301, referenced in src/lib/constants.js and the README/run-explore examples) and executes commands returned in the response. In WatchdogAgent, syncCommands maps entries from the server's \`commands\` array into child\_process.spawn(command, { shell: true }) via...

## Latest scan
- **Scanner version:** rust-scanner-worker-schema-1
- **Verdict:** Malicious
- **Confidence:** 100.0%
- **Started:** 2026-08-06T13:50:04.133Z
- **Finished:** 2026-08-06T13:50:07.700Z
- **Download time:** 506 ms
- **Static scan time:** 3060 ms
- **AI review time:** Not available
- **Total time:** 3567 ms

## Security analysis

No additional public attack-surface or AI-review details are available.

## Public findings

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

Package declares npm scripts.

### 2. High: Child Process
- **Category:** Source
- **Confidence:** 85.0%
- **Path:** src/cli/raw-sync.js
- **Public source:** [View source](<https://unpkg.com/tt-help-cli-ycl@1.4.66/src/cli/raw-sync.js>)

Package source references child process execution.

Public source snippet (untrusted):

```javascript
L6: 
L7: import { spawn } from "child_process";
L8: import { resolve, dirname } from "path";
```

### 3. High: Shell
- **Category:** Source
- **Confidence:** 85.0%
- **Path:** src/cli/comments.js
- **Public source:** [View source](<https://unpkg.com/tt-help-cli-ycl@1.4.66/src/cli/comments.js>)

Package source references shell execution.

Public source snippet (untrusted):

```javascript
L174: writeFileSync(ps1Path, ps1Content);
L175: cmd = `powershell.exe -NoProfile -ExecutionPolicy Bypass -File "${ps1Path}"`;
L176: const result = execSync(cmd, { timeout: 5000 }).toString().trim();
```

### 4. Low: Eval
- **Category:** Source
- **Confidence:** 45.0%
- **Path:** src/lib/scroll-collector.js
- **Public source:** [View source](<https://unpkg.com/tt-help-cli-ycl@1.4.66/src/lib/scroll-collector.js>)

Package source references a known benign dynamic code generation pattern.

Public source snippet (untrusted):

```javascript
L31: 
L32: const fn = eval("(" + fnStr + ")");
L33: return args !== undefined ? fn(el, args) : fn(el);
```

### 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. High: Runtime Package Install
- **Category:** Source
- **Confidence:** 86.0%
- **Path:** src/watchdog/upgrader.js
- **Public source:** [View source](<https://unpkg.com/tt-help-cli-ycl@1.4.66/src/watchdog/upgrader.js>)

Package source invokes a package manager install command at runtime.

Public source snippet (untrusted):

```javascript
L64: return new Promise((resolve) => {
L65: exec(
L66: `npm install -g ${PACKAGE}@latest`,
L67: { timeout: 120_000 },
```

### 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:** scripts/run-explore.sh
- **Public source:** [View source](<https://unpkg.com/tt-help-cli-ycl@1.4.66/scripts/run-explore.sh>)

Package ships non-JavaScript build or shell helper files.

Public source snippet (untrusted):

```shell
path = scripts/run-explore.sh
kind = build_helper
sizeBytes = 4376
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. Critical: Previous Version Dangerous Delta
- **Category:** Supply Chain
- **Confidence:** 93.0%
- **Path:** src/watch/server.js
- **Public source:** [View source](<https://unpkg.com/tt-help-cli-ycl@1.4.66/src/watch/server.js>)

This package version adds a dangerous source file absent from the previous stored version; route for source-aware review.

Public source snippet (untrusted):

```javascript
matchType = previous_version_dangerous_delta
matchedPackage = tt-help-cli-ycl@1.4.48
matchedIdentity = npm:dHQtaGVscC1jbGkteWNs:1.4.48
similarity = 0.864
summary = stored previous version shares package body but lacks this dangerous source file
```

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

- **Dependencies:** 5
- **Optional dependencies:** 0
- **Peer dependencies:** 0
- **Development dependencies:** 1
- **Published dependency-graph edges:** 5

### Published dependency entries
- axios ^1.16.1 (Dependency)
- https-proxy-agent ^9.0.0 (Dependency)
- playwright ^1.59.1 (Dependency)
- tt-help-cli-ycl ^1.3.36 (Dependency)
- undici ^8.1.0 (Dependency)

## Package metadata
- **Package:** tt-help-cli-ycl
- **Ecosystem:** npm
- **Version:** 1.4.66
- **License:** ISC
- **Version published:** 2026-08-05T12:43:29.589Z
- **Package first seen:** 2026-07-01T07:58:45.086Z
- **Package last seen:** 2026-08-13T00:54:09.510Z
- **Known versions:** 65
- **Latest version:** 1.4.113
- **Appeal under review:** No
- **Description:** TikTok user & video data scraper - extract ttSeller, verified, locationCreated from HTML source
- **Author:** jsjhycl
- **Maintainers:** jsjhycl
- **Keywords:** tiktok, scraper, cli, seller, ttSeller
- **Runtime engines:** node: \>=18
- **Artifact files:** 105
- **Artifact unpacked size:** 1,507,906 bytes
- **Artifact signatures:** 1
- **Attestations:** No

## References
- [HTML security report](<https://firewall.lpm.dev/npm/tt-help-cli-ycl/v/1.4.66>)
- [Repository](<https://github.com/jsjhycl/tt-help-cli>)
- [Homepage](<https://github.com/jsjhycl/tt-help-cli#readme>)
- [Issues](<https://github.com/jsjhycl/tt-help-cli/issues>)
- [OSV advisory](<https://osv.dev/vulnerability/MAL-2026-12488>)
- [PACKAGE](<https://www.npmjs.com/package/tt-help-cli-ycl/v/1.4.61>)
- [PACKAGE](<https://www.npmjs.com/package/tt-help-cli-ycl/v/1.4.59>)
- [PACKAGE](<https://www.npmjs.com/package/tt-help-cli-ycl/v/1.4.60>)
- [PACKAGE](<https://www.npmjs.com/package/tt-help-cli-ycl/v/1.4.63>)
- [PACKAGE](<https://www.npmjs.com/package/tt-help-cli-ycl/v/1.4.64>)
- [PACKAGE](<https://www.npmjs.com/package/tt-help-cli-ycl/v/1.4.67>)
- [PACKAGE](<https://www.npmjs.com/package/tt-help-cli-ycl/v/1.4.71>)
- [PACKAGE](<https://www.npmjs.com/package/tt-help-cli-ycl/v/1.4.65>)
- [PACKAGE](<https://www.npmjs.com/package/tt-help-cli-ycl/v/1.4.70>)
- [PACKAGE](<https://www.npmjs.com/package/tt-help-cli-ycl/v/1.4.66>)
- [PACKAGE](<https://www.npmjs.com/package/tt-help-cli-ycl/v/1.4.57>)
- [PACKAGE](<https://www.npmjs.com/package/tt-help-cli-ycl/v/1.4.73>)
- [PACKAGE](<https://www.npmjs.com/package/tt-help-cli-ycl/v/1.4.62>)
- [PACKAGE](<https://www.npmjs.com/package/tt-help-cli-ycl/v/1.4.69>)
- [PACKAGE](<https://www.npmjs.com/package/tt-help-cli-ycl/v/1.4.72>)
- [PACKAGE](<https://www.npmjs.com/package/tt-help-cli-ycl/v/1.4.58>)
- [PACKAGE](<https://www.npmjs.com/package/tt-help-cli-ycl/v/1.4.68>)
