telnyx-numbers-python
Pass
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references the 'telnyx' Python package for installation. This is a verified vendor resource from the author 'team-telnyx' used to provide the skill's core functionality.
- [PROMPT_INJECTION]: The skill processes data from the Telnyx API, which acts as a remote data ingestion point. This is a typical architecture for API-integrated skills and is documented as a vulnerability surface.
- Ingestion points: Data retrieved from methods like 'available_phone_numbers.list', 'number_orders.retrieve', and 'comments.list' (documented in SKILL.md).
- Boundary markers: No specific delimiters are defined in the instructions to isolate API response data from the prompt context.
- Capability inventory: The skill is capable of searching for, ordering, and managing phone numbers and reservations (SKILL.md).
- Sanitization: The provided instructions do not describe sanitization or validation routines for string data returned by the API.
Audit Metadata