skill-creator
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION] (SAFE): The Python scripts (
package-skill.py,quick-validate.py) utilize standard library modules likezipfile,pathlib, andrefor local file processing. No arbitrary command execution or shell spawning was detected. - [DATA_EXFILTRATION] (SAFE): The scripts do not perform any network operations. Data processing is confined to reading local Markdown files and writing a ZIP archive.
- [PROMPT_INJECTION] (SAFE): The provided templates (
SUBAGENT.template.md,agent-skill.template.md) contain standard placeholders for agent configuration. There are no attempts to override system instructions or bypass safety filters. - [CREDENTIALS_UNSAFE] (SAFE): No hardcoded API keys, tokens, or sensitive credentials were found in the templates or scripts.
Audit Metadata