user-research
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- Prompt Injection (SAFE): No instructions attempting to override agent behavior or safety filters were detected. The instructional content is focused on user research methodologies such as interviews and surveys.\n- Data Exposure & Exfiltration (SAFE): No sensitive file paths, hardcoded credentials, or unauthorized network operations were identified. The skill only accesses its own configuration and documentation files.\n- Unverifiable Dependencies & Remote Code Execution (SAFE): The skill does not perform any remote script downloads or execution. The validation script uses only standard Python libraries and PyYAML.\n- Dynamic Execution (SAFE): The Python script uses
yaml.safe_load(), which is the secure way to parse YAML files and prevents arbitrary code execution through YAML tags.
Audit Metadata