perl-development
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: Modern Perl best practices are provided, including mandatory use of
strict,warnings, andautodieto ensure robust and secure code execution. - [SAFE]: The skill includes dedicated sections on security best practices, highlighting the importance of Taint mode (
-T) for input validation and demonstrating safe command execution patterns that avoid shell interpolation. - [SAFE]: Referenced external modules and tools (e.g., CPAN,
cpanm) are industry-standard for the Perl ecosystem and do not involve unverified or malicious sources. - [SAFE]: Boilerplate code in
perl_example_file.pldemonstrates safe process handling usingIPC::Open3and includes utility functions for secure terminal management.
Audit Metadata