registry  /  sankofa-cli  /  0.1.12

sankofa-cli@0.1.12

Sankofa CLI — one command to scaffold, ship, and verify Sankofa across Flutter, React Native, Web, iOS, and Android. Includes Sankofa Deploy (OTA patches), keys, doctor, release, and patch flows.

Static Scan Results

scanned 2h 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
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 54 file(s), 595 KB of source, external domains: adoptium.net, api.sankofa.dev, appstoreconnect.apple.com, cdn.jsdelivr.net, console.cloud.google.com, developer.android.com, download.sankofa.dev, github.com, play.google.com, registry.npmjs.org, sankofa.dev, support.sankofa.dev, www.apple.com, www.googleapis.com

Source & flagged code

3 flagged · loading source
dist/utils/nativeManifest.jsView file
1import { execFileSync, execSync } from 'node:child_process'; L2: import fs from 'node:fs';
High
Child Process

Package source references child process execution.

dist/utils/nativeManifest.jsView on unpkg · L1
dist/utils/bundler.jsView file
739if (isExpo) { L740: execSync(`npx expo run:ios --configuration Release`, { stdio: 'inherit', env: buildEnv.env }); L741: }
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/utils/bundler.jsView on unpkg · L739
tools/sankofa_extract.aot.bakView file
path = tools/sankofa_extract.aot.bak kind = native_binary sizeBytes = 3138272 magicHex = [redacted]
Medium
Ships Native Binary

Package ships native binary artifacts.

tools/sankofa_extract.aot.bakView on unpkg

Findings

3 High4 Medium5 Low
HighChild Processdist/utils/nativeManifest.js
HighShell
HighRuntime Package Installdist/utils/bundler.js
MediumNetwork
MediumEnvironment Vars
MediumShips Native Binarytools/sankofa_extract.aot.bak
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings