Record screen, microphone or camera from macOS terminal

PassAudited by ClawScan on May 10, 2026.

Overview

The skill is transparent about recording macOS audio, screen, and camera with user consent, but users should verify the external Homebrew tool before installing it.

Before installing, verify the Homebrew tap and source. When using the skill, approve only specific recording requests, require a clear duration and output path, and consider revoking macOS camera, microphone, or screen permissions afterward.

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.

What this means

If approved, an agent can create recordings or screenshots that may include private conversations, windows, credentials visible on screen, or the user's surroundings.

Why it was flagged

The skill exposes high-impact recording actions, but it explicitly requires consent and confirmation of what will be captured and for how long.

Skill content
**Always ask the user for explicit permission before running any recording command.** Recording audio (microphone), screen, or camera captures sensitive data
Recommendation

Only approve captures you specifically requested, and confirm the source, duration, target window/display, and output location before running.

What this means

Granting these permissions lets terminal-launched tools access microphone, screen, or camera until the permission is revoked.

Why it was flagged

The tool requires sensitive macOS privacy permissions. This matches the recording purpose, but those permissions can remain available to terminal commands beyond a single capture.

Skill content
The terminal app (Terminal, iTerm2, etc.) must have the relevant permission enabled in System Settings > Privacy & Security: Microphone, Screen Recording, Camera
Recommendation

Grant only the permissions needed for the task, use a trusted terminal session, and revoke permissions after use if they are not needed.

What this means

Installing the package means trusting an external binary to handle microphone, screen, and camera capture.

Why it was flagged

Installation depends on an external Homebrew tap while the reviewed skill contains no executable code or install spec, so the actual CLI implementation is outside the provided artifacts.

Skill content
brew install atacan/tap/record
Recommendation

Inspect the Homebrew tap and upstream source before installing, prefer trusted or pinned releases, and avoid installing if the provenance cannot be verified.