registry  /  @expofacto/cli  /  0.1.82

@expofacto/cli@0.1.82

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 18 file(s), 49.0 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
80const postJob = async (controllerUrl, token, input) => { L81: const response = await fetch(`${controllerUrl.replace(/\/$/, "")}/api/jobs`, { L82: method: "POST", ... L86: }, L87: body: JSON.stringify(input), L88: }); L89: if (!response.ok) { L90: throw new Error(`Job creation failed with ${response.status}: ${await response.text()}`); L91: } ... L94: const startHostedRunner = async (options) => { L95: const apiKey = requireValue(getOption(options, "api-key") ?? process.env.FACTO_API_KEY, "api-key"); L96: 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 · L80

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