registry  /  @reedef/r1  /  0.7.3

@reedef/r1@0.7.3

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 21h ago · by rust-scanner

Static 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 snapshot
Behavioral surface
Source
ChildProcessEnvironmentVarsFilesystemNetwork
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 21 file(s), 124 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

2 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
src/process-utils.jsView file
matchType = previous_version_dangerous_delta matchedPackage = @reedef/r1@0.7.1 matchedIdentity = npm:QHJlZWRlZi9yMQ:0.7.1 similarity = 0.737 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/process-utils.jsView on unpkg

Findings

1 High3 Medium4 Low
HighPrevious Version Dangerous Deltasrc/process-utils.js
MediumNetwork
MediumEnvironment Vars
MediumInstall Persistencesrc/launchd-installer.js
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings