israeli-sms-gateway
Pass
Audited by Gen Agent Trust Hub on May 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides instructions and scripts for standard SMS operations using documented APIs from Israeli and international providers.
- [CREDENTIALS_UNSAFE]: No hardcoded secrets were found. The skill correctly utilizes environment variables and command-line arguments for managing API keys and tokens.
- [COMMAND_EXECUTION]: The Python scripts perform safe operations, specifically regex-based validation and network requests to authorized SMS provider endpoints. No arbitrary command execution was detected.
- [PROMPT_INJECTION]: The skill processes user-supplied text to send SMS messages. This is the primary function of the skill and does not contain instructions to override safety guidelines.
- Ingestion points: Message text and recipient phone numbers provided at runtime.
- Boundary markers: None, as the message is transmitted directly to the API.
- Capability inventory: Network requests (GET/POST) via the
requestslibrary inscripts/send_sms.py. - Sanitization: Phone numbers are validated against known Israeli formats using regular expressions.
Audit Metadata