qe-test-data-management
Pass
Audited by Gen Agent Trust Hub on Sep 18, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill utilizes the
@faker-js/fakerNode.js package to generate synthetic datasets. This is a well-known and standard library for generating mock data for testing purposes. - [INDIRECT_PROMPT_INJECTION]: The skill defines a surface for processing sensitive production data snapshots and PII (Personally Identifiable Information) fields for anonymization tasks.
- Ingestion points: Ingests production snapshots and metadata describing PII fields (e.g., email, phone, SSN) in
SKILL.md. - Boundary markers: None explicitly present in the provided coordination hints.
- Capability inventory: The skill demonstrates database write access (
db.users.insertMany) and coordinates with other agents for security scanning. - Sanitization: The core purpose of the skill is sanitization, providing methods for masking, hashing, and replacing real data with synthetic values to prevent PII exposure.
Audit Metadata