skill-tester

Warn

Audited by Socket on Sep 4, 2026

1 alert found:

Security
SecurityMEDIUM
scripts/script_tester.py

No direct evidence that this module itself contains stealthy malware. However, it is inherently high risk because it dynamically executes every *.py discovered under a user-supplied directory using subprocess.run on the host with full process privileges, and it captures and reports stdout/stderr from those scripts (which can amplify sensitive data leakage into CI logs). The timeout reduces denial-of-service risk but does not mitigate arbitrary code execution, filesystem/network/process manipulation, or secret exfiltration performed by the executed scripts. Additionally, there are robustness anomalies (undefined epilog and apparent truncation of the main call) that may prevent normal execution as written.

Confidence: 72%Severity: 80%
Audit Metadata
Analyzed At
Sep 4, 2026, 02:33 PM
Package URL
pkg:socket/skills-sh/iwanhe%2Fpandawa%2Fskill-tester%2F@1bbdc96f32b219d7f517d6fec6d4c4fdeab7d4209dab92e959c511643b3c99f1
Security Audit — socket — skill-tester