registry  /  @fnndsc/chili  /  3.3.0

@fnndsc/chili@3.3.0

ChILI handles Intelligent Line Interactions: A CLI and library for ChRIS, acting as the controller layer for business logic and user presentation.

Static Scan Results

scanned 3h ago · by rust-scanner

Static analysis flagged 8 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
ChildProcessFilesystemShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 100 file(s), 331 KB of source, external domains: cdn.jsdelivr.net, cube.chrisproject.org, github.com

Source & flagged code

2 flagged · loading source
dist/man/renderer.jsView file
9import { convert as adoc_convert } from "asciidoctor"; L10: import { exec } from "child_process"; L11: import os from "os";
High
Child Process

Package source references child process execution.

dist/man/renderer.jsView on unpkg · L9
dist/path/pathCommand.jsView file
166return new Promise((resolve, reject) => { L167: execFile("npx", ["mmdc", "-i", inputFile, "-o", outputFile], (error) => { L168: if (error) {
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/path/pathCommand.jsView on unpkg · L166

Findings

3 High1 Medium4 Low
HighChild Processdist/man/renderer.js
HighShell
HighRuntime Package Installdist/path/pathCommand.js
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings