Static Scan Results
scanned 3d ago · by rust-scannerStatic analysis completed at 65.0% confidence. No malicious behavior was detected; 9 low-signal pattern(s) were surfaced and cleared.
Static reason
No blocking static signals were detected.
Decision evidence
public snapshotBehavioral surface
ChildProcessEnvironmentVarsFilesystem
HighEntropyStringsUrlStrings
Source & flagged code
2 flagged · loading sourcenative-host/install-host.cjsView file
18const HOST_NAME = "com.google.ai.search";
L19: const REPO_ROOT = path.resolve(__dirname, "..");
L20: const HOST_JS = path.join(REPO_ROOT, "native-host", "host.js");
...
L60: function installWindows() {
L61: const { execSync } = require("node:child_process");
L62: const manifestPath = path.join(
...
L83: const nodeBin = process.execPath;
L84: const content = `#!/bin/sh
L85: exec "${nodeBin}" "${HOST_JS}" "$@"
...
L91: function main() {
L92: const platform = process.platform;
L93: let target;
Medium
Install Persistence
Source writes installer persistence such as shell profile or service configuration.
native-host/install-host.cjsView on unpkg · L18native-host/run-host.shView file
•path = native-host/run-host.sh
kind = build_helper
sizeBytes = 84
magicHex = [redacted]
Medium
Ships Build Helper
Package ships non-JavaScript build or shell helper files.
native-host/run-host.shView on unpkgFindings
4 Medium5 Low
MediumEnvironment Vars
MediumInstall Persistencenative-host/install-host.cjs
MediumShips Build Helpernative-host/run-host.sh
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings