skill-creator

Warn

Audited by Runlayer on Feb 27, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
86%
Files
8
Flagged
2
Chunks
13
Flagged Files (2)
skill-creator/SKILL.mdMEDIUM
85.5%

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

skill-creator/README.mdLOW
74.4%

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
skill-creator/LICENSE.txtOK
37.4%

Tool passed security scan

skill-creator/references/workflows.mdOK
8.2%

Tool passed security scan

skill-creator/scripts/init_skill.pyOK
6.8%

Tool passed security scan

skill-creator/scripts/package_skill.pyOK
4.1%

Tool passed security scan

skill-creator/references/output-patterns.mdOK
3.4%

Tool passed security scan

skill-creator/scripts/quick_validate.pyOK
3.4%

Tool passed security scan

Audit Metadata
Max File Score
86%
Classification
KNOWN_SERVER_ALL_UNKNOWN
Files Scanned
8
Files Flagged
2
Chunks Analyzed
13
Analyzed
Feb 27, 2026, 11:11 PM
Security Audit — runlayer — skill-creator