Test Case Generator

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: test-case-generator Version: 1.0.0 The `skill.yaml` implementation for `generateTests` directly interpolates extracted function names (`fn.name`) and parameters (`fn.params`) into the generated test code strings without apparent sanitization. This creates a code injection vulnerability in the *output* of the skill. If the input `code` contains malicious strings in function names or parameters, these could be embedded into the generated test files, potentially leading to arbitrary code execution when a user runs the generated tests. This is a significant vulnerability due to lack of input sanitization, but it does not demonstrate intentional malicious behavior by the skill itself.