implement-conformance-testing-script

Warn

Audited by Socket on May 16, 2026

2 alerts found:

Anomalyx2
AnomalyLOW
assets/run_conformance_tests_java.sh

No explicit malicious behavior (e.g., backdoors, credential theft, network exfiltration, obfuscation, or reverse shells) is present in this script fragment. However, it is a high-impact build/test harness that accepts user-supplied directory contents, copies them into temp locations, and executes Maven install and unit tests—operations that can run arbitrary code contained in the provided project/tests or triggered by Maven lifecycle/plugins. Additionally, unsafe and inconsistent quoting plus an apparent path construction bug (`JAVA_BUILD_SUBFOLDER=,tmp/$1`) and an exit-code typo increase the risk of unintended filesystem modification and unreliable CI failure detection. This should be treated as a security-sensitive automation script requiring strict input control (trusted paths only) and safer path handling.

Confidence: 66%Severity: 63%
AnomalyLOW
assets/run_conformance_tests_python.sh

No direct malicious payload indicators are present in this fragment (no exfiltration/backdoor behavior). However, it performs inherently high-impact actions: it stages caller-controlled build contents, installs dependencies from a potentially untrusted requirements.txt via pip (install-time code execution risk), and executes Python tests from a caller-specified directory (arbitrary code execution risk if inputs are not trusted). Additional concerns include unquoted rm/cp arguments and a likely exit-code typo that could undermine CI gating reliability.

Confidence: 62%Severity: 60%
Audit Metadata
Analyzed At
May 16, 2026, 08:41 AM
Package URL
pkg:socket/skills-sh/Codeplain-ai%2Fplain-forge%2Fimplement-conformance-testing-script%2F@1590e9dc489fc9c67a8f6da57b61c65f6f4f71b4
Security Audit — socket — implement-conformance-testing-script