testing-framework-helper
Pass
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/run-tests.tsutilizes the Bun shell ($) to execute test commands. The script constructs the command string using a strict whitelist approach, only appending predefined flags like--watchor--coveragebased on command-line arguments. This prevents arbitrary command injection. - [CREDENTIALS_UNSAFE]: The
SKILL.mdfile contains example test code with a placeholder password (admin123). This is standard for documentation and template examples and does not constitute a security leak of real-world credentials.
Audit Metadata