say
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.
NoteHigh Confidence
ASI02: Tool Misuse and ExploitationWhat this means
Running the example can change the system text-to-speech language used by future `say` invocations and possibly other speech features until the preference is changed again.
Why it was flagged
The skill documents a command that changes a macOS speech preference so Siri voices can be used through the system default voice.
Skill content
defaults write com.apple.speech.voice.prefs SystemTTSLanguage -string "de"
Recommendation
Use the `defaults write` examples only when you intend to change the system TTS language, and record your original setting if you may want to restore it later.
