skill-creator-advance
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
subprocess.runandsubprocess.Popenin its evaluation scripts (run_eval.py,improve_description.py) to invoke the localclaudeCLI. These operations are essential for the skill's core purpose of benchmarking and optimizing other skills within a developer environment.- [SAFE]: Implementation ofyaml.safe_load()inquick_validate.pyensures that skill metadata is parsed without the risk of arbitrary code execution during the validation phase.- [SAFE]: Analysis of the 24 files reveals no indicators of data exfiltration, credential harvesting, or unauthorized network activity. The skill's behavior is entirely consistent with its documentation and developer-focused intent.- [PROMPT_INJECTION]: The skill includes instructions to the agent to follow specific patterns (like usingAskUserQuestion), but these do not contain attempts to override safety protocols or bypass model restrictions.
Audit Metadata