skill-creator
Audited by Runlayer on Feb 27, 2026
Tool passed security scan
Malicious tool definition detected
Description: paths: `ln -sf /full/path/to/source ~/.copilot/skills/name` - Verify symlink before considering installation complete - Benefits: Auto-updates when repository is pulled **Validation Integration:** - Run validation before installation - Block installation if critical errors found - Warnings are informational only **Git Integration:** - Extract author from `git config user.name` - Use repository root detection: `git rev-parse --show-toplevel` - Respect `.gitignore` patterns ## Quality
Malicious tool definition detected
To use it: ```bash # Clone the repository git clone https://github.com/yourusername/cli-ai-skills.git cd cli-ai-skills ``` ### Install Globally (Recommended) Install via symlinks to make the skill available everywhere: ```bash # For GitHub Copilot CLI ln -sf "$(pwd)/.github/skills/skill-creator" ~/.copilot/skills/skill-creator # For Claude Code ln -sf "$(pwd)/.claude/skills/skill-creator" ~/.claude/skills/skill-creator ``` **Benefits of global installation:** - Works in any directory - Auto-upda
Passed Files (6)Click to expand
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan