regex-master
Pass
Audited by Gen Agent Trust Hub on Jul 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as documentation for regular expression syntax and common patterns (e.g., email, URL, IPv4). All provided patterns follow standard development practices.
- [SAFE]: Instructional code examples in Python and JavaScript use standard libraries (
remodule,RegExp) and demonstrate safe data processing logic such as log parsing and input validation. - [SAFE]: External references to testing tools like
regex101.comandregexr.comare to well-established and trusted community resources. - [SAFE]: The skill includes explicit warnings against common pitfalls like catastrophic backtracking and the misuse of regex for parsing complex grammars like HTML, promoting secure and performant coding practices.
Audit Metadata