backend-test
Pass
Audited by Gen Agent Trust Hub on Mar 10, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns, prompt injections, or unauthorized data access behaviors were detected. The skill follows established software engineering practices for quality assurance.
- [EXTERNAL_DOWNLOADS]: The skill references standard development dependencies including vitest, supertest, and @vitest/coverage-v8 from the official NPM registry, which is a well-known and trusted service for JavaScript developers.
- [CREDENTIALS_UNSAFE]: While the skill contains hardcoded credentials like 'password123', these are clearly identified as part of automated test cases within mock scenarios and do not represent a leak of actual user or production credentials.
- [COMMAND_EXECUTION]: The skill uses routine command-line operations for package management (npm install) and test execution (vitest), which are necessary for its stated purpose of setting up a testing environment.
Audit Metadata