Back to skill
Skillv0.2.1
Static analysis security
VAIBot Guard · Deterministic local checks for risky code patterns and metadata mismatches.
Scanner verdict
SuspiciousMar 22, 2026, 2:16 AM
- Summary
- Detected: suspicious.dangerous_exec, suspicious.env_credential_access, suspicious.potential_exfiltration
- Reason codes
- suspicious.dangerous_execsuspicious.env_credential_accesssuspicious.potential_exfiltration
- Engine
- v2.2.0
Evidence
criticalscripts/vaibot-guard-exec.mjs:3
Shell command execution detected (child_process).
suspicious.dangerous_exec
criticalscripts/vaibot-guard.mjs:201
Shell command execution detected (child_process).
suspicious.dangerous_exec
criticaltests/guard-service.test.mjs:32
Shell command execution detected (child_process).
suspicious.dangerous_exec
criticalscripts/vaibot-guard-exec.mjs:18
Environment variable access combined with network send.
suspicious.env_credential_access
criticalscripts/vaibot-guard-service.mjs:19
Environment variable access combined with network send.
suspicious.env_credential_access
criticalscripts/vaibot-guard.mjs:20
Environment variable access combined with network send.
suspicious.env_credential_access
criticaltests/guard-service.test.mjs:22
Environment variable access combined with network send.
suspicious.env_credential_access
warnscripts/vaibot-guard-exec.mjs:36
File read combined with network send (possible exfiltration).
suspicious.potential_exfiltration
warnscripts/vaibot-guard-service.mjs:36
File read combined with network send (possible exfiltration).
suspicious.potential_exfiltration
warnscripts/vaibot-guard.mjs:27
File read combined with network send (possible exfiltration).
suspicious.potential_exfiltration
