telnyx-fax-curl
Pass
Audited by Gen Agent Trust Hub on Mar 26, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill defines numerous shell command templates using
curlto interact with the Telnyx REST API. These are used for listing fax applications, sending faxes, and retrieving status. These operations are essential to the skill's primary function. - [DATA_EXFILTRATION]: Includes an example for sending faxes that reads local files using the
curl -F "contents=@/path/to/file"syntax. While this involves reading from the local filesystem and sending data over the network, it is the intended primary purpose of the skill and targets the official vendor domain (api.telnyx.com). - [CREDENTIALS_UNSAFE]: Instructions for setting up authentication use an environment variable (
TELNYX_API_KEY) with a placeholder value (YOUR_API_KEY_HERE), which is a standard and safe method for credential management in development documentation.
Audit Metadata