Static Scan Results
scanned 4d 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
ChildProcessEnvironmentVarsFilesystemNetwork
HighEntropyStringsUrlStrings
Source & flagged code
1 flagged · loading sourcesrc/launchd-installer.jsView file
14function launchAgentsDir() {
L15: return path.join(os.homedir(), "Library", "LaunchAgents");
L16: }
...
L23: return {
L24: stdout: `/tmp/obsidian-backup-${vaultName}.log`,
L25: stderr: `/tmp/obsidian-backup-${vaultName}.err`,
...
L145: const label = labelFor(vault.name);
L146: const already = await runCommand("/bin/launchctl", ["print", `gui/${uid}/${label}`], { stdio: "pipe" });
L147: if (already.code === 0) {
Medium
Install Persistence
Source writes installer persistence such as shell profile or service configuration.
src/launchd-installer.jsView on unpkg · L14Findings
3 Medium4 Low
MediumNetwork
MediumEnvironment Vars
MediumInstall Persistencesrc/launchd-installer.js
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings