decision-journal
Warn
Audited by Socket on Sep 14, 2026
1 alert found:
AnomalyAnomalyscripts/agent-journal.mjs
LOWAnomalyLOW
scripts/agent-journal.mjs
No clear malware, credential theft, exfiltration, backdoor, or sabotage behavior is present. The code is a journaling and audit CLI with deliberate secret redaction and local filesystem persistence. A material path traversal risk exists because --workspace is used directly in filesystem paths, and session/agent path components are not sanitized. Validate workspace as a non-absolute single safe identifier and sanitize or reject separators and traversal sequences in all path-derived identifiers. Confidence is high for the behavioral assessment and medium-high for the path traversal finding because exploitability depends on whether these inputs are attacker-controlled.
Confidence: 96%Severity: 58%
Audit Metadata