iblai-vibe-agent-sandbox

Warn

Audited by Socket on Aug 15, 2026

2 alerts found:

Anomalyx2
AnomalyLOW
assets/nemoclaw/bashrc-snippet.sh

This fragment is sandbox instrumentation: it enforces a Node preload hook and implements durable per-command logging. It does not itself show overt malware behavior (no network/exfiltration/destructive actions), but it materially increases capability via eval "$*" (dynamic shell execution) and via NODE_OPTIONS requiring an external preload module (unknown behavior). Overall risk is moderate and depends on strict control of nemoclaw_run inputs and the contents/intent of /sandbox/.nemoclaw-preload.js.

Confidence: 55%Severity: 60%
AnomalyLOW
assets/nemoclaw/.nemoclaw-preload.js

This fragment is primarily a guard/shim loader and logger with a high-impact security property: it executes JavaScript via require() from a directory specified by an environment variable (defaulting to /tmp). If that directory or its contents are attacker-influenced, it can lead to arbitrary code execution. There is no direct evidence of exfiltration, reverse shells, or cryptomining in the shown code. The fail-closed termination for critical guards is protective but can also enable denial-of-service if guard loading fails. Overall, the security risk is driven by dynamic local code execution and deployment misconfiguration/dir-tampering risk, not by obvious malicious payloads in this snippet.

Confidence: 70%Severity: 62%
Audit Metadata
Analyzed At
Aug 15, 2026, 12:48 PM
Package URL
pkg:socket/skills-sh/iblai%2Fvibe%2Fiblai-vibe-agent-sandbox%2F@db18e11f83bc6bfeb1ffbddf399d1daccc10754a4b3682842073a0be459cf695
Security Audit — socket — iblai-vibe-agent-sandbox