registry  /  @danielsimonjr/mathts-functions  /  0.9.0

@danielsimonjr/mathts-functions@0.9.0

Mathematical functions for MathTS - arithmetic, algebra, trigonometry, statistics, and more

Static Scan Results

scanned 7h 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
ChildProcessCryptoEvalFilesystemNetwork
Supply chain
HighEntropyStrings
Manifest
GitDependency
scanned 3 file(s), 1.29 MB of source

Source & flagged code

2 flagged · loading source
dist/index.jsView file
41685const jsExpr = r.replace(/\^/g, "**"); L41686: const val = new Function('"use strict"; return (' + jsExpr + ")")(); L41687: if (typeof val === "number" && isFinite(val)) return String(val);
Low
Eval

Package source references a known benign dynamic code generation pattern.

dist/index.jsView on unpkg · L41685
dist/wasm/mathts-as.wasmView file
path = dist/wasm/mathts-as.wasm kind = wasm_module sizeBytes = 65173 magicHex = [redacted]
Medium
Ships Wasm Module

Package ships WebAssembly modules.

dist/wasm/mathts-as.wasmView on unpkg

Findings

4 Medium4 Low
MediumNetwork
MediumShips Wasm Moduledist/wasm/mathts-as.wasm
MediumStructural Risk Force Deep Review
MediumGit Dependency
LowScripts Present
LowEvaldist/index.js
LowFilesystem
LowHigh Entropy Strings