Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Telnyx Stt

Transcribe audio files to text using Telnyx Speech-to-Text API. Use when you need to convert audio recordings, voice messages, or spoken content to text.

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 694 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Suspicious
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (Telnyx STT) match the code and SKILL.md. The only required credential is TELNYX_API_KEY and the only network endpoint contacted is https://api.telnyx.com/v2/ai/audio/transcriptions — all are appropriate for a Telnyx STT wrapper.
Instruction Scope
SKILL.md instructs the agent to run the included Python script on a given audio file. The script reads only the specified audio file and the TELNYX_API_KEY environment variable and posts them to Telnyx; it does not read other files, system paths, or extra environment variables.
Install Mechanism
No install spec is provided (instruction-only with a small script). Nothing is downloaded or extracted at install time, minimizing installation risk.
Credentials
Only TELNYX_API_KEY is required and declared as the primary credential. That is proportionate to making authenticated API calls to Telnyx. No unrelated credentials or excessive env access are requested.
Persistence & Privilege
The skill is not always-enabled and does not request special persistent or system-level privileges. It does not modify other skills or system configurations.
Assessment
This skill is coherent with its stated purpose, but review these practical points before installing: (1) the script will send the audio file and your TELNYX_API_KEY to Telnyx's API — only use it with audio you are allowed to transmit and with a key you trust. (2) The source is 'unknown' — consider rotating the API key after first use and run the script in an isolated environment if you have strong privacy concerns. (3) The implementation manually constructs multipart payloads (works but is simple); for production use you may prefer an official SDK. (4) If you need auditability or to avoid transmitting sensitive audio, do not use this skill or sanitize data before sending.

Like a lobster shell, security has layers — review code before you run it.

Current versionv1.0.1
Download zip
latestvk97axbq7vec4an0ex74w82592980xq61

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🎤 Clawdis
Binspython3
EnvTELNYX_API_KEY
Primary envTELNYX_API_KEY

SKILL.md

Telnyx Speech-to-Text

Transcribe audio files to text using the Telnyx STT API (powered by Whisper).

Usage

To transcribe an audio file, run:

{baseDir}/scripts/telnyx-stt.py /path/to/audio.mp3

The script outputs the transcribed text to stdout.

Supported Formats

  • MP3
  • WAV
  • OGG
  • M4A
  • WebM

Example

{baseDir}/scripts/telnyx-stt.py /tmp/voice-message.ogg

Output:

Hello, this is a test transcription.

Environment

Requires TELNYX_API_KEY environment variable to be set.

Files

2 total
Select a file
Select a file to preview.

Comments

Loading comments…