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

# aicall-cli-x@0.0.15 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 7 finding(s) warrant review before installing.

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

User-invoked commands submit phone numbers and configured credentials to a remote calling middleware. The package is obfuscated and uses a hard-coded plaintext HTTP endpoint, creating unresolved confidentiality risk.

## Latest scan
- **Scanner version:** rust-scanner-worker-schema-1
- **Verdict:** Suspicious
- **Confidence:** 87.0%
- **Started:** 2026-07-22T20:06:17.003Z
- **Finished:** 2026-07-22T20:06:57.939Z
- **Download time:** 260 ms
- **Static scan time:** 149 ms
- **AI review time:** 40527 ms
- **Total time:** 40936 ms

## Security analysis

### Published attack-surface review

- **Summary:** User-invoked commands submit phone numbers and configured credentials to a remote calling middleware. The package is obfuscated and uses a hard-coded plaintext HTTP endpoint, creating unresolved confidentiality risk.

- **Trigger:** User runs aicall init, call, status, or related CLI commands.

- **Impact:** Configured tickets and requested customer phone data can be transmitted to the hard-coded endpoint.

- **Evidence paths:** package.json, bin/aicall.js, dist/bundle.cjs

- **Review source:** ai\_review

- **Reviewed:** 2026-07-22T20:06:57.939Z

### AI review details

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

- **Mechanism:** User-invoked credentialed API calls for outbound calling

- **Rationale:** No install-time or covert execution establishes malware, but the obfuscated credentialed calling client exposes sensitive data to a hard-coded unencrypted endpoint. Warn pending trust validation of that endpoint and distribution.

- **Files touched:** bin/aicall.js, dist/bundle.cjs, ~/.aicallrc/config.json

- **Network endpoints:** http://39.96.50.154:8088

### Review decision

- **Verdict:** Suspicious

- **Confidence:** 87.0%

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

- **Intent class:** Dangerous Capability

- **False-positive risk:** Low

- **Evidence for:** dist/bundle.cjs is heavily obfuscated and exits under inspection/debug flags., The CLI sends phone lists and a configured ticket to hard-coded HTTP http://39.96.50.154:8088., The init command persists supplied credentials in ~/.aicallrc/config.json.

- **Evidence against:** package.json has no install lifecycle hooks., bin/aicall.js runs only when the user invokes the aicall command., Network calls implement documented user-invoked outbound-call/status commands; no hidden import-time call was found., No payload download, eval, destructive action, or AI-agent configuration mutation was found.

## Public findings

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

Package declares npm scripts.

### 2. Medium: Dynamic Require
- **Category:** Source
- **Confidence:** 75.0%
- **Path:** bin/aicall.js
- **Public source:** [View source](<https://unpkg.com/aicall-cli-x@0.0.15/bin/aicall.js>)

Package source references dynamic require/import behavior.

Public source snippet (untrusted):

```javascript
L18: if (existsSync(distBundle)) {
L19: const require = createRequire(import.meta.url);
L20: require(distBundle);
```

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

Package source references filesystem APIs.

### 4. High: Obfuscated Payload Loader
- **Category:** Source
- **Confidence:** 86.0%
- **Path:** dist/bundle.cjs
- **Public source:** [View source](<https://unpkg.com/aicall-cli-x@0.0.15/dist/bundle.cjs>)

Source contains an obfuscator-style string-array loader that reconstructs and executes hidden code.

Public source snippet (untrusted):

```javascript
L1: #!/usr/bin/env node
L2: (function(){try{var ILzVfZ=typeof process!=='undefined'&&process;if(ILzVfZ&&(ILzVfZ.argv.join(' ').match(/inspect|debug|--dev/)||(ILzVfZ.env.NODE_OPTIONS||'').match(/inspect|debug/...
```

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

Package source contains high-entropy string patterns.

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

### 7. Low: No License
- **Category:** Manifest
- **Confidence:** 80.0%

Package manifest does not declare a clear license.

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

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

### Published dependency entries
- commander ^12.0.0 (Dependency)

## Package metadata
- **Package:** aicall-cli-x
- **Ecosystem:** npm
- **Version:** 0.0.15
- **Version published:** 2026-07-22T10:43:08.138Z
- **Package first seen:** 2026-07-01T07:39:02.291Z
- **Package last seen:** 2026-08-25T02:11:30.312Z
- **Known versions:** 14
- **Latest version:** 0.0.19
- **Appeal under review:** No
- **Description:** AI 外呼 CLI
- **Maintainers:** admos
- **Artifact files:** 3
- **Artifact unpacked size:** 278,345 bytes
- **Artifact signatures:** 1
- **Attestations:** No

## References
- [HTML security report](<https://firewall.lpm.dev/npm/aicall-cli-x/v/0.0.15>)
