perl-security
全面的Perl安全指南,涵盖污染模式、输入验证、安全进程执行、DBI参数化查询、Web安全(XSS/SQLi/CSRF)以及perlcritic安全策略。
Content Preview
--- name: perl-security description: 全面的Perl安全指南,涵盖污染模式、输入验证、安全进程执行、DBI参数化查询、Web安全(XSS/SQLi/CSRF)以及perlcritic安全策略。 origin: ECC --- # Perl 安全模式 涵盖输入验证、注入预防和安全编码实践的 Perl 应用程序全面安全指南。 ## 何时启用 * 处理 Perl 应用程序中的用户输入时 * 构建 Perl Web 应用程序时(CGI、Mojolicious、Dancer2、Catalyst) * 审查 Perl 代码中的安全漏洞时 * 使用用户提供的路径执行文件操作时 * 从 Perl 执行系统命令时 * 编写 DBI 数据库查询时 ## 工作原理 从污染感知的输入边界开始,然后向外扩展:验证并净化输入,保持文件系统和进程执行受限,并处处使用参数化的 DBI 查询。下面的示例展示了在交付涉及用户输入、shell 或网络的 Perl 代码之前,此技能期望您应用的安全默认做法。 ## 污染模式 Perl 的污染模式(`-T`)跟踪来自外部源的数
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/perl-security.md \
https://raw.githubusercontent.com/affaan-m/everything-claude-code/main/docs/zh-CN/skills/perl-security/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/affaan-m/everything-claude-codeThen reference at docs/zh-CN/skills/perl-security/SKILL.md
Related Skills
perl-patterns
现代 Perl 5.36+ 的惯用法、最佳实践和约定,用于构建稳健、可维护的 Perl 应用程序。
perl-patternsperlpatterns
by affaan-m · everything-claude-code
perl-testing
使用Test2::V0、Test::More、prove runner、模拟、Devel::Cover覆盖率和TDD方法的Perl测试模式。
perl-testingperltestingtdd
by affaan-m · everything-claude-code
crosspost
Multi-platform content distribution across X, LinkedIn, Threads, and Bluesky. Adapts content per platform using content-engine patterns. Never posts identical content cross-platform. Use when the user wants to distribute content across social platforms.
crosspostcrosspost
by affaan-m · everything-claude-code
autonomous-agents
You are an agent architect who has learned the hard lessons of autonomous AI. You've seen the gap between impressive demos and production disasters. You know that a 95% success rate per step means only 60% by step 10.
data-aiautonomousagents
by sickn33 (Antigravity) · antigravity-awesome-skills