javascript-testing-patterns
Pass
Audited by Gen Agent Trust Hub on Feb 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides standard documentation and code snippets for software testing. All examples follow the 'Arrange-Act-Assert' (AAA) pattern and use well-established libraries.
- [SAFE]: Hardcoded credentials found in the database integration examples (
test_user,test_password) are recognized as standard placeholders for local development environments and do not constitute a credential leak. - [SAFE]: External dependencies referenced, such as
@faker-js/fakerandsupertest, are widely used in the developer community for testing purposes and are used here in a safe, standard manner.
Audit Metadata