registry  /  @expofacto/cli  /  0.1.62

@expofacto/cli@0.1.62

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

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 10 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 17 file(s), 48.4 KB of source, external domains: expofacto.dev

Source & flagged code

3 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
74const postJob = async (controllerUrl, token, input) => { L75: const response = await fetch(`${controllerUrl.replace(/\/$/, "")}/api/jobs`, { L76: method: "POST", ... L80: }, L81: body: JSON.stringify(input), L82: }); L83: if (!response.ok) { L84: throw new Error(`Job creation failed with ${response.status}: ${await response.text()}`); L85: } ... L88: const startHostedRunner = async (options) => { L89: const apiKey = requireValue(getOption(options, "api-key") ?? process.env.FACTO_API_KEY, "api-key"); L90: 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 · L74

Findings

2 High4 Medium4 Low
HighInstall Time Lifecycle Scriptspackage.json
HighSandbox Evasion Gated Capabilitydist/cli/main.js
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings