telnyx-porting-in-python

Pass

Audited by Gen Agent Trust Hub on Mar 26, 2026

Risk Level: SAFE
Full Analysis
  • [CREDENTIALS_UNSAFE]: The skill correctly demonstrates using os.environ.get("TELNYX_API_KEY") to access the API key from environment variables, avoiding hardcoded secrets.
  • [EXTERNAL_DOWNLOADS]: Mentions pip install telnyx, which is the standard installation method for the vendor's official Python library.
  • [COMMAND_EXECUTION]: Provides examples of using the telnyx Python library to perform porting operations (check portability, create orders, upload documents). These are standard API interactions for this product.
  • [INDIRECT_PROMPT_INJECTION]:
  • Ingestion points: Data such as phone numbers, company names, and addresses are ingested into the SDK methods in SKILL.md.
  • Boundary markers: The instructions specify strict format requirements (E.164 for phone numbers), which acts as a form of validation.
  • Capability inventory: The skill performs network API calls to Telnyx endpoints using the Python SDK.
  • Sanitization: The skill relies on the underlying SDK and API for validation and sanitization of the structured data fields.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 26, 2026, 05:52 PM