macos-audio

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.

What this means

The agent could switch speakers, connect or disconnect Bluetooth devices, change volume, or start playback when using this skill.

Why it was flagged

The skill documents commands that can change Bluetooth connections, audio output routing, and system volume. These actions are purpose-aligned and disclosed, but they affect the user's local device state.

Skill content
macos-audio connect bt <name|mac> ... macos-audio disconnect <target> ... macos-audio volume set <0-100>
Recommendation

Use the skill only when you intend to manage audio or Bluetooth, and review device names and volume changes before allowing connection or disconnection actions.

What this means

Installing the CLI and dependencies adds external software to the local machine.

Why it was flagged

The skill instructs installation of external Homebrew packages, including a third-party tap, while the registry lists no homepage/source and no formal install spec. This is disclosed setup for the stated purpose, but users rely on external package provenance.

Skill content
brew install switchaudio-osx ... brew install blueutil ... brew install vossenwout/tap/macos-audio-cli
Recommendation

Before installing, verify the Homebrew tap and dependency packages are the ones you trust and expect to use for macOS audio control.