registry  /  @ilalv3/cli  /  0.2.20

@ilalv3/cli@0.2.20

ILAL Protocol CLI — compliant swaps and credential management for Uniswap v4

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 10 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
ChildProcessEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 18 file(s), 196 KB of source, external domains: base-sepolia.easscan.org, base.easscan.org, coinbase.com, mainnet.base.org, sepolia.base.org, unpkg.com

Source & flagged code

2 flagged · loading source
dist/commands/deploy.jsView file
1import { execSync } from "child_process"; L2: import { existsSync } from "fs";
High
Child Process

Package source references child process execution.

dist/commands/deploy.jsView on unpkg · L1
dist/commands/prove.jsView file
230// Generate proof L231: execSync(`npx snarkjs groth16 prove "${zkeyPath}" "${wtnsPath}" "${proofPath}" "${publicPath}"`, { L232: stdio: "pipe",
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/commands/prove.jsView on unpkg · L230

Findings

3 High3 Medium4 Low
HighChild Processdist/commands/deploy.js
HighShell
HighRuntime Package Installdist/commands/prove.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings