skill-creator
Warn
Audited by Gen Agent Trust Hub on Mar 10, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [DATA_EXFILTRATION]: The skill executes
git config user.nameandgit config user.emailinSKILL.mdto extract the user's identity information for use in skill metadata. - [COMMAND_EXECUTION]: The skill performs significant file system modifications, including creating directories (
mkdir) and installing skills globally by creating symbolic links (ln -sf) in the user's home directory (e.g.,~/.copilot/skills/and~/.claude/skills/). - [PROMPT_INJECTION]: The skill uses
sedto interpolate unvalidated user input (the skill description) directly into shell commands. This creates a potential command injection surface if the input contains shell metacharacters orseddelimiters. - [PROMPT_INJECTION]: The skill facilitates indirect prompt injection by ingesting untrusted user input during Phase 1 and Phase 2, which is then written into generated
SKILL.mdfiles without sanitization or boundary markers.
Audit Metadata