Static Scan Results
scanned 2h ago · by rust-scannerStatic analysis completed at 65.0% confidence. No malicious behavior was detected; 7 low-signal pattern(s) were surfaced and cleared.
Static reason
No blocking static signals were detected.
Decision evidence
public snapshotBehavioral surface
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsUrlStrings
Source & flagged code
1 flagged · loading sourcesetup.tsView file
3//
L4: // aznex-worker setup --service-url https://aznex.up.railway.app [--api-key] [--agents claude-code]
L5: // aznex-worker setup --uninstall
...
L22:
L23: const CLAUDE_SETTINGS = join(homedir(), ".claude", "settings.json");
L24:
...
L51: async function ask(question: string): Promise<string> {
L52: const rl = createInterface({ input: process.stdin, output: process.stdout });
L53: const answer = (await rl.question(question)).trim();
...
L165: const existing = existsSync(CLAUDE_SETTINGS)
L166: ? (JSON.parse(readFileSync(CLAUDE_SETTINGS, "utf-8")) as Record<string, unknown>)
L167: : {};
Medium
Install Persistence
Source writes installer persistence such as shell profile or service configuration.
setup.tsView on unpkg · L3Findings
3 Medium4 Low
MediumNetwork
MediumEnvironment Vars
MediumInstall Persistencesetup.ts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings