registry  /  @kusari-lab/saas  /  1.3.0

@kusari-lab/saas@1.3.0

`@kusari-lab/saas` is a single public npm package used to create projects from the private `kusari-lab/saas-starter` GitHub template.

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
ChildProcessEnvironmentVarsNetworkShell
Supply chain
HighEntropyStringsUrlStrings
Manifest
NoLicense
scanned 18 file(s), 90.6 KB of source, external domains: api.digitalocean.com, api.doppler.com, api.vercel.com, cli.github.com, console.neon.tech, developer.1password.com, fly.io, github.com, kusari.1password.com, us.i.posthog.com

Source & flagged code

2 flagged · loading source
dist/fly/fly.jsView file
1import { spawnSync } from "node:child_process"; L2: function fly(args, token) {
High
Child Process

Package source references child process execution.

dist/fly/fly.jsView on unpkg · L1
dist/cli.jsView file
34"Examples:", L35: " npx @kusari-lab/saas init", L36: " npx @kusari-lab/saas create my-app", ... L43: function run(command, args) { L44: return spawnSync(command, args, { stdio: "pipe", encoding: "utf8" }); L45: }
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/cli.jsView on unpkg · L34

Findings

3 High3 Medium4 Low
HighChild Processdist/fly/fly.js
HighShell
HighRuntime Package Installdist/cli.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowHigh Entropy Strings
LowUrl Strings
LowNo License