atomic-note-audit

Warn

Audited by Socket on Sep 6, 2026

1 alert found:

Anomaly
AnomalyLOW
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
Analyzed At
Sep 6, 2026, 02:27 PM
Package URL
pkg:socket/skills-sh/jrgilbertson%2Fnetworked-thinking-skills%2Fatomic-note-audit%2F@d44822abba028a0773621d95faece9ae0aec373aaaa056336197946d72d9cda7
Security Audit — socket — atomic-note-audit