israeli-unemployment-benefits-navigator
Pass
Audited by Gen Agent Trust Hub on Aug 18, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: No malicious patterns, such as prompt injection, persistence mechanisms, or unauthorized data exfiltration, were found in the skill's instructions or scripts.
- [EXTERNAL_DOWNLOADS]: The skill references official Israeli government domains (e.g., btl.gov.il, taasuka.gov.il, gov.il) and reputable informational resources (kolzchut.org.il) for regulatory guidance and application forms. These references are legitimate and necessary for providing accurate, authoritative information regarding social security benefits.
- [SAFE]: The skill processes user-supplied data, such as salary and employment dates, to perform benefit calculations. This represents a standard data ingestion surface required for the skill's functionality.
- Ingestion points: User input fields defined in SKILL.md and processed as CLI arguments in scripts/avtala_calculator.py.
- Boundary markers: Instructions use structured tables to guide input, though no explicit delimiters are used for free-text interpolation.
- Capability inventory: Local calculation using the provided Python script.
- Sanitization: Basic input type validation (integers and floats) is handled by the argparse library in the calculator script.
Audit Metadata