skill-creator-plus
Pass
Audited by Gen Agent Trust Hub on May 2, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill is designed to review and analyze existing
SKILL.mdfiles, which introduces a surface for indirect prompt injection where malicious instructions in a reviewed file could attempt to influence the agent. - Ingestion points:
SKILL.mdfiles and directory structures provided for review or packaging, which are processed inscripts/quick_validate.py. - Boundary markers: Absent. The instructions do not define explicit delimiters or warnings to ignore instructions found within the files being analyzed.
- Capability inventory: File system write operations and directory creation in
scripts/init_skill.py, and zip archive creation inscripts/package_skill.py. - Sanitization: Present. The
scripts/quick_validate.pyutility usesyaml.safe_load()to securely parse frontmatter and includes validation for the length and character content of metadata fields. - [COMMAND_EXECUTION]: The
scripts/init_skill.pyscript creates new Python files and useschmod(0o755)to make them executable. This is a standard part of the tool's scaffolding functionality but involves the programmatic creation of executable content.
Audit Metadata