SG-016: Script Reference
Severity: LOW
Shell script path references in skill markdown
Fires when
- The skill references an external shell script path (e.g. `run ./setup.sh`, `bash ~/install.sh`, `. ./script.sh`)
- The skill's name closely resembles a popular skill name (e.g. deploy, git-commit, aws-login) - a typosquatting pattern
Remediation
No safe remediation: a file that triggers this rule should be rejected, not patched. Read the flagged lines in the source before deciding.