registry  /  zidane-tui  /  6.1.1

zidane-tui@6.1.1

⚠ Under review

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

Static Scan Results

scanned 6h ago · by rust-scanner

Static analysis flagged 11 finding(s) at 93.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.; previous stored version diff introduced dangerous source

Decision evidence

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

Source & flagged code

5 flagged · loading source
package.jsonView file
scripts.postinstall = node ./bin/postinstall.mjs
High
Install Time Lifecycle Scripts

Package defines install-time lifecycle scripts.

package.jsonView on unpkg
scripts.postinstall = node ./bin/postinstall.mjs
Medium
Ambiguous Install Lifecycle Script

Install-time lifecycle script is not statically allowlisted and needs review.

package.jsonView on unpkg
bin/zidane.mjsView file
17L18: import { execSync, spawn } from 'node:child_process' L19: import { createRequire } from 'node:module'
High
Child Process

Package source references child process execution.

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

Package source invokes a package manager install command at runtime.

bin/zidane.mjsView on unpkg · L63
bin/postinstall.mjsView file
matchType = previous_version_dangerous_delta matchedPackage = zidane-tui@6.0.1 matchedIdentity = npm:emlkYW5lLXR1aQ:6.0.1 similarity = 1.000 summary = stored previous version shares package body but lacks this dangerous source file
Critical
Previous Version Dangerous Delta

This package version adds a dangerous source file absent from the previous stored version; route for source-aware review.

bin/postinstall.mjsView on unpkg

Findings

1 Critical4 High2 Medium4 Low
CriticalPrevious Version Dangerous Deltabin/postinstall.mjs
HighInstall Time Lifecycle Scriptspackage.json
HighChild Processbin/zidane.mjs
HighShell
HighRuntime Package Installbin/zidane.mjs
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings