perl-security
Comprehensive Perl security covering taint mode, input validation, safe process execution, DBI parameterized queries, web security (XSS/SQLi/CSRF), and perlcritic security policies. Use when reviewing Perl input handling, process execution, DBI queries, or web-facing code.
- installs 8w
- 1,507
- 30-day movement
- starts with the next reading
- Related entries
- 5
- Connections
- 0
perl-security is a SKILL.md that an AI coding agent loads to get Perl security guidance. It covers taint mode, input validation, safe file and process execution, DBI parameterized queries, web security (XSS, SQLi, CSRF), output encoding, and perlcritic security policies.
Reach for it when writing or reviewing Perl code that handles user input, runs external commands, queries databases, or serves web requests, so the agent applies Perl-specific secure patterns instead of generic advice.
Use it to
- Review Perl input handling and untainting
- Secure system/exec calls with list-form execution
- Convert DBI queries to placeholders
- Harden web-facing Perl code against XSS and CSRF
- Run perlcritic with security policies
For Developers writing or auditing Perl applications
- Host repository
- affaan-m/ECC
- Installs, lifetime
- 2,800
- Installs, 8 weeks
- 1,507
- Host stars
- 261k
- Host language
- JavaScript