test-data-factory-builder
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides code templates for creating test data factories using
@faker-js/faker. All patterns follow industry-standard practices for unit and integration testing. - [EXTERNAL_DOWNLOADS]: The skill references the well-known and trusted package
@faker-js/fakerfor generating realistic test data. This is a standard dependency for the stated purpose of test data generation. - [COMMAND_EXECUTION]: The skill includes patterns for database persistence using
PrismaClient, which is a common and legitimate practice in automated test suites for seeding test environments. - [DATA_EXPOSURE]: While the skill includes a
RealisticDatagenerator that produces mock PII (names, addresses, and a placeholder credit card number), these are used purely for generating fake data in local test environments and do not involve access to or exfiltration of real user data.
Audit Metadata