folder-curator

Warn

Audited by Socket on Sep 4, 2026

2 alerts found:

Anomalyx2
AnomalyLOW
references/drive-sync.md

No direct indicators of intentional malware are present in the shown automation fragment (no obfuscation, credential theft, command-and-control, or overt destructive behavior). The primary security concern is operational/data risk: outbound synchronization uses `rclone copy -L`, which can follow symlinks and potentially upload out-of-scope or sensitive target contents despite path-based excludes. Inbound pulls untrusted Drive files into the repository and triggers `folder-curator reindex`, increasing downstream impact depending on that tool’s parsing safety. Additionally, per-file metadata (paths/names/hashes) is emitted via `bb-emit`, which may disclose sensitive structure to its recipient system. Overall: likely legitimate automation, but with moderate supply-chain/data-disclosure risk that warrants review of symlink handling, event destination controls, and ledger.json integrity.

Confidence: 62%Severity: 52%
AnomalyLOW
assets/curator-drain.py

No explicit backdoor, credential theft, or obfuscated payload execution is present in this module. However, it functions as an exfiltration-capable forwarder: it posts untrusted NATS JetStream message payloads verbatim to an arbitrary, environment-configured HTTP webhook and ACKs only on 2xx responses. The main security risk is unintended data leakage via webhook misconfiguration/compromise and the resulting retry/forward loop behavior.

Confidence: 65%Severity: 55%
Audit Metadata
Analyzed At
Sep 4, 2026, 06:58 AM
Package URL
pkg:socket/skills-sh/delorenj%2Fskills%2Ffolder-curator%2F@f7a074488d2736ba70bac299f45102d5e7ef8d58b818b747cb68db65b2498424
Security Audit — socket — folder-curator