Argmax Transcription and TTS

Security checks across static analysis, malware telemetry, and agentic risk

Overview

This skill is coherent for local speech transcription and text-to-speech, with only expected notes around installing an external CLI, downloading models, and optionally running a localhost API server.

This appears safe for its stated purpose. Before installing, be comfortable with Homebrew installing the CLI and the first run downloading speech models. Use the optional localhost server mode only when you intentionally need an API endpoint.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal

Risk analysis

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.

What this means

Installing the skill means trusting the Homebrew package and the downloaded speech models.

Why it was flagged

The skill depends on an externally installed CLI and first-run model downloads. This is central to the stated on-device speech purpose, but it is still a supply-chain dependency users should recognize.

Skill content
brew install whisperkit-cli ... First run automatically downloads models as needed.
Recommendation

Install from the documented package source, keep the CLI updated, and verify the package/homepage if supply-chain provenance matters for your environment.

What this means

If the local server is left running, local processes may be able to use it for transcription or health checks.

Why it was flagged

The skill documents an optional local API server. It is bound to localhost and purpose-aligned, but it creates a tool endpoint while running.

Skill content
whisperkit-cli serve --port 50060 ... Exposes OpenAI-compatible endpoints at `http://127.0.0.1:50060`
Recommendation

Run the server mode only when needed, keep it bound to localhost, and stop it after use.