functional-testing-en
Pass
Audited by Gen Agent Trust Hub on Mar 6, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues were detected. The skill consists of legitimate markdown prompts, document templates, and local Python utility scripts designed for software quality assurance tasks.
- [COMMAND_EXECUTION]: The skill includes several Python scripts (e.g.,
scripts/batch_convert_templates.py,scripts/convert_to_json.py) that utilize thesubprocessmodule to call other local scripts within the same package. These calls are used for internal tool-chaining and do not execute arbitrary or untrusted external commands. - [EXTERNAL_DOWNLOADS]: Documentation and metadata within the skill refer to GitHub repositories and domains associated with the author. These are used to provide additional code examples and troubleshooting guides and are considered safe vendor resources.
- [DATA_EXFILTRATION]: Analysis of the Python conversion scripts (
convert_formats.py,parse_formats.py) confirms that file processing is limited to local operations. The scripts perform parsing and conversion of structured data without any network communication or credential access.
Audit Metadata