registry  /  jssm  /  5.157.18

jssm@5.157.18

A Javascript finite state machine (FSM) with a terse DSL and a simple API. Most FSMs are one-liners. Fast, easy, powerful, well tested, typed with TypeScript, and visualizations. MIT License.

Static Scan Results

scanned 2h 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
ChildProcessDynamicRequireEnvironmentVarsEvalFilesystem
Supply chain
HighEntropyStringsMinifiedObfuscatedProtestwareUrlStrings
ManifestNo manifest risk signals triggered.
scanned 25 file(s), 5.85 MB of source, external domains: cdn.jsdelivr.net, fsl.tools, github.com, llmstxt.org, unpkg.com

Source & flagged code

3 flagged · loading source
dist/wc/instance.jsView file
1019// eslint-disable-next-line @typescript-eslint/no-implied-eval, no-new-func L1020: return new Function('e', wrapped); // skipcq: JS-0086 L1021: }
Low
Eval

Package source references a known benign dynamic code generation pattern.

dist/wc/instance.jsView on unpkg · L1019
dist/cli/fsl-render.cjsView file
matchType = previous_version_dangerous_delta matchedPackage = jssm@5.159.1 matchedIdentity = npm:anNzbQ:5.159.1 similarity = 0.920 summary = stored previous version shares package body but lacks this dangerous source file
High
Previous Version Dangerous Delta

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

dist/cli/fsl-render.cjsView on unpkg
1#!/usr/bin/env node L2: "use strict";var fs=require("fs");var path=require("path");var _documentCurrentScript=typeof document!=="undefined"?document.currentScript:null;function parseFslArgs(argv,spec){con...
Medium
Dynamic Require

Package source references dynamic require/import behavior.

dist/cli/fsl-render.cjsView on unpkg · L1

Findings

2 High4 Medium5 Low
HighObfuscated
HighPrevious Version Dangerous Deltadist/cli/fsl-render.cjs
MediumDynamic Requiredist/cli/fsl-render.cjs
MediumEnvironment Vars
MediumProtestware
MediumStructural Risk Force Deep Review
LowScripts Present
LowEvaldist/wc/instance.js
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings