telnyx-porting-out-curl
Pass
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to use the
curlutility to perform REST API operations. This is the intended functionality for managing port-out requests via command-line examples. - [EXTERNAL_DOWNLOADS]: Network operations are directed exclusively to
api.telnyx.com. These communications are for interacting with the vendor's own API services to list, view, and update porting data. - [CREDENTIALS_UNSAFE]: The skill manages authentication using an environment variable (
TELNYX_API_KEY). It provides a clear placeholder (YOUR_API_KEY_HERE) and does not contain any hardcoded secrets, adhering to safe credential management practices.
Audit Metadata