atomic-note-audit
Warn
Audited by Socket on Sep 6, 2026
1 alert found:
AnomalyAnomalyscripts/collect_model_judgments.py
LOWAnomalyLOW
scripts/collect_model_judgments.py
This code does not show intrinsic malware behaviors (no hidden payloads, credential theft, or network exfiltration logic in the module). However, it is security-sensitive because it executes external programs via subprocess. In particular, the --runner command mode allows execution of an attacker-influenced, user-provided command template with only basic placeholder substitution and shlex splitting; if CLI inputs are not strictly controlled, this becomes an arbitrary OS command execution vector. Additionally, the module embeds vault note contents into prompts and writes prompts/stdout/stderr to raw_dir, so confidentiality depends on runner trust and raw_dir permissions.
Confidence: 66%Severity: 62%
Audit Metadata