registry  /  terminalhire  /  0.10.8

terminalhire@0.10.8

Local-first job matching for developers — ambient job matches in the Claude Code spinner. Matching runs on your machine; your profile never leaves it.

Static Scan Results

scanned 4d ago · by rust-scanner

Static analysis flagged 16 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
ChildProcessCryptoDynamicRequireEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 38 file(s), 2.88 MB of source, external domains: 127.0.0.1, api.ashbyhq.com, api.github.com, api.lever.co, api.opire.dev, apply.workable.com, boards-api.greenhouse.io, github.com, himalayas.app, hn.algolia.com, jobs.ashbyhq.com, jobs.lever.co, news.ycombinator.com, terminalhire.com, weworkremotely.com, www.terminalhire.com

Source & flagged code

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

Package defines install-time lifecycle scripts.

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

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

package.jsonView on unpkg
dist/bin/jpi-init.jsView file
7import { createInterface } from "readline"; L8: import { spawnSync, spawn } from "child_process"; L9: import { homedir } from "os";
High
Child Process

Package source references child process execution.

dist/bin/jpi-init.jsView on unpkg · L7
install.jsView file
52if (existsSync(c)) { L53: try { return await import(pathToFileURL(c).href); } catch { /* try next */ } L54: }
Medium
Dynamic Require

Package source references dynamic require/import behavior.

install.jsView on unpkg · L52
dist/bin/jpi-sync.jsView file
1027try { L1028: const child = spawn(cmd, args, { stdio: "ignore", detached: true }); L1029: child.on("error", () => { ... L1036: // bin/jpi-sync.js L1037: var TH_DIR = process.env["TERMINALHIRE_DIR"] || join3(homedir2(), ".terminalhire"); L1038: var TIER1_MARKER = join3(TH_DIR, "tier1.json"); L1039: var API_URL = process.env["TERMINALHIRE_API_URL"] || process.env["JPI_API_URL"] || "https://terminalhire.com"; L1040: var SYNC_BASE = "https://www.terminalhire.com";
High
Same File Env Network Execution

A single source file combines environment access, network access, and code or shell execution; review context before blocking.

dist/bin/jpi-sync.jsView on unpkg · L1027
99{ id: "azure", synonyms: ["microsoft-azure"], related: [{ to: "aws", w: 0.4 }] }, L100: { id: "ci-cd", synonyms: ["cicd", "jenkins", "circleci", "circle-ci", "travis"], related: [{ to: "github-actions", w: 0.6 }, { to: "gitlab-ci", w: 0.6 }] }, L101: { id: "github-actions", parents: ["ci-cd"], synonyms: ["github-action"] }, ... L191: { id: "microservices" }, L192: { id: "websockets", synonyms: ["ws", "socket.io"], related: [{ to: "realtime", w: 0.6 }] }, L193: { id: "realtime", synonyms: ["real-time"] }, ... L744: "use strict"; L745: KDF_INFO = Buffer.from("terminalhire-chat-v1"); L746: } ... L975: init_src(); L976: TERMINALHIRE_DIR = join2(homedir(), ".terminalhire"); L977: PROFILE_FILE = join2(TERMINALHIRE_DIR, "profile.enc");
High
Sandbox Evasion Gated Capability

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

dist/bin/jpi-sync.jsView on unpkg · L99
dist/bin/jpi-dispatch.jsView file
31Cross-file remote execution chain: dist/bin/jpi-dispatch.js spawns dist/bin/jpi-link.js; helper contains network access plus dynamic code execution. L31: function terminalhireDir() { L32: return join(homedir(), ".terminalhire"); L33: } ... L49: if (fromFile) return fromFile; L50: const env = process.env["TERMINALHIRE_WEB_SESSION"]; L51: return typeof env === "string" && env.length > 0 ? env : null; ... L90: const raw = readFileSync2(CONFIG_FILE, "utf8"); L91: const parsed = JSON.parse(raw); L92: return { ...DEFAULT_CONFIG, ...parsed }; ... L181: const candidates = [ L182: join3(__dirname, "..", "..", "package.json"), L183: join3(__dirname, "..", "package.json")
High
Cross File Remote Execution Context

Source spawns a local helper that also contains network and dynamic execution context; review data flow before blocking.

dist/bin/jpi-dispatch.jsView on unpkg · L31

Findings

6 High5 Medium5 Low
HighInstall Time Lifecycle Scriptspackage.json
HighChild Processdist/bin/jpi-init.js
HighShell
HighSame File Env Network Executiondist/bin/jpi-sync.js
HighSandbox Evasion Gated Capabilitydist/bin/jpi-sync.js
HighCross File Remote Execution Contextdist/bin/jpi-dispatch.js
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumDynamic Requireinstall.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings