---
canonical: "https://firewall.lpm.dev/npm/@comate/zulu/v/1.7.1"
markdown: "https://firewall.lpm.dev/npm/@comate/zulu/v/1.7.1.md"
package: "@comate/zulu"
report_status: "published"
title: "@comate/zulu@1.7.1 npm security report"
verdict: "suspicious"
version: "1.7.1"
---

# @comate/zulu@1.7.1 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 as agent extension risk** — Allowed by default with warning: install-time first-party agent extension setup was detected.

- **Verdict:** Suspicious
- **Product-default install policy:** Warn
- **Firewall policy:** Warn-only agent extension risk
- **Public report status:** Published
- **Threat category:** Agent extension lifecycle risk
- **Selected version:** 1.7.1
- **Selected version is latest:** No
- **Analysis source:** AI Security Review (lpm-firewall-ai)

LPM treats this as warn-only first-party agent extension lifecycle risk. Running the Zulu agent on its guarded internal platform enables first-party builtin hooks. They record selected agent activity and report git push metadata or configured event metadata.

## Latest scan
- **Scanner version:** rust-scanner-worker-schema-1
- **Verdict:** Suspicious
- **Confidence:** 91.0%
- **Started:** 2026-08-06T12:48:13.358Z
- **Finished:** 2026-08-06T12:49:17.203Z
- **Download time:** 1013 ms
- **Static scan time:** 3116 ms
- **AI review time:** 59715 ms
- **Total time:** 63845 ms

## Security analysis

### Published attack-surface review

- **Summary:** Running the Zulu agent on its guarded internal platform enables first-party builtin hooks. They record selected agent activity and report git push metadata or configured event metadata.

- **Trigger:** User runs the \`zulu\` CLI and the internal-platform kernel initializes; subsequent agent tool/git push events trigger hooks.

- **Impact:** Repository, branch, commit, working-directory, user, and task metadata can be sent to configured/internal services.

- **Evidence paths:** package.json, bin/cli.mjs, dist/bundle/index.js, comate-engine/assets/hooks/hooks.builtin.json, comate-engine/assets/hooks/local-swe-task-reporter.js, comate-engine/assets/hooks/notify-dispatcher.js

- **Review source:** ai\_review

- **Reviewed:** 2026-08-06T12:49:17.203Z

### AI review details

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

- **Mechanism:** Guarded agent hook telemetry and git-push reporting.

- **Rationale:** Source confirms guarded first-party hook setup and metadata reporting, but no npm lifecycle hook or remote code-execution chain. This warrants warning rather than a publish block.

- **Files touched:** bin/cli.mjs, comate-engine/assets/hooks/hooks.builtin.json, comate-engine/assets/hooks/local-swe-task-reporter.js, comate-engine/assets/hooks/notify-dispatcher.js, ~/.comate/builtin-hook-state, ~/.comate/notify.json, \<cwd\>/.comate/notify.json

- **Network endpoints:** http://10.11.157.60:8301/api/v1/local-swe/tasks

### Review decision

- **Verdict:** Suspicious

- **Confidence:** 91.0%

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

- **Intent class:** Dangerous Capability

- **False-positive risk:** Low

- **Evidence for:** \`comate-engine/assets/hooks/hooks.builtin.json\` registers command hooks for agent tool events., \`local-swe-task-reporter.js\` watches git commit/push and posts repository/commit metadata to a fixed internal endpoint., \`notify-dispatcher.js\` can post task-event metadata to \`COMATE\_API\_HOST\` and reads user/project \`.comate/notify.json\`., \`dist/bundle/index.js\` enables builtin hooks only when the platform is internal.

- **Evidence against:** \`package.json\` has no npm lifecycle scripts, so hooks do not run at installation., The flagged bundle fetch is WebAssembly asset loading; no confirmed remote-response JavaScript execution was found.

## Public findings

### 1. High: Child Process
- **Category:** Source
- **Confidence:** 85.0%
- **Path:** scripts/postinstall.js
- **Public source:** [View source](<https://unpkg.com/@comate/zulu@1.7.1/scripts/postinstall.js>)

Package source references child process execution.

Public source snippet (untrusted):

```javascript
L13: 
L14: import {execSync} from 'node:child_process';
L15: import {
```

### 2. High: Shell
- **Category:** Source
- **Confidence:** 85.0%
- **Path:** scripts/postinstall.js
- **Public source:** [View source](<https://unpkg.com/@comate/zulu@1.7.1/scripts/postinstall.js>)

Package source references shell execution.

Public source snippet (untrusted):

```javascript
L226: const findCmd = isWindows
L227: ? `powershell -Command "Get-ChildItem -Path '${searchDir}' -Filter 'rg.exe' -Recurse ` +
L228: '| Select-Object -First 1 -ExpandProperty FullName"'
```

### 3. High: Eval
- **Category:** Source
- **Confidence:** 80.0%
- **Path:** dist/bundle/index.js
- **Public source:** [View source](<https://unpkg.com/@comate/zulu@1.7.1/dist/bundle/index.js>)

Package source references dynamic code evaluation.

Public source snippet (untrusted):

```javascript
L48: * Licensed under the MIT License.
L49: */var isExtendable=function(e){return null!=e&&("object"==typeof e||"function"==typeof e)},isObject$1=isExtendable,extendShallow=function(e){isObject$1(e)||(e={});for(var t=argumen...
```

### 4. Low: Weak Crypto
- **Category:** Source
- **Confidence:** 64.0%
- **Path:** dist/bundle/index.js
- **Public source:** [View source](<https://unpkg.com/@comate/zulu@1.7.1/dist/bundle/index.js>)

Package source references weak cryptographic algorithms.

Public source snippet (untrusted):

```javascript
L1: import{fileURLToPath as __zuluFileURLToPath}from"url";import{dirname as __zuluDirname}from"path";const __dirname=__zuluDirname(__zuluFileURLToPath(import.meta.url));import*as fs$y ...
L2: /*!
...
L7: */
L8: !function(e){var t=mimeDb,A=require$$1__default.extname,r=/^\s*([^;\s]*)(?:;|\s|$)/,i=/^text\//i;function n(e){if(!e||"string"!=typeof e)return!1;var A=r.exec(e),n=A&&t[A[1].toLowe...
L9: /*!
...
L34: /*! queue-microtask. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */let promise;out.Settings=settings_1$3.default,out.stat=stat$4,out.statSync=statSync;var queu...
L35: /*! run-parallel. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */const queueMicrotask$1=queueMicrotask_1;function runParallel(e,t){let A,r,i,n=!0;function s(e){...
L36: /**
...
L4
```

### 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: Same File Env Network Execution
- **Category:** Source
- **Confidence:** 85.0%
- **Path:** comate-engine/assets/hooks/local-swe-task-reporter.js
- **Public source:** [View source](<https://unpkg.com/@comate/zulu@1.7.1/comate-engine/assets/hooks/local-swe-task-reporter.js>)

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

Public source snippet (untrusted):

```javascript
L5: import fs from 'node:fs';
L6: import http from 'node:http';
L7: import https from 'node:https';
...
L9: import path from 'node:path';
L10: import {execFileSync} from 'node:child_process';
L11: 
L12: const STATE_ROOT =
L13: process.env.COMATE_BUILTIN_HOOK_STATE_DIR || path.join(os.homedir(), '.comate', 'builtin-hook-state');
L14: const STATE_DIR = path.join(STATE_ROOT, 'local-swe-task');
```

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

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

Public source snippet (untrusted):

```javascript
L1: import{fileURLToPath as __zuluFileURLToPath}from"url";import{dirname as __zuluDirname}from"path";const __dirname=__zuluDirname(__zuluFileURLToPath(import.meta.url));import*as fs$y ...
L2: /*!
```

### 10. High: Sandbox Evasion Gated Capability
- **Category:** Source
- **Confidence:** 84.0%
- **Path:** dist/bundle/index.js
- **Public source:** [View source](<https://unpkg.com/@comate/zulu@1.7.1/dist/bundle/index.js>)

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

Public source snippet (untrusted):

```javascript
L1: import{fileURLToPath as __zuluFileURLToPath}from"url";import{dirname as __zuluDirname}from"path";const __dirname=__zuluDirname(__zuluFileURLToPath(import.meta.url));import*as fs$y ...
L2: /*!
...
L7: */
L8: !function(e){var t=mimeDb,A=require$$1__default.extname,r=/^\s*([^;\s]*)(?:;|\s|$)/,i=/^text\//i;function n(e){if(!e||"string"!=typeof e)return!1;var A=r.exec(e),n=A&&t[A[1].toLowe...
L9: /*!
...
L34: /*! queue-microtask. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */let promise;out.Settings=settings_1$3.default,out.stat=stat$4,out.statSync=statSync;var queu...
L35: /*! run-parallel. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */const queueMicrotask$1=queueMicrotask_1;function runParallel(e,t){let A,r,i,n=!0;function s(e){...
L36: /**
...
L4
```

### 11. Critical: Remote Asset Decode Execute
- **Category:** Source
- **Confidence:** 90.0%
- **Path:** dist/bundle/index.js
- **Public source:** [View source](<https://unpkg.com/@comate/zulu@1.7.1/dist/bundle/index.js>)

Source fetches a remote non-code asset, decodes its contents, and dynamically executes the decoded payload.

Public source snippet (untrusted):

```javascript
L32: * Licensed under the MIT License.
L33: */const util$3=require$$0$5,toRegexRange=toRegexRange_1,isObject$6=e=>null!==e&&"object"==typeof e&&!Array.isArray(e),transform=e=>t=>!0===e?Number(t):String(t),isValidValue=e=>"nu...
L34: /*! queue-microtask. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */let promise;out.Settings=settings_1$3.default,out.stat=stat$4,out.statSync=statSync;var queu...
L35: /*! run-parallel. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */const queueMicrotask$1=queueMicrotask_1;function runParallel(e,t){let A,r,i,n=!0;function s(e){...
L36: /**
...
L42: * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
L43: */lodash$2.exports,function(e,t){(function(){var A,r="Expected a function",i="__lodash_has
```

### 12. High: Obfuscated Payload Loader
- **Category:** Source
- **Confidence:** 86.0%
- **Path:** dist/bundle/index.js
- **Public source:** [View source](<https://unpkg.com/@comate/zulu@1.7.1/dist/bundle/index.js>)

Source contains an obfuscated payload loader that reconstructs and executes hidden code.

Public source snippet (untrusted):

```javascript
L1: import{fileURLToPath as __zuluFileURLToPath}from"url";import{dirname as __zuluDirname}from"path";const __dirname=__zuluDirname(__zuluFileURLToPath(import.meta.url));import*as fs$y ...
L2: /*!
```

### 13. Critical: Remote Response Code Execution
- **Category:** Source
- **Confidence:** 98.0%
- **Path:** dist/bundle/index.js
- **Public source:** [View source](<https://unpkg.com/@comate/zulu@1.7.1/dist/bundle/index.js>)

Source passes code obtained from a remote response into a dynamic execution sink.

Public source snippet (untrusted):

```javascript
L1: import{fileURLToPath as __zuluFileURLToPath}from"url";import{dirname as __zuluDirname}from"path";const __dirname=__zuluDirname(__zuluFileURLToPath(import.meta.url));import*as fs$y ...
L2: /*!
...
L7: */
L8: !function(e){var t=mimeDb,A=require$$1__default.extname,r=/^\s*([^;\s]*)(?:;|\s|$)/,i=/^text\//i;function n(e){if(!e||"string"!=typeof e)return!1;var A=r.exec(e),n=A&&t[A[1].toLowe...
L9: /*!
...
L34: /*! queue-microtask. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */let promise;out.Settings=settings_1$3.default,out.stat=stat$4,out.statSync=statSync;var queu...
L35: /*! run-parallel. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */const queueMicrotask$1=queueMicrotask_1;function runParallel(e,t){let A,r,i,n=!0;function s(e){...
L36: /**
...
L4
```

### 14. Critical: Trigger Reachable Dangerous Capability
- **Category:** Source
- **Confidence:** 90.0%
- **Path:** dist/bundle/index.js
- **Public source:** [View source](<https://unpkg.com/@comate/zulu@1.7.1/dist/bundle/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 -> dist/bundle/index.js
L1: import{fileURLToPath as __zuluFileURLToPath}from"url";import{dirname as __zuluDirname}from"path";const __dirname=__zuluDirname(__zuluFileURLToPath(import.meta.url));import*as fs$y ...
L2: /*!
```

### 15. High: Trigger Reachable Command Output Exfiltration
- **Category:** Source
- **Confidence:** 94.0%
- **Path:** dist/bundle/index.js
- **Public source:** [View source](<https://unpkg.com/@comate/zulu@1.7.1/dist/bundle/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.main -> dist/bundle/index.js
L1: import{fileURLToPath as __zuluFileURLToPath}from"url";import{dirname as __zuluDirname}from"path";const __dirname=__zuluDirname(__zuluFileURLToPath(import.meta.url));import*as fs$y ...
L2: /*!
```

### 16. Low: Obfuscated
- **Category:** Supply Chain
- **Confidence:** 60.0%

Package source has low-confidence obfuscation-like patterns.

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

Package source contains high-entropy string patterns.

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

Package source contains URL literals.

### 19. Medium: Ships Build Helper
- **Category:** Artifact Inventory
- **Confidence:** 70.0%
- **Path:** comate-engine/assets/skills/icode/scripts/common.sh
- **Public source:** [View source](<https://unpkg.com/@comate/zulu@1.7.1/comate-engine/assets/skills/icode/scripts/common.sh>)

Package ships non-JavaScript build or shell helper files.

Public source snippet (untrusted):

```shell
path = comate-[redacted].sh
kind = build_helper
sizeBytes = 3826
magicHex = [redacted]
```

### 20. High: Payload In Excluded Dir
- **Category:** Artifact Inventory
- **Confidence:** 85.0%
- **Path:** comate-engine/assets/skills/build-swe-data-auto/tests/test\_language\_detector.py
- **Public source:** [View source](<https://unpkg.com/@comate/zulu@1.7.1/comate-engine/assets/skills/build-swe-data-auto/tests/test_language_detector.py>)

Package hides binary, compressed, or executable-looking payloads in test/fixture/hidden paths.

Public source snippet (untrusted):

```python
path = comate-engine/assets/skills/build-swe-data-auto/tests/test_language_detector.py
kind = payload_in_excluded_dir
sizeBytes = 1118
magicHex = [redacted]
```

### 21. Medium: Oversized Source File
- **Category:** Artifact Inventory
- **Confidence:** 70.0%
- **Path:** dist/bundle/index.js
- **Public source:** [View source](<https://unpkg.com/@comate/zulu@1.7.1/dist/bundle/index.js>)

Package contains source files above the normal full-analysis size ceiling.

Public source snippet (untrusted):

```javascript
path = dist/bundle/index.js
kind = oversized_source_file
sizeBytes = 4246181
magicHex = [redacted]
```

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

### 23. Critical: Previous Version Dangerous Delta
- **Category:** Supply Chain
- **Confidence:** 93.0%
- **Path:** dist/bundle/index.js
- **Public source:** [View source](<https://unpkg.com/@comate/zulu@1.7.1/dist/bundle/index.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 = @comate/zulu@1.6.4
matchedIdentity = npm:QGNvbWF0ZS96dWx1:1.6.4
similarity = 0.800
summary = stored previous version shares package body but lacks this dangerous source file
```

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

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

## Package metadata
- **Package:** @comate/zulu
- **Ecosystem:** npm
- **Version:** 1.7.1
- **License:** MIT
- **Version published:** 2026-08-06T12:01:20.351Z
- **Package first seen:** 2026-07-01T13:27:52.549Z
- **Package last seen:** 2026-08-28T03:20:38.807Z
- **Known versions:** 11
- **Latest version:** 1.7.15
- **Appeal under review:** No
- **Description:** AI Coding Agent
- **Maintainers:** otakustay, howie126313, shenyuw27, mbear
- **Runtime engines:** node: \>=20.10.0
- **Artifact files:** 522
- **Artifact unpacked size:** 37,454,807 bytes
- **Artifact signatures:** 1
- **Attestations:** No

## References
- [HTML security report](<https://firewall.lpm.dev/npm/@comate/zulu/v/1.7.1>)
