telnyx-numbers-services-python

Pass

Audited by Gen Agent Trust Hub on Mar 27, 2026

Risk Level: SAFE
Full Analysis
  • [EXTERNAL_DOWNLOADS]: The skill instructs the user to install the telnyx Python package via pip. This is the official SDK provided by the vendor for interacting with their services.
  • [CREDENTIALS_UNSAFE]: The code examples demonstrate retrieving the TELNYX_API_KEY from environment variables using os.environ.get. This is a recommended security practice for managing sensitive credentials compared to hardcoding them.
  • [DATA_EXFILTRATION]: All network operations performed by the skill are targeted at legitimate Telnyx API endpoints for the purpose of configuring telecommunication services as described in the skill's purpose.
  • [COMMAND_EXECUTION]: The skill uses standard Python SDK methods to interact with services. There are no instances of arbitrary command execution or unsafe shell spawning detected.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 27, 2026, 01:02 AM