test-writer
Pass
Audited by Gen Agent Trust Hub on Aug 6, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a documentation-to-test converter guide. It provides patterns and templates for common JavaScript scenarios without introducing malicious code, obfuscation, or unauthorized data access.
- [COMMAND_EXECUTION]: The skill references standard development commands such as
npm testandnpm run test:coverage. These are intended for local execution by the developer to verify documentation accuracy and do not pose a security risk in this context. - [REMOTE_CODE_EXECUTION]: No remote code execution patterns were detected. The skill uses standard, well-known libraries like
vitestandjsdomfor testing purposes. - [DATA_EXFILTRATION]: There are no patterns suggesting data exfiltration. Mocks for
fetchare provided solely for unit testing documentation examples involving network calls.
Audit Metadata