skill-creator
Pass
Audited by Gen Agent Trust Hub on Mar 10, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill's primary purpose is to provide a standardized workflow for developing AI agent skills. The documentation and scripts align with this purpose.
- [COMMAND_EXECUTION]: The
scripts/init_skill.pyandscripts/package_skill.pyscripts perform standard file system operations (creating directories, writing files, zipping contents). These are restricted to the local environment and are necessary for the skill's utility functions. - [REMOTE_CODE_EXECUTION]: No remote code execution patterns or downloads from untrusted sources were found. The scripts use standard Python libraries (
argparse,pathlib,zipfile,yaml). - [PROMPT_INJECTION]: The
SKILL.mdfile contains instructional content for the agent on how to structure other skills. It does not contain bypass markers, role-play injections, or instructions to ignore safety filters.
Audit Metadata