unit-testing-test-generate
Warn
Audited by Gen Agent Trust Hub on Jul 9, 2026
Risk Level: MEDIUMCOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The
CoverageAnalyzerclass inSKILL.mduses thesubprocess.runmethod to execute a string variable namedtest_command. This pattern allows the execution of arbitrary shell commands on the host system if the command input is sourced from untrusted data or is not properly sanitized. - [DATA_EXPOSURE]: The skill's
TestGeneratorclass utilizesopen(file_path)to read local files for analysis. While this is consistent with the skill's stated purpose of generating tests for existing code, it establishes a capability for the agent to access and process the contents of the local file system.
Audit Metadata