continuous-testing

Warn

Audited by Socket on Sep 16, 2026

1 alert found:

Security
SecurityMEDIUM
references/test-selection-strategy.md

The code is intended as an affected-test runner, but it contains a significant command-injection vulnerability because Git-controlled filenames are interpolated into shell commands executed by `execSync`. A malicious commit or repository filename could execute arbitrary commands in CI or on a developer workstation. Use non-shell argument arrays or `spawnSync` with `shell:false`, and escape grep patterns or avoid shell grep entirely. The code does not itself show malware, but the security risk is high in repositories where untrusted changes can reach the script.

Confidence: 98%Severity: 88%
Audit Metadata
Analyzed At
Sep 16, 2026, 10:46 AM
Package URL
pkg:socket/skills-sh/aj-geddes%2Fuseful-ai-prompts%2Fcontinuous-testing%2F@2cdcb75c78c7549b661c3652afecd782b913894f50284a2165647d431c49a612
Security Audit — socket — continuous-testing