Caveat verdict

telegram-voice-message-skill

88
🟢 Trusted
No high-risk patterns surfaced by the deep scan — automated capability review, not behavioral proof.

Technical guide for correctly sending voice messages in Telegram using OGG format via sendVoice API; executionSinkDetected from shell script invocations for audio conversion and sending, serving the documented voice message purpose.

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

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.

0
security
70
transparency
70
maintenance

Findings (14)

Pattern match critical

Possible hardcoded credential

SKILL.md · code · TOKEN="your_bot_token

Pattern match critical

Pipe to python — executes piped content as Python code

README.md · code · | python3

Pattern match high

subprocess execution — runs system commands from Python

docs/api-integration.md · code · subprocess.run(

Pattern match high

subprocess with shell=True — command injection vector

docs/api-integration.md · code · subprocess.run([ './scripts/tts_generator.sh', text, '|', 'xargs

Pattern match high

References sudo — requests elevated privileges

docs/best-practices.md · code · sudo

Pattern match high

apt-get install — installs system packages

docs/best-practices.md · code · apt-get install

Pattern match high

References child_process — can spawn system processes

examples/basic-usage.md · code · child_process

Pattern match high

Uses spawn() — can execute external programs

examples/basic-usage.md · code · spawn(

Pattern match high

yum install — installs system packages

examples/error-examples.md · code · yum install

Pattern match high

Pipe to sh — executes piped content as shell commands

scripts/final_validation.sh · prose · downgraded · |sh

Pattern match medium

References webhook/callback URL

docs/api-integration.md · code · WEBHOOK_URL

Pattern match medium

Sets world-executable permissions

docs/best-practices.md · code · chmod 700

Pattern match medium

Python os.getenv — reads environment variable

examples/basic-usage.md · code · os.getenv(

Pattern match medium

Accesses sensitive environment variables

examples/basic-usage.md · code · process.env.TELEGRAM_BOT_TOKEN

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class A/B/D/F). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.

Permissions & capabilities

No declared permissions — minimal attack surface.

Is this flag fair?

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