Telnyx

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

ConcernMedium Confidence
ASI02: Tool Misuse and Exploitation
What this means

If used too broadly, the agent could make costly or sensitive Telnyx account changes, such as ordering numbers or affecting account/payment/security settings.

Why it was flagged

These Telnyx resources can involve purchases, billing, account security, or account-level changes, but the provided artifact does not show clear approval gates or bounded workflows for such high-impact actions.

Skill content
Telnyx Overview ... **Number Order** ... **Porting Order** ... **Payment Method** ... **API Key** ... **MFA Settings** ... **Balance**
Recommendation

Only use this skill for explicit Telnyx tasks, and require manual confirmation before purchases, porting, payment changes, API key changes, MFA changes, or other account-security actions.

ConcernMedium Confidence
ASI03: Identity and Privilege Abuse
What this means

Users may not realize what account authority or credentials the skill needs before enabling it.

Why it was flagged

The registry declarations say no credential is required, while the capability signals indicate OAuth or sensitive credentials are needed, creating an unclear credential boundary for a privileged Telnyx integration.

Skill content
Required env vars: none; Primary credential: none ... Capability signals: requires-oauth-token, requires-sensitive-credentials
Recommendation

Clarify the credential flow and requested Telnyx scopes before installation; prefer least-privilege tokens and revoke access if the skill is no longer needed.