israeli-customs-duty-calculator
Pass
Audited by Gen Agent Trust Hub on May 15, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [SAFE]: No malicious patterns, obfuscation, or data exfiltration attempts were found. The skill operates as a standard documentation and calculation utility.\n- [EXTERNAL_DOWNLOADS]: The skill provides links to official governmental and international trade organization websites for verifying customs tariffs and exchange rates. These include domains such as gov.il, mof.gov.il, trade.gov, europa.eu, gov.uk, and cbsa-asfc.gc.ca.\n- [COMMAND_EXECUTION]: Includes a Python script, scripts/calculate_duty.py, used for calculating the cascading taxes (customs, purchase tax, and VAT) on imports. The script is transparent, uses standard Python libraries, and does not perform network requests or modify the file system.\n- [PROMPT_INJECTION]: \n
- Ingestion points: User-provided values regarding product descriptions and invoice details (SKILL.md).\n
- Boundary markers: No explicit prompt delimiters or boundary markers are defined to separate user input from system instructions.\n
- Capability inventory: Execution of local calculation scripts (scripts/calculate_duty.py) and external search recommendations via provided URLs.\n
- Sanitization: Input validation is performed within the Python script via argparse type checking and Decimal conversion to ensure arithmetic safety.
Audit Metadata