ux-researcher
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION] (SAFE): The skill references local Python scripts (
transcript_analyzer.py,survey_analyzer.py, etc.) intended for analyzing research data. These are standard utility scripts for the stated purpose of UX research operations. - [DATA_EXPOSURE] (SAFE): The skill defines a file structure for research repositories and references local files like
responses.csvandtest_results.json. No access to sensitive system paths or credentials was identified. - [INDIRECT_PROMPT_INJECTION] (LOW): The skill is designed to ingest and analyze external data such as user transcripts and survey responses.
- Ingestion points:
transcripts/folder,responses.csv, andtest_results.json. - Boundary markers: Absent in the provided templates.
- Capability inventory: Local Python scripts process research data files.
- Sanitization: No explicit sanitization or filtering logic is mentioned for the processed data. This represents a standard surface for processing untrusted content in data analysis workflows.
Audit Metadata