telnyx-storage-curl
Manages cloud storage buckets and objects using the S3-compatible Telnyx Storage API with curl examples for seamless integration.
Install this skill
or
77/100
Security score
The telnyx-storage-curl skill was audited on May 13, 2026 and we found 11 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 67
Curl to non-GitHub URL
SourceSKILL.md
| 67 | curl -H "Authorization: Bearer $TELNYX_API_KEY" "https://api.telnyx.com/v2/storage/buckets/{bucketName}/ssl_certificate" |
medium line 111
Curl to non-GitHub URL
SourceSKILL.md
| 111 | curl -H "Authorization: Bearer $TELNYX_API_KEY" "https://api.telnyx.com/v2/storage/buckets/{bucketName}/usage/api?filter={'start_time': '2020-01-01T00:00:00.000Z', 'end_time': '2020-01-01T00:00:00.000 |
medium line 123
Curl to non-GitHub URL
SourceSKILL.md
| 123 | curl -H "Authorization: Bearer $TELNYX_API_KEY" "https://api.telnyx.com/v2/storage/buckets/{bucketName}/usage/storage" |
low line 39
External URL reference
SourceSKILL.md
| 39 | -X POST "https://api.telnyx.com/v2/messages" \ |
low line 67
External URL reference
SourceSKILL.md
| 67 | curl -H "Authorization: Bearer $TELNYX_API_KEY" "https://api.telnyx.com/v2/storage/buckets/{bucketName}/ssl_certificate" |
low line 84
External URL reference
SourceSKILL.md
| 84 | "https://api.telnyx.com/v2/storage/buckets/{bucketName}/ssl_certificate" |
low line 99
External URL reference
SourceSKILL.md
| 99 | "https://api.telnyx.com/v2/storage/buckets/{bucketName}/ssl_certificate" |
low line 111
External URL reference
SourceSKILL.md
| 111 | curl -H "Authorization: Bearer $TELNYX_API_KEY" "https://api.telnyx.com/v2/storage/buckets/{bucketName}/usage/api?filter={'start_time': '2020-01-01T00:00:00.000Z', 'end_time': '2020-01-01T00:00:00.000 |
low line 123
External URL reference
SourceSKILL.md
| 123 | curl -H "Authorization: Bearer $TELNYX_API_KEY" "https://api.telnyx.com/v2/storage/buckets/{bucketName}/usage/storage" |
low line 132
External URL reference
SourceSKILL.md
| 132 | Refer to: https://developers.telnyx.com/docs/cloud-storage/presigned-urls |
low line 143
External URL reference
SourceSKILL.md
| 143 | "https://api.telnyx.com/v2/storage/buckets/{bucketName}/{objectName}/presigned_url" |
Scanned on May 13, 2026
View Security Dashboard