registry  /  zidane-tui  /  5.14.4

zidane-tui@5.14.4

Terminal UI for the zidane agent. Ships as a self-contained binary — install globally and run `zidane`.

Static Scan Results

scanned 5d ago · by rust-scanner

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

Static reason
One or more suspicious static signals were detected.

Decision evidence

public snapshot
Behavioral surface
Source
ChildProcessShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 1 file(s), 2.81 KB of source, external domains: github.com

Source & flagged code

2 flagged · loading source
bin/zidane.mjsView file
12L13: import { execSync, spawn } from 'node:child_process' L14: import { createRequire } from 'node:module'
High
Child Process

Package source references child process execution.

bin/zidane.mjsView on unpkg · L12
58+ `It should have been installed automatically as an optional dependency of zidane-tui.\n` L59: + `Try reinstalling: \`npm install -g zidane-tui\` (or your package manager's equivalent).`, L60: ) ... L65: const bin = resolveBinary() L66: const child = spawn(bin, process.argv.slice(2), { stdio: 'inherit' }) L67: child.on('exit', (code, signal) => {
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

bin/zidane.mjsView on unpkg · L58

Findings

3 High1 Medium3 Low
HighChild Processbin/zidane.mjs
HighShell
HighRuntime Package Installbin/zidane.mjs
MediumStructural Risk Force Deep Review
LowScripts Present
LowHigh Entropy Strings
LowUrl Strings