skill-creator
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security threats or malicious patterns were identified. The skill acts as a legitimate utility for developers working on agent skill extensions.
- [COMMAND_EXECUTION]: The skill includes Python scripts (
init_skill.py,package_skill.py) that perform local file system tasks such as creating directories, writing template files, and creating ZIP archives. These operations are transparent, well-documented, and consistent with the skill's stated purpose. - [EXTERNAL_DOWNLOADS]: The validation logic uses the
PyYAMLlibrary to process metadata. All dependencies and references are standard for a Python-based development environment, and no untrusted remote code execution patterns were found. - [DATA_EXFILTRATION]: There are no network operations, such as
curlorrequestscalls, and no attempts to access sensitive user directories or credentials. - [PROMPT_INJECTION]: The instructions in
SKILL.mdand the reference files provide guidance on writing effective prompts and organizing skill content. They do not contain any bypass commands, role-play injections, or instructions to ignore safety protocols.
Audit Metadata