registry  /  create-objectstack  /  11.10.0

create-objectstack@11.10.0

Create a new ObjectStack project — npx create-objectstack

Static Scan Results

scanned 1d ago · by rust-scanner

Static analysis flagged 9 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
ChildProcessFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 5 file(s), 14.5 KB of source, external domains: codeload.github.com

Source & flagged code

2 flagged · loading source
dist/index.jsView file
6import os from "os"; L7: import { execSync } from "child_process"; L8: import { fileURLToPath } from "url";
High
Child Process

Package source references child process execution.

dist/index.jsView on unpkg · L6
328try { L329: execSync("npx -y skills add objectstack-ai/framework --all", { L330: stdio: "inherit",
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/index.jsView on unpkg · L328

Findings

3 High2 Medium4 Low
HighChild Processdist/index.js
HighShell
HighRuntime Package Installdist/index.js
MediumNetwork
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings