delphi

Warn

Audited by Socket on Jul 31, 2026

2 alerts found:

Anomalyx2
AnomalyLOW
scripts/lib/engine_legs.py

No clear in-module malicious payload is visible (no eval/exec, no suspicious persistence, no network calls directly). The primary risk is operational/supply-chain: the code executes external binaries/scripts (paths partly controlled by environment variables) and passes secrets read from ~/.config/secrets.env into those processes, meaning a compromised binary/wrapper/module/codex_guard could exfiltrate data or run arbitrary code. This should be reviewed as a high-trust boundary, especially for environment control and dependency integrity.

Confidence: 66%Severity: 55%
AnomalyLOW
scripts/delphi_viz.py

This code is an orchestrator/launcher rather than a self-contained payload. It has no direct indicators of overt malware (no exfiltration, credential harvesting, or obfuscated payload execution in this snippet). However, it creates meaningful supply-chain/runtime risk by invoking an external herdr executable determined by the FRACTAL_HERDR environment variable and by launching an external worker script (delphi.py) with attacker-influenced arguments and filesystem paths; it also instructs herdr to run `tail -F` against node_dir-derived files, which could broaden filesystem exposure depending on sandboxing.

Confidence: 62%Severity: 52%
Audit Metadata
Analyzed At
Jul 31, 2026, 11:48 AM
Package URL
pkg:socket/skills-sh/alexio777%2Ffractal-delphi%2Fdelphi%2F@c91b1103c263faa3363cf09bc4d784ccdc2b3ca17dee1a241f59ca36673e28c0
Security Audit — socket — delphi