skill-development
Pass
Audited by Gen Agent Trust Hub on Jul 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is primarily instructional documentation designed to guide users through the process of creating plugin skills. No malicious code or suspicious behavior patterns were found.
- [COMMAND_EXECUTION]: The skill provides instructions for the agent to perform basic directory and file creation tasks (
mkdir,touch) within the user's project folder. These actions are standard for project scaffolding and are not used in an unsafe or arbitrary manner. - [DATA_EXFILTRATION]: No sensitive file access patterns or unauthorized network calls were detected. The skill uses standard file operation tools (
Read,Write,Grep) within their intended scope of project development. - [PROMPT_INJECTION]: The content adheres to professional instructional standards, using imperative and third-person language as recommended for agent skills. There are no attempts to bypass safety filters or override system instructions.
- [REMOTE_CODE_EXECUTION]: The skill references standard Claude Code CLI commands and local utility scripts (
init_skill.py) commonly used in the development ecosystem. It does not download or execute code from untrusted or external remote sources.
Audit Metadata