registry  /  @skalfa/skalfa-api-core  /  1.0.9

@skalfa/skalfa-api-core@1.0.9

Core framework engine and foundational utilities for the Skalfa API backend.

Static Scan Results

scanned 8d ago · by rust-scanner

Static analysis flagged 11 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
ChildProcessCryptoDynamicRequireEnvironmentVarsFilesystemShell
Supply chain
HighEntropyStringsUrlStrings
Manifest
WildcardDependency
scanned 150 file(s), 326 KB of source, external domains: schema.getpostman.com

Source & flagged code

3 flagged · loading source
dist/commands/runner/da-migration.jsView file
163} L164: async exec(query) { L165: if (!daClient) {
High
Child Process

Package source references child process execution.

dist/commands/runner/da-migration.jsView on unpkg · L163
31// @ts-ignore L32: const { createClient } = await import("@clickhouse/client"); L33: let dac = createClient({
Medium
Dynamic Require

Package source references dynamic require/import behavior.

dist/commands/runner/da-migration.jsView on unpkg · L31
dist/commands/runner/barrels.jsView file
19try { L20: execSync("bunx barrelsby -c barrels.json", { cwd: rootDir, stdio: "inherit" }); L21: logger.info("Barrels successfully generated!");
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/commands/runner/barrels.jsView on unpkg · L19

Findings

3 High4 Medium4 Low
HighChild Processdist/commands/runner/da-migration.js
HighShell
HighRuntime Package Installdist/commands/runner/barrels.js
MediumDynamic Requiredist/commands/runner/da-migration.js
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
MediumWildcard Dependency
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings