global-skill-creator
Pass
Audited by Gen Agent Trust Hub on Jul 30, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes local Python scripts (
generate_openai_yaml.pyandquick_validate.py) located in the.systemdirectory of the repository to automate skill metadata generation and validation. - [COMMAND_EXECUTION]: It invokes
make test-preto run regression tests when changes affect the shared repository infrastructure. - [EXTERNAL_DOWNLOADS]: The workflow uses
uv run --with pyyaml, which may fetch the 'pyyaml' package from the standard Python Package Index (PyPI) if not locally available. This is a standard and safe dependency management practice.
Audit Metadata