slash-command-factory
Pass
Audited by Gen Agent Trust Hub on Apr 1, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill does not exhibit any signs of prompt injection or safety guideline bypass. It includes explicit documentation and validation rules (e.g., in
validator.pyandbash-permissions.md) that prevent the creation of commands with unsafe blanket permissions. - [SAFE]: Data handling is restricted to the local environment. The Python scripts (
command_generator.pyandvalidator.py) perform standard file operations (reading presets, writing generated Markdown files) and do not initiate any external network communication or sensitive data harvesting. - [SAFE]: No obfuscation techniques, such as Base64 encoding of commands or hidden Unicode characters, are present in the skill's instructions or scripts.
- [SAFE]: The skill does not have any external dependencies. The included Python scripts use only standard libraries (os, re, json, typing) and do not download or execute remote code.
Audit Metadata