Static Scan Results
scanned 3h ago · by rust-scannerStatic analysis flagged 12 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 snapshotBehavioral surface
ChildProcessEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsUrlStrings
Source & flagged code
4 flagged · loading sourcedist/host/layout/templates/auth/adapter.jsView file
1patternName = supabase_service_key
severity = critical
line = 1
matchedText = const DE...FY';
Critical
Critical Secret
Package contains a critical-looking secret pattern.
dist/host/layout/templates/auth/adapter.jsView on unpkg · L11patternName = supabase_service_key
severity = critical
line = 1
matchedText = const DE...FY';
Critical
Secret Pattern
Supabase service role key (JWT) in dist/host/layout/templates/auth/adapter.js
dist/host/layout/templates/auth/adapter.jsView on unpkg · L1dist/host/modules/runtime/LocalFsTargetAdapter.jsView file
1import { execFile as execFileCb } from 'child_process';
L2: import { promises as fs } from 'fs';
High
Child Process
Package source references child process execution.
dist/host/modules/runtime/LocalFsTargetAdapter.jsView on unpkg · L1dist/host/orchestrator/workspaceRuntime.jsView file
1import { spawn } from 'child_process';
L2: const BUN_INSTALL_SPAWN_TIMEOUT_MS = 30_000;
...
L13: const spawnTimeout = setTimeout(() => {
L14: rejectWithTimeout(`bun install did not start within ${BUN_INSTALL_SPAWN_TIMEOUT_MS}ms`);
L15: }, BUN_INSTALL_SPAWN_TIMEOUT_MS);
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/host/orchestrator/workspaceRuntime.jsView on unpkg · L1Findings
2 Critical3 High3 Medium4 Low
CriticalCritical Secretdist/host/layout/templates/auth/adapter.js
CriticalSecret Patterndist/host/layout/templates/auth/adapter.js
HighChild Processdist/host/modules/runtime/LocalFsTargetAdapter.js
HighShell
HighRuntime Package Installdist/host/orchestrator/workspaceRuntime.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings