israeli-phone-formatter
Pass
Audited by Gen Agent Trust Hub on May 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill performs phone number validation and formatting tasks locally using bundled scripts and regular expressions. No suspicious network operations, data exfiltration patterns, or credential harvesting techniques were identified.
- [COMMAND_EXECUTION]: The skill invokes a local script
scripts/validate_phone.pyto perform validation. The script's logic is limited to string cleaning and pattern matching using Python's standardrelibrary. It does not utilize dangerous functions likeeval(),exec(), orsubprocessto handle user-provided input.
Audit Metadata