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 pandas in scripts/phone_number_formatter.py.\n
  • Sanitization: Input data is parsed and validated using the phonenumbers library before formatting or outputting.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 17, 2026, 05:58 PM