israeli-payroll-calculator
Pass
Audited by Gen Agent Trust Hub on Apr 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides local payroll calculation functionality using a Python script (
scripts/calculate_payroll.py) and static reference files. No network communication or data exfiltration patterns were detected. - [SAFE]: The Python script uses only standard library modules (
sys,argparse,dataclasses) and does not involve any external package installations or remote code execution. - [SAFE]: User input is restricted to numeric parameters (salary, credit points) passed via command-line arguments, which are cast to floats, effectively preventing indirect prompt injection attacks.
- [SAFE]: No obfuscation, hardcoded credentials, or persistence mechanisms are present in the skill files or metadata.
Audit Metadata