test-coverage
Audited by Socket on Jun 19, 2026
1 alert found:
AnomalyThis fragment primarily performs expected coverage/reporting automation and shows no direct signs of overt malware (no network/exfiltration, no credential harvesting, no reverse shells, no obfuscation). However, it has meaningful supply-chain/security risk typical of coverage runners: it executes extensive project/test/build tooling (npm/mvn/gradle/pytest/go test) that can run arbitrary code from the target repository and its dependencies. Additionally, it uses an unsanitized session_id from a local database in filesystem paths and executes a locally referenced helper script from a relative path, both of which can become security-impact multipliers if those inputs are tampered with. Overall risk is moderate, with low direct malware likelihood but non-trivial execution-surface risk.