Apple Media Officialpm 0.1.1
Analysis
This looks like a straightforward Apple media/AirPlay control skill, but it can scan your local network and control speakers or Apple TV devices through external tools.
Findings (3)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
atvremote -n "TV" turn_on atvremote -n "TV" turn_off ... ./scripts/volume.sh "Living Room" 35
The skill documents commands that can change Apple TV power/playback state and speaker volume. This is aligned with the stated media-control purpose, but users should know it can affect local devices.
pipx install pyatv || pipx upgrade pyatv pipx reinstall pyatv --python python3.12 ... ../airfoil/airfoil.sh list
The skill depends on an external pyatv installation and a sibling Airfoil skill/helper script. These dependencies are disclosed and purpose-aligned, but they are not fully captured by the registry requirements.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Install Airfoil and grant Accessibility permissions.
The Airfoil-based control path may require macOS Accessibility permission, which is a meaningful local privilege. It is disclosed and consistent with speaker control, but users should grant it deliberately.
