registry  /  slintorm  /  1.6.1

slintorm@1.6.1

Minimal fully typed orm for typescript

Static Scan Results

scanned 3h ago · by rust-scanner

Static analysis flagged 12 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
ChildProcessCryptoDynamicRequireEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 28 file(s), 736 KB of source, external domains: api.planetscale.com, flutterwave.com, grow.google, konga.com, learn.microsoft.com, learndigital.withgoogle.com, linkedin.com, meet.google.com, mode.com, overthewire.org, paystack.com, skillshop.google.com, sqlzoo.net, tryhackme.com, www.facebook.com, www.isc2.org, www.netacad.com, www.semrush.com

Source & flagged code

3 flagged · loading source
dist/src/bin/cli.jsView file
459// creates a unique index on `name` in the migrations collection. L460: await exec(`CREATE TABLE "${MIGRATIONS_TABLE}"`); L461: return;
High
Child Process

Package source references child process execution.

dist/src/bin/cli.jsView on unpkg · L459
941warn(`No schema snapshot found for batch ${targetBatch}; cannot rebuild previous tables automatically.`); L942: warn("Update your source files to match that point in history, then re-run `npx slintorm migrate`."); L943: } ... L953: await migrator.ensureTable(unit.tableName, modelDef.fields, modelDef.relations ?? []); L954: await exec(`INSERT INTO "${MIGRATIONS_TABLE}" (name, batch) VALUES (${isPg ? "$1,$2" : "?,?"})`, [unit.name, targetBatch]); L955: writeMigrationRecord(cfg.dir ?? "src", unit, targetBatch, modelDef);
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/src/bin/cli.jsView on unpkg · L941
153try { L154: const mod = await import(pathToFileURL(cfgPath).href); L155: const cfg = mod.default ?? mod;
Medium
Dynamic Require

Package source references dynamic require/import behavior.

dist/src/bin/cli.jsView on unpkg · L153

Findings

3 High4 Medium5 Low
HighChild Processdist/src/bin/cli.js
HighShell
HighRuntime Package Installdist/src/bin/cli.js
MediumDynamic Requiredist/src/bin/cli.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings