registry  /  @expofacto/cli  /  0.1.142

@expofacto/cli@0.1.142

Self-host Expo EAS iOS builds on Mac hardware you control.

Static Scan Results

scanned 7h 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
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 20 file(s), 61.1 KB of source, external domains: expofacto.dev

Source & flagged code

4 flagged · loading source
package.jsonView file
scripts.postinstall = node scripts/postinstall.cjs
High
Install Time Lifecycle Scripts

Package defines install-time lifecycle scripts.

package.jsonView on unpkg
scripts.postinstall = node scripts/postinstall.cjs
Medium
Ambiguous Install Lifecycle Script

Install-time lifecycle script is not statically allowlisted and needs review.

package.jsonView on unpkg
dist/cli/main.jsView file
111const postJob = async (controllerUrl, token, input) => { L112: const response = await fetch(`${controllerUrl.replace(/\/$/, "")}/api/jobs`, { L113: method: "POST", ... L117: }, L118: body: JSON.stringify(input), L119: }); L120: if (!response.ok) { L121: throw new Error(`Job creation failed with ${response.status}: ${await response.text()}`); L122: } ... L125: const startHostedRunner = async (options) => { L126: const apiKey = requireValue(getOption(options, "api-key") ?? process.env.FACTO_API_KEY, "api-key"); L127: const serviceUrl = getOption(options, "service-url") ?? getOption(options, "url") ?? process.env.FACTO_SERVICE_URL ?? "https://expofacto.dev";
High
Sandbox Evasion Gated Capability

Source gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.

dist/cli/main.jsView on unpkg · L111
scripts/install-runner.shView file
path = scripts/install-runner.sh kind = build_helper sizeBytes = 4783 magicHex = [redacted]
Medium
Ships Build Helper

Package ships non-JavaScript build or shell helper files.

scripts/install-runner.shView on unpkg

Findings

2 High5 Medium4 Low
HighInstall Time Lifecycle Scriptspackage.json
HighSandbox Evasion Gated Capabilitydist/cli/main.js
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumNetwork
MediumEnvironment Vars
MediumShips Build Helperscripts/install-runner.sh
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings