abductive-repl
Audited by Socket on Feb 16, 2026
1 alert found:
Obfuscated FileThe package documentation describes a REPL-centric abductive inference tool with legitimate simulation and testing capabilities. I found no explicit malicious payloads, encoded network endpoints, or hard-coded secrets. The dominant security concern is that the system relies on evaluating user-provided expressions via REPL backends and on loading/running a local Julia project; if those evaluators are not sandboxed or if untrusted inputs are accepted, arbitrary code execution is possible, enabling data exposure or system compromise. Recommend: treat the REPL and Gay.jl project as high-trust components, verify provenance of the project and dependencies before running, run the REPL in a constrained/sandboxed environment, restrict REPL backend access where possible, and avoid feeding untrusted inputs to the abduction/eval channels.