registry  /  @reedef/r1  /  0.6.0

@reedef/r1@0.6.0

Personal backup & sync CLI — Obsidian vault ↔ S3-compatible storage via rclone bisync, with Resend email notifications and launchd scheduling on macOS.

Static Scan Results

scanned 4d ago · by rust-scanner

Static 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 snapshot
Behavioral surface
Source
ChildProcessEnvironmentVarsFilesystemNetwork
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 17 file(s), 79.5 KB of source, external domains: aihub.dingtalk.com, alidocs.dingtalk.com, api.resend.com, mcp-gw.dingtalk.com, mcp.dingtalk.com, resend.com, www.apple.com

Source & flagged code

1 flagged · loading source
src/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 · L14

Findings

3 Medium4 Low
MediumNetwork
MediumEnvironment Vars
MediumInstall Persistencesrc/launchd-installer.js
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings