aep-human-alignment
Warn
Audited by Socket on Sep 3, 2026
1 alert found:
AnomalyAnomalyscripts/receipt-consumer.mjs
LOWAnomalyLOW
scripts/receipt-consumer.mjs
No clear embedded malware behavior is evident in this module; it mainly orchestrates an external “archify” CLI and performs deterministic in-memory JSON transformations for mechanical repairs. The main security risk is operational: it can execute an arbitrary binary path supplied via --archify or the ARCHIFY_CLI environment variable using execFileSync, and it overwrites the provided IR file (inPath) in-place across repair rounds. If those inputs are not strictly trusted (e.g., in CI/build pipeline threat models), this should be treated as a significant security concern.
Confidence: 66%Severity: 55%
Audit Metadata