phone-number-formatter
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- Indirect Prompt Injection (SAFE): The skill processes external data from CSV files as its core function. While this constitutes an ingestion surface for untrusted data, the risk is negligible as the input is strictly validated by the phonenumbers library.\n
- Ingestion points:
scripts/phone_number_formatter.py(line 89:pd.read_csv(args.input))\n - Boundary markers: None present.\n
- Capability inventory: File system read/write operations via
pandasinscripts/phone_number_formatter.py.\n - Sanitization: Input data is parsed and validated using the
phonenumberslibrary before formatting or outputting.
Audit Metadata