Skip to main content

perl-security

Provides comprehensive security guidelines for Perl applications, focusing on input validation, injection prevention, and secure coding practices.

Install this skill

or
65/100

Security score

The perl-security skill was audited on May 18, 2026 and we found 5 security issues across 1 threat category, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 239

Destructive rm -rf command

SourceSKILL.md
239system("grep -r '$pattern' /var/log/app/"); # If $pattern = "'; rm -rf / #"
medium line 220

System command execution

SourceSKILL.md
220system(@cmd) == 0
medium line 239

System command execution

SourceSKILL.md
239system("grep -r '$pattern' /var/log/app/"); # If $pattern = "'; rm -rf / #"
medium line 481

System command execution

SourceSKILL.md
481system("convert $user_file output.png"); # CRITICAL vulnerability
medium line 491

System command execution

SourceSKILL.md
491system("ls $path"); # Double vulnerability
Scanned on May 18, 2026
View Security Dashboard
Installation guide →
GitHub Stars 189.4K
Rate this skill
Categorydevelopment
UpdatedJune 10, 2026
affaan-m/everything-claude-code