Caveat verdict
sip-voice-call-control
telnyx-voice-sip
Receives external input AND executes processes
Voice call control skill using the official Telnyx API with user-supplied TELNYX_API_KEY; sets up a local webhook server to handle incoming SIP calls and execute AI responses — legitimate voice assistant integration.
Automated static analysis — not a human review. Caveat flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.
What it does
These are capability combinations: each listed behavior occurs in the skill, but Caveat detects co-occurrence — it does not verify that one flows into another. Read the code to confirm a live chain.
Receives external input AND executes processes — the shape of a command & control channel
LLM05 · LLM06 · ASI10
Installs packages AND executes processes — opaque dependency chain with execution
LLM03 · ASI04
Permission integrity
package_install
Findings (10)
Uses exec() — may execute shell commands
SKILL.md · code · exec(
Possible hardcoded credential
test.sh · prose · downgraded · API_KEY=" .env 2>/dev/null; then
echo
Downloads executables from external URLs
setup.sh · prose · downgraded · Install from https://
References child_process — can spawn system processes
src/dev.ts · prose · downgraded · child_process
HTTP request to bare IP address — common in malicious payloads
src/dev.ts · prose · downgraded · http://127.0.0.1
Dynamic import() — loads module at runtime
src/dev.ts · prose · downgraded · import('
Uses spawn() — can execute external programs
src/tunnel.ts · prose · downgraded · spawn(
Accesses sensitive environment variables
src/dev.ts · prose · downgraded · process.env.TELNYX_API_KEY
References agent memory files
src/dev.ts · prose · downgraded · MEMORY.md
References webhook/callback URL
src/dev.ts · prose · downgraded · webhookUrl
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
Requires 1 environment variable. (1 sensitive: TELNYX_API_KEY). Requires 2 system binaries. (1 elevated: npm).
network_inpackage_installprocess_exec Thanks — recorded.