---
canonical: "https://firewall.lpm.dev/npm/@aiyiran/myclaw/v/1.1.195"
markdown: "https://firewall.lpm.dev/npm/@aiyiran/myclaw/v/1.1.195.md"
package: "@aiyiran/myclaw"
report_status: "under_review"
title: "@aiyiran/myclaw@1.1.195 npm security report"
verdict: "suspicious"
version: "1.1.195"
---

# @aiyiran/myclaw@1.1.195 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 20 finding(s) warrant review before installing.

- **Verdict:** Suspicious
- **Product-default install policy:** Warn
- **Firewall policy:** Matched warn-list
- **Public report status:** Under Review
- **Threat category:** None published
- **Selected version:** 1.1.195
- **Selected version is latest:** No
- **Analysis source:** Static Scan Results (rust-scanner)

Static analysis flagged 20 finding(s) at 97.0% confidence. This version is warn-only unless an AI or security-team review confirms malicious behavior.

## Latest scan
- **Scanner version:** rust-scanner-worker-schema-1
- **Verdict:** Suspicious
- **Confidence:** 97.0%
- **Started:** 2026-07-20T22:58:38.004Z
- **Finished:** 2026-07-20T22:58:39.404Z
- **Download time:** 1013 ms
- **Static scan time:** 386 ms
- **AI review time:** Not available
- **Total time:** 1400 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:** delete\_agents.js
- **Public source:** [View source](<https://unpkg.com/@aiyiran/myclaw@1.1.195/delete_agents.js>)

Package source references child process execution.

Public source snippet (untrusted):

```javascript
L22: const os   = require('os');
L23: const { spawnSync, execSync } = require('child_process');
L24:
```

### 3. High: Shell
- **Category:** Source
- **Confidence:** 85.0%
- **Path:** delete\_agents.js
- **Public source:** [View source](<https://unpkg.com/@aiyiran/myclaw@1.1.195/delete_agents.js>)

Package source references shell execution.

Public source snippet (untrusted):

```javascript
L173: const psCmd = `Add-Type -AssemblyName Microsoft.VisualBasic; [Microsoft.VisualBasic.FileIO.FileSystem]::${method}(${extraArgs})`;
L174: const ret   = spawnSync('powershell', ['-NoProfile', '-Command', psCmd], { timeout: 15000 });
L175: if (ret.status === 0) return { ok: true, method: 'powershell' };
```

### 4. Medium: Dynamic Require
- **Category:** Source
- **Confidence:** 75.0%
- **Path:** delete\_agents.js
- **Public source:** [View source](<https://unpkg.com/@aiyiran/myclaw@1.1.195/delete_agents.js>)

Package source references dynamic require/import behavior.

Public source snippet (untrusted):

```javascript
L19: 
L20: const fs   = require('fs');
L21: const path = require('path');
```

### 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. Critical: Same File Env Network Execution
- **Category:** Source
- **Confidence:** 90.0%
- **Path:** index.js
- **Public source:** [View source](<https://unpkg.com/@aiyiran/myclaw@1.1.195/index.js>)

A single source file combines environment access, network access, and code or shell execution with blocking evidence.

Public source snippet (untrusted):

```javascript
L1608: console.log('  ' + colors.dim + '→ 正在打开浏览器...' + colors.nc);
L1609: const { exec } = require('child_process');
L1610: const fs = require('fs');
L1611: const machineUrl = 'https://' + selected.claw + '.kekouen.cn?token=aiyiran';
L1612: const platform = os.platform();
...
L1616: const chromeCandidates = [
L1617: path.join(process.env.PROGRAMFILES || 'C:\\Program Files', 'Google', 'Chrome', 'Application', 'chrome.exe'),
L1618: path.join(process.env['PROGRAMFILES(X86)'] || 'C:\\Program Files (x86)', 'Google', 'Chrome', 'Application', 'chrome.exe'),
```

### 9. High: Sandbox Evasion Gated Capability
- **Category:** Source
- **Confidence:** 84.0%
- **Path:** index.js
- **Public source:** [View source](<https://unpkg.com/@aiyiran/myclaw@1.1.195/index.js>)

Source gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.

Public source snippet (untrusted):

```javascript
L14: *   - Windows 7/8/10 旧版本: 颜色代码会被 stripped，避免乱码
L15: *   - 推荐 Windows 用户使用 Windows Terminal 或 PowerShell 7+ 获得最佳体验
L16: *   - Emoji 符号在 Windows 命令行可能显示为方块，属正常现象
...
L30: const { createAgent } = require('./create_agent');
L31: const { version } = require(path.join(__dirname, 'package.json'));
L32: const { TOKEN, DEFAULT_URL } = require(path.join(__dirname, 'config'));
...
L81: console.log('[Windows] 检测到 Windows 系统，正在安装...');
L82: const cmd = 'powershell -c "irm https://openclaw.ai/install.ps1 | iex"';
L83: console.log('> ' + cmd);
...
L165: stdio: 'inherit',
L166: env: { ...process.env, npm[redacted]: 'true' }
L167: });
```

### 10. Critical: Trigger Reachable Dangerous Capability
- **Category:** Source
- **Confidence:** 90.0%
- **Path:** index.js
- **Public source:** [View source](<https://unpkg.com/@aiyiran/myclaw@1.1.195/index.js>)

A package entrypoint or install-time lifecycle script reaches a source file with blocking dangerous behavior.

Public source snippet (untrusted):

```javascript
Trigger-reachable chain: manifest.main -> index.js
Reachable file contains a blocking source-risk pattern.
```

### 11. High: Runtime Package Install
- **Category:** Source
- **Confidence:** 86.0%
- **Path:** index.js
- **Public source:** [View source](<https://unpkg.com/@aiyiran/myclaw@1.1.195/index.js>)

Package source invokes a package manager install command at runtime.

Public source snippet (untrusted):

```javascript
L163: try {
L164: execSync('npm install -g openclaw@' + targetVersion, {
L165: stdio: 'inherit',
```

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

Package source contains high-entropy string patterns.

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

Package source contains URL literals.

### 14. Medium: Ships Build Helper
- **Category:** Artifact Inventory
- **Confidence:** 70.0%
- **Path:** publish.sh
- **Public source:** [View source](<https://unpkg.com/@aiyiran/myclaw@1.1.195/publish.sh>)

Package ships non-JavaScript build or shell helper files.

Public source snippet (untrusted):

```shell
path = publish.sh
kind = build_helper
sizeBytes = 1338
magicHex = [redacted]
```

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

### 16. High: Known Malware Source Similarity
- **Category:** Static
- **Confidence:** 97.0%
- **Path:** fix.js
- **Public source:** [View source](<https://unpkg.com/@aiyiran/myclaw@1.1.195/fix.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 = @aiyiran/myclaw@1.1.192
matchedPath = fix.js
matchedIdentity = npm:QGFpeWlyYW4vbXljbGF3:1.1.192
similarity = 1.000
summary = normalized source hash matched finalized malicious source
```

### 17. High: Known Malware Source Similarity
- **Category:** Static
- **Confidence:** 97.0%
- **Path:** index.js
- **Public source:** [View source](<https://unpkg.com/@aiyiran/myclaw@1.1.195/index.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 = @aiyiran/myclaw@1.1.192
matchedPath = index.js
matchedIdentity = npm:QGFpeWlyYW4vbXljbGF3:1.1.192
similarity = 1.000
summary = normalized source hash matched finalized malicious source
```

### 18. High: Known Malware Source Similarity
- **Category:** Static
- **Confidence:** 97.0%
- **Path:** prepare.js
- **Public source:** [View source](<https://unpkg.com/@aiyiran/myclaw@1.1.195/prepare.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 = @aiyiran/myclaw@1.1.192
matchedPath = prepare.js
matchedIdentity = npm:QGFpeWlyYW4vbXljbGF3:1.1.192
similarity = 1.000
summary = normalized source hash matched finalized malicious source
```

### 19. High: Known Malware Source Similarity
- **Category:** Static
- **Confidence:** 97.0%
- **Path:** skills/minimax-inject/scripts/inject.js
- **Public source:** [View source](<https://unpkg.com/@aiyiran/myclaw@1.1.195/skills/minimax-inject/scripts/inject.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 = @aiyiran/myclaw@1.1.192
matchedPath = skills/minimax-inject/scripts/inject.js
matchedIdentity = npm:QGFpeWlyYW4vbXljbGF3:1.1.192
similarity = 1.000
summary = normalized source hash matched finalized malicious source
```

### 20. High: Known Malware Source Similarity
- **Category:** Static
- **Confidence:** 97.0%
- **Path:** wsl2.js
- **Public source:** [View source](<https://unpkg.com/@aiyiran/myclaw@1.1.195/wsl2.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 = @aiyiran/myclaw@1.1.192
matchedPath = wsl2.js
matchedIdentity = npm:QGFpeWlyYW4vbXljbGF3:1.1.192
similarity = 1.000
summary = normalized source hash matched finalized malicious source
```

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

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

### Published dependency entries
- chalk ^4.1.2 (Dependency)

## Package metadata
- **Package:** @aiyiran/myclaw
- **Ecosystem:** npm
- **Version:** 1.1.195
- **License:** ISC
- **Version published:** 2026-07-20T22:58:17.298Z
- **Package first seen:** 2026-07-01T02:50:33.914Z
- **Package last seen:** 2026-08-28T03:50:21.002Z
- **Known versions:** 14
- **Latest version:** 1.1.203
- **Appeal under review:** No
- **Description:** 为 OpenClaw 教学环境设计的一站式命令行工具。
- **Maintainers:** aiyiran
- **Artifact files:** 201
- **Artifact unpacked size:** 3,407,980 bytes
- **Artifact signatures:** 1
- **Attestations:** No

## References
- [HTML security report](<https://firewall.lpm.dev/npm/@aiyiran/myclaw/v/1.1.195>)
