test-generator
Pass
Audited by Gen Agent Trust Hub on Aug 2, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns, such as prompt injection, data exfiltration, or obfuscation, were identified. The skill's primary function is to assist in developer workflows by generating boilerplate test code.
- [COMMAND_EXECUTION]: The skill provides examples of using the
xcodebuildcommand-line utility for running tests and checking code coverage. This is the standard, official tool provided by Apple for these tasks and is used here in a conventional, safe manner within the developer's local environment. - [DATA_EXPOSURE]: The skill utilizes
GlobandGrepto read local source files to detect project architecture (e.g., MVVM, TCA). This data access is localized, necessary for generating context-aware test mocks, and does not involve any network transmission or sensitive credential access.
Audit Metadata