registry  /  proposal-decimal  /  20260710.0.0

proposal-decimal@20260710.0.0

Champion-maintained polyfill for the TC39 decimal proposal

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 5 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 chainNo supply-chain packaging signals triggered.
ManifestNo manifest risk signals triggered.
scanned 14 file(s), 135 KB of source

Source & flagged code

2 flagged · loading source
benchmark-test-suite.jsView file
2L3: import { execSync } from "child_process"; L4: import { existsSync, mkdirSync, writeFileSync } from "fs";
High
Child Process

Package source references child process execution.

benchmark-test-suite.jsView on unpkg · L2
30console.log("Compiling TypeScript..."); L31: execSync("npx tsc", { stdio: "inherit" }); L32:
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

benchmark-test-suite.jsView on unpkg · L30

Findings

3 High2 Low
HighChild Processbenchmark-test-suite.js
HighShell
HighRuntime Package Installbenchmark-test-suite.js
LowScripts Present
LowFilesystem