registry  /  @expofacto/cli  /  0.1.212

@expofacto/cli@0.1.212

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

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 12 finding(s) at 93.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.; previous stored version diff introduced dangerous source

Decision evidence

public snapshot
Behavioral surface
Source
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 21 file(s), 68.9 KB of source, external domains: expofacto.dev

Source & flagged code

5 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
52const getApiToken = (options) => { L53: const token = getOption(options, "token") ?? process.env.FACTO_API_TOKEN; L54: return token?.trim() ? token : undefined; ... L135: const postJob = async (controllerUrl, token, input) => { L136: const response = await fetch(`${controllerUrl.replace(/\/$/, "")}/api/jobs`, { L137: method: "POST", ... L141: }, L142: body: JSON.stringify(input), L143: }); L144: if (!response.ok) { L145: throw new Error(`Job creation failed with ${response.status}: ${await response.text()}`); L146: }
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 · L52
scripts/install-runner.shView file
path = scripts/install-runner.sh kind = build_helper sizeBytes = 4794 magicHex = [redacted]
Medium
Ships Build Helper

Package ships non-JavaScript build or shell helper files.

scripts/install-runner.shView on unpkg
dist/worker/runCommand.jsView file
matchType = previous_version_dangerous_delta matchedPackage = @expofacto/cli@0.1.202 matchedIdentity = npm:QGV4cG9mYWN0by9jbGk:0.1.202 similarity = 0.850 summary = stored previous version shares package body but lacks this dangerous source file
High
Previous Version Dangerous Delta

This package version adds a dangerous source file absent from the previous stored version; route for source-aware review.

dist/worker/runCommand.jsView on unpkg

Findings

3 High5 Medium4 Low
HighInstall Time Lifecycle Scriptspackage.json
HighSandbox Evasion Gated Capabilitydist/cli/main.js
HighPrevious Version Dangerous Deltadist/worker/runCommand.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