registry  /  fring-dev  /  0.2.0

fring-dev@0.2.0

Build scalable applications with a consistent architecture.

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 4 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
FilesystemShell
Supply chainNo supply-chain packaging signals triggered.
ManifestNo manifest risk signals triggered.
scanned 1 file(s), 28.1 KB of source

Source & flagged code

2 flagged · loading source
dist/index.jsView file
76// src/services/project-creator.ts L77: import { execa } from "execa"; L78:
High
Shell

Package source references shell execution.

dist/index.jsView on unpkg · L76
471if (this.options.packageManager === "pnpm") { L472: await execa("pnpm", ["dlx", "shadcn@latest", "init"], { L473: cwd: this.options.projectName,
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/index.jsView on unpkg · L471

Findings

2 High2 Low
HighShelldist/index.js
HighRuntime Package Installdist/index.js
LowScripts Present
LowFilesystem