Caveat verdict

smallest-ai

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

A text-to-speech and speech-to-text client for Smallest AI using a declared SMALLEST_API_KEY; all network calls go to waves.smallest.ai for the stated voice synthesis 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.

8
security
60
transparency
70
maintenance

Findings (7)

Pattern match critical

Possible hardcoded credential

SKILL.md · code · API_KEY="your_key_here

Pattern match critical

Pipe to python — executes piped content as Python code

references/voices.md · code · | python3

Pattern match medium

Accesses sensitive environment variables

PLAN.md · code · process.env.SMALLEST_API_KEY

Pattern match medium

subprocess execution — runs system commands from Python

scripts/stt.py · prose · downgraded · subprocess.run(

Pattern match low

Opens WebSocket connection

PLAN.md · prose · downgraded · WebSocket

Pattern match low

POSTs data to external URL

scripts/stt.py · prose · downgraded · .post( "https://

Pattern match low

Python os.environ.get — reads environment variable

scripts/stt.py · prose · downgraded · os.environ.get(

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: SMALLEST_API_KEY). Requires 1 system binary. (1 elevated: curl).

Is this flag fair?

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