perl-patterns
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides documentation and examples for modern Perl best practices.
- [SAFE]: Security is a core focus of the content; it identifies 'Anti-Patterns' such as two-argument
openand string-basedeval, explaining their security risks (shell and code injection) and providing safe alternatives. - [SAFE]: External dependencies mentioned (e.g., Moo, Path::Tiny, Try::Tiny) are well-known, standard libraries from the Comprehensive Perl Archive Network (CPAN).
- [SAFE]: No sensitive data exposure, unauthorized network operations, or persistence mechanisms were detected. The examples use safe practices like three-argument
openwith explicit encoding.
Audit Metadata