Static Scan Results
scanned 3d ago · by rust-scannerStatic analysis completed at 93.0% confidence. No malicious behavior was detected; 8 low-signal pattern(s) were surfaced and cleared.
Static reason
No blocking static signals were detected.; previous stored version diff introduced dangerous source
Decision evidence
public snapshotBehavioral surface
ChildProcessEnvironmentVarsFilesystemNetwork
HighEntropyStringsUrlStrings
Source & flagged code
2 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 · L14src/skill-command.jsView file
•matchType = previous_version_dangerous_delta
matchedPackage = @reedef/r1@0.7.0
matchedIdentity = npm:QHJlZWRlZi9yMQ:0.7.0
similarity = 0.947
summary = stored previous version shares package body but lacks this dangerous source file
High
Previous Version Dangerous Delta
This package version adds a dangerous source file absent from the previous stored version; route for source-aware review.
src/skill-command.jsView on unpkgFindings
1 High3 Medium4 Low
HighPrevious Version Dangerous Deltasrc/skill-command.js
MediumNetwork
MediumEnvironment Vars
MediumInstall Persistencesrc/launchd-installer.js
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings