ClawAudit verdict

telnyx-freemium-upgrade

88
🟢 Trusted
Low risk — reviewed by ClawAudit, behavior matches stated purpose

Telnyx account upgrade automation skill that uses the official Telnyx API; credential_access is for reading TELNYX_API_KEY from environment variables to call documented Telnyx APIs for the stated account management purpose.

⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.

Automated static analysis — not a human review. ClawAudit flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.

23
security
50
transparency
70
maintenance

Permission integrity

Performs file operations but does not declare file-accessing binaries

file_read

Code accesses API keys/tokens but declares no environment variables

credential_access

Findings (6)

Pattern match critical

Possible hardcoded credential

SKILL.md · code · API_KEY="${TELNYX_API_KEY:-$(python3 -c

Coarse signal — prose, single-step high

Instruction-prose smuggling shape detected: collects a sensitive target ("API key") and emits it outward ("Report"). Phrased as prose with no trigger tokens — a semantic prompt-injection / data-exfil pattern the syntactic scanners can't see. Final tier capped at Caution; review the instructions before installing.

SKILL.md · | # | Scenario | Detection | Handling | |---|----------|-----------|---------| | 1 | `gh` not installed | `which gh` fails | Report: "GitHub CLI (gh) is require

Pattern match medium

Accesses OpenClaw config/secrets directly

SKILL.md · prose · downgraded · ~/.openclaw/openclaw.json

Pattern match medium

Instructs covert action — may act without user awareness

SKILL.md · prose · downgraded · silently

Pattern match low

Python urllib.request — network access

scripts/evaluate-upgrade.py · prose · downgraded · urllib.request

Pattern match low

Python os.environ.get — reads environment variable

scripts/evaluate-upgrade.py · prose · downgraded · os.environ.get(

Permissions & capabilities

Requires 2 system binaries.

network_infile_readcredential_access

Is this flag fair?

Check another skill Browse the registry Auditing your own skills or configs? Use the API