create-agent-tests

Warn

Audited by Socket on Aug 10, 2026

1 alert found:

Anomaly
AnomalyLOW
assets/run-agent-verification.ts

No clear evidence of classic malware behavior (e.g., covert persistence, self-propagation, direct data exfiltration, or embedded payloads) appears in this fragment. However, the module has meaningful security-risk characteristics: (1) optional shell:true execution driven by a user-supplied engineCommandTemplate creates a command-injection/high-impact execution surface if the template or any substituted/unquoted parts are not perfectly controlled; (2) it forwards the entire process.env to the child process, which can expose secrets; and (3) it enables a high-capability mode for the 'claude' engine via permission bypass. These are substantial trust-boundary and privilege-expansion concerns that should be reviewed and mitigated (strict template allowlisting, safer spawn usage without shell, minimal env propagation, and permission-mode justification).

Confidence: 60%Severity: 58%
Audit Metadata
Analyzed At
Aug 10, 2026, 01:24 PM
Package URL
pkg:socket/skills-sh/shiplightai%2Fagent-skills%2Fcreate-agent-tests%2F@a19acc0c99148b5564fc5e8a5f1ebe98ec07e55f6776444774f1fbb1ccebc901
Security Audit — socket — create-agent-tests