skill-creator
Pass
Audited by Gen Agent Trust Hub on Jun 19, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: Several scripts in the
scripts/directory, includingautoevolve.py,grade.py,run-eval.py, andtest-triggers.py, use thesubprocessmodule to invoke theclaudeorclaude-codecommand-line interface. This is a functional requirement used to automate the testing of skill triggers and the evaluation of output quality by interacting with the agent platform. - [SAFE]: The
autoevolve.pyscript implements an optimization loop that modifies theSKILL.mdfile on the local file system. It updates the instructions based on AI-generated suggestions to improve performance against user-defined test cases. This self-modification is part of the skill's intended purpose for autonomous skill evolution. - [SAFE]: The
scaffold.pyscript performs file system operations to generate new skill directories and boilerplate files, including template Python scripts. These operations are restricted to the output path provided by the user and are typical for scaffolding tools. - [SAFE]: Reference documentation within the skill, such as
references/spec.md, describes platform features like the!commandsyntax for dynamic context injection. This information is provided for educational purposes for skill authors and does not represent a malicious implementation within this skill.
Audit Metadata