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

# @abox-dev/cli@0.1.4 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** — The user's API credential can be disclosed to the alternate service and used to control their AgentBox resources.

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

A prompted or stored AgentBox API key is sent to an undocumented default domain. The endpoint is selected by bundled code rather than by the user.

## Latest scan
- **Scanner version:** rust-scanner-worker-schema-1
- **Verdict:** Malicious
- **Confidence:** 93.0%
- **Started:** 2026-09-03T20:48:47.535Z
- **Finished:** 2026-09-03T20:50:16.209Z
- **Download time:** 1012 ms
- **Static scan time:** 3029 ms
- **AI review time:** 84633 ms
- **Total time:** 88674 ms

## Security analysis

### Published attack-surface review

- **Summary:** A prompted or stored AgentBox API key is sent to an undocumented default domain. The endpoint is selected by bundled code rather than by the user.

- **Trigger:** A user runs configure and then invokes a CLI command that uses the API key.

- **Impact:** The user's API credential can be disclosed to the alternate service and used to control their AgentBox resources.

- **Evidence paths:** README.md, dist/index.js

- **Review source:** ai\_review

- **Reviewed:** 2026-09-03T20:50:16.209Z

### AI review details

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

- **Mechanism:** Credential redirection through a hard-coded alternate API domain.

- **Attack narrative:** The package instructs users to create an API key from AgentBox documentation and save it with agentbox configure. Its bundled client defaults to agentbox-runtime.ru, constructs an HTTPS API endpoint from that domain, and places the key in the X-API-KEY request header. The default endpoint is not disclosed in the README or package metadata, which instead identifies agentbox.ru. The saved key is reused by later CLI commands, making this a persistent credential-redirection path.

- **Rationale:** The shipped entrypoint captures and persists an API key, then sends it to an undocumented alternate domain. The lack of an install hook does not remove this concrete credential-exfiltration path.

- **Files touched:** ~/.agentbox/config.json

- **Network endpoints:** agentbox-runtime.ru

### Review decision

- **Verdict:** Malicious

- **Confidence:** 93.0%

- **Recommended action:** publish\_block

- **Intent class:** Malware

- **False-positive risk:** Low

- **Evidence for:** The README directs users to create an AgentBox API key and run the CLI., The bundled SDK defaults its domain to agentbox-runtime.ru, not the documented agentbox.ru domain., The client constructs an HTTPS API URL from that domain and sends the API key in an X-API-KEY header., The configure command persists the supplied key locally for later transmission.

- **Evidence against:** There are no npm install lifecycle hooks., Credential storage is reached through the explicit configure command and uses restrictive permissions., No separate payload download or shell execution was found.

## 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:** dist/index.js
- **Public source:** [View source](<https://unpkg.com/@abox-dev/cli@0.1.4/dist/index.js>)

Package source references child process execution.

Public source snippet (untrusted):

```javascript
L11: `?``:(t>0?c:``)+e.trimEnd()).join(`
L12: `)}}})),Fe=e.t((e=>{let{InvalidArgumentError:t}=Me();var n=class{constructor(e,t){this.flags=e,this.description=t||``,this.required=e.includes(`<`),this.optional=e.includes(`[`),th...
L13: - specify the name in Command constructor or using .name()`);return t||={},t.isDefault&&(this._defaultCommandName=e._name),(t.noHelp||t.hidden)&&(e._hidden=!0),this.commands.push(e...
```

### 3. Medium: Dynamic Require
- **Category:** Source
- **Confidence:** 75.0%
- **Path:** dist/index.js
- **Public source:** [View source](<https://unpkg.com/@abox-dev/cli@0.1.4/dist/index.js>)

Package source references dynamic require/import behavior.

Public source snippet (untrusted):

```javascript
L1: #!/usr/bin/env -S node --enable-source-maps
L2: Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});const e=require("./rolldown-runtime-CPUxUITh.js");let t=require("os");t=e.a(t);let n=require("path");n=e.a(n);let...
L3: `),n=Math.max.apply(Math,t.map(function(e){return e.length})),r=[`┌${`─`.repeat(n+2)}┐`],i=0,a=t;i<a.length;i++){var o=a[i];r.push(`│ ${o.padEnd(n)} │`)}return r.push(`└${`─`.repea...
```

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

Package source references network APIs.

### 5. Medium: Environment Vars
- **Category:** Source
- **Confidence:** 75.0%

Package source references environment variables.

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

Package source references filesystem APIs.

### 7. High: Same File Env Network Execution
- **Category:** Source
- **Confidence:** 85.0%
- **Path:** dist/index.js
- **Public source:** [View source](<https://unpkg.com/@abox-dev/cli@0.1.4/dist/index.js>)

A single source file combines environment access, network access, and code or shell execution; review context before blocking.

Public source snippet (untrusted):

```javascript
L1: #!/usr/bin/env -S node --enable-source-maps
L2: Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});const e=require("./rolldown-runtime-CPUxUITh.js");let t=require("os");t=e.a(t);let n=require("path");n=e.a(n);let...
L3: `),n=Math.max.apply(Math,t.map(function(e){return e.length})),r=[`┌${`─`.repeat(n+2)}┐`],i=0,a=t;i<a.length;i++){var o=a[i];r.push(`│ ${o.padEnd(n)} │`)}return r.push(`└${`─`.repea...
...
L11: `?``:(t>0?c:``)+e.trimEnd()).join(`
L12: `)}}})),Fe=e.t((e=>{let{InvalidArgumentError:t}=Me();var n=class{constructor(e,t){this.flags=e,this.description=t||``,this.required=e.includes(`<`),this.optional=e.includes(`[`),th...
L13: - specify the name in Command constructor or using .name()`);return t||={},t.isDefault&&(this._defaultCommandName=e._name),(t.noHelp||t.h
```

### 8. High: Credential Redirect Persistence
- **Category:** Source
- **Confidence:** 94.0%
- **Path:** dist/index.js
- **Public source:** [View source](<https://unpkg.com/@abox-dev/cli@0.1.4/dist/index.js>)

Manifest-reachable source sends a prompted API credential to a fixed unofficial gateway and persists the redirection.

Public source snippet (untrusted):

```javascript
Manifest-reachable source captures an API credential, sends it to a fixed unofficial gateway, and persists that redirection in agent or shell configuration.
dist/index.js:
Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});const e=require("./rolldown-runtime-CPUxUITh.js");let t=require("os");t=e.a(t);let n=require("path");n=e.a(n);let...
`))},"after:highlightElement":({result:e})=>{f.useBR&&(e.value=e.value.replace(/\n/g,`<br>`))}},C=/^(<[^>]+>|\t)+/gm,w={"after:highlightElement":({result:e})=>{f.tabReplace&&(e.val...
]`,{returnEnd:!0,relevance:0}),{className:`title`,begin:`[\\[\\]]`,relevance:0},{className:`string`,begin:`[\\.,]`,relevance:0},{begin:/(?:\+\+|--)/,contains:[t]},t]}}t.exports=n})...
`},u]}}t.exports=o})),xr=e.t(((e,t)=>{function n(e){let t=`<\\?(lasso(script
```

### 9. High: Command Output Exfiltration
- **Category:** Source
- **Confidence:** 82.0%
- **Path:** dist/index.js
- **Public source:** [View source](<https://unpkg.com/@abox-dev/cli@0.1.4/dist/index.js>)

Source combines command execution, command-output handling, and outbound requests; review data flow before blocking.

Public source snippet (untrusted):

```javascript
L1: #!/usr/bin/env -S node --enable-source-maps
L2: Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});const e=require("./rolldown-runtime-CPUxUITh.js");let t=require("os");t=e.a(t);let n=require("path");n=e.a(n);let...
L3: `),n=Math.max.apply(Math,t.map(function(e){return e.length})),r=[`┌${`─`.repeat(n+2)}┐`],i=0,a=t;i<a.length;i++){var o=a[i];r.push(`│ ${o.padEnd(n)} │`)}return r.push(`└${`─`.repea...
L4: `)};t.exports=function(e){return c(void 0,void 0,void 0,function(){var t,n;return l(this,function(r){switch(r.label){case 0:if(!e.alwaysRun&&(!process.stdout.isTTY||g&&!e.shouldNot...
L5: Current Version: ${e.pkg.version}
...
L11: `?``:(t>0?c:``)+e.trimEnd()).join(`
L12: `)}}})),Fe=e.t((e=>{let{InvalidArgumentError:t}=Me();var n=class{constructor(e,t){this.flags=e,this.
```

### 10. Critical: Trojan Source Unicode
- **Category:** Source
- **Confidence:** 90.0%
- **Path:** dist/index.js
- **Public source:** [View source](<https://unpkg.com/@abox-dev/cli@0.1.4/dist/index.js>)

Source contains bidi control or invisible Unicode characters associated with Trojan Source attacks.

Public source snippet (untrusted):

```javascript
L10: contains invisible/control Unicode U+200B (zero width space)
`),c=` `.repeat(n),l=`\\s<U+200B>`,u=RegExp(`\n|.{1,${a-1}}([${l}]|$)|[^${l}]+?([${l}]|$)`,`g`);return o+(s.match(u)||[]).map((e,t)=>e===`
```

### 11. Critical: Trigger Reachable Dangerous Capability
- **Category:** Source
- **Confidence:** 90.0%
- **Path:** dist/index.js
- **Public source:** [View source](<https://unpkg.com/@abox-dev/cli@0.1.4/dist/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.bin -> dist/index.js
L1: #!/usr/bin/env -S node --enable-source-maps
L2: Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});const e=require("./rolldown-runtime-CPUxUITh.js");let t=require("os");t=e.a(t);let n=require("path");n=e.a(n);let...
L3: `),n=Math.max.apply(Math,t.map(function(e){return e.length})),r=[`┌${`─`.repeat(n+2)}┐`],i=0,a=t;i<a.length;i++){var o=a[i];r.push(`│ ${o.padEnd(n)} │`)}return r.push(`└${`─`.repea...
L4: `)};t.exports=function(e){return c(void 0,void 0,void 0,function(){var t,n;return l(this,function(r){switch(r.label){case 0:if(!e.alwaysRun&&(!process.stdout.isTTY||g&&!e.shouldNot...
L5: Current Version: ${e.pkg.version}
...
L11: `?``:(t>0?c:``)+e.trimEnd()).join(`
L12: `)}}})),Fe=e.t((e=>{let{InvalidArgumentError:
```

### 12. High: Trigger Reachable Command Output Exfiltration
- **Category:** Source
- **Confidence:** 94.0%
- **Path:** dist/index.js
- **Public source:** [View source](<https://unpkg.com/@abox-dev/cli@0.1.4/dist/index.js>)

A manifest entrypoint or package-local install chain reaches command-output exfiltration behavior.

Public source snippet (untrusted):

```javascript
Trigger-reachable command-output exfiltration chain: manifest.bin -> dist/index.js
L1: #!/usr/bin/env -S node --enable-source-maps
L2: Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});const e=require("./rolldown-runtime-CPUxUITh.js");let t=require("os");t=e.a(t);let n=require("path");n=e.a(n);let...
L3: `),n=Math.max.apply(Math,t.map(function(e){return e.length})),r=[`┌${`─`.repeat(n+2)}┐`],i=0,a=t;i<a.length;i++){var o=a[i];r.push(`│ ${o.padEnd(n)} │`)}return r.push(`└${`─`.repea...
L4: `)};t.exports=function(e){return c(void 0,void 0,void 0,function(){var t,n;return l(this,function(r){switch(r.label){case 0:if(!e.alwaysRun&&(!process.stdout.isTTY||g&&!e.shouldNot...
L5: Current Version: ${e.pkg.version}
...
L11: `?``:(t>0?c:``)+e.trimEnd()).join(`
L12: `)}}})),Fe=e.t((e
```

### 13. Medium: Protestware
- **Category:** Supply Chain
- **Confidence:** 90.0%

Package source has broad protestware-like patterns that need review.

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

Package source contains high-entropy string patterns.

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

Package source contains URL literals.

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

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

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

### Published dependency entries
- @abox-dev/sdk ^0.1.4 (Dependency)
- @inquirer/prompts ^7.9.0 (Dependency)
- boxen ^7.1.1 (Dependency)
- chalk ^5.3.0 (Dependency)
- cli-highlight ^2.1.11 (Dependency)
- commander ^11.1.0 (Dependency)
- inquirer ^12.10.0 (Dependency)
- simple-update-notifier ^2.0.0 (Dependency)
- simple-wcswidth ^1.1.2 (Dependency)
- statuses ^2.0.2 (Dependency)

## Package metadata
- **Package:** @abox-dev/cli
- **Ecosystem:** npm
- **Version:** 0.1.4
- **License:** MIT
- **Version published:** 2026-09-03T19:58:54.401Z
- **Package first seen:** 2026-08-31T00:02:21.310Z
- **Package last seen:** 2026-09-03T20:50:16.209Z
- **Known versions:** 2
- **Latest version:** 0.1.4
- **Appeal under review:** No
- **Description:** CLI for AgentBox sandboxes and templates
- **Author:** RetailDriver LLC
- **Keywords:** agentbox, ai-agents, agents, ai, code-interpreter, sandbox, code, cli, runtime, vm, nodejs, javascript
- **Runtime engines:** node: \>=20.18.1 \<21 || \>=22.9.0
- **Artifact files:** 9
- **Artifact unpacked size:** 6,750,557 bytes
- **Artifact signatures:** 1
- **Attestations:** Yes

## References
- [HTML security report](<https://firewall.lpm.dev/npm/@abox-dev/cli/v/0.1.4>)
- [Repository](<https://github.com/abox-dev/sdk.git>)
- [Homepage](<https://docs.agentbox.ru/en/cli/>)
- [Issues](<https://github.com/abox-dev/sdk/issues>)
