cs-onboard

Warn

Audited by Socket on Jul 22, 2026

2 alerts found:

Anomalyx2
AnomalyLOW
tools/codestable-dod-runner.py

This is a CI/checklist “command runner” module that executes command strings taken from a runtime-provided YAML file. While it contains no explicit malware logic in the shown fragment, the direct YAML-to-run_command execution path creates a high-impact risk if checklist inputs are not strictly controlled. The residual risk depends heavily on how run_command safely handles command parsing (shell usage, argv handling, quoting) and on whether the checklist source/path can be tampered with. No obfuscation or overt malicious behavior is present in this snippet itself.

Confidence: 62%Severity: 60%
AnomalyLOW
hooks/hooks.codex.json

The snippet is a developer tooling hook that conditionally executes a local Python guard script chosen by runtime path probing across project and user directories. No explicit malicious indicators (e.g., network exfiltration, credentials, obfuscation) are visible in the wrapper itself, but the design presents a meaningful supply-chain/TOCTOU risk: it performs execute-on-detected-file without integrity verification. If an attacker can influence the probed script locations (including via writable project directories, compromised HOME, or symlink/file planting), this hook can become an arbitrary code execution vector. The actual malware risk depends on the guard script’s contents, which are not included.

Confidence: 62%Severity: 64%
Audit Metadata
Analyzed At
Jul 22, 2026, 12:41 PM
Package URL
pkg:socket/skills-sh/dafang%2FCodeStable%2Fcs-onboard%2F@ff3a783b519adf4b6db17b77a261187368956ac618a65ec74ad3a985f8c2b650
Security Audit — socket — cs-onboard